]> TLD Linux GIT Repositories - packages/qemu.git/blobdiff - qemu-xattr.patch
- updated to 7.1.0
[packages/qemu.git] / qemu-xattr.patch
index 4d89cb2f453f1d07775423f85cf237fae838d1ff..b76f5f94435c68487cba318952dd9867ad7bb1d3 100644 (file)
@@ -1,23 +1,19 @@
-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
-@@ -9,6 +9,7 @@
-  * the COPYING file in the top-level directory.
+diff -ur qemu-7.1.0.orig/fsdev/virtfs-proxy-helper.c qemu-7.1.0/fsdev/virtfs-proxy-helper.c
+--- qemu-7.1.0.orig/fsdev/virtfs-proxy-helper.c        2022-09-02 16:14:57.215491914 +0200
++++ qemu-7.1.0/fsdev/virtfs-proxy-helper.c     2022-09-02 16:15:29.826562009 +0200
+@@ -10,6 +10,7 @@
   */
  
+ #include "qemu/osdep.h"
 +#include "qemu/xattr.h"
  #include <sys/resource.h>
  #include <getopt.h>
  #include <syslog.h>
 @@ -22,7 +23,6 @@
  #endif
- #include "qemu-common.h"
+ #include <cap-ng.h>
  #include "qemu/sockets.h"
 -#include "qemu/xattr.h"
- #include "virtio-9p-marshal.h"
- #include "hw/9pfs/virtio-9p-proxy.h"
- #include "fsdev/virtio-9p-marshal.h"
+ #include "9p-iov-marshal.h"
+ #include "hw/9pfs/9p-proxy.h"
+ #include "fsdev/9p-iov-marshal.h"