commit | 4a994358b919c3b14de61be5e30d9edc9089ba3f | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Sun Jul 11 15:32:23 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Mon Aug 02 06:40:39 2010 +0300 |
tree | 122e0cc88dbb97733b02aac0e5e30e33d592444a | |
parent | 2e2602ca5df09e4c4e2b593bc30abead9a8617d4 [diff] |
KVM: Convert mask notifiers to use irqchip/pin instead of gsi Devices register mask notifier using gsi, but irqchip knows about irqchip/pin, so conversion from irqchip/pin to gsi should be done before looking for mask notifier to call. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>