commit | bf2a7ddb0a066c27ed1432b918baa046b6b7dfc5 | [log] [tgz] |
---|---|---|
author | Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru> | Wed Nov 26 13:40:55 2014 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Dec 15 12:21:02 2014 +0100 |
tree | 23d6d457af0f598306de563a06f88b9c2c5e85d5 | |
parent | 4e7fa73ec2516334b58e82f9a5649b1468b1eb7a [diff] |
cpus: make icount warp behave well with respect to stop/cont This patch makes icount warp use the new QEMU_CLOCK_VIRTUAL_RT clock. This way, icount's QEMU_CLOCK_VIRTUAL will never count time during which the virtual machine is stopped. Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>