Don't load options roms intended to be loaded by the bios in qemuqemu-kvm-0.12.1.1
commit4864f9398761a017c769dd55e6bce84b6c29c893
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:55:14 +0000 (22 11:55 +0200)
tree70b41e03d2233e09b4950bce519a659937b95665
parentd1b2fe2bfeb1885d84b3f7a86d8cf166dcb3b455
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