Home
last modified time | relevance | path

Searched refs:device_del (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Ddrive_del-test.c155 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 D240.out10 {"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 D307.out67 {"execute": "device_del", "arguments": {"id": "sda"}}
/openbmc/qemu/docs/system/
H A Dcpu-hotplug.rst6 ``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 Dmemory-hotplug.txt86 - "device_del": deletes a front-end pc-dimm device
92 (qemu) device_del dimm1
/openbmc/qemu/qapi/
H A Dqdev.json87 # @device_del:
120 { 'command': 'device_del', 'data': {'id': 'str'} }
H A Dpragma.json16 'device_del',
/openbmc/u-boot/cmd/
H A Dmtdparts.c158 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 Dacpi_mem_hotplug.rst94 | device_del +---->+ device unplug request +----->+Send SCI to guest,|
/openbmc/qemu/docs/system/devices/
H A Dusb.rst243 You can then use ``device_del`` to unplug the device later.
247 (qemu) device_del my-tablet
/openbmc/qemu/docs/system/s390x/
H A Dvfio-ap.rst634 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 Dhmp-commands.hx696 .name = "device_del",
705 ``device_del`` *id*
/openbmc/qemu/docs/about/
H A Dremoved-features.rst755 Replaced by ``device_add`` and ``device_del`` (use ``device_add help`` for a