Merge remote-tracking branch 'sstabellini/compile-xs' into staging

* sstabellini/compile-xs:
  xenstore: Use <xenstore.h>
  xen: Reorganize includes of Xen headers.
This commit is contained in:
Anthony Liguori 2012-06-26 15:05:45 -05:00
commit 3978f4612e
7 changed files with 18 additions and 27 deletions

2
configure vendored
View file

@ -1388,7 +1388,7 @@ EOF
elif (
cat > $TMPC <<EOF
#include <xenctrl.h>
#include <xs.h>
#include <xenstore.h>
#include <stdint.h>
#include <xen/hvm/hvm_info_table.h>
#if !defined(HVM_MAX_VCPUS)