commit | e28f988427c3a27cf42ef2229f12f0a7e67cb00c | [log] [tgz] |
---|---|---|
author | Glauber Costa <glommer@redhat.com> | Fri May 08 02:22:12 2009 -0300 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri May 08 15:24:10 2009 -0500 |
tree | 6fa233bcac63b6882a3f9d9823a2d37b4b139acf | |
parent | d4d698f020e50333d6eae48ce323752613b5c3ea [diff] |
register reset handler for option_roms Currently, boot options are not preserved across a system reset. option roms can modify themselves, or can for instance restore the real int 0x19 vector after they tried to boot from it. To properly do that, we need a reset handler registered to deal with option roms. This patch is based on current version on qemu-kvm.git Signed-off-by: Glauber Costa <glommer@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>