commit | 2809f5d2c4cfad171167b131bb2a21ab65eba40f | [log] [tgz] |
---|---|---|
author | Glauber Costa <glommer@redhat.com> | Tue May 12 16:21:05 2009 -0400 |
committer | Avi Kivity <avi@redhat.com> | Wed Jun 10 11:48:54 2009 +0300 |
tree | eee772c1476fb05ababf306d6458f4ccd8b8412a | |
parent | 547de29e5b1662deb05b5f90917902dc0e9ac182 [diff] |
KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow() This patch replaces drop_interrupt_shadow with the more general set_interrupt_shadow, that can either drop or raise it, depending on its parameter. It also adds ->get_interrupt_shadow() for future use. Signed-off-by: Glauber Costa <glommer@redhat.com> CC: H. Peter Anvin <hpa@zytor.com> CC: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>