Message ID | 20171020111002.5228-1-wei.liu2@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi, On 20/10/17 12:10, Wei Liu wrote: > The new changeset contains the new console.h fix in xen.git. > > Signed-off-by: Wei Liu <wei.liu2@citrix.com> > --- > Cc: Julien Grall <Julien.Grall@arm.com> > > This is rather low risk because stubdom build in xen.git uses xen > headers directly. > > I just don't want to ship a version of xen which points to a buggy > mini-os changeset. Release-acked-by: Julien Grall <julien.grall@linaro.org> Cheers, > --- > Config.mk | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Config.mk b/Config.mk > index 78e8a2cc8a..664f97e726 100644 > --- a/Config.mk > +++ b/Config.mk > @@ -274,9 +274,9 @@ MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git > endif > OVMF_UPSTREAM_REVISION ?= 947f3737abf65fda63f3ffd97fddfa6986986868 > QEMU_UPSTREAM_REVISION ?= qemu-xen-4.10.0-rc1 > -MINIOS_UPSTREAM_REVISION ?= xen-4.10.0-rc1 > -# Tue Oct 3 19:45:19 2017 +0100 > -# Link against libxentoolcore > +MINIOS_UPSTREAM_REVISION ?= 0b4b7897e08b967a09bed2028a79fabff82342dd > +# Mon Oct 16 16:36:41 2017 +0100 > +# Update Xen header files again > > SEABIOS_UPSTREAM_REVISION ?= rel-1.10.2 > # Wed Jun 22 14:53:24 2016 +0800 >
diff --git a/Config.mk b/Config.mk index 78e8a2cc8a..664f97e726 100644 --- a/Config.mk +++ b/Config.mk @@ -274,9 +274,9 @@ MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git endif OVMF_UPSTREAM_REVISION ?= 947f3737abf65fda63f3ffd97fddfa6986986868 QEMU_UPSTREAM_REVISION ?= qemu-xen-4.10.0-rc1 -MINIOS_UPSTREAM_REVISION ?= xen-4.10.0-rc1 -# Tue Oct 3 19:45:19 2017 +0100 -# Link against libxentoolcore +MINIOS_UPSTREAM_REVISION ?= 0b4b7897e08b967a09bed2028a79fabff82342dd +# Mon Oct 16 16:36:41 2017 +0100 +# Update Xen header files again SEABIOS_UPSTREAM_REVISION ?= rel-1.10.2 # Wed Jun 22 14:53:24 2016 +0800
The new changeset contains the new console.h fix in xen.git. Signed-off-by: Wei Liu <wei.liu2@citrix.com> --- Cc: Julien Grall <Julien.Grall@arm.com> This is rather low risk because stubdom build in xen.git uses xen headers directly. I just don't want to ship a version of xen which points to a buggy mini-os changeset. --- Config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)