| Submitter | Anthony PERARD |
|---|---|
| Date | March 29, 2011, 6:28 p.m. |
| Message ID | <1301423290-12443-12-git-send-email-anthony.perard@citrix.com> |
| Download | mbox | patch |
| Permalink | /patch/88852/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/configure b/configure index 309b210..34248f0 100755 --- a/configure +++ b/configure @@ -3190,6 +3190,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 if test "$cpu" = "i386" -o "$cpu" = "x86_64"; then echo "CONFIG_XEN_MAPCACHE=y" >> $config_target_mak