Re: [Qemu-devel] [PATCH v7 0/2] PTimer fix and ARM MPTimer conversion

2015-10-30 Thread Dmitry Osipenko
31.10.2015 00:52, Peter Maydell пишет: On 24 October 2015 at 13:21, Dmitry Osipenko wrote: Changelog for ARM MPTimer QEMUTimer to ptimer conversion: V2: Fixed changing periodic timer counter value "on the fly". I added a test to the gist to cover that issue. V3: Fixed start

Re: [Qemu-devel] [PATCH v7 0/2] PTimer fix and ARM MPTimer conversion

2015-10-30 Thread Peter Maydell
On 24 October 2015 at 13:21, Dmitry Osipenko wrote: > Changelog for ARM MPTimer QEMUTimer to ptimer conversion: > > V2: Fixed changing periodic timer counter value "on the fly". I added a > test to the gist to cover that issue. > > V3: Fixed starting the timer with load = 0 and cou

[Qemu-devel] [PATCH v7 0/2] PTimer fix and ARM MPTimer conversion

2015-10-24 Thread Dmitry Osipenko
Changelog for ARM MPTimer QEMUTimer to ptimer conversion: V2: Fixed changing periodic timer counter value "on the fly". I added a test to the gist to cover that issue. V3: Fixed starting the timer with load = 0 and counter != 0, added tests to the gist for this issue. Chan