]> TLD Linux GIT Repositories - packages/qemu.git/blobdiff - x32.patch
- merged 3.1.0 from PLD
[packages/qemu.git] / x32.patch
index beee3deda90b63a5e603ce6b214a453448a5cda7..250576cbcb01f3a064d99db1dc0b2c5158b8688c 100644 (file)
--- a/x32.patch
+++ b/x32.patch
@@ -1,14 +1,14 @@
 --- qemu-2.2.0/configure~      2015-03-26 19:52:14.000000000 +0100
 +++ qemu-2.2.0/configure       2015-03-26 19:56:34.255072716 +0100
 @@ -1904,7 +1904,7 @@
+ libseccomp_minver="2.2.0"
  if test "$seccomp" != "no" ; then
      case "$cpu" in
--    i386|x86_64)
-+    i386|x86_64|x32)
-         libseccomp_minver="2.1.0"
+-    i386|x86_64|mips)
++    i386|x86_64|x32|mips)
          ;;
      arm|aarch64)
+         libseccomp_minver="2.2.3"
 @@ -2932,7 +2932,7 @@
  ##########################################
  # TPM passthrough is only on x86 Linux