]> TLD Linux GIT Repositories - packages/qemu.git/blobdiff - qemu-xattr.patch
- updated to 7.0.0
[packages/qemu.git] / qemu-xattr.patch
index c137485ed33f6a0e027a3bcc69ebad5a5070b021..92e9498603b76ae9447c385a4be0b65c8bcdcd5c 100644 (file)
@@ -1,10 +1,6 @@
-Workaround <linux/xattr.h> vs <sys/xattr.h> defines conflict:
-When including both, the latter must be included first.
-Move "qemu-xattr.h" (which includes <sys/xattr.h> to the front,
-before <sys/capability.h> (which includes <linux/xattr.h>.
-
---- qemu-1.7.1/fsdev/virtfs-proxy-helper.c.orig        2014-03-25 15:01:10.000000000 +0100
-+++ qemu-1.7.1/fsdev/virtfs-proxy-helper.c     2014-04-03 02:55:41.115547990 +0200
+diff -ur qemu-7.0.0.orig/fsdev/virtfs-proxy-helper.c qemu-7.0.0/fsdev/virtfs-proxy-helper.c
+--- qemu-7.0.0.orig/fsdev/virtfs-proxy-helper.c        2022-06-03 00:26:58.520973498 +0200
++++ qemu-7.0.0/fsdev/virtfs-proxy-helper.c     2022-06-03 00:27:13.052002997 +0200
 @@ -10,6 +10,7 @@
   */
  
@@ -14,11 +10,10 @@ before <sys/capability.h> (which includes <linux/xattr.h>.
  #include <getopt.h>
  #include <syslog.h>
 @@ -23,7 +24,6 @@
- #endif
+ #include <cap-ng.h>
  #include "qemu-common.h"
  #include "qemu/sockets.h"
 -#include "qemu/xattr.h"
  #include "9p-iov-marshal.h"
  #include "hw/9pfs/9p-proxy.h"
  #include "fsdev/9p-iov-marshal.h"
-