OSDN Git Service

kvm: i8254: Finish time conversion fix
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 14 Aug 2012 08:24:47 +0000 (10:24 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 14 Aug 2012 22:23:16 +0000 (19:23 -0300)
commit050a46065de8e3d4ee5a04f5598d666f63d34800
treef378370019034e13f316a3fd743f56e3eb38a499
parent205df4d1a87cbb14a50655fb2c0a987467fb29d6
kvm: i8254: Finish time conversion fix

0cdd3d1444 fixed reading back the counter load time from the kernel
while assuming the kernel would always update its load time on writing
the state. That is only true for channel 1, and so pit_get_channel_info
returned wrong output pin states for high counter values.

Fix this by applying the offset also on kvm_pit_put. Now we also need to
update the offset when we write the state while the VM is stopped as it
keeps on changing in that state.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
hw/kvm/i8254.c