From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCT5F-0000u6-KO for qemu-devel@nongnu.org; Thu, 22 Aug 2013 07:29:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCT58-0002XS-AD for qemu-devel@nongnu.org; Thu, 22 Aug 2013 07:29:45 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:51387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCT58-0002XC-3i for qemu-devel@nongnu.org; Thu, 22 Aug 2013 07:29:38 -0400 Received: by mail-pa0-f52.google.com with SMTP id kq13so2083842pab.11 for ; Thu, 22 Aug 2013 04:29:37 -0700 (PDT) From: Alexey Kardashevskiy Date: Thu, 22 Aug 2013 21:29:22 +1000 Message-Id: <1377170965-9905-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH v3 0/3] 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 , Peter Maydell I made a couple of small patches while debugging VFIO on SPAPR which uses IOMMU MemoryRegion 2^64 bytes long. Changes: v3: * "int128: add int128_exts64()" updated v2: * added int128_exts64() function as a separate patch and used in "vfio: Fix 128 bit handling" Alexey Kardashevskiy (3): int128: add int128_exts64() vfio: Fix debug output for int128 values vfio: Fix 128 bit handling hw/misc/vfio.c | 19 +++++++++++++------ include/qemu/int128.h | 5 +++++ 2 files changed, 18 insertions(+), 6 deletions(-) -- 1.8.4.rc4