* [PATCH for-4.20 0/2] Prep for 4.20-rc1
@ 2025-01-09 15:39 Andrew Cooper
2025-01-09 15:39 ` [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION Andrew Cooper
` (2 more replies)
0 siblings, 3 replies; 12+ messages in thread
From: Andrew Cooper @ 2025-01-09 15:39 UTC (permalink / raw)
To: Xen-devel
Cc: Andrew Cooper, Anthony PERARD, Michal Orzel, Jan Beulich,
Julien Grall, Roger Pau Monné, Stefano Stabellini,
Oleksii Kurochko
RC1 is scheduled for tomorrow (Jan 10th).
Andrew Cooper (2):
Config.mk: Pin QEMU_UPSTREAM_REVISION
Update Xen version to 4.20-rc
Config.mk | 2 +-
README | 16 ++++++++--------
SUPPORT.md | 2 +-
xen/Makefile | 2 +-
4 files changed, 11 insertions(+), 11 deletions(-)
base-commit: 40f35d07aa14bde44d7baafad171f7c92b053017
--
2.39.5
^ permalink raw reply [flat|nested] 12+ messages in thread* [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION
2025-01-09 15:39 [PATCH for-4.20 0/2] Prep for 4.20-rc1 Andrew Cooper
@ 2025-01-09 15:39 ` Andrew Cooper
2025-01-09 15:53 ` Anthony PERARD
2025-01-09 15:39 ` [PATCH 2/2] Update Xen version to 4.20-rc Andrew Cooper
2025-01-09 15:58 ` [PATCH for-4.20 0/2] Prep for 4.20-rc1 Oleksii Kurochko
2 siblings, 1 reply; 12+ messages in thread
From: Andrew Cooper @ 2025-01-09 15:39 UTC (permalink / raw)
To: Xen-devel
Cc: Andrew Cooper, Anthony PERARD, Michal Orzel, Jan Beulich,
Julien Grall, Roger Pau Monné, Stefano Stabellini,
Oleksii Kurochko
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Michal Orzel <michal.orzel@amd.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Julien Grall <julien@xen.org>
CC: Roger Pau Monné <roger.pau@citrix.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
---
Config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Config.mk b/Config.mk
index fa0414055b93..13aa6ce3ab26 100644
--- a/Config.mk
+++ b/Config.mk
@@ -221,7 +221,7 @@ OVMF_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/ovmf.git
OVMF_UPSTREAM_REVISION ?= ba91d0292e593df8528b66f99c1b0b14fadc8e16
QEMU_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/qemu-xen.git
-QEMU_UPSTREAM_REVISION ?= master
+QEMU_UPSTREAM_REVISION ?= 3fdb3cd3a27a22a050c7d27126a24807a7a45745
MINIOS_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/mini-os.git
MINIOS_UPSTREAM_REVISION ?= 6d5159e8410be16a47433bac1627e63f8adc7cd9
base-commit: 40f35d07aa14bde44d7baafad171f7c92b053017
--
2.39.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION
2025-01-09 15:39 ` [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION Andrew Cooper
@ 2025-01-09 15:53 ` Anthony PERARD
0 siblings, 0 replies; 12+ messages in thread
From: Anthony PERARD @ 2025-01-09 15:53 UTC (permalink / raw)
To: Andrew Cooper
Cc: Xen-devel, Michal Orzel, Jan Beulich, Julien Grall,
Roger Pau Monné, Stefano Stabellini, Oleksii Kurochko
On Thu, Jan 09, 2025 at 03:39:20PM +0000, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Anthony PERARD <anthony.perard@vates.tech>
Thanks,
--
Anthony Perard | Vates XCP-ng Developer
XCP-ng & Xen Orchestra - Vates solutions
web: https://vates.tech
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 2/2] Update Xen version to 4.20-rc
2025-01-09 15:39 [PATCH for-4.20 0/2] Prep for 4.20-rc1 Andrew Cooper
2025-01-09 15:39 ` [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION Andrew Cooper
@ 2025-01-09 15:39 ` Andrew Cooper
2025-01-09 15:44 ` Jan Beulich
2025-01-09 15:58 ` [PATCH for-4.20 0/2] Prep for 4.20-rc1 Oleksii Kurochko
2 siblings, 1 reply; 12+ messages in thread
From: Andrew Cooper @ 2025-01-09 15:39 UTC (permalink / raw)
To: Xen-devel
Cc: Andrew Cooper, Anthony PERARD, Michal Orzel, Jan Beulich,
Julien Grall, Roger Pau Monné, Stefano Stabellini,
Oleksii Kurochko
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Michal Orzel <michal.orzel@amd.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Julien Grall <julien@xen.org>
CC: Roger Pau Monné <roger.pau@citrix.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
---
README | 16 ++++++++--------
SUPPORT.md | 2 +-
xen/Makefile | 2 +-
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/README b/README
index 72f6b0fcde47..373885523c8e 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
-############################################################
-__ __ _ _ _
-\ \/ /___ _ __ _ _ _ __ ___| |_ __ _| |__ | | ___
- \ // _ \ '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
- / \ __/ | | |_____| |_| | | | \__ \ || (_| | |_) | | __/
-/_/\_\___|_| |_| \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
-
-############################################################
+#####################################################
+__ __ _ _ ____ ___
+\ \/ /___ _ __ | || | |___ \ / _ \ _ __ ___
+ \ // _ \ '_ \ | || |_ __) | | | |_____| '__/ __|
+ / \ __/ | | | |__ _| / __/| |_| |_____| | | (__
+/_/\_\___|_| |_| |_|(_)_____|\___/ |_| \___|
+
+#####################################################
https://www.xen.org/
diff --git a/SUPPORT.md b/SUPPORT.md
index 54c78b722d7a..2bc5bd81ee39 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
# Release Support
- Xen-Version: 4.20-unstable
+ Xen-Version: 4.20-rc
Initial-Release: n/a
Supported-Until: TBD
Security-Support-Until: Unreleased - not yet security-supported
diff --git a/xen/Makefile b/xen/Makefile
index 2e1a925c8417..1eca2bdb4939 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -6,7 +6,7 @@ this-makefile := $(call lastword,$(MAKEFILE_LIST))
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 4
export XEN_SUBVERSION = 20
-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
--
2.39.5
^ permalink raw reply related [flat|nested] 12+ messages in thread* Re: [PATCH 2/2] Update Xen version to 4.20-rc
2025-01-09 15:39 ` [PATCH 2/2] Update Xen version to 4.20-rc Andrew Cooper
@ 2025-01-09 15:44 ` Jan Beulich
2025-01-09 15:46 ` Andrew Cooper
2025-01-09 15:55 ` Oleksii Kurochko
0 siblings, 2 replies; 12+ messages in thread
From: Jan Beulich @ 2025-01-09 15:44 UTC (permalink / raw)
To: Andrew Cooper
Cc: Anthony PERARD, Michal Orzel, Julien Grall, Roger Pau Monné,
Stefano Stabellini, Oleksii Kurochko, Xen-devel
On 09.01.2025 16:39, Andrew Cooper wrote:
> --- a/README
> +++ b/README
> @@ -1,11 +1,11 @@
> -############################################################
> -__ __ _ _ _
> -\ \/ /___ _ __ _ _ _ __ ___| |_ __ _| |__ | | ___
> - \ // _ \ '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
> - / \ __/ | | |_____| |_| | | | \__ \ || (_| | |_) | | __/
> -/_/\_\___|_| |_| \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
> -
> -############################################################
> +#####################################################
> +__ __ _ _ ____ ___
> +\ \/ /___ _ __ | || | |___ \ / _ \ _ __ ___
> + \ // _ \ '_ \ | || |_ __) | | | |_____| '__/ __|
> + / \ __/ | | | |__ _| / __/| |_| |_____| | | (__
> +/_/\_\___|_| |_| |_|(_)_____|\___/ |_| \___|
> +
> +#####################################################
>
> https://www.xen.org/
>
> --- a/SUPPORT.md
> +++ b/SUPPORT.md
> @@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
>
> # Release Support
>
> - Xen-Version: 4.20-unstable
> + Xen-Version: 4.20-rc
> Initial-Release: n/a
> Supported-Until: TBD
> Security-Support-Until: Unreleased - not yet security-supported
> --- a/xen/Makefile
> +++ b/xen/Makefile
> @@ -6,7 +6,7 @@ this-makefile := $(call lastword,$(MAKEFILE_LIST))
> # All other places this is stored (eg. compile.h) should be autogenerated.
> export XEN_VERSION = 4
> export XEN_SUBVERSION = 20
> -export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
> +export XEN_EXTRAVERSION ?= .0-rc$(XEN_VENDORVERSION)
Since we'd been there before I take it the .0 in here (which isn't in the
changes to the other two files) is deliberate now? Clearly I continue to
think it shouldn't be put there together with -rc.
Jan
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 2/2] Update Xen version to 4.20-rc
2025-01-09 15:44 ` Jan Beulich
@ 2025-01-09 15:46 ` Andrew Cooper
2025-01-09 15:53 ` Jan Beulich
2025-01-09 15:55 ` Oleksii Kurochko
1 sibling, 1 reply; 12+ messages in thread
From: Andrew Cooper @ 2025-01-09 15:46 UTC (permalink / raw)
To: Jan Beulich
Cc: Anthony PERARD, Michal Orzel, Julien Grall, Roger Pau Monné,
Stefano Stabellini, Oleksii Kurochko, Xen-devel
On 09/01/2025 3:44 pm, Jan Beulich wrote:
> On 09.01.2025 16:39, Andrew Cooper wrote:
>> --- a/README
>> +++ b/README
>> @@ -1,11 +1,11 @@
>> -############################################################
>> -__ __ _ _ _
>> -\ \/ /___ _ __ _ _ _ __ ___| |_ __ _| |__ | | ___
>> - \ // _ \ '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
>> - / \ __/ | | |_____| |_| | | | \__ \ || (_| | |_) | | __/
>> -/_/\_\___|_| |_| \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
>> -
>> -############################################################
>> +#####################################################
>> +__ __ _ _ ____ ___
>> +\ \/ /___ _ __ | || | |___ \ / _ \ _ __ ___
>> + \ // _ \ '_ \ | || |_ __) | | | |_____| '__/ __|
>> + / \ __/ | | | |__ _| / __/| |_| |_____| | | (__
>> +/_/\_\___|_| |_| |_|(_)_____|\___/ |_| \___|
>> +
>> +#####################################################
>>
>> https://www.xen.org/
>>
>> --- a/SUPPORT.md
>> +++ b/SUPPORT.md
>> @@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
>>
>> # Release Support
>>
>> - Xen-Version: 4.20-unstable
>> + Xen-Version: 4.20-rc
>> Initial-Release: n/a
>> Supported-Until: TBD
>> Security-Support-Until: Unreleased - not yet security-supported
>> --- a/xen/Makefile
>> +++ b/xen/Makefile
>> @@ -6,7 +6,7 @@ this-makefile := $(call lastword,$(MAKEFILE_LIST))
>> # All other places this is stored (eg. compile.h) should be autogenerated.
>> export XEN_VERSION = 4
>> export XEN_SUBVERSION = 20
>> -export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
>> +export XEN_EXTRAVERSION ?= .0-rc$(XEN_VENDORVERSION)
> Since we'd been there before I take it the .0 in here (which isn't in the
> changes to the other two files) is deliberate now? Clearly I continue to
> think it shouldn't be put there together with -rc.
Oh, that's because I cribbed this by looking at the recent releases.
The documentation leaves ~everything to be desired...
I can drop the .0 here, although I shan't repost just for that.
~Andrew
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 2/2] Update Xen version to 4.20-rc
2025-01-09 15:46 ` Andrew Cooper
@ 2025-01-09 15:53 ` Jan Beulich
2025-01-10 17:16 ` Andrew Cooper
0 siblings, 1 reply; 12+ messages in thread
From: Jan Beulich @ 2025-01-09 15:53 UTC (permalink / raw)
To: Andrew Cooper
Cc: Anthony PERARD, Michal Orzel, Julien Grall, Roger Pau Monné,
Stefano Stabellini, Oleksii Kurochko, Xen-devel
On 09.01.2025 16:46, Andrew Cooper wrote:
> On 09/01/2025 3:44 pm, Jan Beulich wrote:
>> On 09.01.2025 16:39, Andrew Cooper wrote:
>>> --- a/README
>>> +++ b/README
>>> @@ -1,11 +1,11 @@
>>> -############################################################
>>> -__ __ _ _ _
>>> -\ \/ /___ _ __ _ _ _ __ ___| |_ __ _| |__ | | ___
>>> - \ // _ \ '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
>>> - / \ __/ | | |_____| |_| | | | \__ \ || (_| | |_) | | __/
>>> -/_/\_\___|_| |_| \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
>>> -
>>> -############################################################
>>> +#####################################################
>>> +__ __ _ _ ____ ___
>>> +\ \/ /___ _ __ | || | |___ \ / _ \ _ __ ___
>>> + \ // _ \ '_ \ | || |_ __) | | | |_____| '__/ __|
>>> + / \ __/ | | | |__ _| / __/| |_| |_____| | | (__
>>> +/_/\_\___|_| |_| |_|(_)_____|\___/ |_| \___|
>>> +
>>> +#####################################################
>>>
>>> https://www.xen.org/
>>>
>>> --- a/SUPPORT.md
>>> +++ b/SUPPORT.md
>>> @@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
>>>
>>> # Release Support
>>>
>>> - Xen-Version: 4.20-unstable
>>> + Xen-Version: 4.20-rc
>>> Initial-Release: n/a
>>> Supported-Until: TBD
>>> Security-Support-Until: Unreleased - not yet security-supported
>>> --- a/xen/Makefile
>>> +++ b/xen/Makefile
>>> @@ -6,7 +6,7 @@ this-makefile := $(call lastword,$(MAKEFILE_LIST))
>>> # All other places this is stored (eg. compile.h) should be autogenerated.
>>> export XEN_VERSION = 4
>>> export XEN_SUBVERSION = 20
>>> -export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
>>> +export XEN_EXTRAVERSION ?= .0-rc$(XEN_VENDORVERSION)
>> Since we'd been there before I take it the .0 in here (which isn't in the
>> changes to the other two files) is deliberate now? Clearly I continue to
>> think it shouldn't be put there together with -rc.
>
> Oh, that's because I cribbed this by looking at the recent releases.
>
> The documentation leaves ~everything to be desired...
>
> I can drop the .0 here, although I shan't repost just for that.
In case this (both patches) requires any ack:
Acked-by: Jan Beulich <jbeulich@suse.com>
Jan
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 2/2] Update Xen version to 4.20-rc
2025-01-09 15:53 ` Jan Beulich
@ 2025-01-10 17:16 ` Andrew Cooper
0 siblings, 0 replies; 12+ messages in thread
From: Andrew Cooper @ 2025-01-10 17:16 UTC (permalink / raw)
To: Jan Beulich
Cc: Anthony PERARD, Michal Orzel, Julien Grall, Roger Pau Monné,
Stefano Stabellini, Oleksii Kurochko, Xen-devel
On 09/01/2025 3:53 pm, Jan Beulich wrote:
> On 09.01.2025 16:46, Andrew Cooper wrote:
>> On 09/01/2025 3:44 pm, Jan Beulich wrote:
>>> On 09.01.2025 16:39, Andrew Cooper wrote:
>>>> --- a/README
>>>> +++ b/README
>>>> @@ -1,11 +1,11 @@
>>>> -############################################################
>>>> -__ __ _ _ _
>>>> -\ \/ /___ _ __ _ _ _ __ ___| |_ __ _| |__ | | ___
>>>> - \ // _ \ '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
>>>> - / \ __/ | | |_____| |_| | | | \__ \ || (_| | |_) | | __/
>>>> -/_/\_\___|_| |_| \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
>>>> -
>>>> -############################################################
>>>> +#####################################################
>>>> +__ __ _ _ ____ ___
>>>> +\ \/ /___ _ __ | || | |___ \ / _ \ _ __ ___
>>>> + \ // _ \ '_ \ | || |_ __) | | | |_____| '__/ __|
>>>> + / \ __/ | | | |__ _| / __/| |_| |_____| | | (__
>>>> +/_/\_\___|_| |_| |_|(_)_____|\___/ |_| \___|
>>>> +
>>>> +#####################################################
>>>>
>>>> https://www.xen.org/
>>>>
>>>> --- a/SUPPORT.md
>>>> +++ b/SUPPORT.md
>>>> @@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
>>>>
>>>> # Release Support
>>>>
>>>> - Xen-Version: 4.20-unstable
>>>> + Xen-Version: 4.20-rc
>>>> Initial-Release: n/a
>>>> Supported-Until: TBD
>>>> Security-Support-Until: Unreleased - not yet security-supported
>>>> --- a/xen/Makefile
>>>> +++ b/xen/Makefile
>>>> @@ -6,7 +6,7 @@ this-makefile := $(call lastword,$(MAKEFILE_LIST))
>>>> # All other places this is stored (eg. compile.h) should be autogenerated.
>>>> export XEN_VERSION = 4
>>>> export XEN_SUBVERSION = 20
>>>> -export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
>>>> +export XEN_EXTRAVERSION ?= .0-rc$(XEN_VENDORVERSION)
>>> Since we'd been there before I take it the .0 in here (which isn't in the
>>> changes to the other two files) is deliberate now? Clearly I continue to
>>> think it shouldn't be put there together with -rc.
>> Oh, that's because I cribbed this by looking at the recent releases.
>>
>> The documentation leaves ~everything to be desired...
>>
>> I can drop the .0 here, although I shan't repost just for that.
> In case this (both patches) requires any ack:
> Acked-by: Jan Beulich <jbeulich@suse.com>
It turns out the .0 is necessary to build the tarball in the way the
other tooling expects. I'm going to bodge it for now to get RC1 out,
but we are going to have to change *somthing* before getting to RC2.
~Andrew
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 2/2] Update Xen version to 4.20-rc
2025-01-09 15:44 ` Jan Beulich
2025-01-09 15:46 ` Andrew Cooper
@ 2025-01-09 15:55 ` Oleksii Kurochko
1 sibling, 0 replies; 12+ messages in thread
From: Oleksii Kurochko @ 2025-01-09 15:55 UTC (permalink / raw)
To: Jan Beulich, Andrew Cooper
Cc: Anthony PERARD, Michal Orzel, Julien Grall, Roger Pau Monné,
Stefano Stabellini, Xen-devel
[-- Attachment #1: Type: text/plain, Size: 2141 bytes --]
On 1/9/25 4:44 PM, Jan Beulich wrote:
> On 09.01.2025 16:39, Andrew Cooper wrote:
>> --- a/README
>> +++ b/README
>> @@ -1,11 +1,11 @@
>> -############################################################
>> -__ __ _ _ _
>> -\ \/ /___ _ __ _ _ _ __ ___| |_ __ _| |__ | | ___
>> - \ // _ \ '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
>> - / \ __/ | | |_____| |_| | | | \__ \ || (_| | |_) | | __/
>> -/_/\_\___|_| |_| \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
>> -
>> -############################################################
>> +#####################################################
>> +__ __ _ _ ____ ___
>> +\ \/ /___ _ __ | || | |___ \ / _ \ _ __ ___
>> + \ // _ \ '_ \ | || |_ __) | | | |_____| '__/ __|
>> + / \ __/ | | | |__ _| / __/| |_| |_____| | | (__
>> +/_/\_\___|_| |_| |_|(_)_____|\___/ |_| \___|
>> +
>> +#####################################################
>>
>> https://www.xen.org/
>>
>> --- a/SUPPORT.md
>> +++ b/SUPPORT.md
>> @@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
>>
>> # Release Support
>>
>> - Xen-Version: 4.20-unstable
>> + Xen-Version: 4.20-rc
>> Initial-Release: n/a
>> Supported-Until: TBD
>> Security-Support-Until: Unreleased - not yet security-supported
>> --- a/xen/Makefile
>> +++ b/xen/Makefile
>> @@ -6,7 +6,7 @@ this-makefile := $(call lastword,$(MAKEFILE_LIST))
>> # All other places this is stored (eg. compile.h) should be autogenerated.
>> export XEN_VERSION = 4
>> export XEN_SUBVERSION = 20
>> -export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
>> +export XEN_EXTRAVERSION ?= .0-rc$(XEN_VENDORVERSION)
> Since we'd been there before I take it the .0 in here (which isn't in the
> changes to the other two files) is deliberate now? Clearly I continue to
> think it shouldn't be put there together with -rc.
But in docs/process/{release-technician-checklist,
xen-release-management}.pandoc .0 is used.
So probably then we have to update docs correspondingly to avoid confusion.
~ Oleksii
>
> Jan
[-- Attachment #2: Type: text/html, Size: 2867 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH for-4.20 0/2] Prep for 4.20-rc1
2025-01-09 15:39 [PATCH for-4.20 0/2] Prep for 4.20-rc1 Andrew Cooper
2025-01-09 15:39 ` [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION Andrew Cooper
2025-01-09 15:39 ` [PATCH 2/2] Update Xen version to 4.20-rc Andrew Cooper
@ 2025-01-09 15:58 ` Oleksii Kurochko
2 siblings, 0 replies; 12+ messages in thread
From: Oleksii Kurochko @ 2025-01-09 15:58 UTC (permalink / raw)
To: Andrew Cooper, Xen-devel
Cc: Anthony PERARD, Michal Orzel, Jan Beulich, Julien Grall,
Roger Pau Monné, Stefano Stabellini
[-- Attachment #1: Type: text/plain, Size: 553 bytes --]
Hi Andrew,
LGTM: Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>.
( in case if my Ack is needed )
Thanks.
~ Oleksii
On 1/9/25 4:39 PM, Andrew Cooper wrote:
> RC1 is scheduled for tomorrow (Jan 10th).
>
> Andrew Cooper (2):
> Config.mk: Pin QEMU_UPSTREAM_REVISION
> Update Xen version to 4.20-rc
>
> Config.mk | 2 +-
> README | 16 ++++++++--------
> SUPPORT.md | 2 +-
> xen/Makefile | 2 +-
> 4 files changed, 11 insertions(+), 11 deletions(-)
>
>
> base-commit: 40f35d07aa14bde44d7baafad171f7c92b053017
[-- Attachment #2: Type: text/html, Size: 1339 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH for-4.21 0/2] Prepare RC1
@ 2025-10-06 20:08 Andrew Cooper
2025-10-06 20:08 ` [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION Andrew Cooper
0 siblings, 1 reply; 12+ messages in thread
From: Andrew Cooper @ 2025-10-06 20:08 UTC (permalink / raw)
To: Xen-devel
Cc: Andrew Cooper, Oleksii Kurochko, Anthony PERARD, Michal Orzel,
Jan Beulich, Julien Grall, Roger Pau Monné,
Stefano Stabellini
Andrew Cooper (2):
Config.mk: Pin QEMU_UPSTREAM_REVISION
Update Xen version to 4.21.0-rc1
Config.mk | 2 +-
README | 10 +++++-----
SUPPORT.md | 2 +-
xen/Makefile | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
base-commit: acaecf31ea1d566a20b5ee9c0f1f3cb4ee0ec9c2
--
2.39.5
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION
2025-10-06 20:08 [PATCH for-4.21 0/2] Prepare RC1 Andrew Cooper
@ 2025-10-06 20:08 ` Andrew Cooper
2025-10-07 11:29 ` Julien Grall
0 siblings, 1 reply; 12+ messages in thread
From: Andrew Cooper @ 2025-10-06 20:08 UTC (permalink / raw)
To: Xen-devel
Cc: Andrew Cooper, Oleksii Kurochko, Anthony PERARD, Michal Orzel,
Jan Beulich, Julien Grall, Roger Pau Monné,
Stefano Stabellini
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Michal Orzel <michal.orzel@amd.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Julien Grall <julien@xen.org>
CC: Roger Pau Monné <roger.pau@citrix.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
---
Config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Config.mk b/Config.mk
index 7edbab8efe89..89c7524a3ec8 100644
--- a/Config.mk
+++ b/Config.mk
@@ -205,7 +205,7 @@ OVMF_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/ovmf.git
OVMF_UPSTREAM_REVISION ?= ba91d0292e593df8528b66f99c1b0b14fadc8e16
QEMU_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/qemu-xen.git
-QEMU_UPSTREAM_REVISION ?= master
+QEMU_UPSTREAM_REVISION ?= e064f42c80be6f6ff8c12dcb2a663bdf70f965f6
MINIOS_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/mini-os.git
MINIOS_UPSTREAM_REVISION ?= 6732fd42d8eb8d0af9f5eb54aca17f4c250213a8
--
2.39.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION
2025-10-06 20:08 ` [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION Andrew Cooper
@ 2025-10-07 11:29 ` Julien Grall
0 siblings, 0 replies; 12+ messages in thread
From: Julien Grall @ 2025-10-07 11:29 UTC (permalink / raw)
To: Andrew Cooper, Xen-devel
Cc: Oleksii Kurochko, Anthony PERARD, Michal Orzel, Jan Beulich,
Roger Pau Monné, Stefano Stabellini
Hi Andrew,
On 06/10/2025 21:08, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Julien Grall <jgrall@amazon.com>
Cheers,
--
Julien Grall
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2025-10-07 11:29 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09 15:39 [PATCH for-4.20 0/2] Prep for 4.20-rc1 Andrew Cooper
2025-01-09 15:39 ` [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION Andrew Cooper
2025-01-09 15:53 ` Anthony PERARD
2025-01-09 15:39 ` [PATCH 2/2] Update Xen version to 4.20-rc Andrew Cooper
2025-01-09 15:44 ` Jan Beulich
2025-01-09 15:46 ` Andrew Cooper
2025-01-09 15:53 ` Jan Beulich
2025-01-10 17:16 ` Andrew Cooper
2025-01-09 15:55 ` Oleksii Kurochko
2025-01-09 15:58 ` [PATCH for-4.20 0/2] Prep for 4.20-rc1 Oleksii Kurochko
-- strict thread matches above, loose matches on Subject: below --
2025-10-06 20:08 [PATCH for-4.21 0/2] Prepare RC1 Andrew Cooper
2025-10-06 20:08 ` [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION Andrew Cooper
2025-10-07 11:29 ` Julien Grall
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).