]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix compilation of libvirt against xen-unstable
authorJim Fehlig <jfehlig@novell.com>
Sun, 15 Nov 2009 08:40:36 +0000 (09:40 +0100)
committerDaniel Veillard <veillard@redhat.com>
Sun, 15 Nov 2009 08:40:36 +0000 (09:40 +0100)
commit8d567fbcd34cdf755e1b84b2ae9e0dc2ce4e217e
treee4f36423bda1bf01e13b32bc561a0caa5fd08338
parent8c4d80d72ef34cd3c0f57084391f6d6359855513
Fix compilation of libvirt against xen-unstable

* src/xen/xen_hypervisor.c: xen-unstable changeset 19788 removed
  MAX_VIRT_CPUS from public headers, breaking compilation of libvirt
  on -unstable.  Its semanitc was retained with XEN_LEGACY_MAX_VCPUS.
  Ensure MAX_VIRT_CPUS is defined accordingly.
src/xen/xen_hypervisor.c