
On Wed, May 16, 2018 at 10:39:41AM +0200, Jiri Denemark wrote:
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- docs/news.xml | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml index 7d40e85b9a..bd7885e91a 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -54,6 +54,15 @@ a QEMU virtual machine. </description> </change> + <change> + <summary> + Introduce new virConnectBaselineHypervisorCPU and virConnectBaselineHypervisorCPU APIs
Duplicate: s/virConnectBaselineHypervisorCPU/virConnectCompareHypervisorCPU/
+ </summary> + <description> + Unlike the old virConnectBaselineCPU and virConnectBaselineCPU APIs,
Here too: s/virConnectBaselineCPU/virConnectCompareCPU/
+ both new APIs consider capabilities of a specific hypervisor.
If it in scope of the 'news.xml' file, a one-sentence description of each of the two APIs would be useful. It's just a nice to have, so feel free to disregard this. FWIW, I will aim to try out these two new APIs this week / next week.
+ </description> + </change> </section> <section title="Improvements"> <change> -- 2.17.0
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
-- /kashyap