From 6304277534b3bd569861ae64f522898b66417adc Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 10 Feb 2017 18:03:52 +0100 Subject: [PATCH] news: Mention specific vCPU hotplug API --- docs/news.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 8d53e07973..2a4bfb558a 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -80,6 +80,16 @@ devices, providing device type information. + + + Add API for individual/specific vCPU hotplug + + + The new API allows selecting specific vCPUs to be added/removed from + the VM. The existing APIs allowed only adding/removing from the end + which did not play well with NUMA. + +