qemu-patch-raspberry4/include/hw/xen
Ian Campbell 64a7ad6fe3 xen: make it possible to build without the Xen PV domain builder
Until the previous patch this relied on xc_fd(), which was only
implemented for Xen 4.0 and earlier.

Given this wasn't working since Xen 4.0 I have marked this as disabled
by default.

Removing this support drops the use of a bunch of symbols from
libxenctrl, specifically:

  - xc_domain_create
  - xc_domain_destroy
  - xc_domain_getinfo
  - xc_domain_max_vcpus
  - xc_domain_setmaxmem
  - xc_domain_unpause
  - xc_evtchn_alloc_unbound
  - xc_linux_build

This is another step towards only using Xen libraries which provide a
stable inteface.

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-01-26 17:19:44 +00:00
..
xen.h xen-hvm: Clean up xen_ram_alloc() error handling 2016-01-14 16:49:50 +00:00
xen_backend.h xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API. 2016-01-26 17:19:35 +00:00
xen_common.h xen: make it possible to build without the Xen PV domain builder 2016-01-26 17:19:44 +00:00