]> git.proxmox.com Git - mirror_qemu.git/commit
xen: drop XenXC and associated interface wrappers
authorIan Campbell <ian.campbell@citrix.com>
Wed, 10 Feb 2016 11:07:03 +0000 (11:07 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 10 Feb 2016 12:01:24 +0000 (12:01 +0000)
commit81daba58803cd11a27c2b4684ee3642302c14351
treea5784483a4d1e7dba504daf44aa80d075ef10f15
parent2ac9f6d4b1de075f2ac34eb54b18ddda7a414a2b
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>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/xen/xen_backend.c
include/hw/xen/xen_backend.h
include/hw/xen/xen_common.h
xen-common.c
xen-hvm.c