commit | 8a83205d34fbd7b12061f4e85148eb4b587acdcc | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Apr 12 14:00:52 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Apr 19 16:30:25 2012 +0200 |
tree | 163c45f3ab658c425cfbf7ba24402fb5cf3e864e | |
parent | a5a5238ee49cd6a0f598f6f63a4a43dbe18d12b7 [diff] |
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>