Re: [Qemu-devel] [PATCH 4/4] bcm2835_property: implement framebuffer control/configuration properties

2016-03-01 Thread Peter Maydell
On 27 February 2016 at 00:16, Andrew Baumann wrote: > The property channel driver now interfaces with the framebuffer device > to query and set framebuffer parameters. As a result of this, the "get > ARM RAM size" query now correctly returns the video RAM base

[Qemu-devel] [PATCH 4/4] bcm2835_property: implement framebuffer control/configuration properties

2016-02-26 Thread Andrew Baumann
The property channel driver now interfaces with the framebuffer device to query and set framebuffer parameters. As a result of this, the "get ARM RAM size" query now correctly returns the video RAM base address (not total RAM size), and the ram-size property is no longer relevant here.