From 75e7ab1ef5f391252685f7a7a0da324f6e2a2ebd Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Wed, 16 May 2018 10:05:57 +0200 Subject: [PATCH] news: Mention new CPU related APIs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jiri Denemark Reviewed-by: Ján Tomko --- docs/news.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index d776f7a971..c45850f625 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -85,6 +85,15 @@ This new API enables users to detach device using only its alias. + + + Introduce new virConnectCompareHypervisorCPU and virConnectBaselineHypervisorCPU APIs + + + Unlike the old virConnectCompareCPU and virConnectBaselineCPU APIs, + both new APIs consider capabilities of a specific hypervisor. + +