mirror of
https://github.com/mii443/qemu.git
synced 2025-08-26 17:10:08 +00:00
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> (cherry picked from commit050a46065d
) Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>