]> git.proxmox.com Git - mirror_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 07:33:03 +0000 (08:33 +0100)
commite405a2ba91b68817cae2a428de55fe9616a4cf37
tree93e24abb5470cfa7aa4cc598e725ebd1b5628e8b
parent502e64fe23f19c086d42f6178cdda19e58996080
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