Home
last modified time | relevance | path

Searched refs:hdc (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/core/
H A Dhotplug.c20 HotplugHandlerClass *hdc = HOTPLUG_HANDLER_GET_CLASS(plug_handler); in hotplug_handler_pre_plug() local
22 if (hdc->pre_plug) { in hotplug_handler_pre_plug()
23 hdc->pre_plug(plug_handler, plugged_dev, errp); in hotplug_handler_pre_plug()
31 HotplugHandlerClass *hdc = HOTPLUG_HANDLER_GET_CLASS(plug_handler); in hotplug_handler_plug() local
33 if (hdc->plug) { in hotplug_handler_plug()
34 hdc->plug(plug_handler, plugged_dev, errp); in hotplug_handler_plug()
42 HotplugHandlerClass *hdc = HOTPLUG_HANDLER_GET_CLASS(plug_handler); in hotplug_handler_unplug_request() local
44 if (hdc->unplug_request) { in hotplug_handler_unplug_request()
45 hdc->unplug_request(plug_handler, plugged_dev, errp); in hotplug_handler_unplug_request()
55 if (hdc->unplug) { in hotplug_handler_unplug()
[all …]
/qemu/hw/virtio/
H A Dvirtio-md-pci.c75 HotplugHandlerClass *hdc; in virtio_md_pci_unplug_request() local
99 hdc = HOTPLUG_HANDLER_GET_CLASS(bus_handler); in virtio_md_pci_unplug_request()
100 if (hdc->unplug_request) { in virtio_md_pci_unplug_request()
/qemu/include/hw/
H A Dqdev-core.h1025 HotplugHandlerClass *hdc; in qbus_is_hotpluggable() local
1027 hdc = HOTPLUG_HANDLER_GET_CLASS(plug_handler); in qbus_is_hotpluggable()
1028 if (hdc->is_hotpluggable_bus) { in qbus_is_hotpluggable()
1029 ret = hdc->is_hotpluggable_bus(plug_handler, bus); in qbus_is_hotpluggable()
/qemu/system/
H A Dqdev-monitor.c906 HotplugHandlerClass *hdc; in qdev_unplug() local
939 hdc = HOTPLUG_HANDLER_GET_CLASS(hotplug_ctrl); in qdev_unplug()
940 if (hdc->unplug_request) { in qdev_unplug()
/qemu/
H A Dqemu-options.hx1256 DEF("hdc", HAS_ARG, QEMU_OPTION_hdc,
1257 "-hdc/-hdd file use 'file' as hard disk 2/3 image\n", QEMU_ARCH_ALL)
1264 ``-hdc file``
1280 (which is IDE1 master on x86, so you cannot use ``-hdc`` and ``-cdrom``
1674 Instead of ``-hda``, ``-hdb``, ``-hdc``, ``-hdd``, you can use: