On 6/3/21 10:18 AM, Daniel P. Berrangé wrote: > Somehow I missed this one property during initial impl of audio > > Daniel P. Berrangé (2): > conf: add support for timer period audio setting > qemu: wire up support for timer period audio setting > > docs/formatdomain.rst | 6 +++++- > docs/schemas/domaincommon.rng | 5 +++++ > src/conf/domain_conf.c | 7 +++++++ > src/conf/domain_conf.h | 2 ++ > src/qemu/qemu_command.c | 8 ++++++++ > tests/qemuxml2argvdata/audio-alsa-best.args | 1 + > tests/qemuxml2argvdata/audio-alsa-best.x86_64-latest.args | 2 +- > tests/qemuxml2argvdata/audio-alsa-best.xml | 2 +- > tests/qemuxml2argvdata/audio-coreaudio-best.args | 1 + > .../audio-coreaudio-best.x86_64-latest.args | 2 +- > tests/qemuxml2argvdata/audio-coreaudio-best.xml | 2 +- > tests/qemuxml2argvdata/audio-file-best.args | 1 + > tests/qemuxml2argvdata/audio-file-best.x86_64-latest.args | 2 +- > tests/qemuxml2argvdata/audio-file-best.xml | 2 +- > tests/qemuxml2argvdata/audio-none-best.args | 1 + > tests/qemuxml2argvdata/audio-none-best.x86_64-latest.args | 2 +- > tests/qemuxml2argvdata/audio-none-best.xml | 2 +- > tests/qemuxml2argvdata/audio-oss-best.args | 1 + > tests/qemuxml2argvdata/audio-oss-best.x86_64-latest.args | 2 +- > tests/qemuxml2argvdata/audio-oss-best.xml | 2 +- > tests/qemuxml2argvdata/audio-pulseaudio-best.args | 1 + > .../audio-pulseaudio-best.x86_64-latest.args | 2 +- > tests/qemuxml2argvdata/audio-pulseaudio-best.xml | 2 +- > tests/qemuxml2argvdata/audio-sdl-best.args | 1 + > tests/qemuxml2argvdata/audio-sdl-best.x86_64-latest.args | 2 +- > tests/qemuxml2argvdata/audio-sdl-best.xml | 2 +- > tests/qemuxml2argvdata/audio-spice-best.args | 1 + > .../qemuxml2argvdata/audio-spice-best.x86_64-latest.args | 2 +- > tests/qemuxml2argvdata/audio-spice-best.xml | 2 +- > 29 files changed, 51 insertions(+), 17 deletions(-) > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal