[PATCH v2] docs: cputune is also supported by the xen driver

Since commit 68c5b6fb2b5fdabce775e9f8fc761a400e16a9d3 libxl also handles a domain/cputune/vcpupin element in domU.xml. Signed-off-by: Olaf Hering <olaf@aepfle.de> --- docs/formatdomain.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 282176c4f4..fa5c14febc 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -744,8 +744,8 @@ CPU Tuning of element ``vcpu`` is not specified, the vCPU is pinned to all the physical CPUs by default. It contains two required attributes, the attribute ``vcpu`` specifies vCPU id, and the attribute ``cpuset`` is same as attribute - ``cpuset`` of element ``vcpu``. (NB: Only qemu driver support) :since:`Since - 0.9.0` + ``cpuset`` of element ``vcpu``. + :since:`QEMU driver support since 0.9.0, Xen driver support since 0.9.1` ``emulatorpin`` The optional ``emulatorpin`` element specifies which of host physical CPUs the "emulator", a subset of a domain not including vCPU or iothreads will be

On 5/4/21 2:22 PM, Olaf Hering wrote:
Since commit 68c5b6fb2b5fdabce775e9f8fc761a400e16a9d3 libxl also handles a domain/cputune/vcpupin element in domU.xml.
Signed-off-by: Olaf Hering <olaf@aepfle.de> --- docs/formatdomain.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Jim Fehlig <jfehlig@suse.com>
diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 282176c4f4..fa5c14febc 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -744,8 +744,8 @@ CPU Tuning of element ``vcpu`` is not specified, the vCPU is pinned to all the physical CPUs by default. It contains two required attributes, the attribute ``vcpu`` specifies vCPU id, and the attribute ``cpuset`` is same as attribute - ``cpuset`` of element ``vcpu``. (NB: Only qemu driver support) :since:`Since - 0.9.0` + ``cpuset`` of element ``vcpu``. + :since:`QEMU driver support since 0.9.0, Xen driver support since 0.9.1` ``emulatorpin`` The optional ``emulatorpin`` element specifies which of host physical CPUs the "emulator", a subset of a domain not including vCPU or iothreads will be
participants (2)
-
Jim Fehlig
-
Olaf Hering