Re: [PATCH 09/17] hw/arm/spitz: Use max111x properties to set initial values

2020-06-29 Thread Peter Maydell
On Mon, 29 Jun 2020 at 10:09, Philippe Mathieu-Daudé wrote: > > On 6/28/20 4:24 PM, Peter Maydell wrote: > > Use the new max111x qdev properties to set the initial input > > values rather than calling max111x_set_input(); this means that > > on system reset the inputs will correctly return to

Re: [PATCH 09/17] hw/arm/spitz: Use max111x properties to set initial values

2020-06-29 Thread Philippe Mathieu-Daudé
On 6/28/20 4:24 PM, Peter Maydell wrote: > Use the new max111x qdev properties to set the initial input > values rather than calling max111x_set_input(); this means that > on system reset the inputs will correctly return to their initial > values. > > Signed-off-by: Peter Maydell > --- >

[PATCH 09/17] hw/arm/spitz: Use max111x properties to set initial values

2020-06-28 Thread Peter Maydell
Use the new max111x qdev properties to set the initial input values rather than calling max111x_set_input(); this means that on system reset the inputs will correctly return to their initial values. Signed-off-by: Peter Maydell --- hw/arm/spitz.c | 11 +++ 1 file changed, 7