OSDN Git Service

icount: put icount variables into TimerState.
authorKONRAD Frederic <fred.konrad@greensocs.com>
Thu, 31 Jul 2014 23:37:09 +0000 (01:37 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 6 Aug 2014 15:53:07 +0000 (17:53 +0200)
commitc96778bb843c029846196e62a4977e75fb5ef9b3
tree26c3261e8b1136e80905e8fa800df8dd0cea58a2
parent5692399f0af2b48b164b3c0b5c4c532b186b33ae
icount: put icount variables into TimerState.

This puts qemu_icount and qemu_icount_bias into TimerState structure to allow
them to be migrated.

Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
cpus.c