Re: [Qemu-devel] [PATCH v12 0/9] PTimer fixes/features and ARM MPTimer conversion

2016-05-24 Thread Dmitry Osipenko
On 24.05.2016 19:20, Peter Maydell wrote: On 29 March 2016 at 21:17, Dmitry Osipenko wrote: 29.03.2016 22:00, Peter Maydell пишет: On 28 March 2016 at 14:22, Dmitry Osipenko wrote: PTimer fixes ready for submission: [PATCH v12 1/9] hw/ptimer: Fix issues

Re: [Qemu-devel] [PATCH v12 0/9] PTimer fixes/features and ARM MPTimer conversion

2016-05-24 Thread Peter Maydell
On 29 March 2016 at 21:17, Dmitry Osipenko wrote: > 29.03.2016 22:00, Peter Maydell пишет: >> On 28 March 2016 at 14:22, Dmitry Osipenko wrote: >>> PTimer fixes ready for submission: >>> [PATCH v12 1/9] hw/ptimer: Fix issues caused by the adjusted timer limit

Re: [Qemu-devel] [PATCH v12 0/9] PTimer fixes/features and ARM MPTimer conversion

2016-03-29 Thread Dmitry Osipenko
29.03.2016 22:00, Peter Maydell пишет: On 28 March 2016 at 14:22, Dmitry Osipenko wrote: Hello Peter, 16.03.2016 17:36, Peter Maydell пишет: On 30 January 2016 at 16:43, Dmitry Osipenko wrote: Changelog for ARM MPTimer QEMUTimer to ptimer conversion:

Re: [Qemu-devel] [PATCH v12 0/9] PTimer fixes/features and ARM MPTimer conversion

2016-03-29 Thread Peter Maydell
On 28 March 2016 at 14:22, Dmitry Osipenko wrote: > Hello Peter, > > 16.03.2016 17:36, Peter Maydell пишет: >> >> On 30 January 2016 at 16:43, Dmitry Osipenko wrote: >> >>> Changelog for ARM MPTimer QEMUTimer to ptimer conversion: >> >> >> So, where are we

Re: [Qemu-devel] [PATCH v12 0/9] PTimer fixes/features and ARM MPTimer conversion

2016-03-28 Thread Dmitry Osipenko
Hello Peter, 16.03.2016 17:36, Peter Maydell пишет: On 30 January 2016 at 16:43, Dmitry Osipenko wrote: Changelog for ARM MPTimer QEMUTimer to ptimer conversion: So, where are we with this series? It looked from the mailing list threads as if there were still a few things

Re: [Qemu-devel] [PATCH v12 0/9] PTimer fixes/features and ARM MPTimer conversion

2016-03-19 Thread Peter Maydell
On 30 January 2016 at 16:43, Dmitry Osipenko wrote: > Changelog for ARM MPTimer QEMUTimer to ptimer conversion: So, where are we with this series? It looked from the mailing list threads as if there were still a few things Peter C hadn't got closure on, but we're rapidly

Re: [Qemu-devel] [PATCH v12 0/9] PTimer fixes/features and ARM MPTimer conversion

2016-03-19 Thread Dmitry Osipenko
16.03.2016 17:36, Peter Maydell пишет: On 30 January 2016 at 16:43, Dmitry Osipenko wrote: Changelog for ARM MPTimer QEMUTimer to ptimer conversion: So, where are we with this series? It looked from the mailing list threads as if there were still a few things Peter C hadn't

[Qemu-devel] [PATCH v12 0/9] PTimer fixes/features and ARM MPTimer conversion

2016-01-30 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.