[PATCH] Config: update Mini-OS commit id

Juergen Gross posted 1 patch 5 days, 22 hours ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20260327151429.438096-1-jgross@suse.com
Config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Config: update Mini-OS commit id
Posted by Juergen Gross 5 days, 22 hours 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 fdc0245079..b3d48e49c7 100644
--- a/Config.mk
+++ b/Config.mk
@@ -217,7 +217,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 ?= 6732fd42d8eb8d0af9f5eb54aca17f4c250213a8
+MINIOS_UPSTREAM_REVISION ?= b6f79f5f44cf69044079c042b88fe9d75367642e
 
 SEABIOS_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/seabios.git
 SEABIOS_UPSTREAM_REVISION ?= rel-1.17.0
-- 
2.53.0
Re: [PATCH] Config: update Mini-OS commit id
Posted by Andrew Cooper 5 days, 22 hours ago
On 27/03/2026 3:14 pm, Juergen Gross wrote:
> Use the newest Mini-OS.
>
> Signed-off-by: Juergen Gross <jgross@suse.com>

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>