Re: [PATCH v2] hw/timer/hpet: Fix wrong HPET interrupts

2024-07-21 Thread 伊藤 太清
時: 2024年7月20日 19:32 宛先: Paolo Bonzini ; qemu-devel@nongnu.org CC: m...@redhat.com ; marcel.apfelb...@gmail.com 件名: Re: [PATCH v2] hw/timer/hpet: Fix wrong HPET interrupts Thank you for preparing the hpet branch. I tried to use the branch. Your modification was not enough to solve my problem

Re: [PATCH v2] hw/timer/hpet: Fix wrong HPET interrupts

2024-07-20 Thread 伊藤 太清
@nongnu.org CC: m...@redhat.com ; marcel.apfelb...@gmail.com 件名: Re: [PATCH v2] hw/timer/hpet: Fix wrong HPET interrupts On 7/13/24 13:54, TaiseiIto wrote: > Before this commit, there are 3 problems about HPET timer interrupts. First, > HPET periodic timers cause a too early interrupt before HPE

Re: [PATCH v2] hw/timer/hpet: Fix wrong HPET interrupts

2024-07-18 Thread 伊藤 太清
.prod.exchangelabs.com/ Taisei 差出人: Paolo Bonzini 送信日時: 2024年7月16日 19:51 宛先: TaiseiIto ; qemu-devel@nongnu.org CC: m...@redhat.com ; marcel.apfelb...@gmail.com 件名: Re: [PATCH v2] hw/timer/hpet: Fix wrong HPET interrupts On 7/13/24 13:54, TaiseiIto wrote: > Before this com

Re: [PATCH v2] hw/timer/hpet: Fix wrong HPET interrupts

2024-07-16 Thread Paolo Bonzini
On 7/13/24 13:54, TaiseiIto wrote: Before this commit, there are 3 problems about HPET timer interrupts. First, HPET periodic timers cause a too early interrupt before HPET main counter value reaches a value written its comparator value register. Second, disabled HPET timers whose comparator

[PATCH v2] hw/timer/hpet: Fix wrong HPET interrupts

2024-07-13 Thread TaiseiIto
Before this commit, there are 3 problems about HPET timer interrupts. First, HPET periodic timers cause a too early interrupt before HPET main counter value reaches a value written its comparator value register. Second, disabled HPET timers whose comparator value register is not 0x