From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to rel-1.9.0 Date: Wed, 18 Nov 2015 12:02:34 +0000 Message-ID: <20151118120234.GM1495@citrix.com> References: <1447848093-30314-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1447848093-30314-1-git-send-email-ian.campbell@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: wei.liu2@citrix.com, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, Nov 18, 2015 at 12:01:33PM +0000, Ian Campbell wrote: > Signed-off-by: Ian Campbell Acked-by: Wei Liu > --- > Right now osstest has tested rel-1.9.0~1 (flight 64145 > http://lists.xen.org/archives/html/xen-devel/2015-11/msg01380.html ). > However the final commit simply updates docs/Releases.md to cover > 1.9.0 so I don't anticipate any problems. > --- > Config.mk | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Config.mk b/Config.mk > index 76bdc88..4e5eb01 100644 > --- a/Config.mk > +++ b/Config.mk > @@ -259,9 +259,9 @@ MINIOS_UPSTREAM_REVISION ?= 22d01aab99180539b38b13ba30f0e1cd62b72147 > # Tue Oct 27 15:43:28 2015 +0000 > # xenbus: notify the other end when necessary > > -SEABIOS_UPSTREAM_REVISION ?= rel-1.8.2 > -# Tue Mar 17 10:52:16 2015 -0400 > -# vgabios: On bda_save_restore() the saved vbe_mode also has flags in it > +SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0 > +# Tue Nov 17 09:18:44 2015 -0500 > +# docs: Note v1.9.0 release > > ETHERBOOT_NICS ?= rtl8139 8086100e > > -- > 2.1.4 >