Searched refs:hd1 (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 240.out | 27 {"execute": "device_add", "arguments": {"drive": "hd0", "driver": "scsi-hd", "id": "scsi-hd1"}} 31 {"execute": "device_del", "arguments": {"id": "scsi-hd1"}} 48 …evice_add", "arguments": {"bus": "scsi1.0", "drive": "hd0", "driver": "scsi-hd", "id": "scsi-hd1"}} 52 …evice_add", "arguments": {"bus": "scsi1.0", "drive": "hd0", "driver": "scsi-hd", "id": "scsi-hd1"}} 54 {"execute": "device_del", "arguments": {"id": "scsi-hd1"}}
|
/openbmc/qemu/hw/ide/ |
H A D | isa.c | 81 DriveInfo *hd0, DriveInfo *hd1) in isa_ide_init() argument 98 if (hd1) { in isa_ide_init() 99 ide_bus_create_drive(&s->bus, 1, hd1); in isa_ide_init()
|
H A D | mmio.c | 172 void mmio_ide_init_drives(DeviceState *dev, DriveInfo *hd0, DriveInfo *hd1) in mmio_ide_init_drives() argument 179 if (hd1 != NULL) { in mmio_ide_init_drives() 180 ide_bus_create_drive(&s->bus, 1, hd1); in mmio_ide_init_drives()
|
/openbmc/qemu/include/hw/ide/ |
H A D | mmio.h | 24 void mmio_ide_init_drives(DeviceState *dev, DriveInfo *hd0, DriveInfo *hd1);
|
H A D | isa.h | 18 DriveInfo *hd0, DriveInfo *hd1);
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | zero-page.rst | 24 090/010 ALL hd1_info hd1 disk parameter, OBSOLETE!!
|
/openbmc/u-boot/doc/ |
H A D | README.virtio | 101 -drive if=none,file=test1.img,format=raw,id=hd1 \ 102 -device virtio-blk-pci,drive=hd1
|
/openbmc/qemu/docs/ |
H A D | throttle.txt | 179 -drive file=hd1.qcow2,throttling.iops-total=6000,throttling.group=foo 186 Here hd1, hd2 and hd4 are all members of a group named 'foo' with a
|