]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: add realtime parameter for rtc
authorgongwei <gongwei@smartx.com>
Tue, 2 Feb 2021 14:20:46 +0000 (09:20 -0500)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 3 Feb 2021 09:18:04 +0000 (10:18 +0100)
commit976bdfc8e76b46ae07cd22117b03f8aaf5f815d1
tree981964efabde3c195ba7b493186b8be023570edf
parentd115019b6a52bfd18cd5ee87cfe8d0811a06d725
conf: add realtime parameter for rtc

Pass the parameter clock rt to qemu to ensure that the
virtual machine is not synchronized with the host time

Signed-off-by: gongwei <gongwei@smartx.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/formatdomain.rst
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
src/qemu/qemu_validate.c
tests/qemuxml2argvdata/clock-realtime.args [new file with mode: 0644]
tests/qemuxml2argvdata/clock-realtime.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/clock-realtime.xml [new symlink]
tests/qemuxml2xmltest.c