* [PATCH 1/4] tools: Update sonames for 4.6 RCs
2015-08-11 14:09 [PATCH for-4.6 URGENT 0/4] Prepare for RC1 Ian Jackson
@ 2015-08-11 14:09 ` Ian Jackson
2015-08-11 14:15 ` Wei Liu
2015-08-11 14:09 ` [PATCH 2/4] Update version to Xen 4.6 RC Ian Jackson
` (2 subsequent siblings)
3 siblings, 1 reply; 13+ messages in thread
From: Ian Jackson @ 2015-08-11 14:09 UTC (permalink / raw)
To: xen-devel
Cc: Wei Liu, Ian Campbell, Stefano Stabellini, Ian Jackson,
Jan Beulich
Update libxc to 4.6.
Update libxl to 4.6.
I did
git-grep 'MAJOR.*='
and also to check I had everything
git-grep 'SONAME_LDFLAG' | egrep -v 'MAJOR' |less
The other, un-updated, libraries are:
blktap2 (control, libvhd) 1.0 in-tree users only, no ABI changes
libfsimage 1.0 no ABI changes
libvchan 1.0 no ABI changes
libxenstat 0.0 (!) no ABI changes
libxenstore 3.0 no ABI changes
My assertions "no ABI changes" are based on the output of
git-diff origin/stable-4.5..staging .
and similar runes, sometimes limited to .h files.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Ian Campbell <ian.campbell@citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
---
tools/libxc/Makefile | 2 +-
tools/libxl/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index 8ae0ea0..a0f899b 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -1,7 +1,7 @@
XEN_ROOT = $(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
-MAJOR = 4.5
+MAJOR = 4.6
MINOR = 0
ifeq ($(CONFIG_LIBXC_MINIOS),y)
diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
index 9036076..a5ffa01 100644
--- a/tools/libxl/Makefile
+++ b/tools/libxl/Makefile
@@ -5,7 +5,7 @@
XEN_ROOT = $(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
-MAJOR = 4.5
+MAJOR = 4.6
MINOR = 0
XLUMAJOR = 4.3
--
1.7.10.4
^ permalink raw reply related [flat|nested] 13+ messages in thread* Re: [PATCH 1/4] tools: Update sonames for 4.6 RCs
2015-08-11 14:09 ` [PATCH 1/4] tools: Update sonames for 4.6 RCs Ian Jackson
@ 2015-08-11 14:15 ` Wei Liu
2015-08-11 14:24 ` Ian Jackson
2015-08-11 14:27 ` [PATCH v2 " Ian Jackson
0 siblings, 2 replies; 13+ messages in thread
From: Wei Liu @ 2015-08-11 14:15 UTC (permalink / raw)
To: Ian Jackson, g
Cc: xen-devel, Wei Liu, Ian Campbell, Stefano Stabellini, Jan Beulich
On Tue, Aug 11, 2015 at 03:09:17PM +0100, Ian Jackson wrote:
> Update libxc to 4.6.
> Update libxl to 4.6.
>
> I did
> git-grep 'MAJOR.*='
> and also to check I had everything
> git-grep 'SONAME_LDFLAG' | egrep -v 'MAJOR' |less
>
> The other, un-updated, libraries are:
> blktap2 (control, libvhd) 1.0 in-tree users only, no ABI changes
> libfsimage 1.0 no ABI changes
> libvchan 1.0 no ABI changes
> libxenstat 0.0 (!) no ABI changes
> libxenstore 3.0 no ABI changes
>
> My assertions "no ABI changes" are based on the output of
> git-diff origin/stable-4.5..staging .
> and similar runes, sometimes limited to .h files.
>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> CC: Ian Campbell <ian.campbell@citrix.com>
> CC: Wei Liu <wei.liu2@citrix.com>
> ---
> tools/libxc/Makefile | 2 +-
> tools/libxl/Makefile | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
> index 8ae0ea0..a0f899b 100644
> --- a/tools/libxc/Makefile
> +++ b/tools/libxc/Makefile
> @@ -1,7 +1,7 @@
> XEN_ROOT = $(CURDIR)/../..
> include $(XEN_ROOT)/tools/Rules.mk
>
> -MAJOR = 4.5
> +MAJOR = 4.6
> MINOR = 0
>
> ifeq ($(CONFIG_LIBXC_MINIOS),y)
> diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
> index 9036076..a5ffa01 100644
> --- a/tools/libxl/Makefile
> +++ b/tools/libxl/Makefile
> @@ -5,7 +5,7 @@
> XEN_ROOT = $(CURDIR)/../..
> include $(XEN_ROOT)/tools/Rules.mk
>
> -MAJOR = 4.5
> +MAJOR = 4.6
> MINOR = 0
>
> XLUMAJOR = 4.3
^^^^^^^^
What about libxlutil?
I'm pretty sure its ABI has changed.
Wei.
> --
> 1.7.10.4
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 1/4] tools: Update sonames for 4.6 RCs
2015-08-11 14:15 ` Wei Liu
@ 2015-08-11 14:24 ` Ian Jackson
2015-08-11 14:27 ` [PATCH v2 " Ian Jackson
1 sibling, 0 replies; 13+ messages in thread
From: Ian Jackson @ 2015-08-11 14:24 UTC (permalink / raw)
To: Wei Liu; +Cc: g, Ian Campbell, Stefano Stabellini, xen-devel, Jan Beulich
Wei Liu writes ("Re: [PATCH 1/4] tools: Update sonames for 4.6 RCs"):
> On Tue, Aug 11, 2015 at 03:09:17PM +0100, Ian Jackson wrote:
> > XLUMAJOR = 4.3
> ^^^^^^^^
>
> What about libxlutil?
>
> I'm pretty sure its ABI has changed.
Hmm, I was confused when I looked at that. libxlu has had new
functions added; old functions have the same ABI. But also libxlu
depends on libxl so it should have its ABI verson bumped.
Ian.
^ permalink raw reply [flat|nested] 13+ messages in thread* [PATCH v2 1/4] tools: Update sonames for 4.6 RCs
2015-08-11 14:15 ` Wei Liu
2015-08-11 14:24 ` Ian Jackson
@ 2015-08-11 14:27 ` Ian Jackson
2015-08-11 14:28 ` Wei Liu
1 sibling, 1 reply; 13+ messages in thread
From: Ian Jackson @ 2015-08-11 14:27 UTC (permalink / raw)
To: xen-devel; +Cc: Wei Liu, Ian Jackson, Ian Campbell
Update libxc to 4.6.
Update libxl to 4.6.
Update libxlu to 4.6.
I did
git-grep 'MAJOR.*='
and also to check I had everything
git-grep 'SONAME_LDFLAG' | egrep -v 'MAJOR' |less
The other, un-updated, libraries are:
blktap2 (control, libvhd) 1.0 in-tree users only, no ABI changes
libfsimage 1.0 no ABI changes
libvchan 1.0 no ABI changes
libxenstat 0.0 (!) no ABI changes
libxenstore 3.0 no ABI changes
My assertions "no ABI changes" are based on the output of
git-diff origin/stable-4.5..staging .
and similar runes, sometimes limited to .h files.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Ian Campbell <ian.campbell@citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
---
v2: Bump libxlu too. [ Reported by Wei Liu. ]
[ not resending the remaining patches ]
---
tools/libxc/Makefile | 2 +-
tools/libxl/Makefile | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index 8ae0ea0..a0f899b 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -1,7 +1,7 @@
XEN_ROOT = $(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
-MAJOR = 4.5
+MAJOR = 4.6
MINOR = 0
ifeq ($(CONFIG_LIBXC_MINIOS),y)
diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
index 9036076..c5ecec1 100644
--- a/tools/libxl/Makefile
+++ b/tools/libxl/Makefile
@@ -5,10 +5,10 @@
XEN_ROOT = $(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
-MAJOR = 4.5
+MAJOR = 4.6
MINOR = 0
-XLUMAJOR = 4.3
+XLUMAJOR = 4.6
XLUMINOR = 0
CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
--
1.7.10.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [PATCH v2 1/4] tools: Update sonames for 4.6 RCs
2015-08-11 14:27 ` [PATCH v2 " Ian Jackson
@ 2015-08-11 14:28 ` Wei Liu
0 siblings, 0 replies; 13+ messages in thread
From: Wei Liu @ 2015-08-11 14:28 UTC (permalink / raw)
To: Ian Jackson; +Cc: xen-devel, Wei Liu, Ian Campbell
On Tue, Aug 11, 2015 at 03:27:46PM +0100, Ian Jackson wrote:
> Update libxc to 4.6.
> Update libxl to 4.6.
> Update libxlu to 4.6.
>
> I did
> git-grep 'MAJOR.*='
> and also to check I had everything
> git-grep 'SONAME_LDFLAG' | egrep -v 'MAJOR' |less
>
> The other, un-updated, libraries are:
> blktap2 (control, libvhd) 1.0 in-tree users only, no ABI changes
> libfsimage 1.0 no ABI changes
> libvchan 1.0 no ABI changes
> libxenstat 0.0 (!) no ABI changes
> libxenstore 3.0 no ABI changes
>
> My assertions "no ABI changes" are based on the output of
> git-diff origin/stable-4.5..staging .
> and similar runes, sometimes limited to .h files.
>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> CC: Ian Campbell <ian.campbell@citrix.com>
> CC: Wei Liu <wei.liu2@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
> ---
> v2: Bump libxlu too. [ Reported by Wei Liu. ]
> [ not resending the remaining patches ]
> ---
> tools/libxc/Makefile | 2 +-
> tools/libxl/Makefile | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
> index 8ae0ea0..a0f899b 100644
> --- a/tools/libxc/Makefile
> +++ b/tools/libxc/Makefile
> @@ -1,7 +1,7 @@
> XEN_ROOT = $(CURDIR)/../..
> include $(XEN_ROOT)/tools/Rules.mk
>
> -MAJOR = 4.5
> +MAJOR = 4.6
> MINOR = 0
>
> ifeq ($(CONFIG_LIBXC_MINIOS),y)
> diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
> index 9036076..c5ecec1 100644
> --- a/tools/libxl/Makefile
> +++ b/tools/libxl/Makefile
> @@ -5,10 +5,10 @@
> XEN_ROOT = $(CURDIR)/../..
> include $(XEN_ROOT)/tools/Rules.mk
>
> -MAJOR = 4.5
> +MAJOR = 4.6
> MINOR = 0
>
> -XLUMAJOR = 4.3
> +XLUMAJOR = 4.6
> XLUMINOR = 0
>
> CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
> --
> 1.7.10.4
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 2/4] Update version to Xen 4.6 RC
2015-08-11 14:09 [PATCH for-4.6 URGENT 0/4] Prepare for RC1 Ian Jackson
2015-08-11 14:09 ` [PATCH 1/4] tools: Update sonames for 4.6 RCs Ian Jackson
@ 2015-08-11 14:09 ` Ian Jackson
2015-08-11 14:15 ` Wei Liu
2015-08-11 14:32 ` Ian Campbell
2015-08-11 14:09 ` [PATCH 3/4] Update QEMU_TRADITIONAL_REVISION for 4.6 RC1 Ian Jackson
2015-08-11 14:09 ` [PATCH 4/4] Update QEMU_UPSTREAM_REVISION " Ian Jackson
3 siblings, 2 replies; 13+ messages in thread
From: Ian Jackson @ 2015-08-11 14:09 UTC (permalink / raw)
To: xen-devel
Cc: Wei Liu, Ian Campbell, Stefano Stabellini, Ian Jackson,
Jan Beulich
* Change README to say `Xen 4.6-rc'
* Change XEN_EXTRAVERSION so that we are `4.6.0-rc'
Note that the RC number (eg, 1 for rc1) is not in the version string,
so that we do not need to update this again when we cut the next RC.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
CC: Ian Campbell <ian.campbell@citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
---
README | 12 ++++++------
xen/Makefile | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/README b/README
index 0e456b8..522f1a2 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
#################################
-__ __ _ _ __ _ _ _
-\ \/ /___ _ __ | || | / /_ _ _ _ __ ___| |_ __ _| |__ | | ___
- \ // _ \ '_ \ | || |_| '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
- / \ __/ | | | |__ _| (_) |_____| |_| | | | \__ \ || (_| | |_) | | __/
-/_/\_\___|_| |_| |_|(_)___/ \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
-
+__ __ _ _ __
+\ \/ /___ _ __ | || | / /_ _ __ ___
+ \ // _ \ '_ \ | || |_| '_ \ _____| '__/ __|
+ / \ __/ | | | |__ _| (_) |_____| | | (__
+/_/\_\___|_| |_| |_|(_)___/ |_| \___|
+
#################################
http://www.xen.org/
diff --git a/xen/Makefile b/xen/Makefile
index 6305880..6088c9d 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 = 6
-export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version
--
1.7.10.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [PATCH 2/4] Update version to Xen 4.6 RC
2015-08-11 14:09 ` [PATCH 2/4] Update version to Xen 4.6 RC Ian Jackson
@ 2015-08-11 14:15 ` Wei Liu
2015-08-11 14:32 ` Ian Campbell
1 sibling, 0 replies; 13+ messages in thread
From: Wei Liu @ 2015-08-11 14:15 UTC (permalink / raw)
To: Ian Jackson
Cc: xen-devel, Wei Liu, Ian Campbell, Stefano Stabellini, Jan Beulich
On Tue, Aug 11, 2015 at 03:09:18PM +0100, Ian Jackson wrote:
> * Change README to say `Xen 4.6-rc'
> * Change XEN_EXTRAVERSION so that we are `4.6.0-rc'
>
> Note that the RC number (eg, 1 for rc1) is not in the version string,
> so that we do not need to update this again when we cut the next RC.
>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> CC: Jan Beulich <jbeulich@suse.com>
> CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> CC: Ian Campbell <ian.campbell@citrix.com>
> CC: Wei Liu <wei.liu2@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
> ---
> README | 12 ++++++------
> xen/Makefile | 2 +-
> 2 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/README b/README
> index 0e456b8..522f1a2 100644
> --- a/README
> +++ b/README
> @@ -1,10 +1,10 @@
> #################################
> -__ __ _ _ __ _ _ _
> -\ \/ /___ _ __ | || | / /_ _ _ _ __ ___| |_ __ _| |__ | | ___
> - \ // _ \ '_ \ | || |_| '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
> - / \ __/ | | | |__ _| (_) |_____| |_| | | | \__ \ || (_| | |_) | | __/
> -/_/\_\___|_| |_| |_|(_)___/ \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
> -
> +__ __ _ _ __
> +\ \/ /___ _ __ | || | / /_ _ __ ___
> + \ // _ \ '_ \ | || |_| '_ \ _____| '__/ __|
> + / \ __/ | | | |__ _| (_) |_____| | | (__
> +/_/\_\___|_| |_| |_|(_)___/ |_| \___|
> +
> #################################
>
> http://www.xen.org/
> diff --git a/xen/Makefile b/xen/Makefile
> index 6305880..6088c9d 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 = 6
> -export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
> +export XEN_EXTRAVERSION ?= .0-rc$(XEN_VENDORVERSION)
> export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
> -include xen-version
>
> --
> 1.7.10.4
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 2/4] Update version to Xen 4.6 RC
2015-08-11 14:09 ` [PATCH 2/4] Update version to Xen 4.6 RC Ian Jackson
2015-08-11 14:15 ` Wei Liu
@ 2015-08-11 14:32 ` Ian Campbell
1 sibling, 0 replies; 13+ messages in thread
From: Ian Campbell @ 2015-08-11 14:32 UTC (permalink / raw)
To: Ian Jackson, xen-devel; +Cc: Stefano Stabellini, Wei Liu, Jan Beulich
On Tue, 2015-08-11 at 15:09 +0100, Ian Jackson wrote:
> * Change README to say `Xen 4.6-rc'
> * Change XEN_EXTRAVERSION so that we are `4.6.0-rc'
>
> Note that the RC number (eg, 1 for rc1) is not in the version string,
> so that we do not need to update this again when we cut the next RC.
>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> CC: Jan Beulich <jbeulich@suse.com>
> CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
> CC: Wei Liu <wei.liu2@citrix.com>
> ---
> README | 12 ++++++------
> xen/Makefile | 2 +-
> 2 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/README b/README
> index 0e456b8..522f1a2 100644
> --- a/README
> +++ b/README
> @@ -1,10 +1,10 @@
> #################################
> -__ __ _ _ __ _ _ _
>
> -\ \/ /___ _ __ | || | / /_ _ _ _ __ ___| |_ __ _| |__ | |
> ___
> - \ // _ \ '_ \ | || |_| '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/
> _ \
> - / \ __/ | | | |__ _| (_) |_____| |_| | | | \__ \ || (_| | |_) | |
> __/
> -/_/\_\___|_| |_| |_|(_)___/ \__,_|_|
> |_|___/\__\__,_|_.__/|_|\___|
> -
>
> +__ __ _ _ __
> +\ \/ /___ _ __ | || | / /_ _ __ ___
> + \ // _ \ '_ \ | || |_| '_ \ _____| '__/ __|
> + / \ __/ | | | |__ _| (_) |_____| | | (__
> +/_/\_\___|_| |_| |_|(_)___/ |_| \___|
> +
> #################################
>
> http://www.xen.org/
> diff --git a/xen/Makefile b/xen/Makefile
> index 6305880..6088c9d 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 = 6
> -export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
> +export XEN_EXTRAVERSION ?= .0-rc$(XEN_VENDORVERSION)
> export XEN_FULLVERSION =
> $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
> -include xen-version
>
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 3/4] Update QEMU_TRADITIONAL_REVISION for 4.6 RC1
2015-08-11 14:09 [PATCH for-4.6 URGENT 0/4] Prepare for RC1 Ian Jackson
2015-08-11 14:09 ` [PATCH 1/4] tools: Update sonames for 4.6 RCs Ian Jackson
2015-08-11 14:09 ` [PATCH 2/4] Update version to Xen 4.6 RC Ian Jackson
@ 2015-08-11 14:09 ` Ian Jackson
2015-08-11 14:15 ` Wei Liu
2015-08-11 14:09 ` [PATCH 4/4] Update QEMU_UPSTREAM_REVISION " Ian Jackson
3 siblings, 1 reply; 13+ messages in thread
From: Ian Jackson @ 2015-08-11 14:09 UTC (permalink / raw)
To: xen-devel
Cc: Wei Liu, Ian Campbell, Stefano Stabellini, Ian Jackson,
Jan Beulich
(We will not necessarily bump this tag number for future RCs, unless
something has changed in qemu-xen-traditional.)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
---
Config.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Config.mk b/Config.mk
index e9a7097..d8b650e 100644
--- a/Config.mk
+++ b/Config.mk
@@ -266,7 +266,8 @@ SEABIOS_UPSTREAM_REVISION ?= rel-1.8.2
ETHERBOOT_NICS ?= rtl8139 8086100e
-QEMU_TRADITIONAL_REVISION ?= 7f057440b31da38196e3398fd1b618fc36ad97d6
+QEMU_TRADITIONAL_REVISION ?= xen-4.6.0-rc1
+# 7f057440b31da38196e3398fd1b618fc36ad97d6
# Wed Jun 3 14:41:27 2015 +0200
# ide: Clear DRQ after handling all expected accesses
--
1.7.10.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [PATCH 3/4] Update QEMU_TRADITIONAL_REVISION for 4.6 RC1
2015-08-11 14:09 ` [PATCH 3/4] Update QEMU_TRADITIONAL_REVISION for 4.6 RC1 Ian Jackson
@ 2015-08-11 14:15 ` Wei Liu
0 siblings, 0 replies; 13+ messages in thread
From: Wei Liu @ 2015-08-11 14:15 UTC (permalink / raw)
To: Ian Jackson
Cc: xen-devel, Wei Liu, Ian Campbell, Stefano Stabellini, Jan Beulich
On Tue, Aug 11, 2015 at 03:09:19PM +0100, Ian Jackson wrote:
> (We will not necessarily bump this tag number for future RCs, unless
> something has changed in qemu-xen-traditional.)
>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> CC: Wei Liu <wei.liu2@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
> ---
> Config.mk | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Config.mk b/Config.mk
> index e9a7097..d8b650e 100644
> --- a/Config.mk
> +++ b/Config.mk
> @@ -266,7 +266,8 @@ SEABIOS_UPSTREAM_REVISION ?= rel-1.8.2
> ETHERBOOT_NICS ?= rtl8139 8086100e
>
>
> -QEMU_TRADITIONAL_REVISION ?= 7f057440b31da38196e3398fd1b618fc36ad97d6
> +QEMU_TRADITIONAL_REVISION ?= xen-4.6.0-rc1
> +# 7f057440b31da38196e3398fd1b618fc36ad97d6
> # Wed Jun 3 14:41:27 2015 +0200
> # ide: Clear DRQ after handling all expected accesses
>
> --
> 1.7.10.4
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 4/4] Update QEMU_UPSTREAM_REVISION for 4.6 RC1
2015-08-11 14:09 [PATCH for-4.6 URGENT 0/4] Prepare for RC1 Ian Jackson
` (2 preceding siblings ...)
2015-08-11 14:09 ` [PATCH 3/4] Update QEMU_TRADITIONAL_REVISION for 4.6 RC1 Ian Jackson
@ 2015-08-11 14:09 ` Ian Jackson
2015-08-11 14:15 ` Wei Liu
3 siblings, 1 reply; 13+ messages in thread
From: Ian Jackson @ 2015-08-11 14:09 UTC (permalink / raw)
To: xen-devel
Cc: Wei Liu, Ian Campbell, Stefano Stabellini, Ian Jackson,
Jan Beulich
When we make RC1 we arrange to get a specific version of
qemu-xen-upstream.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
CC: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
Config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Config.mk b/Config.mk
index d8b650e..75b49a3 100644
--- a/Config.mk
+++ b/Config.mk
@@ -254,7 +254,7 @@ SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
endif
OVMF_UPSTREAM_REVISION ?= cb9a7ebabcd6b8a49dc0854b2f9592d732b5afbd
-QEMU_UPSTREAM_REVISION ?= master
+QEMU_UPSTREAM_REVISION ?= qemu-xen-4.6.0-rc1
MINIOS_UPSTREAM_REVISION ?= b36bcb370d611ad7f41e8c21d061e6291e088c58
# Fri Jun 26 11:58:40 2015 +0100
# Correct printf formatting for tpm_tis message.
--
1.7.10.4
^ permalink raw reply related [flat|nested] 13+ messages in thread* Re: [PATCH 4/4] Update QEMU_UPSTREAM_REVISION for 4.6 RC1
2015-08-11 14:09 ` [PATCH 4/4] Update QEMU_UPSTREAM_REVISION " Ian Jackson
@ 2015-08-11 14:15 ` Wei Liu
0 siblings, 0 replies; 13+ messages in thread
From: Wei Liu @ 2015-08-11 14:15 UTC (permalink / raw)
To: Ian Jackson
Cc: xen-devel, Wei Liu, Ian Campbell, Stefano Stabellini, Jan Beulich
On Tue, Aug 11, 2015 at 03:09:20PM +0100, Ian Jackson wrote:
> When we make RC1 we arrange to get a specific version of
> qemu-xen-upstream.
>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> CC: Wei Liu <wei.liu2@citrix.com>
> CC: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
> ---
> Config.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Config.mk b/Config.mk
> index d8b650e..75b49a3 100644
> --- a/Config.mk
> +++ b/Config.mk
> @@ -254,7 +254,7 @@ SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
> MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
> endif
> OVMF_UPSTREAM_REVISION ?= cb9a7ebabcd6b8a49dc0854b2f9592d732b5afbd
> -QEMU_UPSTREAM_REVISION ?= master
> +QEMU_UPSTREAM_REVISION ?= qemu-xen-4.6.0-rc1
> MINIOS_UPSTREAM_REVISION ?= b36bcb370d611ad7f41e8c21d061e6291e088c58
> # Fri Jun 26 11:58:40 2015 +0100
> # Correct printf formatting for tpm_tis message.
> --
> 1.7.10.4
^ permalink raw reply [flat|nested] 13+ messages in thread