From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJHnI-0000nl-3v for qemu-devel@nongnu.org; Tue, 10 Sep 2013 02:51:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJHnC-0005zd-8i for qemu-devel@nongnu.org; Tue, 10 Sep 2013 02:51:24 -0400 Received: from mail-ee0-x232.google.com ([2a00:1450:4013:c00::232]:39943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJHnC-0005xU-1q for qemu-devel@nongnu.org; Tue, 10 Sep 2013 02:51:18 -0400 Received: by mail-ee0-f50.google.com with SMTP id d51so3644857eek.9 for ; Mon, 09 Sep 2013 23:51:12 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <522EC165.1000909@redhat.com> Date: Tue, 10 Sep 2013 08:51:17 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1377170965-9905-1-git-send-email-aik@ozlabs.ru> <521DC6E5.9000304@ozlabs.ru> <521DDA4F.30404@redhat.com> <1377699047.10408.55.camel@ul30vt.home> <521E093A.6010605@redhat.com> <522E9EB1.3040102@ozlabs.ru> In-Reply-To: <522E9EB1.3040102@ozlabs.ru> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [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: Alexey Kardashevskiy Cc: Peter Maydell , Alex Williamson , qemu-devel@nongnu.org Il 10/09/2013 06:23, Alexey Kardashevskiy ha scritto: > On 08/29/2013 12:29 AM, Paolo Bonzini wrote: >> Il 28/08/2013 16:10, Alex Williamson ha scritto: >>> On Wed, 2013-08-28 at 13:09 +0200, Paolo Bonzini wrote: >>>> Il 28/08/2013 11:46, Alexey Kardashevskiy ha scritto: >>>>> On 08/22/2013 09:29 PM, Alexey Kardashevskiy wrote: >>>>>> 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(-) >>>>> >>>>> Ping? I fixed everything I was told to, is there anything left? Or we need >>>>> to decide through which tree this should go? :) Thanks! >>>> >>>> I think it should go through Alex's tree, but he may be busy due to the >>>> impending opening of the Linux merge window. >>> >>> I can take it if you could ACK the first patch. Thanks, >> >> Sure, consider it acked. :) > > Soooo, Alex, can I consider them (first two I guess) taken by you to your > tree? I cannot find them in any tree... See http://article.gmane.org/gmane.comp.emulators.qemu/232179 Paolo