From dfffcefff65b7f138e3c93ecf66f97e62b05ea03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Thu, 3 Jun 2021 09:15:19 +0100 Subject: [PATCH] conf: add support for timer period audio setting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Michal Privoznik Signed-off-by: Daniel P. Berrangé --- docs/formatdomain.rst | 6 +++++- docs/schemas/domaincommon.rng | 5 +++++ src/conf/domain_conf.c | 7 +++++++ src/conf/domain_conf.h | 2 ++ 4 files changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index aa7bb8da14..afee69ac97 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -6924,6 +6924,10 @@ to the guest sound device. ``id`` Integer id of the audio device. Must be greater than 0. +``timerPeriod`` + Timer period in microseconds. Must be greater than 0. If omitted, + the lowest possible period is used. + All the backends support child element for configuring input and output properties @@ -6931,7 +6935,7 @@ output properties ... -