| Submitter | Anthony PERARD |
|---|---|
| Date | Feb. 2, 2011, 2:49 p.m. |
| Message ID | <1296658172-16609-11-git-send-email-anthony.perard@citrix.com> |
| Download | mbox | patch |
| Permalink | /patch/81481/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/configure b/configure index c9a13e1..76177d8 100755 --- a/configure +++ b/configure @@ -3066,6 +3066,7 @@ echo "TARGET_ABI_DIR=$TARGET_ABI_DIR" >> $config_target_mak case "$target_arch2" in i386|x86_64) if test "$xen" = "yes" -a "$target_softmmu" = "yes" ; then + target_phys_bits=64 echo "CONFIG_XEN=y" >> $config_target_mak echo "LIBS+=$xen_libs" >> $config_target_mak echo "CONFIG_XEN_CTRL_INTERFACE_VERSION=$xen_ctrl_version" >> $config_target_mak