Searched refs:device_del (Results 1 – 13 of 13) sorted by relevance
| /openbmc/qemu/tests/qtest/ |
| H A D | drive_del-test.c | 155 static void device_del(QTestState *qts, bool and_reset) in device_del() function 243 device_del(qts, false); in test_drive_del_device_del() 274 device_del(qts, true); in test_cli_device_del() 300 device_del(qts, true); in test_cli_device_del_q35() 319 device_del(qts, false); in test_empty_device_del() 346 device_del(qts, true); in test_device_add_and_del() 388 device_del(qts, true); in test_device_add_and_del_q35() 417 device_del(qts, true); in test_drive_add_device_add_and_del() 441 device_del(qts, true); in test_drive_add_device_add_and_del_q35() 470 device_del(qts, true); in test_blockdev_add_device_add_and_del() [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 240.out | 10 {"execute": "device_del", "arguments": {"id": "scsi-hd0"}} 14 {"execute": "device_del", "arguments": {"id": "scsi-hd0"}} 29 {"execute": "device_del", "arguments": {"id": "scsi-hd0"}} 31 {"execute": "device_del", "arguments": {"id": "scsi-hd1"}} 50 {"execute": "device_del", "arguments": {"id": "scsi-hd0"}} 52 {"execute": "device_del", "arguments": {"id": "scsi-hd1"}}
|
| H A D | 307.out | 67 {"execute": "device_del", "arguments": {"id": "sda"}}
|
| /openbmc/qemu/docs/system/ |
| H A D | cpu-hotplug.rst | 6 ``device_add`` and ``device_del``. 120 From the 'qmp-shell', invoke the QMP ``device_del`` command:: 122 (QEMU) device_del id=cpu-2 127 "execute": "device_del", 135 vCPU hot-unplug requires guest cooperation; so the ``device_del``
|
| /openbmc/qemu/docs/ |
| H A D | memory-hotplug.txt | 86 - "device_del": deletes a front-end pc-dimm device 92 (qemu) device_del dimm1
|
| /openbmc/qemu/qapi/ |
| H A D | qdev.json | 87 # @device_del: 120 { 'command': 'device_del', 'data': {'id': 'str'} }
|
| H A D | pragma.json | 16 'device_del',
|
| /openbmc/u-boot/cmd/ |
| H A D | mtdparts.c | 158 static int device_del(struct mtd_device *dev); 457 return device_del(dev); in part_del() 761 static int device_del(struct mtd_device *dev) in device_del() function 955 device_del(dev); in device_parse() 2046 device_del(dev);
|
| /openbmc/qemu/docs/specs/ |
| H A D | acpi_mem_hotplug.rst | 94 | device_del +---->+ device unplug request +----->+Send SCI to guest,|
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | usb.rst | 243 You can then use ``device_del`` to unplug the device later. 247 (qemu) device_del my-tablet
|
| /openbmc/qemu/docs/system/s390x/ |
| H A D | vfio-ap.rst | 634 To hot unplug a vfio-ap device, use the QEMU ``device_del`` command:: 636 (qemu) device_del "$id" 645 The command will fail if the ``$path-to-mdev`` specified on the ``device_del`` command
|
| /openbmc/qemu/ |
| H A D | hmp-commands.hx | 696 .name = "device_del", 705 ``device_del`` *id*
|
| /openbmc/qemu/docs/about/ |
| H A D | removed-features.rst | 755 Replaced by ``device_add`` and ``device_del`` (use ``device_add help`` for a
|