Fix option_rom_setup_reset address
commita24c74af74c76d6f03023e2f3a3e020b946d8e01
authorRyan Harper <ryanh@us.ibm.com>
Mon, 6 Apr 2009 16:32:48 +0000 (6 11:32 -0500)
committerAvi Kivity <avi@redhat.com>
Mon, 13 Apr 2009 11:04:03 +0000 (13 14:04 +0300)
tree22e2513a4a4da9e37b89887fa4c95cb7452f0ebb
parent094b1df534fdb91e4678bcbdab4a96dd9e3e9e62
Fix option_rom_setup_reset address

Commit f2b690ba461971fb8b04354de8717a73fd08b945 changed the target
address for option roms, but failed to use the same address when
registering an option rom reset.  This manifests itself when using
extboot (boot=on) and reseting a guest via reboot or system_reset on
monitor and the guest fails to boot.  This patch register the correct
region for each option rom.

Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
hw/pc.c