Don't load options roms intended to be loaded by the bios in qemu
commit36c7bb2f4cf1fc4f80a501a1baa24a4df538c85a
authorAvi Kivity <avi@redhat.com>
Tue, 22 Dec 2009 09:22:55 +0000 (22 11:22 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 22 Dec 2009 09:58:17 +0000 (22 11:58 +0200)
treea2cc87ecf4cbfea05e507001e451cd080754d4e4
parent4e5e13c5cf2e5ae01ac855fd9158efe86ea89496
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>
hw/loader.c