Searched refs:qdev_id (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 186.out | 14 Testing: -device floppy,id=qdev_id 17 qdev_id: [not inserted] 18 Attached to: qdev_id 30 Testing: -device ide-cd,id=qdev_id 33 qdev_id: [not inserted] 34 Attached to: qdev_id 46 Testing: -device scsi-cd,id=qdev_id 49 qdev_id: [not inserted] 50 Attached to: qdev_id 65 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null,id=qdev_id [all …]
|
H A D | 186 | 84 check_info_block -device $dev,id=qdev_id 93 …nfo_block -blockdev driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=null,id=qdev_id 103 …lock -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=null,id=qdev_id 112 …ock -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=none0,id=qdev_id 123 check_info_block -drive if=none -device $dev,drive=none0,id=qdev_id
|
/openbmc/qemu/block/ |
H A D | qapi-sysemu.c | 42 static BlockBackend *qmp_get_blk(const char *blk_name, const char *qdev_id, in qmp_get_blk() argument 47 if (!blk_name == !qdev_id) { in qmp_get_blk() 52 if (qdev_id) { in qmp_get_blk() 53 blk = blk_by_qdev_id(qdev_id, errp); in qmp_get_blk() 76 static int do_open_tray(const char *blk_name, const char *qdev_id, in do_open_tray() argument 80 const char *device = qdev_id ?: blk_name; in do_open_tray() 83 blk = qmp_get_blk(blk_name, qdev_id, errp); in do_open_tray()
|
/openbmc/qemu/qapi/ |
H A D | pci.json | 146 # @qdev_id: the device name of the PCI device 157 '*irq': 'int', 'irq_pin': 'int', 'qdev_id': 'str',
|
/openbmc/qemu/hw/pci/ |
H A D | pci-qmp-cmds.c | 131 info->qdev_id = g_strdup(dev->qdev.id ? dev->qdev.id : ""); in qmp_query_pci_device()
|
H A D | pci-hmp-cmds.c | 108 monitor_printf(mon, " id \"%s\"\n", dev->qdev_id); in hmp_info_pci_device()
|