Home
last modified time | relevance | path

Searched refs:device_add (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D240.out6 {"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 D307.out40 {"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 Dcpu-hotplug.rst6 ``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 Ddrive_del-test.c139 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 Dcpu-topology.rst115 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 Dvfio-ap.rst607 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 Dmemory-hotplug.txt38 - "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 Dpcie_pci_bridge.txt81 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 Dnvdimm.txt115 accomplished by two monitor commands "object_add" and "device_add".
121 (qemu) device_add nvdimm,id=nvdimm2,memdev=mem2
H A Dpcie.txt267device_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 Dvirtio-pmem.rst
H A Dusb.rst101 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 Dqdev.json35 # @device_add:
68 # -> { "execute": "device_add",
81 { 'command': 'device_add',
H A Dpragma.json15 'device_add',
H A Dmachine.json971 # 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 DCPR.rst293 {"execute": "device_add",
310 (qemu) device_add pcie-root-port
/openbmc/qemu/docs/devel/
H A Dluks-detached-header.rst175 # virsh qemu-monitor-command vm '{"execute":"device_add", \
/openbmc/qemu/docs/about/
H A Dremoved-features.rst607 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 Dmtdparts.c813 static void device_add(struct mtd_device *dev) in device_add() function
2043 device_add(dev);
/openbmc/qemu/
H A Dhmp-commands.hx682 .name = "device_add",
691 ``device_add`` *config*