[PATCH] Config: update Mini-OS commit id

Juergen Gross posted 1 patch 3 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20250717065648.10163-1-jgross@suse.com
There is a newer version of this series
Config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Config: update Mini-OS commit id
Posted by Juergen Gross 3 months, 2 weeks ago
Use the newest Mini-OS.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 Config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Config.mk b/Config.mk
index 55b1b83d49..6430a871cb 100644
--- a/Config.mk
+++ b/Config.mk
@@ -208,7 +208,7 @@ QEMU_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/qemu-xen.git
 QEMU_UPSTREAM_REVISION ?= master
 
 MINIOS_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/mini-os.git
-MINIOS_UPSTREAM_REVISION ?= 2d3b22f842a969574cf967925b435c5913e8a6e0
+MINIOS_UPSTREAM_REVISION ?= d2c8564bb3876a7f293d4c7998791e7e75a96b9b
 
 SEABIOS_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/seabios.git
 SEABIOS_UPSTREAM_REVISION ?= rel-1.16.3
-- 
2.43.0
Re: [PATCH] Config: update Mini-OS commit id
Posted by Jan Beulich 3 months, 2 weeks ago
On 17.07.2025 08:56, Juergen Gross wrote:
> Use the newest Mini-OS.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

Acked-by: Jan Beulich <jbeulich@suse.com>