Re: [Xen-devel] [PATCH V2 5/25] tools/libxc: Add viommu operations in libxc

2017-08-22 Thread Roger Pau Monné
On Wed, Aug 09, 2017 at 04:34:06PM -0400, Lan Tianyu wrote: > From: Chao Gao > > This patch adds XEN_DOMCTL_viommu_op hypercall. This hypercall > comprises three sub-command: ^ s > - query capabilities of one specific type vIOMMU emulated by Xen

Re: [Xen-devel] [PATCH V2 5/25] tools/libxc: Add viommu operations in libxc

2017-08-22 Thread Wei Liu
On Wed, Aug 09, 2017 at 04:34:06PM -0400, Lan Tianyu wrote: > From: Chao Gao > > This patch adds XEN_DOMCTL_viommu_op hypercall. This hypercall > comprises three sub-command: > - query capabilities of one specific type vIOMMU emulated by Xen > - create vIOMMU in Xen hypervisor, given viommu type,

[Xen-devel] [PATCH V2 5/25] tools/libxc: Add viommu operations in libxc

2017-08-09 Thread Lan Tianyu
From: Chao Gao This patch adds XEN_DOMCTL_viommu_op hypercall. This hypercall comprises three sub-command: - query capabilities of one specific type vIOMMU emulated by Xen - create vIOMMU in Xen hypervisor, given viommu type, register-set location and capabilities - destroy vIOMMU specified by vi