Skip to content

Commit

Permalink
qemu: update to 9.1.1
Browse files Browse the repository at this point in the history
- Update to 9.1.1
- Refresh the patches

Signed-off-by: Vladimir Ermakov <[email protected]>
  • Loading branch information
vooon committed Nov 12, 2024
1 parent 223d7e2 commit de1ff7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions utils/qemu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=qemu
PKG_VERSION:=9.1.0
PKG_RELEASE:=2
PKG_VERSION:=9.1.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_HASH:=816b7022a8ba7c2ac30e2e0cf973e826f6bcc8505339603212c5ede8e94d7834
PKG_HASH:=7dc0f9da5491ff449500f3310063a36b619f236ee45706fd0846eb37d4bba889
PKG_SOURCE_URL:=https://download.qemu.org/
PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=LICENSE tcg/LICENSE
Expand Down
4 changes: 2 additions & 2 deletions utils/qemu/patches/0010-no-tests.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/meson.build
+++ b/meson.build
@@ -3630,10 +3630,6 @@ subdir('common-user')
@@ -3637,10 +3637,6 @@ subdir('common-user')
subdir('bsd-user')
subdir('linux-user')

Expand All @@ -11,7 +11,7 @@
# accel modules
tcg_real_module_ss = ss.source_set()
tcg_real_module_ss.add_all(when: 'CONFIG_TCG_MODULAR', if_true: tcg_module_ss)
@@ -4161,10 +4157,6 @@ subdir('scripts')
@@ -4168,10 +4164,6 @@ subdir('scripts')
subdir('tools')
subdir('pc-bios')
subdir('docs')
Expand Down

0 comments on commit de1ff7f

Please sign in to comment.