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

2016-05-05 Thread David Kiarie
On Wed, May 4, 2016 at 2:05 PM, Valentine Sinitsyn wrote: > On 04.05.2016 16:02, David Kiarie wrote: >> >> >> >> On 04/05/16 13:58, Valentine Sinitsyn wrote: >>> >>> On 04.05.2016 15:51, David Kiarie wrote: On Wed, May 4, 2016 at 10:39 AM, Valentine Sinitsyn wrote: > > Hi e

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

2016-05-04 Thread Valentine Sinitsyn
On 04.05.2016 16:02, David Kiarie wrote: On 04/05/16 13:58, Valentine Sinitsyn wrote: On 04.05.2016 15:51, David Kiarie wrote: On Wed, May 4, 2016 at 10:39 AM, Valentine Sinitsyn wrote: Hi everyone, On 04.05.2016 12:05, David Kiarie wrote: On Wed, May 4, 2016 at 9:12 AM, Jan Kiszka wrot

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

2016-05-04 Thread David Kiarie
On 04/05/16 13:58, Valentine Sinitsyn wrote: On 04.05.2016 15:51, David Kiarie wrote: On Wed, May 4, 2016 at 10:39 AM, Valentine Sinitsyn wrote: Hi everyone, On 04.05.2016 12:05, David Kiarie wrote: On Wed, May 4, 2016 at 9:12 AM, Jan Kiszka wrote: On 2016-04-30 00:42, David Kiarie wro

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

2016-05-04 Thread Valentine Sinitsyn
On 04.05.2016 15:51, David Kiarie wrote: On Wed, May 4, 2016 at 10:39 AM, Valentine Sinitsyn wrote: Hi everyone, On 04.05.2016 12:05, David Kiarie wrote: On Wed, May 4, 2016 at 9:12 AM, Jan Kiszka wrote: On 2016-04-30 00:42, David Kiarie wrote: These series adds AMD IOMMU support to Qem

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

2016-05-04 Thread David Kiarie
On Wed, May 4, 2016 at 10:39 AM, Valentine Sinitsyn wrote: > Hi everyone, > > On 04.05.2016 12:05, David Kiarie wrote: >> >> On Wed, May 4, 2016 at 9:12 AM, Jan Kiszka wrote: >>> >>> On 2016-04-30 00:42, David Kiarie wrote: These series adds AMD IOMMU support to Qemu. It's currently in

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

2016-05-04 Thread Valentine Sinitsyn
Hi everyone, On 04.05.2016 12:05, David Kiarie wrote: On Wed, May 4, 2016 at 9:12 AM, Jan Kiszka wrote: On 2016-04-30 00:42, David Kiarie wrote: These series adds AMD IOMMU support to Qemu. It's currently in the 9th version. In this series I have (hopefully) addressed all the comments made i

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

2016-05-04 Thread Jan Kiszka
On 2016-05-04 09:05, David Kiarie wrote: > On Wed, May 4, 2016 at 9:12 AM, Jan Kiszka wrote: >> On 2016-04-30 00:42, David Kiarie wrote: >>> These series adds AMD IOMMU support to Qemu. It's currently in the 9th >>> version. >>> >>> In this series I have (hopefully) addressed all the comments mad

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

2016-05-04 Thread David Kiarie
On Wed, May 4, 2016 at 9:12 AM, Jan Kiszka wrote: > On 2016-04-30 00:42, David Kiarie wrote: >> These series adds AMD IOMMU support to Qemu. It's currently in the 9th >> version. >> >> In this series I have (hopefully) addressed all the comments made in the >> previous version. >> I have also te

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

2016-05-03 Thread Jan Kiszka
On 2016-04-30 00:42, David Kiarie wrote: > These series adds AMD IOMMU support to Qemu. It's currently in the 9th > version. > > In this series I have (hopefully) addressed all the comments made in the > previous version. > I have also tested and successfully passed-through PCI device 'ac97' wit

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

2016-05-02 Thread David Kiarie
On Sun, May 1, 2016 at 5:00 PM, Michael S. Tsirkin wrote: > On Sun, May 01, 2016 at 04:47:44PM +0300, Michael S. Tsirkin wrote: >> On Sat, Apr 30, 2016 at 01:42:39AM +0300, David Kiarie wrote: >> > These series adds AMD IOMMU support to Qemu. It's currently in the 9th >> > version. >> > >> > In t

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

2016-05-01 Thread Michael S. Tsirkin
On Sun, May 01, 2016 at 04:47:44PM +0300, Michael S. Tsirkin wrote: > On Sat, Apr 30, 2016 at 01:42:39AM +0300, David Kiarie wrote: > > These series adds AMD IOMMU support to Qemu. It's currently in the 9th > > version. > > > > In this series I have (hopefully) addressed all the comments made in

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

2016-05-01 Thread Michael S. Tsirkin
On Sat, Apr 30, 2016 at 01:42:39AM +0300, David Kiarie wrote: > These series adds AMD IOMMU support to Qemu. It's currently in the 9th > version. > > In this series I have (hopefully) addressed all the comments made in the > previous version. changelog? > I have also tested and successfully pa

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

2016-04-29 Thread David Kiarie
These series adds AMD IOMMU support to Qemu. It's currently in the 9th version. In this series I have (hopefully) addressed all the comments made in the previous version. I have also tested and successfully passed-through PCI device 'ac97' with more devices to be tested. David Kiarie (4): hw

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

2016-04-25 Thread Marcel Apfelbaum
On 04/25/2016 01:12 AM, David Kiarie wrote: Hi all, The current AMD IOMMU patches that fixes Igor's comments. I got rid of structs and instead added individual integer fields into the table data directly, as suggested. I have also got rid of some un-used macros and fixed a few other miscellane

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

2016-04-25 Thread Jan Kiszka
On 2016-04-25 00:16, David Kiarie wrote: > Sorry, I keep missing Jan's email... No problem. I'm planning to give this version a try soon and will also look into some details for a review. Jan > > On Mon, Apr 25, 2016 at 1:12 AM, David Kiarie wrote: >> Hi all, >> >> The current AMD IOMMU patch

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

2016-04-24 Thread David Kiarie
Sorry, I keep missing Jan's email... On Mon, Apr 25, 2016 at 1:12 AM, David Kiarie wrote: > Hi all, > > The current AMD IOMMU patches that fixes Igor's comments. I got rid of > structs and instead > added individual integer fields into the table data directly, as suggested. > > I have also got r

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

2016-04-24 Thread David Kiarie
Hi all, The current AMD IOMMU patches that fixes Igor's comments. I got rid of structs and instead added individual integer fields into the table data directly, as suggested. I have also got rid of some un-used macros and fixed a few other miscellaneous things. David Kiarie (4): hw/i386: I