Re: [Xen-devel] [PATCH v3 2/3] svm: iommu: Only call guest_iommu_init() after initialized HVM domain

2016-06-01 Thread Jan Beulich
>>> On 31.05.16 at 23:11, wrote: > On 5/26/2016 10:44 AM, Jan Beulich wrote: > Suravee Suthikulanit 05/25/16 9:01 PM >>> >>> On 5/23/2016 6:54 AM, Jan Beulich wrote: >>> On 22.05.16 at 01:42, wrote: > From: Suravee Suthikulpanit > > The guest_iommu_init() is currently called

Re: [Xen-devel] [PATCH v3 2/3] svm: iommu: Only call guest_iommu_init() after initialized HVM domain

2016-05-31 Thread Suravee Suthikulanit
On 5/26/2016 10:44 AM, Jan Beulich wrote: Suravee Suthikulanit 05/25/16 9:01 PM >>> On 5/23/2016 6:54 AM, Jan Beulich wrote: On 22.05.16 at 01:42, wrote: From: Suravee Suthikulpanit The guest_iommu_init() is currently called by the following code path: arch/x86/domain.c: arch_domain_c

Re: [Xen-devel] [PATCH v3 2/3] svm: iommu: Only call guest_iommu_init() after initialized HVM domain

2016-05-26 Thread Jan Beulich
>>> Suravee Suthikulanit 05/25/16 9:01 PM >>> >On 5/23/2016 6:54 AM, Jan Beulich wrote: > On 22.05.16 at 01:42, wrote: >>> From: Suravee Suthikulpanit >>> >>> The guest_iommu_init() is currently called by the following code path: >>> >>> arch/x86/domain.c: arch_domain_create() >>>

Re: [Xen-devel] [PATCH v3 2/3] svm: iommu: Only call guest_iommu_init() after initialized HVM domain

2016-05-25 Thread Suravee Suthikulanit
On 5/23/2016 6:54 AM, Jan Beulich wrote: On 22.05.16 at 01:42, wrote: From: Suravee Suthikulpanit The guest_iommu_init() is currently called by the following code path: arch/x86/domain.c: arch_domain_create() ]- drivers/passthrough/iommu.c: iommu_domain_init() |- drivers/pa

Re: [Xen-devel] [PATCH v3 2/3] svm: iommu: Only call guest_iommu_init() after initialized HVM domain

2016-05-23 Thread Jan Beulich
>>> On 22.05.16 at 01:42, wrote: > From: Suravee Suthikulpanit > > The guest_iommu_init() is currently called by the following code path: > > arch/x86/domain.c: arch_domain_create() > ]- drivers/passthrough/iommu.c: iommu_domain_init() > |- drivers/passthrough/amd/pci_amd_iomm

Re: [Xen-devel] [PATCH v3 2/3] svm: iommu: Only call guest_iommu_init() after initialized HVM domain

2016-05-23 Thread Paul Durrant
> -Original Message- > From: suravee.suthikulpa...@amd.com > [mailto:suravee.suthikulpa...@amd.com] > Sent: 22 May 2016 00:43 > To: xen-devel@lists.xen.org; Paul Durrant; jbeul...@suse.com; George > Dunlap > Cc: Keir (Xen.org); Suravee Suthikulpanit > Subject: [PATCH v3 2/3] svm: iommu: Onl

[Xen-devel] [PATCH v3 2/3] svm: iommu: Only call guest_iommu_init() after initialized HVM domain

2016-05-21 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit The guest_iommu_init() is currently called by the following code path: arch/x86/domain.c: arch_domain_create() ]- drivers/passthrough/iommu.c: iommu_domain_init() |- drivers/passthrough/amd/pci_amd_iommu.c: amd_iommu_domain_init(); |- drive

[Xen-devel] [PATCH v3 2/3] svm: iommu: Only call guest_iommu_init() after initialized HVM domain

2016-05-21 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit The guest_iommu_init() is currently called by the following code path: arch/x86/domain.c: arch_domain_create() ]- drivers/passthrough/iommu.c: iommu_domain_init() |- drivers/passthrough/amd/pci_amd_iommu.c: amd_iommu_domain_init(); |- drive