Re: [RFC 1/4] Add VMF Hypercall

2022-12-14 Thread Jan Beulich
On 13.12.2022 20:50, Smith, Jackson wrote: > This commit introduces a new vmf_op hypercall. If desired, could be merged > into an exisiting hypercall. > > Also, introduce a VMF Kconfig option and xen/vmf.h, defining the arch specific > functions that must be implmented to support vmf. Neither her

[RFC 1/4] Add VMF Hypercall

2022-12-13 Thread Smith, Jackson
This commit introduces a new vmf_op hypercall. If desired, could be merged into an exisiting hypercall. Also, introduce a VMF Kconfig option and xen/vmf.h, defining the arch specific functions that must be implmented to support vmf. --- tools/include/xenctrl.h | 2 + tools/libs/