All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CHANGELOG: Note about oxenstored being deprecated
@ 2025-11-10 16:44 Andrew Cooper
  2025-11-10 16:48 ` Jan Beulich
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andrew Cooper @ 2025-11-10 16:44 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Anthony PERARD, Michal Orzel, Jan Beulich,
	Julien Grall, Roger Pau Monné, Stefano Stabellini,
	Christian Lindig, David Scott, Edwin Török, Rob Hoes,
	Pau Ruiz Safont, Andrii Sultanov, 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: Christian Lindig <christian.lindig@citrix.com>
CC: David Scott <dave@recoil.org>
CC: Edwin Török <edwin.torok@cloud.com>
CC: Rob Hoes <Rob.Hoes@citrix.com>
CC: Pau Ruiz Safont <pau.safont@vates.tech>
CC: Andrii Sultanov <andriy.sultanov@vates.tech>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>

I'd like to add a --with-system-oxenstored= but I don't have time.  That will
have to wait for 4.22.
---
 CHANGELOG.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc4f6d7c8a09..080305ef456f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -53,6 +53,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 
  - Support of qemu-traditional has been removed.
 
+ - The in-tree oxenstored is deprecated and will be removed in a future
+   version of Xen.  It is moving into the Xapi project
+   https://github.com/xapi-project/oxenstored so it can be maintained in line
+   with the other Ocaml projects in the Xen ecosystem.
+
 ## [4.20.0](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.20.0) - 2025-03-05
 
 ### Changed

base-commit: 343e01fd1d31dc6867473599c2c49039386bdf79
-- 
2.39.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] CHANGELOG: Note about oxenstored being deprecated
  2025-11-10 16:44 [PATCH] CHANGELOG: Note about oxenstored being deprecated Andrew Cooper
@ 2025-11-10 16:48 ` Jan Beulich
  2025-11-10 16:53 ` Oleksii Kurochko
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Jan Beulich @ 2025-11-10 16:48 UTC (permalink / raw)
  To: Andrew Cooper
  Cc: Anthony PERARD, Michal Orzel, Julien Grall, Roger Pau Monné,
	Stefano Stabellini, Christian Lindig, David Scott,
	Edwin Török, Rob Hoes, Pau Ruiz Safont, Andrii Sultanov,
	Oleksii Kurochko, Xen-devel

On 10.11.2025 17:44, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Based on the prior discussion:
Acked-by: Jan Beulich <jbeulich@suse.com>

Jan


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] CHANGELOG: Note about oxenstored being deprecated
  2025-11-10 16:44 [PATCH] CHANGELOG: Note about oxenstored being deprecated Andrew Cooper
  2025-11-10 16:48 ` Jan Beulich
@ 2025-11-10 16:53 ` Oleksii Kurochko
  2025-11-11  5:40 ` Juergen Gross
  2025-11-11  9:15 ` Christian Lindig
  3 siblings, 0 replies; 5+ messages in thread
From: Oleksii Kurochko @ 2025-11-10 16:53 UTC (permalink / raw)
  To: Andrew Cooper, Xen-devel
  Cc: Anthony PERARD, Michal Orzel, Jan Beulich, Julien Grall,
	Roger Pau Monné, Stefano Stabellini, Christian Lindig,
	David Scott, Edwin Török, Rob Hoes, Pau Ruiz Safont,
	Andrii Sultanov

[-- Attachment #1: Type: text/plain, Size: 1888 bytes --]


On 11/10/25 5:44 PM, Andrew Cooper wrote:
> 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: Christian Lindig<christian.lindig@citrix.com>
> CC: David Scott<dave@recoil.org>
> CC: Edwin Török<edwin.torok@cloud.com>
> CC: Rob Hoes<Rob.Hoes@citrix.com>
> CC: Pau Ruiz Safont<pau.safont@vates.tech>
> CC: Andrii Sultanov<andriy.sultanov@vates.tech>
> CC: Oleksii Kurochko<oleksii.kurochko@gmail.com>
>
> I'd like to add a --with-system-oxenstored= but I don't have time.  That will
> have to wait for 4.22.

It would be nice to introduce "--with-system-oxenstored=", but, at the moment,
I can agree that it is enough to announce that oxenstored is deprecated and
will be removed in a future version of Xen:
  Release-Acked-By: Oleksii Kurochko<oleksii.kurochko@gmail.com>

Thanks.

~ Oleksii

> ---
>   CHANGELOG.md | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index fc4f6d7c8a09..080305ef456f 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -53,6 +53,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>   
>    - Support of qemu-traditional has been removed.
>   
> + - The in-tree oxenstored is deprecated and will be removed in a future
> +   version of Xen.  It is moving into the Xapi project
> +https://github.com/xapi-project/oxenstored so it can be maintained in line
> +   with the other Ocaml projects in the Xen ecosystem.
> +
>   ## [4.20.0](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.20.0) - 2025-03-05
>   
>   ### Changed
>
> base-commit: 343e01fd1d31dc6867473599c2c49039386bdf79

[-- Attachment #2: Type: text/html, Size: 3854 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] CHANGELOG: Note about oxenstored being deprecated
  2025-11-10 16:44 [PATCH] CHANGELOG: Note about oxenstored being deprecated Andrew Cooper
  2025-11-10 16:48 ` Jan Beulich
  2025-11-10 16:53 ` Oleksii Kurochko
@ 2025-11-11  5:40 ` Juergen Gross
  2025-11-11  9:15 ` Christian Lindig
  3 siblings, 0 replies; 5+ messages in thread
From: Juergen Gross @ 2025-11-11  5:40 UTC (permalink / raw)
  To: Andrew Cooper, Xen-devel
  Cc: Anthony PERARD, Michal Orzel, Jan Beulich, Julien Grall,
	Roger Pau Monné, Stefano Stabellini, Christian Lindig,
	David Scott, Edwin Török, Rob Hoes, Pau Ruiz Safont,
	Andrii Sultanov, Oleksii Kurochko


[-- Attachment #1.1.1: Type: text/plain, Size: 1706 bytes --]

On 10.11.25 17:44, Andrew Cooper wrote:
> 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: Christian Lindig <christian.lindig@citrix.com>
> CC: David Scott <dave@recoil.org>
> CC: Edwin Török <edwin.torok@cloud.com>
> CC: Rob Hoes <Rob.Hoes@citrix.com>
> CC: Pau Ruiz Safont <pau.safont@vates.tech>
> CC: Andrii Sultanov <andriy.sultanov@vates.tech>
> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
> 
> I'd like to add a --with-system-oxenstored= but I don't have time.  That will
> have to wait for 4.22.
> ---
>   CHANGELOG.md | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index fc4f6d7c8a09..080305ef456f 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -53,6 +53,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>   
>    - Support of qemu-traditional has been removed.
>   
> + - The in-tree oxenstored is deprecated and will be removed in a future
> +   version of Xen.  It is moving into the Xapi project
> +   https://github.com/xapi-project/oxenstored so it can be maintained in line
> +   with the other Ocaml projects in the Xen ecosystem.
> +

I know this is a little bit late, but nevertheless I'd like the configure
help text reflect that move by changing the paragraph to no longer nudge
the user towards oxenstored by claiming only oxenstored would be robust.


Juergen

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3743 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] CHANGELOG: Note about oxenstored being deprecated
  2025-11-10 16:44 [PATCH] CHANGELOG: Note about oxenstored being deprecated Andrew Cooper
                   ` (2 preceding siblings ...)
  2025-11-11  5:40 ` Juergen Gross
@ 2025-11-11  9:15 ` Christian Lindig
  3 siblings, 0 replies; 5+ messages in thread
From: Christian Lindig @ 2025-11-11  9:15 UTC (permalink / raw)
  To: Andrew Cooper
  Cc: Xen-devel, Anthony PERARD, Michal Orzel, Jan Beulich,
	Julien Grall, Roger Pau Monne, Stefano Stabellini, David Scott,
	Edwin Török, Rob Hoes, Pau Ruiz Safont, Andrii Sultanov,
	Oleksii Kurochko



> On 10 Nov 2025, at 16:44, Andrew Cooper <andrew.cooper3@citrix.com> wrote:
> 
> 
> + - The in-tree oxenstored is deprecated and will be removed in a future
> +   version of Xen.  It is moving into the Xapi project
> +   https://github.com/xapi-project/oxenstored so it can be maintained in line
> +   with the other Ocaml projects in the Xen ecosystem.
> +

Acked-by: Christian Lindig <christian.lindig@cloud.com>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-11-11  9:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-10 16:44 [PATCH] CHANGELOG: Note about oxenstored being deprecated Andrew Cooper
2025-11-10 16:48 ` Jan Beulich
2025-11-10 16:53 ` Oleksii Kurochko
2025-11-11  5:40 ` Juergen Gross
2025-11-11  9:15 ` Christian Lindig

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.