[PATCH 2/3] qemu-kvm: device assignment: Some clean up about MSI-X code

2010-11-04 Thread Sheng Yang
Signed-off-by: Sheng Yang sh...@linux.intel.com --- hw/device-assignment.c | 77 --- 1 files changed, 52 insertions(+), 25 deletions(-) diff --git a/hw/device-assignment.c b/hw/device-assignment.c index 2605bd1..8a98876 100644 ---

Re: [PATCH 2/3] qemu-kvm: device assignment: Some clean up about MSI-X code

2010-11-04 Thread Michael S. Tsirkin
On Thu, Nov 04, 2010 at 02:18:20PM +0800, Sheng Yang wrote: Signed-off-by: Sheng Yang sh...@linux.intel.com If you have the energy for cleanups, how about removing most of msi/msix code in device-assignment and using msi.c and msix.c instead? --- hw/device-assignment.c | 77

Re: [PATCH 2/3] qemu-kvm: device assignment: Some clean up about MSI-X code

2010-11-04 Thread Sheng Yang
On Thursday 04 November 2010 17:47:16 Michael S. Tsirkin wrote: On Thu, Nov 04, 2010 at 02:18:20PM +0800, Sheng Yang wrote: Signed-off-by: Sheng Yang sh...@linux.intel.com If you have the energy for cleanups, how about removing most of msi/msix code in device-assignment and using msi.c and

[PATCH 2/3] qemu-kvm: device assignment: Some clean up for MSI-X code

2010-09-28 Thread Sheng Yang
Signed-off-by: Sheng Yang sh...@linux.intel.com --- hw/device-assignment.c | 75 --- 1 files changed, 51 insertions(+), 24 deletions(-) diff --git a/hw/device-assignment.c b/hw/device-assignment.c index 87f7418..4edae52 100644 ---