Don't load options roms intended to be loaded by the bios in qemu
authorAvi Kivity <avi@redhat.com>
Tue, 22 Dec 2009 09:57:02 +0000 (11:57 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 24 Dec 2009 07:33:03 +0000 (08:33 +0100)
commitd28bc3842224a8f3187c8d299ab1332ce5950ef9
tree93e24abb5470cfa7aa4cc598e725ebd1b5628e8b
parentae40aa35a8132236c37cd8e6b7ace6fc495b9ac8
Don't load options roms intended to be loaded by the bios in qemu

The first such option rom will load at address 0, which isn't very nice,
and the second will report a conflict and abort, which is horrible.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/loader.c