[Qemu-devel] [PATCH 2/8] hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfig

2018-08-14 Thread Peter Maydell
Refactor the fb property setting code so that rather than using a set of pointers to local variables to track whether a config value has been updated in the current mbox and if so what its new value is, we just copy all the current settings of the fb at the start, and then update that copy as we go

Re: [Qemu-devel] [PATCH 2/8] hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfig

2018-08-23 Thread Richard Henderson
On 08/14/2018 07:44 AM, Peter Maydell wrote: > Refactor the fb property setting code so that rather than > using a set of pointers to local variables to track > whether a config value has been updated in the current > mbox and if so what its new value is, we just copy > all the current settings of