Re: [PATCH] ppc/pnv: Create BMC devices at machine init

2019-11-21 Thread David Gibson
On Thu, Nov 21, 2019 at 09:35:07AM -0600, Corey Minyard wrote: > On Wed, Nov 20, 2019 at 09:05:07AM +1100, David Gibson wrote: > > On Tue, Nov 19, 2019 at 07:49:33AM +0100, Cédric Le Goater wrote: > > > On 19/11/2019 01:52, David Gibson wrote: > > > > On Mon, Nov 18, 2019 at 10:22:22AM +0100,

Re: [PATCH] ppc/pnv: Create BMC devices at machine init

2019-11-21 Thread Cédric Le Goater
On 21/11/2019 16:36, Corey Minyard wrote: > On Mon, Nov 18, 2019 at 10:22:22AM +0100, Cédric Le Goater wrote: >> The BMC of the OpenPOWER systems monitors the machine state using >> sensors, controls the power and controls the access to the PNOR flash >> device containing the firmware image

Re: [PATCH] ppc/pnv: Create BMC devices at machine init

2019-11-21 Thread Corey Minyard
On Mon, Nov 18, 2019 at 10:22:22AM +0100, Cédric Le Goater wrote: > The BMC of the OpenPOWER systems monitors the machine state using > sensors, controls the power and controls the access to the PNOR flash > device containing the firmware image required to boot the host. > > QEMU models the power

Re: [PATCH] ppc/pnv: Create BMC devices at machine init

2019-11-21 Thread Corey Minyard
On Wed, Nov 20, 2019 at 09:05:07AM +1100, David Gibson wrote: > On Tue, Nov 19, 2019 at 07:49:33AM +0100, Cédric Le Goater wrote: > > On 19/11/2019 01:52, David Gibson wrote: > > > On Mon, Nov 18, 2019 at 10:22:22AM +0100, Cédric Le Goater wrote: > > >> The BMC of the OpenPOWER systems monitors

Re: [PATCH] ppc/pnv: Create BMC devices at machine init

2019-11-19 Thread David Gibson
On Tue, Nov 19, 2019 at 07:49:33AM +0100, Cédric Le Goater wrote: > On 19/11/2019 01:52, David Gibson wrote: > > On Mon, Nov 18, 2019 at 10:22:22AM +0100, Cédric Le Goater wrote: > >> The BMC of the OpenPOWER systems monitors the machine state using > >> sensors, controls the power and controls

Re: [PATCH] ppc/pnv: Create BMC devices at machine init

2019-11-18 Thread Cédric Le Goater
On 19/11/2019 01:52, David Gibson wrote: > On Mon, Nov 18, 2019 at 10:22:22AM +0100, Cédric Le Goater wrote: >> The BMC of the OpenPOWER systems monitors the machine state using >> sensors, controls the power and controls the access to the PNOR flash >> device containing the firmware image

Re: [PATCH] ppc/pnv: Create BMC devices at machine init

2019-11-18 Thread David Gibson
On Mon, Nov 18, 2019 at 10:22:22AM +0100, Cédric Le Goater wrote: > The BMC of the OpenPOWER systems monitors the machine state using > sensors, controls the power and controls the access to the PNOR flash > device containing the firmware image required to boot the host. > > QEMU models the power

[PATCH] ppc/pnv: Create BMC devices at machine init

2019-11-18 Thread Cédric Le Goater
The BMC of the OpenPOWER systems monitors the machine state using sensors, controls the power and controls the access to the PNOR flash device containing the firmware image required to boot the host. QEMU models the power cycle process, access to the sensors and access to the PNOR device. But,