Created attachment 104670 [details] Xen 4.6 Update Patch Update domctl arguments for Xen 4.6 for existing wrappers: * get/set tsc_info * also fixes a pre-4.6 bug with get_tsc_info that was not correctly calling POST_MEM_WRITE for the output value * assign_device/remove_device/deassign_device * name change for mem_event_op to vm_event_op * adds monitor op The patch included in #373086 adds support for HVM_SAVE_TYPE(MTRR), which is not included here, but it does not update the additional changed structs listed above.
Thank you for the patch. Committed in Valgrind SVN as r16354.