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)
commit0f4846543123d0e6f224e4a48075aeb0191c6821
tree6ce3a2ba2b2f643935d12ca9765ec6e4847ca4a4
parent84138817cce3301510e0c19404245e31b86a8d2a
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