All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Jackson <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xensource.com
Cc: Julien Grall <julien.grall@arm.com>,
	Ian Jackson <Ian.Jackson@eu.citrix.com>
Subject: [PATCH 1/5] Config.mk, etc.: Prepare 4.9.0-rc1
Date: Wed, 12 Apr 2017 16:39:19 +0100	[thread overview]
Message-ID: <1492011563-25326-2-git-send-email-ian.jackson@eu.citrix.com> (raw)
In-Reply-To: <1492011563-25326-1-git-send-email-ian.jackson@eu.citrix.com>

* Update Config.mk REVISION values to refer to relevant tags.
* Update README version number
* Update xen/Makefile version number

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 Config.mk    |  6 +++---
 README       | 10 +++++-----
 xen/Makefile |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/Config.mk b/Config.mk
index 7a0f94b..d01c832 100644
--- a/Config.mk
+++ b/Config.mk
@@ -268,8 +268,8 @@ SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
 MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
 endif
 OVMF_UPSTREAM_REVISION ?= 5920a9d16b1ab887c2858224316a98e961d71b05
-QEMU_UPSTREAM_REVISION ?= master
-MINIOS_UPSTREAM_REVISION ?= ca013fa9baf92f47469ba1f2e1aaa31c41d8a0bb
+QEMU_UPSTREAM_REVISION ?= qemu-xen-4.9.0-rc1
+MINIOS_UPSTREAM_REVISION ?= xen-4.9.0-rc1
 # Tue Dec 13 15:02:02 2016 +0000
 # build: prepend OBJ_DIR to linker script
 
@@ -280,7 +280,7 @@ SEABIOS_UPSTREAM_REVISION ?= rel-1.10.0
 ETHERBOOT_NICS ?= rtl8139 8086100e
 
 
-QEMU_TRADITIONAL_REVISION ?= 8051789e982499050680a26febeada7467e18a8d
+QEMU_TRADITIONAL_REVISION ?= xen-4.9.0-rc1
 # Thu Mar 9 11:14:55 2017 +0000
 # cirrus/vnc: zap drop bitblit support from console code.
 
diff --git a/README b/README
index 76433a9..05e92d0 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 #################################
-__  __            _  _   ___                        _        _     _
-\ \/ /___ _ __   | || | / _ \       _   _ _ __  ___| |_ __ _| |__ | | ___
- \  // _ \ '_ \  | || || (_) |_____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
- /  \  __/ | | | |__   _\__, |_____| |_| | | | \__ \ || (_| | |_) | |  __/
-/_/\_\___|_| |_|    |_|(_)/_/       \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
+__  __            _  _   ___
+\ \/ /___ _ __   | || | / _ \       _ __ ___
+ \  // _ \ '_ \  | || || (_) |_____| '__/ __|
+ /  \  __/ | | | |__   _\__, |_____| | | (__
+/_/\_\___|_| |_|    |_|(_)/_/      |_|  \___|
 
 #################################
 
diff --git a/xen/Makefile b/xen/Makefile
index fcd5c7e..750bb8a 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -2,7 +2,7 @@
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 4
 export XEN_SUBVERSION    = 9
-export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version
 
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

  reply	other threads:[~2017-04-12 15:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-12 15:39 [PATCH 0/5] Release administrivia for 4.9.0-rc1* Ian Jackson
2017-04-12 15:39 ` Ian Jackson [this message]
2017-04-12 15:39 ` [PATCH 2/5] Config.mk: Update for 4.9.0-rc1.1 Ian Jackson
2017-04-12 15:39 ` [PATCH 3/5] Config.mk: Update for 4.9.0-rc1.2 Ian Jackson
2017-04-12 15:39 ` [PATCH 4/5] misc/release-checklist.txt: Preemptive updates Ian Jackson
2017-04-12 15:39 ` [PATCH 5/5] misc/release-checklist.txt: Try to avoid wrong-tag mistakes Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1492011563-25326-2-git-send-email-ian.jackson@eu.citrix.com \
    --to=ian.jackson@eu.citrix.com \
    --cc=julien.grall@arm.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.