diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-04-29 23:51:49 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-04-29 23:55:05 +0200 |
commit | 6274cf0f8c55e8b18513f208be4fcf1c89bc14c1 (patch) | |
tree | dceb60c9f7ac242ca56e95901e6e5d8c30cc8698 /emulators/qemu/files | |
parent | emulators/qemu8: New port (diff) |
emulators/qemu: Update version 8.2.2=>9.0.0
Changelog: https://wiki.qemu.org/ChangeLog/9.0
Diffstat (limited to 'emulators/qemu/files')
-rw-r--r-- | emulators/qemu/files/patch-util_meson.build | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/qemu/files/patch-util_meson.build b/emulators/qemu/files/patch-util_meson.build deleted file mode 100644 index 1e42351652d7..000000000000 --- a/emulators/qemu/files/patch-util_meson.build +++ /dev/null @@ -1,15 +0,0 @@ ---- util/meson.build.orig 2023-12-19 21:24:35 UTC -+++ util/meson.build -@@ -102,11 +102,7 @@ if have_block - util_ss.add(files('readline.c')) - util_ss.add(files('throttle.c')) - util_ss.add(files('timed-average.c')) -- if config_host_data.get('CONFIG_INOTIFY1') -- util_ss.add(files('filemonitor-inotify.c')) -- else -- util_ss.add(files('filemonitor-stub.c')) -- endif -+ util_ss.add(files('filemonitor-stub.c')) - util_ss.add(when: 'CONFIG_LINUX', if_true: files('vfio-helpers.c')) - endif - |