]> git.proxmox.com Git - qemu.git/commit
qemu-tool: map vm_clock to rt_clock
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 12 Apr 2012 12:00:52 +0000 (14:00 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 19 Apr 2012 14:30:25 +0000 (16:30 +0200)
commit8a83205d34fbd7b12061f4e85148eb4b587acdcc
tree163c45f3ab658c425cfbf7ba24402fb5cf3e864e
parenta5a5238ee49cd6a0f598f6f63a4a43dbe18d12b7
qemu-tool: map vm_clock to rt_clock

QED uses vm_clock timers so that images are not touched during and after
migration.  This however does not apply to qemu-io and qemu-img.
Treat vm_clock as a synonym for rt_clock there, and enable it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
qemu-tool.c