Searched refs:DEV (Results 1 – 3 of 3) sorted by relevance
/qemu/tests/qtest/ |
H A D | ide-test.c | 79 DEV = 0x10, enumerator 629 g_assert_cmpint(data & DEV, ==, 0); in test_identify() 676 qpci_io_writeb(dev, ide_bar, reg_device, DEV); in test_diagnostic() 678 g_assert_cmphex(data & DEV, ==, DEV); in test_diagnostic() 683 g_assert_cmphex(data & DEV, ==, 0); in test_diagnostic() 763 g_assert_cmpint(data & DEV, ==, 0); in test_flush() 813 g_assert_cmpint(data & DEV, ==, 0); in test_pci_retry_flush()
|
/qemu/docs/ |
H A D | qdev-device-use.txt | 60 -device DEVNAME,drive=DRIVE-ID,DEV-OPTS... 62 The old OPTS get split into HOST-OPTS and DEV-OPTS as follows: 68 should go into DEV-OPTS instead. 70 * serial goes into DEV-OPTS, for devices supporting serial numbers. 170 -device DEVNAME,chardev=CHR-ID,DEV-OPTS... 252 -device DEVNAME,netdev=NET-ID,mac=MACADDR,DEV-OPTS... 337 The new way is -device DEVNAME,DEV-OPTS... Details depend on DRIVER:
|
/qemu/docs/tools/ |
H A D | qemu-nbd.rst | 131 .. option:: -c, --connect=DEV 133 Connect *filename* to NBD device *DEV* (Linux only). 137 Disconnect the device *DEV* (Linux only).
|