[libvirt] [PATCH v2 0/2] News for snapshot validation and vtpm encryption

v1: https://www.redhat.com/archives/libvir-list/2019-July/msg01897.html Han Han (2): news: Allow xml validation for snapshot creation news: Support encrypted soft tpm docs/news.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) -- 2.20.1

Signed-off-by: Han Han <hhan@redhat.com> --- docs/news.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 1134309ec2..6d90ea8389 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -76,6 +76,16 @@ </change> </section> <section title="Improvements"> + <change> + <summary> + qemu: Allow to validate xml for snapshot creation + </summary> + <description> + Add flag <code>VIR_DOMAIN_SNAPSHOT_CREATE_VALIDATE</code> to validate + snapshot input xml. For virsh, users can use it as <code>virsh + snapshot-create --validate</code>. + </description> + </change> </section> <section title="Bug fixes"> </section> -- 2.20.1

On Wed, 2019-07-31 at 11:57 +0800, Han Han wrote:
+ <summary> + qemu: Allow to validate xml for snapshot creation + </summary> + <description> + Add flag <code>VIR_DOMAIN_SNAPSHOT_CREATE_VALIDATE</code> to validate + snapshot input xml. For virsh, users can use it as <code>virsh + snapshot-create --validate</code>. + </description>
s/xml/XML/g Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization

On 7/30/19 10:57 PM, Han Han wrote:
Signed-off-by: Han Han <hhan@redhat.com> --- docs/news.xml | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml index 1134309ec2..6d90ea8389 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -76,6 +76,16 @@ </change> </section> <section title="Improvements"> + <change> + <summary> + qemu: Allow to validate xml for snapshot creation
"allow to $verb" is not idiomatic English; it is either "allow $subject to $verb" or "allow ${verb}ing". In this case, I'd even prefer "Allow validation of xml" ACK; I can fix that up and push (and thanks for catching that I added this feature without news).
+ </summary> + <description> + Add flag <code>VIR_DOMAIN_SNAPSHOT_CREATE_VALIDATE</code> to validate + snapshot input xml. For virsh, users can use it as <code>virsh + snapshot-create --validate</code>. + </description> + </change> </section> <section title="Bug fixes"> </section>
-- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3226 Virtualization: qemu.org | libvirt.org

Signed-off-by: Han Han <hhan@redhat.com> --- docs/news.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 6d90ea8389..660706c12c 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -86,6 +86,16 @@ snapshot-create --validate</code>. </description> </change> + <change> + <summary> + Support encrypted soft tpm + </summary> + <description> + A soft tpm backend could be encrypted with passphrase. Now libvirt + supports to use <code>secret</code> object to hold the passphrase, + and refers it via <code>encryption</code> element in tpm device. + </description> + </change> </section> <section title="Bug fixes"> </section> -- 2.20.1

On Wed, 2019-07-31 at 11:57 +0800, Han Han wrote:
+ <summary> + Support encrypted soft tpm + </summary> + <description> + A soft tpm backend could be encrypted with passphrase. Now libvirt + supports to use <code>secret</code> object to hold the passphrase, + and refers it via <code>encryption</code> element in tpm device. + </description>
s/tpm/TPM/g Reviewed-by: Andrea Bolognani <abologna@redhat.com> I've addressed the above, tweaked the language a tiny bit and pushed both this and the previous patch. Thanks for caring about release notes! -- Andrea Bolognani / Red Hat / Virtualization

On 7/30/19 10:57 PM, Han Han wrote:
Signed-off-by: Han Han <hhan@redhat.com> --- docs/news.xml | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml index 6d90ea8389..660706c12c 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -86,6 +86,16 @@ snapshot-create --validate</code>. </description> </change> + <change> + <summary> + Support encrypted soft tpm + </summary> + <description> + A soft tpm backend could be encrypted with passphrase. Now libvirt + supports to use <code>secret</code> object to hold the passphrase,
s/supports to use/supports the use of a/
+ and refers it via <code>encryption</code> element in tpm device.
s/refers it via/refers to it via the/ ACK, I'll fix the grammar and push.
+ </description> + </change> </section> <section title="Bug fixes"> </section>
-- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3226 Virtualization: qemu.org | libvirt.org
participants (3)
-
Andrea Bolognani
-
Eric Blake
-
Han Han