diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-21 14:30:41 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-21 14:33:51 +0100 |
commit | 2bb133986e8fa90e2e76d53369f03861a87a74ef (patch) | |
tree | e59b1b1b8c8257711783eb6a3fd1bc1866876bf7 /main/qemu/xattr_size_max.patch | |
parent | b41b6740e2bf0aa63d1c2389df349d58f749dd72 (diff) | |
download | aports-2bb133986e8fa90e2e76d53369f03861a87a74ef.tar.bz2 aports-2bb133986e8fa90e2e76d53369f03861a87a74ef.tar.xz |
main/qemu: upgrade to 2.8.0
Diffstat (limited to 'main/qemu/xattr_size_max.patch')
-rw-r--r-- | main/qemu/xattr_size_max.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/main/qemu/xattr_size_max.patch b/main/qemu/xattr_size_max.patch new file mode 100644 index 0000000000..1a33cbf5e8 --- /dev/null +++ b/main/qemu/xattr_size_max.patch @@ -0,0 +1,15 @@ +diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c +index faebd91..a0f15b6 100644 +--- a/hw/9pfs/9p.c ++++ b/hw/9pfs/9p.c +@@ -25,6 +25,10 @@ + #include "trace.h" + #include "migration/migration.h" + ++#ifdef __linux__ ++#include <linux/limits.h> /* for XATTR_SIZE_MAX */ ++#endif ++ + int open_fd_hw; + int total_open_fd; + static int open_fd_rc; |