arch/x86: Add registers to vm_event
authorAlexandru Stefan ISAILA <aisaila@bitdefender.com>
Fri, 9 Nov 2018 11:33:58 +0000 (11:33 +0000)
committerWei Liu <wei.liu2@citrix.com>
Wed, 14 Nov 2018 18:21:52 +0000 (18:21 +0000)
commitb05209196646c0c8c71978127edd0696a6a374e7
tree4b07b67c84be4461aa7ef56b1ce1b55d55b560fc
parent15410d8fc8d6e63ab138a5c47427f418a43a1c56
arch/x86: Add registers to vm_event

This patch adds a couple of regs to the vm_event that are used by
the introspection. The base, limit and ar
bits are compressed into a uint64_t union so as not to enlarge the
vm_event.

Signed-off-by: Alexandru Isaila <aisaila@bitdefender.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Tamas K Lengyel <tamas@tklengyel.com>
xen/arch/x86/vm_event.c
xen/include/public/vm_event.h