Re: [Xen-devel] [PATCH V3 9/29] tools/libxc: Add viommu operations in libxc

2017-10-19 Thread Roger Pau Monné
On Thu, Sep 21, 2017 at 11:01:50PM -0400, Lan Tianyu wrote: > From: Chao Gao > > This patch adds XEN_DOMCTL_viommu_op hypercall. This hypercall > comprises two sub-commands: Patch description doesn't match actual code. This patch doesn't add any new hypercalls, it just adds libxc helpers for XEN

[Xen-devel] [PATCH V3 9/29] tools/libxc: Add viommu operations in libxc

2017-09-22 Thread Lan Tianyu
From: Chao Gao This patch adds XEN_DOMCTL_viommu_op hypercall. This hypercall comprises two sub-commands: - create(): create a vIOMMU in Xen, given viommu type, register-set location and capabilities - destroy(): destroy a vIOMMU specified by viommu_id Signed-off-by: Chao Gao Signed