| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 240.out | 6 {"execute": "device_add", "arguments": {"driver": "virtio-scsi", "id": "scsi0", "iothread": "iothre… 8 {"execute": "device_add", "arguments": {"drive": "hd0", "driver": "scsi-hd", "id": "scsi-hd0"}} 12 {"execute": "device_add", "arguments": {"drive": "hd0", "driver": "scsi-hd", "id": "scsi-hd0"}} 23 {"execute": "device_add", "arguments": {"driver": "virtio-scsi", "id": "scsi0", "iothread": "iothre… 25 {"execute": "device_add", "arguments": {"drive": "hd0", "driver": "scsi-hd", "id": "scsi-hd0"}} 27 {"execute": "device_add", "arguments": {"drive": "hd0", "driver": "scsi-hd", "id": "scsi-hd1"}} 42 {"execute": "device_add", "arguments": {"driver": "virtio-scsi", "id": "scsi0", "iothread": "iothre… 44 {"execute": "device_add", "arguments": {"driver": "virtio-scsi", "id": "scsi1", "iothread": "iothre… 46 {"execute": "device_add", "arguments": {"bus": "scsi0.0", "drive": "hd0", "driver": "scsi-hd", "id"… 48 {"execute": "device_add", "arguments": {"bus": "scsi1.0", "drive": "hd0", "driver": "scsi-hd", "id"… [all …]
|
| H A D | 307.out | 40 {"execute": "device_add", "arguments": {"drive": "fmt", "driver": "scsi-hd", "id": "sda"}} 57 {"execute": "device_add", "arguments": {"drive": "null", "driver": "scsi-hd", "id": "sdb"}} 70 {"execute": "device_add", "arguments": {"drive": "fmt", "driver": "scsi-hd", "id": "sda", "share-rw…
|
| /openbmc/qemu/docs/system/ |
| H A D | cpu-hotplug.rst | 6 ``device_add`` and ``device_del``. 63 properties to QMP ``device_add``:: 65 (QEMU) device_add id=cpu-2 driver=IvyBridge-IBRS-x86_64-cpu socket-id=0 core-id=1 thread-id=0 67 "execute": "device_add",
|
| /openbmc/qemu/tests/qtest/ |
| H A D | drive_del-test.c | 139 static void device_add(QTestState *qts) in device_add() function 345 device_add(qts); in test_device_add_and_del() 416 device_add(qts); in test_drive_add_device_add_and_del() 469 device_add(qts); in test_blockdev_add_device_add_and_del()
|
| /openbmc/qemu/docs/system/s390x/ |
| H A D | cpu-topology.rst | 115 New CPUs can be plugged using the device_add hmp command as in: 119 (qemu) device_add gen16b-s390x-cpu,core-id=9 127 (qemu) device_add gen16b-s390x-cpu,drawer-id=1,book-id=1,socket-id=2,core-id=1 142 A new CPUs can be plugged using the device_add hmp command as before: 146 (qemu) device_add gen16b-s390x-cpu,core-id=9 162 * the core with ID 9 provided by the ``device_add`` qmp command will
|
| H A D | vfio-ap.rst | 607 To hot plug a vfio-ap device, use the QEMU ``device_add`` command:: 609 (qemu) device_add vfio-ap,sysfsdev="$path-to-mdev",id="$id"
|
| /openbmc/qemu/docs/ |
| H A D | memory-hotplug.txt | 38 - "device_add": creates a front-end pc-dimm device and inserts it 45 (qemu) device_add pc-dimm,id=dimm1,memdev=mem1 59 (qemu) device_add pc-dimm,id=dimm1,memdev=mem1
|
| H A D | pcie_pci_bridge.txt | 81 device_add pcie-pci-bridge,id=br3,bus=rp3 \ 82 device_add e1000,bus=br2,addr=1 \ 83 device_add e1000,bus=br3,addr=1
|
| H A D | nvdimm.txt | 115 accomplished by two monitor commands "object_add" and "device_add". 121 (qemu) device_add nvdimm,id=nvdimm2,memdev=mem2
|
| H A D | pcie.txt | 267 …device_add <dev>,id=<id>,bus=<PCI Express Root Port Id/PCI Express Downstream Port Id/PCI-PCI Brid…
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | virtio-pmem.rst | |
| H A D | usb.rst | 101 option or the ``device_add`` monitor command. Available devices are: 240 In the monitor, the ``device_add` command also accepts a ``port`` 246 (qemu) device_add usb-tablet,bus=usb-bus.0,port=1,id=my-tablet 308 device_add usb-host,vendorid=0x1234,productid=0x5678
|
| /openbmc/qemu/qapi/ |
| H A D | qdev.json | 35 # @device_add: 68 # -> { "execute": "device_add", 81 { 'command': 'device_add',
|
| H A D | pragma.json | 15 'device_add',
|
| H A D | machine.json | 971 # Keep these in sync with the properties `device_add` accepts 987 # @type: CPU object type for usage with `device_add` command 990 # `device_add` 999 # properties with `device_add`.
|
| /openbmc/qemu/docs/devel/migration/ |
| H A D | CPR.rst | 293 {"execute": "device_add", 310 (qemu) device_add pcie-root-port
|
| /openbmc/qemu/docs/devel/ |
| H A D | luks-detached-header.rst | 175 # virsh qemu-monitor-command vm '{"execute":"device_add", \
|
| /openbmc/qemu/docs/about/ |
| H A D | removed-features.rst | 607 Use ``device_add`` for hotplugging vCPUs instead of ``cpu-add``. See 745 Incorrectly typed ``device_add`` arguments (removed in 9.2) 748 Due to shortcomings in the internal implementation of ``device_add``, 775 Replaced by ``device_add`` and ``device_del`` (use ``device_add help`` for a 792 Use ``device_add`` for hotplugging vCPUs instead of ``cpu-add``. See
|
| /openbmc/u-boot/cmd/ |
| H A D | mtdparts.c | 813 static void device_add(struct mtd_device *dev) in device_add() function 2043 device_add(dev);
|
| /openbmc/qemu/ |
| H A D | hmp-commands.hx | 682 .name = "device_add", 691 ``device_add`` *config*
|