Re: [PATCH] qemu-kvm: device assignment: Reflect assigned device's MSI data/address modification to KVM

2010-09-29 Thread Marcelo Tosatti
On Tue, Sep 28, 2010 at 04:34:51PM +0800, Sheng Yang wrote: Device driver can modify MSI data/address when MSI is enabled. This patch reflect the moditication to KVM. Signed-off-by: Sheng Yang sh...@linux.intel.com --- hw/device-assignment.c |3 ++- 1 files changed, 2 insertions(+), 1

[PATCH] qemu-kvm: device assignment: Reflect assigned device's MSI data/address modification to KVM

2010-09-28 Thread Sheng Yang
Device driver can modify MSI data/address when MSI is enabled. This patch reflect the moditication to KVM. Signed-off-by: Sheng Yang sh...@linux.intel.com --- hw/device-assignment.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/hw/device-assignment.c