Message ID | 20231122081445.22581-1-jgross@suse.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | config: update Mini-OS commit | expand |
On 22.11.2023 09:14, Juergen Gross wrote: > Update the used commit for Mini-OS in order to be able to use the > 9pfs frontend. > > Signed-off-by: Juergen Gross <jgross@suse.com> Acked-by: Jan Beulich <jbeulich@suse.com>
diff --git a/Config.mk b/Config.mk index 29c29f8d7f..2c43702958 100644 --- a/Config.mk +++ b/Config.mk @@ -226,7 +226,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 ?= 5bcb28aaeba1c2506a82fab0cdad0201cd9b54b3 +MINIOS_UPSTREAM_REVISION ?= b08019f0b2fbc30c75169a160acb9fd9af5d68f4 SEABIOS_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/seabios.git SEABIOS_UPSTREAM_REVISION ?= rel-1.16.2
Update the used commit for Mini-OS in order to be able to use the 9pfs frontend. Signed-off-by: Juergen Gross <jgross@suse.com> --- Config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)