Re: [PATCH 09/11] KVM: Add assigned_device_msi_dispatch()

2008-11-23 Thread Avi Kivity
Sheng Yang wrote: The function is used to dispatch MSI to lapic according to MSI message address and message data. + + deliver_bitmask = kvm_ioapic_get_delivery_bitmask(ioapic, + dest_id, dest_mode); + switch (delivery_mode) { + case

Re: [PATCH 09/11] KVM: Add assigned_device_msi_dispatch()

2008-11-23 Thread Sheng Yang
On Sunday 23 November 2008 18:22:47 Avi Kivity wrote: Sheng Yang wrote: The function is used to dispatch MSI to lapic according to MSI message address and message data. + + deliver_bitmask = kvm_ioapic_get_delivery_bitmask(ioapic, + dest_id, dest_mode); +

[PATCH 09/11] KVM: Add assigned_device_msi_dispatch()

2008-11-19 Thread Sheng Yang
The function is used to dispatch MSI to lapic according to MSI message address and message data. Signed-off-by: Sheng Yang [EMAIL PROTECTED] --- virt/kvm/kvm_main.c | 54 +++ 1 files changed, 54 insertions(+), 0 deletions(-) diff --git