commit | 4e7fa73ec2516334b58e82f9a5649b1468b1eb7a | [log] [tgz] |
---|---|---|
author | Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru> | Wed Nov 26 13:40:50 2014 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Dec 15 12:21:02 2014 +0100 |
tree | 00920668f9759856ce14ecd476dab1144d2f2338 | |
parent | d8a499f17ee5f05407874f29f69f0e3e3198a853 [diff] |
timer: introduce new QEMU_CLOCK_VIRTUAL_RT clock This patch introduces new QEMU_CLOCK_VIRTUAL_RT clock, which should be used for icount warping. In the next patch, it will be used to avoid a huge icount warp when a virtual machine is stopped for a long time. Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>