Re: [PATCH v6 0/9] Clock framework API

2019-12-06 Thread Cleber Rosa
On Thu, Dec 05, 2019 at 12:01:56PM +0100, Philippe Mathieu-Daudé wrote: > > Understood, thanks for clearing this out! > > Side note, we don't do cross-arch migration testing, but we talked about > having a 'different QEMU version' migration test. When we get a such test > setup, it shouldn't be

Re: [PATCH v6 0/9] Clock framework API

2019-12-06 Thread Dr. David Alan Gilbert
* Cleber Rosa (cr...@redhat.com) wrote: > On Thu, Dec 05, 2019 at 12:01:56PM +0100, Philippe Mathieu-Daudé wrote: > > > > Understood, thanks for clearing this out! > > > > Side note, we don't do cross-arch migration testing, but we talked about > > having a 'different QEMU version' migration

Re: [PATCH v6 0/9] Clock framework API

2019-12-05 Thread Philippe Mathieu-Daudé
On 12/5/19 11:56 AM, Dr. David Alan Gilbert wrote: * Philippe Mathieu-Daudé (phi...@redhat.com) wrote: On 12/5/19 11:21 AM, Dr. David Alan Gilbert wrote: * Philippe Mathieu-Daudé (phi...@redhat.com) wrote: On 12/5/19 10:36 AM, Damien Hedde wrote: On 12/4/19 9:34 PM, Philippe Mathieu-Daudé

Re: [PATCH v6 0/9] Clock framework API

2019-12-05 Thread Dr. David Alan Gilbert
* Philippe Mathieu-Daudé (phi...@redhat.com) wrote: > On 12/5/19 11:21 AM, Dr. David Alan Gilbert wrote: > > * Philippe Mathieu-Daudé (phi...@redhat.com) wrote: > > > On 12/5/19 10:36 AM, Damien Hedde wrote: > > > > On 12/4/19 9:34 PM, Philippe Mathieu-Daudé wrote: > > > > > On 12/4/19 5:40 PM,

Re: [PATCH v6 0/9] Clock framework API

2019-12-05 Thread Philippe Mathieu-Daudé
On 12/5/19 11:21 AM, Dr. David Alan Gilbert wrote: * Philippe Mathieu-Daudé (phi...@redhat.com) wrote: On 12/5/19 10:36 AM, Damien Hedde wrote: On 12/4/19 9:34 PM, Philippe Mathieu-Daudé wrote: On 12/4/19 5:40 PM, Damien Hedde wrote: On 12/2/19 5:15 PM, Peter Maydell wrote: The one topic I

Re: [PATCH v6 0/9] Clock framework API

2019-12-05 Thread Dr. David Alan Gilbert
* Philippe Mathieu-Daudé (phi...@redhat.com) wrote: > On 12/5/19 10:36 AM, Damien Hedde wrote: > > On 12/4/19 9:34 PM, Philippe Mathieu-Daudé wrote: > > > On 12/4/19 5:40 PM, Damien Hedde wrote: > > > > On 12/2/19 5:15 PM, Peter Maydell wrote: > > > > > > > > > > The one topic I think we could do

Re: [PATCH v6 0/9] Clock framework API

2019-12-05 Thread Philippe Mathieu-Daudé
On 12/5/19 10:36 AM, Damien Hedde wrote: On 12/4/19 9:34 PM, Philippe Mathieu-Daudé wrote: On 12/4/19 5:40 PM, Damien Hedde wrote: On 12/2/19 5:15 PM, Peter Maydell wrote: The one topic I think we could do with discussing is whether a simple uint64_t giving the frequency of the clock in Hz

Re: [PATCH v6 0/9] Clock framework API

2019-12-05 Thread Damien Hedde
On 12/4/19 9:34 PM, Philippe Mathieu-Daudé wrote: > On 12/4/19 5:40 PM, Damien Hedde wrote: >> On 12/2/19 5:15 PM, Peter Maydell wrote: >>> >>> The one topic I think we could do with discussing is whether >>> a simple uint64_t giving the frequency of the clock in Hz is >>> the right

Re: [PATCH v6 0/9] Clock framework API

2019-12-04 Thread Philippe Mathieu-Daudé
On 12/4/19 5:40 PM, Damien Hedde wrote: On 12/2/19 5:15 PM, Peter Maydell wrote: The one topic I think we could do with discussing is whether a simple uint64_t giving the frequency of the clock in Hz is the right representation. In particular in your patch 9 the board has a clock frequency

Re: [PATCH v6 0/9] Clock framework API

2019-12-04 Thread Damien Hedde
On 12/2/19 5:15 PM, Peter Maydell wrote: > > The one topic I think we could do with discussing is whether > a simple uint64_t giving the frequency of the clock in Hz is > the right representation. In particular in your patch 9 the > board has a clock frequency that's not a nice integer number

Re: [PATCH v6 0/9] Clock framework API

2019-12-02 Thread Peter Maydell
On Wed, 4 Sep 2019 at 13:56, Damien Hedde wrote: > > This series aims to add a way to model clock distribution in qemu. This allows > to model the clock tree of a platform allowing us to inspect clock > configuration and detect problems such as disabled clock or bad configured > pll. > > The

Re: [Qemu-devel] [PATCH v6 0/9] Clock framework API

2019-09-04 Thread Damien Hedde
I did a typo in the reply-to address. I just resent the series with the proper one. Sorry for that... Damien On 9/4/19 11:38 AM, damien.he...@greensocs.con wrote: > From: Damien Hedde > > This series aims to add a way to model clock distribution in qemu. This allows > to model the clock tree

[Qemu-devel] [PATCH v6 0/9] Clock framework API

2019-09-04 Thread damien . hedde
From: Damien Hedde This series aims to add a way to model clock distribution in qemu. This allows to model the clock tree of a platform allowing us to inspect clock configuration and detect problems such as disabled clock or bad configured pll. The added clock api is very similar the the gpio

[Qemu-devel] [PATCH v6 0/9] Clock framework API

2019-09-04 Thread Damien Hedde
This series aims to add a way to model clock distribution in qemu. This allows to model the clock tree of a platform allowing us to inspect clock configuration and detect problems such as disabled clock or bad configured pll. The added clock api is very similar the the gpio api for devices. We