Re: [Xen-devel] [PATCH 3/6] libxc: Add wrappers for new commands

2017-06-29 Thread Wei Liu
On Tue, Jun 27, 2017 at 12:14:55PM -0500, Venu Busireddy wrote: > libxc: Add wrappers for new commands Extraneous line here. > > Add wrappers for the newly introduced commands "pci-assignable-hide", > "pci-assignable-unhide", and "pci-assignable-list-hidden". > > Signed-off-by: Venu Busireddy

[Xen-devel] [PATCH 3/6] libxc: Add wrappers for new commands

2017-06-27 Thread Venu Busireddy
libxc: Add wrappers for new commands Add wrappers for the newly introduced commands "pci-assignable-hide", "pci-assignable-unhide", and "pci-assignable-list-hidden". Signed-off-by: Venu Busireddy --- tools/libxc/include/xenctrl.h | 4 tools/libxc/xc_domain.c | 38 +++