On Thu, Jan 31, 2019 at 10:47:30AM +0000, Paul Durrant wrote: > This patch adds an implementation of the hypercall as documented in the > specification [1], section 10.5.2. This enlightenment, as with others, is > advertised by CPUID leaf 0x40000004 and is under control of a new > 'hcall_ipi' option in libxl. > > If used, this enlightenment should mean the guest only takes a single VMEXIT > to issue IPIs to multiple vCPUs rather than the multiple VMEXITs that would > result from using the emulated local APIC. > > [1] > https://github.com/MicrosoftDocs/Virtualization-Documentation/raw/live/tlfs/Hypervisor%20Top%20Level%20Functional%20Specification%20v5.0C.pdf > > Signed-off-by: Paul Durrant <[email protected]> > --- > Cc: Ian Jackson <[email protected]> > Cc: Wei Liu <[email protected]> > Cc: Andrew Cooper <[email protected]> > Cc: George Dunlap <[email protected]> > Cc: Jan Beulich <[email protected]> > Cc: Julien Grall <[email protected]> > Cc: Konrad Rzeszutek Wilk <[email protected]> > Cc: Stefano Stabellini <[email protected]> > Cc: Tim Deegan <[email protected]> > Cc: "Roger Pau Monné" <[email protected]> > --- > docs/man/xl.cfg.5.pod.in | 6 +++ > tools/libxl/libxl.h | 6 +++ > tools/libxl/libxl_dom.c | 3 ++ > tools/libxl/libxl_types.idl | 1 +
Acked-by: Wei Liu <[email protected]> _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
