[Qemu-devel] [PATCH 1/8] hw/misc/bcm2835_fb: Move config fields to their own struct

2018-08-14 Thread Peter Maydell
The handling of framebuffer properties in the bcm2835_property code is a bit clumsy, because for each of the many fb related properties we try to track the value we're about to set and whether we're going to be setting a value, and then we hand all the new values off to the framebuffer via a functi

Re: [Qemu-devel] [PATCH 1/8] hw/misc/bcm2835_fb: Move config fields to their own struct

2018-08-23 Thread Richard Henderson
On 08/14/2018 07:44 AM, Peter Maydell wrote: > The handling of framebuffer properties in the bcm2835_property code > is a bit clumsy, because for each of the many fb related properties > we try to track the value we're about to set and whether we're going > to be setting a value, and then we hand a