Re: [PULL 2/4] q800: add a block backend to the PRAM

2020-02-10 Thread Laurent Vivier
Le 10/02/2020 à 12:51, Peter Maydell a écrit : > On Fri, 24 Jan 2020 at 12:48, Peter Maydell wrote: >> >> On Tue, 7 Jan 2020 at 14:40, Laurent Vivier wrote: >>> >>> This allows to save and restore the content of the PRAM. >>> It may be useful if we want to check the configuration or to change it.

Re: [PULL 2/4] q800: add a block backend to the PRAM

2020-02-10 Thread Peter Maydell
On Fri, 24 Jan 2020 at 12:48, Peter Maydell wrote: > > On Tue, 7 Jan 2020 at 14:40, Laurent Vivier wrote: > > > > This allows to save and restore the content of the PRAM. > > It may be useful if we want to check the configuration or to change it. > > > > The backend is added using mtd interface,

Re: [PULL 2/4] q800: add a block backend to the PRAM

2020-01-24 Thread Peter Maydell
On Tue, 7 Jan 2020 at 14:40, Laurent Vivier wrote: > > This allows to save and restore the content of the PRAM. > It may be useful if we want to check the configuration or to change it. > > The backend is added using mtd interface, for instance: > > ... -drive file=pram.img,format=raw,if=mtd .