Re: [Qemu-devel] [V15 0/4] AMD IOMMU

2016-08-10 Thread David Kiarie
On Tue, Aug 9, 2016 at 11:27 PM, David Kiarie wrote: > Hi all, > > This patchset adds basic AMD IOMMU emulation support to Qemu. > > Change since v14 >-MMIO register reading/write bug fix [Peter] >-Endian-ness issue fix[Peter] >-Bitfields layouts in IOMMU commands fix[Peter] > I seem

[Qemu-devel] [V15 0/4] AMD IOMMU

2016-08-09 Thread David Kiarie
Hi all, This patchset adds basic AMD IOMMU emulation support to Qemu. Change since v14 -MMIO register reading/write bug fix [Peter] -Endian-ness issue fix[Peter] -Bitfields layouts in IOMMU commands fix[Peter] -IVRS changed IVHD device entry from type 3 to 1 to save a few bytes -c

[Qemu-devel] [V15 0/4] AMD IOMMU

2016-08-02 Thread David Kiarie
Hi all, This patchset adds basic AMD IOMMU emulation support to Qemu. This version happens to have been delayed since I expected to send it together with IR code but it seems that may take even longer so I'm sending this first. Changes since v13 -Added an error to make AMD IOMMU incompatible