Re: [Qemu-devel] [Qemu-arm] [PATCH] bcm2835_property: use cached values when querying framebuffer

2016-04-22 Thread Stephen Warren
On 04/22/2016 01:46 AM, Gerd Hoffmann wrote: Hi, Ideally as was mentioned earlier this would be done by simply executing the existing bootloader under emulation, rather than building all that code into qemu. However, in the Pi case, the bootloader runs on the VideoCore (a separate non-ARM CP

Re: [Qemu-devel] [Qemu-arm] [PATCH] bcm2835_property: use cached values when querying framebuffer

2016-04-21 Thread Stephen Warren
On 04/21/2016 08:07 AM, Sylvain Garrigues wrote: Le 21 avr. 2016 à 15:42, Peter Maydell a écrit : There may be something we can do here to make FreeBSD's life easier, but we definitely can't do it on the eve of a release. I didn’t know it was release day, my timing is not perfect then, sorry

[Qemu-devel] [PATCH V2] bcm2835_property: implement "get board revision" query

2016-02-08 Thread Stephen Warren
different board manufacturer field values are likely to exist in the wild. Cc: Andrew Baumann Signed-off-by: Stephen Warren --- V2: Set the property in raspi.c, and pass it through to the property mbox code via property aliases. hw/arm/bcm2835_peripherals.c | 2 ++ hw/arm

[Qemu-devel] [PATCH V2] MAINTAINERS: add all-match entry for qemu-devel@

2016-02-08 Thread Stephen Warren
he fallback now relies on finding a real person in MAINTAINERS, not just a mailing list for the relevant sub-community. This portion of the patch was suggested by pbonz...@redhat.com. Cc: Paolo Bonzini Cc: Markus Armbruster Cc: John Snow Signed-off-by: Stephen Warren --- v2: Patch get_maintainer

Re: [Qemu-devel] [PATCH] MAINTAINERS: add all-match entry for qemu-devel@

2016-02-08 Thread Stephen Warren
On 02/08/2016 11:52 AM, John Snow wrote: On 02/08/2016 04:05 AM, Markus Armbruster wrote: Stephen Warren writes: Add an entry to MAINTAINERS that matches every patch, and requests the user send patches to qemu-devel@nongnu.org. It's not 100% obvious to project newcomers that all pa

[Qemu-devel] [PATCH] MAINTAINERS: add all-match entry for qemu-devel@

2016-02-07 Thread Stephen Warren
list" from the SubmitAPatch wiki page can be taken to mean only those lists, not the main list too. The F: entries were taken from a similar entry in the Linux kernel. Signed-off-by: Stephen Warren --- MAINTAINERS | 5 + 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS