Eric Blake wrote:
On 01/04/2012 08:52 AM, Jim Fehlig wrote:
> xen-unstable c/s 23874:651aed73b39c added another member to
> xen_domctl_getdomaininfo struct and bumped domctl version to 8.
> Add a corresponding domctl v8 struct in xen hypervisor sub-driver
> and detect domctl v8 during initialization.
> ---
> src/xen/xen_hypervisor.c | 129 +++++++++++++++++++++++++++++++++------------
> 1 files changed, 94 insertions(+), 35 deletions(-)
>
Looks fairly mechanical. I didn't actually test it, but also didn't
spot anything obviously wrong, so:
I've tested on systems with domctl v7 and v8, but didn't go back any
further.
ACK.
Thanks, pushed.