[PATCH v2] Config: use Mini-OS commit 9f09744aa3e5982 for xen-unstable

Juergen Gross posted 1 patch 2 years, 7 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20210908125232.20993-1-jgross@suse.com
Config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] Config: use Mini-OS commit 9f09744aa3e5982 for xen-unstable
Posted by Juergen Gross 2 years, 7 months ago
Switch the used Mini-OS commit to 9f09744aa3e5982 in xen-unstable.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
V2:
- use a specific commit instead of master (Ian Jackson, Jan Beulich)
---
 Config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Config.mk b/Config.mk
index 4d723eec1d..e85bf18654 100644
--- a/Config.mk
+++ b/Config.mk
@@ -246,7 +246,7 @@ MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
 endif
 OVMF_UPSTREAM_REVISION ?= b37cfdd2807181aed2fee1e17bd7ec1190db266a
 QEMU_UPSTREAM_REVISION ?= master
-MINIOS_UPSTREAM_REVISION ?= 051b87bb9c19609976fb038f386920e1ce5454c5
+MINIOS_UPSTREAM_REVISION ?= 9f09744aa3e5982a083ecf8e9cd2123f477081f9
 
 SEABIOS_UPSTREAM_REVISION ?= rel-1.14.0
 
-- 
2.26.2


Re: [PATCH v2] Config: use Mini-OS commit 9f09744aa3e5982 for xen-unstable
Posted by Juergen Gross 2 years, 7 months ago
Ping?

On 08.09.21 14:52, Juergen Gross wrote:
> Switch the used Mini-OS commit to 9f09744aa3e5982 in xen-unstable.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>
> ---
> V2:
> - use a specific commit instead of master (Ian Jackson, Jan Beulich)
> ---
>   Config.mk | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Config.mk b/Config.mk
> index 4d723eec1d..e85bf18654 100644
> --- a/Config.mk
> +++ b/Config.mk
> @@ -246,7 +246,7 @@ MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
>   endif
>   OVMF_UPSTREAM_REVISION ?= b37cfdd2807181aed2fee1e17bd7ec1190db266a
>   QEMU_UPSTREAM_REVISION ?= master
> -MINIOS_UPSTREAM_REVISION ?= 051b87bb9c19609976fb038f386920e1ce5454c5
> +MINIOS_UPSTREAM_REVISION ?= 9f09744aa3e5982a083ecf8e9cd2123f477081f9
>   
>   SEABIOS_UPSTREAM_REVISION ?= rel-1.14.0
>   
> 

Re: [PATCH v2] Config: use Mini-OS commit 9f09744aa3e5982 for xen-unstable
Posted by Ian Jackson 2 years, 7 months ago
Juergen Gross writes ("Re: [PATCH v2] Config: use Mini-OS commit 9f09744aa3e5982 for xen-unstable"):
> Ping?
> 
> On 08.09.21 14:52, Juergen Gross wrote:
> > Switch the used Mini-OS commit to 9f09744aa3e5982 in xen-unstable.
> > 
> > Signed-off-by: Juergen Gross <jgross@suse.com>
> > ---
> > V2:
> > - use a specific commit instead of master (Ian Jackson, Jan Beulich)
> > ---
> >   Config.mk | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Config.mk b/Config.mk
> > index 4d723eec1d..e85bf18654 100644
> > --- a/Config.mk
> > +++ b/Config.mk
> > @@ -246,7 +246,7 @@ MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
> >   endif
> >   OVMF_UPSTREAM_REVISION ?= b37cfdd2807181aed2fee1e17bd7ec1190db266a
> >   QEMU_UPSTREAM_REVISION ?= master
> > -MINIOS_UPSTREAM_REVISION ?= 051b87bb9c19609976fb038f386920e1ce5454c5
> > +MINIOS_UPSTREAM_REVISION ?= 9f09744aa3e5982a083ecf8e9cd2123f477081f9

Acked-by: Ian Jackson <iwj@xenproject.org>

and committed.  I added this note to the commit message:

    [ 9f09744aa3e5982 is current mini-os.git#master -iwj. ]

Ian.