]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/qemu-xen.git/commit
xen: drop XenXC and associated interface wrappers
authorIan Campbell <ian.campbell@citrix.com>
Fri, 5 Feb 2016 15:15:07 +0000 (15:15 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 11 Feb 2016 16:16:30 +0000 (16:16 +0000)
commit82af2a47c49518a0b12a9f24d9b2e9c99a15c36d
treeafdb4f9e9874d624b99249be5973951727ea87d5
parent1248b4e911e70039cd48f17b97fbf1b2c5feafc9
xen: drop XenXC and associated interface wrappers

Now that 4.2 and earlier are no longer supported "xc_interface *" is
always the right type for the xc interface handle.

With this we can also simplify the handling of the xenforeignmemory
compatibility wrapper by making xenforeignmemory_handle ==
xc_interface, instead of an xc_interface* and remove various uses of &
and *h.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
v2: Mention xenforeignmemory changes in commit message.
hw/xen/xen_backend.c
include/hw/xen/xen_backend.h
include/hw/xen/xen_common.h
xen-common.c
xen-hvm.c