qemu-e2k/hw/xen
Ian Campbell 81daba5880 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>
2016-02-10 12:01:24 +00:00
..
Makefile.objs xen/Makefile.objs: simplify 2016-01-11 11:39:28 +03:00
xen-host-pci-device.c xen: Clean up includes 2016-01-29 15:07:23 +00:00
xen-host-pci-device.h Add Error **errp for xen_host_pci_device_get() 2016-01-21 16:45:34 +00:00
xen_backend.c xen: drop XenXC and associated interface wrappers 2016-02-10 12:01:24 +00:00
xen_devconfig.c xen: Clean up includes 2016-01-29 15:07:23 +00:00
xen_pt.c xen: Clean up includes 2016-01-29 15:07:23 +00:00
xen_pt.h Add Error **errp for xen_pt_config_init() 2016-01-21 16:45:47 +00:00
xen_pt_config_init.c xen: Clean up includes 2016-01-29 15:07:23 +00:00
xen_pt_graphics.c xen: Clean up includes 2016-01-29 15:07:23 +00:00
xen_pt_msi.c fix MSI injection on Xen 2016-02-06 20:44:10 +02:00