Re: [PATCH v4 10/14] xen/domctl: Introduce XEN_DOMCTL_CDF_vpci flag

2021-10-04 Thread Stefano Stabellini
On Mon, 4 Oct 2021, Rahul Singh wrote: > Introduce XEN_DOMCTL_CDF_vpci flag to enable VPCI support in XEN. > Reject the use of this new flag for x86 as VPCI is not supported for > DOMU guests for x86. > > Signed-off-by: Rahul Singh Reviewed-by: Stefano Stabellini > --- > Change in v4: Added

Re: [PATCH v4 10/14] xen/domctl: Introduce XEN_DOMCTL_CDF_vpci flag

2021-10-04 Thread Christian Lindig
On 4 Oct 2021, at 12:52, Rahul Singh mailto:rahul.si...@arm.com>> wrote: ntroduce XEN_DOMCTL_CDF_vpci flag to enable VPCI support in XEN. Reject the use of this new flag for x86 as VPCI is not supported for DOMU guests for x86. Signed-off-by: Rahul Singh mailto:rahul.si...@arm.com>> ---

[PATCH v4 10/14] xen/domctl: Introduce XEN_DOMCTL_CDF_vpci flag

2021-10-04 Thread Rahul Singh
Introduce XEN_DOMCTL_CDF_vpci flag to enable VPCI support in XEN. Reject the use of this new flag for x86 as VPCI is not supported for DOMU guests for x86. Signed-off-by: Rahul Singh --- Change in v4: Added in this version --- --- tools/ocaml/libs/xc/xenctrl.ml | 1 +