Re: [PATCH 7/7] KVM: assigned dev: Big endian support for MSI-X MMIO

2010-11-11 Thread Michael S. Tsirkin
On Thu, Nov 11, 2010 at 03:47:00PM +0800, Sheng Yang wrote: Add marco for big-endian machine.(Untested!) Signed-off-by: Sheng Yang sh...@linux.intel.com I presume this is tested at the same level as the previous patch? So you want to fold this into the previous patch. Also, please build with

Re: [PATCH 7/7] KVM: assigned dev: Big endian support for MSI-X MMIO

2010-11-11 Thread Sheng Yang
On Friday 12 November 2010 00:12:21 Michael S. Tsirkin wrote: On Thu, Nov 11, 2010 at 03:47:00PM +0800, Sheng Yang wrote: Add marco for big-endian machine.(Untested!) Signed-off-by: Sheng Yang sh...@linux.intel.com I presume this is tested at the same level as the previous patch? So

[PATCH 7/7] KVM: assigned dev: Big endian support for MSI-X MMIO

2010-11-10 Thread Sheng Yang
Add marco for big-endian machine.(Untested!) Signed-off-by: Sheng Yang sh...@linux.intel.com --- virt/kvm/assigned-dev.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/virt/kvm/assigned-dev.c b/virt/kvm/assigned-dev.c index 3010d7d..15b5f74 100644 ---