On 07/12/16 21:13, Tamas K Lengyel wrote: > This patch implements sending notification to a monitor subscriber when an > x86/vmx guest executes the CPUID instruction. > > Signed-off-by: Tamas K Lengyel <[email protected]> > --- > Cc: Ian Jackson <[email protected]> > Cc: Wei Liu <[email protected]> > Cc: Razvan Cojocaru <[email protected]> > Cc: Jan Beulich <[email protected]> > Cc: Andrew Cooper <[email protected]> > Cc: Jun Nakajima <[email protected]> > Cc: Kevin Tian <[email protected]> > > v2: add comment describing rc values in vmx > fix typo in xen-access > --- > tools/libxc/include/xenctrl.h | 1 + > tools/libxc/xc_monitor.c | 13 +++++++++++++ > tools/tests/xen-access/xen-access.c | 33 ++++++++++++++++++++++++++++++++- > xen/arch/x86/hvm/monitor.c | 16 ++++++++++++++++ > xen/arch/x86/hvm/vmx/vmx.c | 28 ++++++++++++++++++++++++---- > xen/arch/x86/monitor.c | 13 +++++++++++++ > xen/include/asm-x86/domain.h | 1 + > xen/include/asm-x86/hvm/monitor.h | 1 + > xen/include/asm-x86/monitor.h | 3 ++- > xen/include/public/domctl.h | 1 + > xen/include/public/vm_event.h | 8 ++++++++ > 11 files changed, 112 insertions(+), 6 deletions(-)
Looks good to me. Acked-by: Razvan Cojocaru <[email protected]> Thanks, Razvan _______________________________________________ Xen-devel mailing list [email protected] https://lists.xen.org/xen-devel
