]> git.pld-linux.org Git - packages/qemu.git/blob - kvm-on-x32.patch
- eanble kvm on x32 (patch from debian-x32.org)
[packages/qemu.git] / kvm-on-x32.patch
1 --- qemu-2.1+dfsg.orig/configure
2 +++ qemu-2.1+dfsg/configure
3 @@ -5080,7 +5080,9 @@ case "$target_name" in
4        \( "$target_name" = "ppcemb" -a "$cpu" = "ppc64" \) -o \
5        \( "$target_name" = "mipsel" -a "$cpu" = "mips" \) -o \
6        \( "$target_name" = "x86_64" -a "$cpu" = "i386"   \) -o \
7 -      \( "$target_name" = "i386"   -a "$cpu" = "x86_64" \) \) ; then
8 +      \( "$target_name" = "i386"   -a "$cpu" = "x86_64" \) -o \
9 +      \( "$target_name" = "x86_64" -a "$cpu" = "x32"   \) -o \
10 +      \( "$target_name" = "i386"   -a "$cpu" = "x32" \) \) ; then
11        echo "CONFIG_KVM=y" >> $config_target_mak
12        if test "$vhost_net" = "yes" ; then
13          echo "CONFIG_VHOST_NET=y" >> $config_target_mak
This page took 0.027902 seconds and 3 git commands to generate.