qemu: Update to version 7.1.0

- Update from 7.0.0 to 7.1.0
- Update of rootfile not required
- Removal of qemu-7.0.0-fix-glibc-headers.patch as an alternative patch approach has been
   implemeted into thye source tarball.
- Changelog is too large to include here. Details can be found at
   https://wiki.qemu.org/ChangeLog/7.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Adolf Belka
2022-11-25 09:54:59 +01:00
committed by Peter Müller
parent da0b8e4fb9
commit 39ff37072e
2 changed files with 3 additions and 15 deletions

View File

@@ -1,11 +0,0 @@
--- qemu-7.0.0/linux-user/syscall.c~ 2022-08-10 14:03:50.721401251 +0000
+++ qemu-7.0.0/linux-user/syscall.c 2022-08-10 14:00:22.569951783 +0000
@@ -28,7 +28,7 @@
#include <sys/ipc.h>
#include <sys/msg.h>
#include <sys/wait.h>
-#include <sys/mount.h>
+#include <linux/mount.h>
#include <sys/file.h>
#include <sys/fsuid.h>
#include <sys/personality.h>