This series adds a number of useful tools for guest memory
introspection:

* XSETBV / XCR vm_events;
* support for memory-content hiding (sending data back via the
  vm_event response, to be used as data read when emulating an
  instruction;
* support for generic vm_events that the guest can request via
  VMCALLs;
* preemption for MSR writes;
* support for setting CR0, CR3 and CR4 from userspace.

Patches:

[PATCH 1/5] xen/vm_event: Added support for XSETBV events
[PATCH 2/5] xen/vm_access: Support for memory-content hiding
[PATCH 3/5] xen/vm_event: Support for guest-requested events
[PATCH 4/5] xen/vm_event: Deny MSR writes if refused by vm_event
[PATCH 5/5] xen: Write CR0, CR3 and CR4 in arch_set_info_guest()


Thanks,
Razvan Cojocaru

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to