[libvirt] [PATCH 0/2] News update for libvirt-5.0

Han Han (2): news: Add support for "stibp" x86_64 feature news: Add support for postcopy-requests migration statistics docs/news.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) -- 2.20.1

This feature is from eb1b551d. 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 6a2a73b534..78ae81e7ca 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -102,6 +102,16 @@ the 'readonly' subelement. </description> </change> + <change> + <summary> + cpu: Add support for "stibp" x86_64 feature + </summary> + <description> + Add cpu flag stibp(Single Thread Indirect Branch Predictors) to + prevent indirect branch predictions from being controlled by the + sibling Hyperthread. + </description> + </change> </section> <section title="Bug fixes"> </section> -- 2.20.1

This feature is introduced by 3f4914e0. Signed-off-by: Han Han <hhan@redhat.com> --- docs/news.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 78ae81e7ca..a4fc335a32 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -112,6 +112,15 @@ sibling Hyperthread. </description> </change> + <change> + <summary> + qemu: Add support for postcopy-requests migration statistics + </summary> + <description> + virDomainJobInfo can get number page requests received from the + destination host during post-copy migration. + </description> + </change> </section> <section title="Bug fixes"> </section> -- 2.20.1
participants (2)
-
Han Han
-
Michal Privoznik