Change bochs bios init order
authorAlexander Graf <agraf@suse.de>
Mon, 29 Jun 2009 13:37:37 +0000 (15:37 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 29 Jun 2009 18:52:12 +0000 (13:52 -0500)
commiteb543131b4fbd6bde94c84f4ffbc8726674a8404
treeb7501b3254a2f7333fd2c9836c2540a441c79586
parente17a059033a98e8e9ae68d801f94abc723ad336a
Change bochs bios init order

For multiboot support, we need bochs_bios_init to happen before
load_linux, so we get the fw_cfg device.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pc.c