commit | a53c17d21c46a752f5ac6695376481bc27865b04 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Thu Mar 05 16:34:49 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Jun 10 11:48:27 2009 +0300 |
tree | f7ece20fcb0adbf4cabc580fb5a16cf5eec0a897 | |
parent | 6da7e3f643cf7099965d75fda8606b9d3a8650b9 [diff] |
KVM: ioapic/msi interrupt delivery consolidation ioapic_deliver() and kvm_set_msi() have code duplication. Move the code into ioapic_deliver_entry() function and call it from both places. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>