Bug 377891

Summary: Update Xen 4.6 domctl wrappers
Product: [Developer tools] valgrind Reporter: Antony Saba <awsaba>
Component: generalAssignee: Ivo Raisr <ivosh>
Status: RESOLVED FIXED    
Severity: normal CC: awsaba, ivosh
Priority: NOR    
Version First Reported In: 3.13 SVN   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Xen 4.6 Update Patch

Description Antony Saba 2017-03-21 16:20:03 UTC
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.
Comment 1 Ivo Raisr 2017-05-10 17:38:12 UTC
Thank you for the patch.
Committed in Valgrind SVN as r16354.