commit | e405a2ba91b68817cae2a428de55fe9616a4cf37 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Dec 22 11:57:02 2009 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Thu Dec 24 08:33:03 2009 +0100 |
tree | 93e24abb5470cfa7aa4cc598e725ebd1b5628e8b | |
parent | 502e64fe23f19c086d42f6178cdda19e58996080 [diff] |
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>