Bug 377891 - Update Xen 4.6 domctl wrappers
Summary: Update Xen 4.6 domctl wrappers
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: 3.13 SVN
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Ivo Raisr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-21 16:20 UTC by Antony Saba
Modified: 2017-05-10 17:38 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Xen 4.6 Update Patch (18.24 KB, patch)
2017-03-21 16:20 UTC, Antony Saba
Details

Note You need to log in before you can comment on or make changes to this bug.
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.