Re: [PATCH v5 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU

2022-06-23 Thread Joao Martins
On 6/23/22 17:03, Alex Williamson wrote: > On Thu, 23 Jun 2022 00:18:06 +0100 > Joao Martins wrote: >> On 6/22/22 23:37, Alex Williamson wrote: >>> On Fri, 20 May 2022 11:45:27 +0100 >>> Joao Martins wrote: v4[5] -> v5: * Fixed the 32-bit build(s) (patch 1, Michael Tsirkin) * Fix

Re: [PATCH v5 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU

2022-06-23 Thread Alex Williamson
On Thu, 23 Jun 2022 00:18:06 +0100 Joao Martins wrote: > On 6/22/22 23:37, Alex Williamson wrote: > > On Fri, 20 May 2022 11:45:27 +0100 > > Joao Martins wrote: > >> v4[5] -> v5: > >> * Fixed the 32-bit build(s) (patch 1, Michael Tsirkin) > >> * Fix wrong reference (patch 4) to TCG_PHYS_BITS i

Re: [PATCH v5 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU

2022-06-22 Thread Joao Martins
On 6/22/22 23:37, Alex Williamson wrote: > On Fri, 20 May 2022 11:45:27 +0100 > Joao Martins wrote: >> v4[5] -> v5: >> * Fixed the 32-bit build(s) (patch 1, Michael Tsirkin) >> * Fix wrong reference (patch 4) to TCG_PHYS_BITS in code comment and >> commit message; >> >> --- >> >> This series lets

Re: [PATCH v5 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU

2022-06-22 Thread Alex Williamson
On Fri, 20 May 2022 11:45:27 +0100 Joao Martins wrote: > v4[5] -> v5: > * Fixed the 32-bit build(s) (patch 1, Michael Tsirkin) > * Fix wrong reference (patch 4) to TCG_PHYS_BITS in code comment and > commit message; > > --- > > This series lets Qemu spawn i386 guests with >= 1010G with VFIO, >

Re: [PATCH v5 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU

2022-06-08 Thread Joao Martins
On 5/20/22 11:45, Joao Martins wrote: > v4[5] -> v5: > * Fixed the 32-bit build(s) (patch 1, Michael Tsirkin) > * Fix wrong reference (patch 4) to TCG_PHYS_BITS in code comment and > commit message; > > --- > > This series lets Qemu spawn i386 guests with >= 1010G with VFIO, > particularly when r

[PATCH v5 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU

2022-05-20 Thread Joao Martins
v4[5] -> v5: * Fixed the 32-bit build(s) (patch 1, Michael Tsirkin) * Fix wrong reference (patch 4) to TCG_PHYS_BITS in code comment and commit message; --- This series lets Qemu spawn i386 guests with >= 1010G with VFIO, particularly when running on AMD systems with an IOMMU. Since Linux v5.4,