Re: [PATCH v3 0/8] Generalize start-powered-off property from ARM

2020-08-17 Thread Thiago Jung Bauermann
David Gibson writes: > On Mon, Aug 17, 2020 at 07:24:43AM +0200, Philippe Mathieu-Daudé wrote: >> On 8/17/20 6:47 AM, David Gibson wrote: >> > On Wed, Jul 22, 2020 at 11:56:49PM -0300, Thiago Jung Bauermann wrote: >> >> The ARM code has a start-powered-off property in ARMCPU, which is a >> >>

Re: [PATCH v3 0/8] Generalize start-powered-off property from ARM

2020-08-17 Thread David Gibson
On Mon, Aug 17, 2020 at 07:24:43AM +0200, Philippe Mathieu-Daudé wrote: > On 8/17/20 6:47 AM, David Gibson wrote: > > On Wed, Jul 22, 2020 at 11:56:49PM -0300, Thiago Jung Bauermann wrote: > >> The ARM code has a start-powered-off property in ARMCPU, which is a > >> subclass of CPUState. This

Re: [PATCH v3 0/8] Generalize start-powered-off property from ARM

2020-08-16 Thread Philippe Mathieu-Daudé
On 8/17/20 6:47 AM, David Gibson wrote: > On Wed, Jul 22, 2020 at 11:56:49PM -0300, Thiago Jung Bauermann wrote: >> The ARM code has a start-powered-off property in ARMCPU, which is a >> subclass of CPUState. This property causes arm_cpu_reset() to set >> CPUState::halted to 1, signalling that the

Re: [PATCH v3 0/8] Generalize start-powered-off property from ARM

2020-08-16 Thread David Gibson
On Wed, Jul 22, 2020 at 11:56:49PM -0300, Thiago Jung Bauermann wrote: > The ARM code has a start-powered-off property in ARMCPU, which is a > subclass of CPUState. This property causes arm_cpu_reset() to set > CPUState::halted to 1, signalling that the CPU should start in a halted > state. Other

Re: [PATCH v3 0/8] Generalize start-powered-off property from ARM

2020-08-06 Thread Peter Maydell
On Thu, 6 Aug 2020 at 06:53, David Gibson wrote: > > On Wed, Aug 05, 2020 at 08:04:11PM +0100, Peter Maydell wrote: > > On Wed, 5 Aug 2020 at 18:01, Thiago Jung Bauermann > > wrote: > > > Any news on this? Is there something I should be doing? I saw -rc3 today > > > but not these patches. > > >

Re: [PATCH v3 0/8] Generalize start-powered-off property from ARM

2020-08-05 Thread David Gibson
On Wed, Aug 05, 2020 at 08:04:11PM +0100, Peter Maydell wrote: > On Wed, 5 Aug 2020 at 18:01, Thiago Jung Bauermann > wrote: > > Any news on this? Is there something I should be doing? I saw -rc3 today > > but not these patches. > > Sorry, you've missed the bus for 5.1 at this point. I'd assumed

Re: [PATCH v3 0/8] Generalize start-powered-off property from ARM

2020-08-05 Thread Thiago Jung Bauermann
Peter Maydell writes: > On Wed, 5 Aug 2020 at 18:01, Thiago Jung Bauermann > wrote: >> Any news on this? Is there something I should be doing? I saw -rc3 today >> but not these patches. > > Sorry, you've missed the bus for 5.1 at this point. I'd assumed > that the relevant bits of the

Re: [PATCH v3 0/8] Generalize start-powered-off property from ARM

2020-08-05 Thread Peter Maydell
On Wed, 5 Aug 2020 at 18:01, Thiago Jung Bauermann wrote: > Any news on this? Is there something I should be doing? I saw -rc3 today > but not these patches. Sorry, you've missed the bus for 5.1 at this point. I'd assumed that the relevant bits of the patchset would go into a PPC pullreq if it

Re: [PATCH v3 0/8] Generalize start-powered-off property from ARM

2020-08-05 Thread Thiago Jung Bauermann
Thiago Jung Bauermann writes: > Philippe Mathieu-Daudé writes: > >> Le jeu. 30 juil. 2020 03:00, David Gibson a >> écrit : >> >>> On Tue, Jul 28, 2020 at 09:56:36PM -0300, Thiago Jung Bauermann wrote: >>> > >>> > Thiago Jung Bauermann writes: >>> > >>> > > The ARM code has a

Re: [PATCH v3 0/8] Generalize start-powered-off property from ARM

2020-07-30 Thread Peter Maydell
On Thu, 23 Jul 2020 at 03:57, Thiago Jung Bauermann wrote: > > The ARM code has a start-powered-off property in ARMCPU, which is a > subclass of CPUState. This property causes arm_cpu_reset() to set > CPUState::halted to 1, signalling that the CPU should start in a halted > state. Other

Re: [PATCH v3 0/8] Generalize start-powered-off property from ARM

2020-07-30 Thread Thiago Jung Bauermann
Philippe Mathieu-Daudé writes: > Le jeu. 30 juil. 2020 03:00, David Gibson a > écrit : > >> On Tue, Jul 28, 2020 at 09:56:36PM -0300, Thiago Jung Bauermann wrote: >> > >> > Thiago Jung Bauermann writes: >> > >> > > The ARM code has a start-powered-off property in ARMCPU, which is a >> > >

Re: [PATCH v3 0/8] Generalize start-powered-off property from ARM

2020-07-30 Thread Philippe Mathieu-Daudé
Le jeu. 30 juil. 2020 03:00, David Gibson a écrit : > On Tue, Jul 28, 2020 at 09:56:36PM -0300, Thiago Jung Bauermann wrote: > > > > Thiago Jung Bauermann writes: > > > > > The ARM code has a start-powered-off property in ARMCPU, which is a > > > subclass of CPUState. This property causes

Re: [PATCH v3 0/8] Generalize start-powered-off property from ARM

2020-07-29 Thread David Gibson
On Tue, Jul 28, 2020 at 09:56:36PM -0300, Thiago Jung Bauermann wrote: > > Thiago Jung Bauermann writes: > > > The ARM code has a start-powered-off property in ARMCPU, which is a > > subclass of CPUState. This property causes arm_cpu_reset() to set > > CPUState::halted to 1, signalling that the

Re: [PATCH v3 0/8] Generalize start-powered-off property from ARM

2020-07-28 Thread Thiago Jung Bauermann
Thiago Jung Bauermann writes: > The ARM code has a start-powered-off property in ARMCPU, which is a > subclass of CPUState. This property causes arm_cpu_reset() to set > CPUState::halted to 1, signalling that the CPU should start in a halted > state. Other architectures also have code which

[PATCH v3 0/8] Generalize start-powered-off property from ARM

2020-07-22 Thread Thiago Jung Bauermann
The ARM code has a start-powered-off property in ARMCPU, which is a subclass of CPUState. This property causes arm_cpu_reset() to set CPUState::halted to 1, signalling that the CPU should start in a halted state. Other architectures also have code which aim to achieve the same effect, but without