From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC4iq-0001rd-7t for qemu-devel@nongnu.org; Wed, 21 Aug 2013 05:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VC4ii-00006i-Ud for qemu-devel@nongnu.org; Wed, 21 Aug 2013 05:29:00 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:42725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC4ii-00006J-PN for qemu-devel@nongnu.org; Wed, 21 Aug 2013 05:28:52 -0400 Received: by mail-pa0-f54.google.com with SMTP id kx10so616752pab.41 for ; Wed, 21 Aug 2013 02:28:51 -0700 (PDT) From: Alexey Kardashevskiy Date: Wed, 21 Aug 2013 19:28:36 +1000 Message-Id: <1377077318-12966-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH 0/2] vfio: fixes for better support for 128 bit memory section sizes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , Paolo Bonzini , Alex Williamson , Alexander Graf I made a couple of small patches while debugging VFIO on SPAPR which uses IOMMU MemoryRegion 2^64 bytes long. I was specifically fixing faults with the 2^64 bytes case while there may be other proglems. Alexey Kardashevskiy (2): vfio: Fix debug output for int128 values vfio: Fix 128 bit handling hw/misc/vfio.c | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) -- 1.8.4.rc4