]> git.ipfire.org Git - thirdparty/qemu.git/commit
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 18:35:24 +0000 (19:35 +0100)
commitdcc0da8297bd610e582b851d1b3f9c62c335a6d2
tree6d6cc31e7b9b1e4a29c2a4546323bd235f51b925
parent41193c50fac2b6d78122514826770b43318dca8d
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>
(cherry picked from commit e405a2ba91b68817cae2a428de55fe9616a4cf37)
hw/loader.c