All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.15 v3] SUPPORT.MD: Mark LiveUpdate of C/OCaml XenStored daemon as Tech Preview
@ 2021-03-17 12:08 Julien Grall
  2021-03-17 12:31 ` Jürgen Groß
  2021-03-21 16:37 ` Julien Grall
  0 siblings, 2 replies; 6+ messages in thread
From: Julien Grall @ 2021-03-17 12:08 UTC (permalink / raw)
  To: xen-devel; +Cc: julien, Julien Grall, Juergen Gross

From: Julien Grall <jgrall@amazon.com>

Support to liveupdate C/OCaml XenStored daemon was added during the
4.15 development cycle. Add two new sections in SUPPORT.MD to explain
what is the support state.

For now, it is a tech preview.

Signed-off-by: Julien Grall <jgrall@amazon.com>

---

CC: Juergen Gross <jgross@suse.com>

    Changes in v3:
        - Add a section of OCaml XenStored

    Changes in v2:
        - Clarify this is only supported for the daemon version
        - Fix typoes
---
 SUPPORT.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/SUPPORT.md b/SUPPORT.md
index 7db4568f1a0f..1021a24801dc 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -177,6 +177,14 @@ Support for running qemu-xen device model in a linux stubdomain.
 
     Status: Tech Preview
 
+## Liveupdate of C XenStored daemon
+
+    Status: Tech Preview
+
+## Liveupdate of OCaml XenStored daemon
+
+    Status: Tech Preview
+
 ## Toolstack/3rd party
 
 ### libvirt driver for xl
-- 
2.17.1



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

* Re: [PATCH for-4.15 v3] SUPPORT.MD: Mark LiveUpdate of C/OCaml XenStored daemon as Tech Preview
  2021-03-17 12:08 [PATCH for-4.15 v3] SUPPORT.MD: Mark LiveUpdate of C/OCaml XenStored daemon as Tech Preview Julien Grall
@ 2021-03-17 12:31 ` Jürgen Groß
  2021-03-17 12:45   ` Andrew Cooper
  2021-03-21 16:37 ` Julien Grall
  1 sibling, 1 reply; 6+ messages in thread
From: Jürgen Groß @ 2021-03-17 12:31 UTC (permalink / raw)
  To: Julien Grall, xen-devel; +Cc: Julien Grall


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

On 17.03.21 13:08, Julien Grall wrote:
> From: Julien Grall <jgrall@amazon.com>
> 
> Support to liveupdate C/OCaml XenStored daemon was added during the
> 4.15 development cycle. Add two new sections in SUPPORT.MD to explain
> what is the support state.
> 
> For now, it is a tech preview.
> 
> Signed-off-by: Julien Grall <jgrall@amazon.com>

Reviewed-by: Juergen Gross <jgross@suse.com>


Juergen

[-- Attachment #1.1.2: OpenPGP_0xB0DE9DD628BF132F.asc --]
[-- Type: application/pgp-keys, Size: 3135 bytes --]

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

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

* Re: [PATCH for-4.15 v3] SUPPORT.MD: Mark LiveUpdate of C/OCaml XenStored daemon as Tech Preview
  2021-03-17 12:31 ` Jürgen Groß
@ 2021-03-17 12:45   ` Andrew Cooper
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Cooper @ 2021-03-17 12:45 UTC (permalink / raw)
  To: xen-devel

On 17/03/2021 12:31, Jürgen Groß wrote:
> On 17.03.21 13:08, Julien Grall wrote:
>> From: Julien Grall <jgrall@amazon.com>
>>
>> Support to liveupdate C/OCaml XenStored daemon was added during the
>> 4.15 development cycle. Add two new sections in SUPPORT.MD to explain
>> what is the support state.
>>
>> For now, it is a tech preview.
>>
>> Signed-off-by: Julien Grall <jgrall@amazon.com>
>
> Reviewed-by: Juergen Gross <jgross@suse.com>

Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>

I'll add "how to live update" to my pile of docs needing to happen for 4.15.


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

* Re: [PATCH for-4.15 v3] SUPPORT.MD: Mark LiveUpdate of C/OCaml XenStored daemon as Tech Preview
  2021-03-17 12:08 [PATCH for-4.15 v3] SUPPORT.MD: Mark LiveUpdate of C/OCaml XenStored daemon as Tech Preview Julien Grall
  2021-03-17 12:31 ` Jürgen Groß
@ 2021-03-21 16:37 ` Julien Grall
  2021-03-22 10:32   ` Ian Jackson
  1 sibling, 1 reply; 6+ messages in thread
From: Julien Grall @ 2021-03-21 16:37 UTC (permalink / raw)
  To: xen-devel, Ian Jackson; +Cc: Julien Grall, Juergen Gross

(+ Ian)

Hi Ian,

Sorry I forgot to CC you on the original Ian. Would it be possible to 
give an R-A for the patch below?

Cheers,

On 17/03/2021 12:08, Julien Grall wrote:
> From: Julien Grall <jgrall@amazon.com>
> 
> Support to liveupdate C/OCaml XenStored daemon was added during the
> 4.15 development cycle. Add two new sections in SUPPORT.MD to explain
> what is the support state.
> 
> For now, it is a tech preview.
> 
> Signed-off-by: Julien Grall <jgrall@amazon.com>
> 
> ---
> 
> CC: Juergen Gross <jgross@suse.com>
> 
>      Changes in v3:
>          - Add a section of OCaml XenStored
> 
>      Changes in v2:
>          - Clarify this is only supported for the daemon version
>          - Fix typoes
> ---
>   SUPPORT.md | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> diff --git a/SUPPORT.md b/SUPPORT.md
> index 7db4568f1a0f..1021a24801dc 100644
> --- a/SUPPORT.md
> +++ b/SUPPORT.md
> @@ -177,6 +177,14 @@ Support for running qemu-xen device model in a linux stubdomain.
>   
>       Status: Tech Preview
>   
> +## Liveupdate of C XenStored daemon
> +
> +    Status: Tech Preview
> +
> +## Liveupdate of OCaml XenStored daemon
> +
> +    Status: Tech Preview
> +
>   ## Toolstack/3rd party
>   
>   ### libvirt driver for xl
> 

-- 
Julien Grall


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

* Re: [PATCH for-4.15 v3] SUPPORT.MD: Mark LiveUpdate of C/OCaml XenStored daemon as Tech Preview
  2021-03-21 16:37 ` Julien Grall
@ 2021-03-22 10:32   ` Ian Jackson
  2021-03-22 10:38     ` Julien Grall
  0 siblings, 1 reply; 6+ messages in thread
From: Ian Jackson @ 2021-03-22 10:32 UTC (permalink / raw)
  To: Julien Grall; +Cc: xen-devel, Julien Grall, Juergen Gross

Julien Grall writes ("Re: [PATCH for-4.15 v3] SUPPORT.MD: Mark LiveUpdate of C/OCaml XenStored daemon as Tech Preview"):
> Sorry I forgot to CC you on the original Ian. Would it be possible to 
> give an R-A for the patch below?

Sure,

Release-Acked-by: Ian Jackson <iwj@xenproject.org>


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

* Re: [PATCH for-4.15 v3] SUPPORT.MD: Mark LiveUpdate of C/OCaml XenStored daemon as Tech Preview
  2021-03-22 10:32   ` Ian Jackson
@ 2021-03-22 10:38     ` Julien Grall
  0 siblings, 0 replies; 6+ messages in thread
From: Julien Grall @ 2021-03-22 10:38 UTC (permalink / raw)
  To: Ian Jackson; +Cc: xen-devel, Julien Grall, Juergen Gross

Hi Ian,

On 22/03/2021 10:32, Ian Jackson wrote:
> Julien Grall writes ("Re: [PATCH for-4.15 v3] SUPPORT.MD: Mark LiveUpdate of C/OCaml XenStored daemon as Tech Preview"):
>> Sorry I forgot to CC you on the original Ian. Would it be possible to
>> give an R-A for the patch below?
> 
> Sure,
> 
> Release-Acked-by: Ian Jackson <iwj@xenproject.org>

Thanks! I will also s/XenStored/xenstored/ as you pointed out on IRC.

Cheers,

> 

-- 
Julien Grall


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

end of thread, other threads:[~2021-03-22 10:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 12:08 [PATCH for-4.15 v3] SUPPORT.MD: Mark LiveUpdate of C/OCaml XenStored daemon as Tech Preview Julien Grall
2021-03-17 12:31 ` Jürgen Groß
2021-03-17 12:45   ` Andrew Cooper
2021-03-21 16:37 ` Julien Grall
2021-03-22 10:32   ` Ian Jackson
2021-03-22 10:38     ` Julien Grall

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.