Re: [RFC PATCH 03/14] hw/misc/bcm2835_property: Handle the 'domain state' property

2019-10-24 Thread Esteban Bosse
El mar, 08-10-2019 a las 11:32 +0200, Philippe Mathieu-Daudé escribió: > On 9/29/19 9:01 AM, Esteban Bosse wrote: > > El mié, 04-09-2019 a las 19:13 +0200, Philippe Mathieu-Daudé > > escribió: > > > The kernel is happy with this change, so we don't need > > > to do anything more sophisticated. > >

Re: [RFC PATCH 03/14] hw/misc/bcm2835_property: Handle the 'domain state' property

2019-10-08 Thread Philippe Mathieu-Daudé
On 9/29/19 9:01 AM, Esteban Bosse wrote: El mié, 04-09-2019 a las 19:13 +0200, Philippe Mathieu-Daudé escribió: The kernel is happy with this change, so we don't need to do anything more sophisticated. Reviewed-by: Peter Maydell Signed-off-by: Philippe Mathieu-Daudé --- hw/misc/bcm2835_prop

Re: [RFC PATCH 03/14] hw/misc/bcm2835_property: Handle the 'domain state' property

2019-09-29 Thread Esteban Bosse
El mié, 04-09-2019 a las 19:13 +0200, Philippe Mathieu-Daudé escribió: > The kernel is happy with this change, so we don't need > to do anything more sophisticated. > > Reviewed-by: Peter Maydell > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/misc/bcm2835_property.c | 8 > 1 file c

Re: [RFC PATCH 03/14] hw/misc/bcm2835_property: Handle the 'domain state' property

2019-09-27 Thread Esteban Bosse
Searching this property in the kernel, I found a lot of properties not implemented. https://github.com/raspberrypi/linux/blob/rpi-4.19.y/include/soc/bcm2835/raspberrypi-firmware.h#L41 Are the properties only added when they are necessaries for the standard kernel use? Reviewed-by: EstebanB El mié

[Qemu-devel] [RFC PATCH 03/14] hw/misc/bcm2835_property: Handle the 'domain state' property

2019-09-04 Thread Philippe Mathieu-Daudé
The kernel is happy with this change, so we don't need to do anything more sophisticated. Reviewed-by: Peter Maydell Signed-off-by: Philippe Mathieu-Daudé --- hw/misc/bcm2835_property.c | 8 1 file changed, 8 insertions(+) diff --git a/hw/misc/bcm2835_property.c b/hw/misc/bcm2835_prop