summaryrefslogtreecommitdiff
path: root/emulators/qemu/files
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu/files')
-rw-r--r--emulators/qemu/files/patch-bsd-user_host_i386_host-signal.h6
-rw-r--r--emulators/qemu/files/patch-meson.build4
-rw-r--r--emulators/qemu/files/patch-util_meson.build4
3 files changed, 7 insertions, 7 deletions
diff --git a/emulators/qemu/files/patch-bsd-user_host_i386_host-signal.h b/emulators/qemu/files/patch-bsd-user_host_i386_host-signal.h
index 524ffb667f50..07d731fd4f54 100644
--- a/emulators/qemu/files/patch-bsd-user_host_i386_host-signal.h
+++ b/emulators/qemu/files/patch-bsd-user_host_i386_host-signal.h
@@ -1,10 +1,10 @@
--- bsd-user/host/i386/host-signal.h.orig 2022-12-14 16:28:45 UTC
+++ bsd-user/host/i386/host-signal.h
-@@ -13,6 +13,7 @@
+@@ -12,6 +12,7 @@
+ #include <sys/param.h>
#include <sys/ucontext.h>
#include <machine/trap.h>
- #include <vm/pmap.h>
+#include <vm/vm.h>
+ #include <vm/pmap.h>
#include <machine/pmap.h>
- static inline uintptr_t host_signal_pc(ucontext_t *uc)
diff --git a/emulators/qemu/files/patch-meson.build b/emulators/qemu/files/patch-meson.build
index e701a096e957..1ada4462a416 100644
--- a/emulators/qemu/files/patch-meson.build
+++ b/emulators/qemu/files/patch-meson.build
@@ -1,6 +1,6 @@
---- meson.build.orig 2022-04-19 19:10:27 UTC
+--- meson.build.orig 2022-12-14 16:28:45 UTC
+++ meson.build
-@@ -2505,14 +2505,10 @@ if have_system
+@@ -2719,14 +2719,10 @@ if have_system
fdt_opt = get_option('fdt')
if fdt_opt in ['enabled', 'auto', 'system']
have_internal = fs.exists(meson.current_source_dir() / 'dtc/libfdt/Makefile.libfdt')
diff --git a/emulators/qemu/files/patch-util_meson.build b/emulators/qemu/files/patch-util_meson.build
index 590b1f5a0592..135b2ee3f156 100644
--- a/emulators/qemu/files/patch-util_meson.build
+++ b/emulators/qemu/files/patch-util_meson.build
@@ -1,6 +1,6 @@
---- util/meson.build.orig 2022-04-23 11:59:28 UTC
+--- util/meson.build.orig 2022-12-14 16:28:45 UTC
+++ util/meson.build
-@@ -87,10 +87,6 @@ if have_block
+@@ -97,10 +97,6 @@ if have_block
util_ss.add(files('readline.c'))
util_ss.add(files('throttle.c'))
util_ss.add(files('timed-average.c'))