From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCQ8Q-0001n2-AP for qemu-devel@nongnu.org; Thu, 22 Aug 2013 04:20:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCQ8I-0007s3-SP for qemu-devel@nongnu.org; Thu, 22 Aug 2013 04:20:50 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:61625) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCQ8I-0007ru-FM for qemu-devel@nongnu.org; Thu, 22 Aug 2013 04:20:42 -0400 Received: by mail-pb0-f45.google.com with SMTP id mc17so1467443pbc.4 for ; Thu, 22 Aug 2013 01:20:41 -0700 (PDT) From: Alexey Kardashevskiy Date: Thu, 22 Aug 2013 18:20:29 +1000 Message-Id: <1377159632-7446-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH v2 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 I made a couple of small patches while debugging VFIO on SPAPR which uses IOMMU MemoryRegion 2^64 bytes long. Changes: 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