]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildClockArgStr: Allow localtime clock basis
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 5 Feb 2014 14:30:11 +0000 (15:30 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 6 Feb 2014 06:51:07 +0000 (07:51 +0100)
commit51bea5df5d21093bb30e4883aff19f935e811725
tree20e5b76205658a1877e103f15c77f89060f0b3d1
parent0db9b0883c23d6c60ebca3f91f1f5ba4f8bd0587
qemuBuildClockArgStr: Allow localtime clock basis

https://bugzilla.redhat.com/show_bug.cgi?id=1046192

Commit b8bf79a, which adds clock='variable', forgets to check
localtime basis in qemuBuildClockArgStr(). So that localtime
basis could not be used.

Reported-by: Jincheng Miao <jmiao@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_command.c