qemu: update to 8.0.0

- Update version to 8.0.0
- Refresh patches
- Update configure opttions to disable libdw

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
This commit is contained in:
Vladimir Ermakov
2023-04-20 12:23:19 +02:00
committed by Yousong Zhou
parent 837c0f7f1c
commit 65d052d9b8
4 changed files with 12 additions and 11 deletions

View File

@@ -11,9 +11,9 @@ OpenWrt base build system decide flavor of fortify_source to use
--- a/configure
+++ b/configure
@@ -896,6 +896,8 @@ for opt do
@@ -895,6 +895,8 @@ for opt do
;;
--enable-jemalloc) meson_option_parse --enable-malloc=jemalloc jemalloc
--disable-vfio-user-server) vfio_user_server="disabled"
;;
+ --disable-fortify-source) fortify_source="no"
+ ;;