mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
xen: work with xen 4.0.1 headers
* src/xen/xen_driver.h (includes): Include main xen headers here... * src/xen/xs_internal.c (includes): ...rather than in just one of the sub-drivers.
This commit is contained in:
parent
98b8424ed8
commit
8dd22be93e
@ -29,6 +29,8 @@
|
||||
# include <winsock2.h>
|
||||
# endif
|
||||
|
||||
# include <xen/xen.h>
|
||||
|
||||
/* xen-unstable changeset 19788 removed MAX_VIRT_CPUS from public
|
||||
* headers. Its semantic was retained with XEN_LEGACY_MAX_VCPUS.
|
||||
* Ensure MAX_VIRT_CPUS is defined accordingly.
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include <xen/dom0_ops.h>
|
||||
#include <xen/version.h>
|
||||
#include <xen/xen.h>
|
||||
|
||||
#include <xs.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user