]> git.proxmox.com Git - mirror_qemu.git/commit
bcm2835_property: add bcm2835 property channel
authorAndrew Baumann <Andrew.Baumann@microsoft.com>
Fri, 29 Jan 2016 22:50:38 +0000 (14:50 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 3 Feb 2016 15:00:44 +0000 (15:00 +0000)
commit04f1ab15b9f60bbd0f71adbe7659aef12ca1a448
tree6d60341cc6ae07ea71b7c07d8577bcd5f1347b71
parent99494e696e03adf957bbbcf7345ce31ad7e45497
bcm2835_property: add bcm2835 property channel

This sits behind the mailbox interface, and implements
request/response queries for system properties. The
framebuffer-related properties will be added in a later patch.

Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Signed-off-by: Andrew Baumann <Andrew.Baumann@microsoft.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/misc/Makefile.objs
hw/misc/bcm2835_property.c [new file with mode: 0644]
include/hw/misc/bcm2835_property.h [new file with mode: 0644]