[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 0/3] vfio: fixes for better support for 128 b
From: |
Alexey Kardashevskiy |
Subject: |
Re: [Qemu-devel] [PATCH v3 0/3] vfio: fixes for better support for 128 bit memory section sizes |
Date: |
Wed, 28 Aug 2013 19:46:13 +1000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 |
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!
--
Alexey
- Re: [Qemu-devel] [PATCH v3 3/3] vfio: Fix 128 bit handling, (continued)
- Re: [Qemu-devel] [PATCH v3 3/3] vfio: Fix 128 bit handling, Alex Williamson, 2013/08/28
- Re: [Qemu-devel] [PATCH v3 3/3] vfio: Fix 128 bit handling, Alexey Kardashevskiy, 2013/08/28
- Re: [Qemu-devel] [PATCH v3 3/3] vfio: Fix 128 bit handling, Alex Williamson, 2013/08/28
- Re: [Qemu-devel] [PATCH v3 3/3] vfio: Fix 128 bit handling, Alexey Kardashevskiy, 2013/08/28
- Re: [Qemu-devel] [PATCH v3 3/3] vfio: Fix 128 bit handling, Paolo Bonzini, 2013/08/29
- Re: [Qemu-devel] [PATCH v3 3/3] vfio: Fix 128 bit handling, Alexey Kardashevskiy, 2013/08/29
- Re: [Qemu-devel] [PATCH v3 3/3] vfio: Fix 128 bit handling, Paolo Bonzini, 2013/08/29
- Re: [Qemu-devel] [PATCH v3 3/3] vfio: Fix 128 bit handling, Alexey Kardashevskiy, 2013/08/30
- Re: [Qemu-devel] [PATCH v3 3/3] vfio: Fix 128 bit handling, Paolo Bonzini, 2013/08/30
- Re: [Qemu-devel] [PATCH v3 3/3] vfio: Fix 128 bit handling, Alexey Kardashevskiy, 2013/08/30
Re: [Qemu-devel] [PATCH v3 0/3] vfio: fixes for better support for 128 bit memory section sizes,
Alexey Kardashevskiy <=