]> git.proxmox.com Git - qemu.git/commit
Add bootindex parameter to net/block/fd device
authorGleb Natapov <gleb@redhat.com>
Wed, 8 Dec 2010 11:35:05 +0000 (13:35 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Dec 2010 21:32:46 +0000 (21:32 +0000)
commit1ca4d09ae0bcc2fdd6aeef0fdc11f82394f7e757
tree6ce3a2ba2b2f643935d12ca9765ec6e4847ca4a4
parentdb07c0f84ba2bedea4b8201ccb62602fd5e64c28
Add bootindex parameter to net/block/fd device

If bootindex is specified on command line a string that describes device
in firmware readable way is added into sorted list. Later this list will
be passed into firmware to control boot order.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
17 files changed:
block_int.h
hw/e1000.c
hw/eepro100.c
hw/fdc.c
hw/ide/qdev.c
hw/ne2000.c
hw/pcnet.c
hw/qdev.c
hw/qdev.h
hw/rtl8139.c
hw/scsi-disk.c
hw/usb-net.c
hw/virtio-blk.c
hw/virtio-net.c
net.h
sysemu.h
vl.c