Searched hist:eb5722801c84f23428c50e2336d02e400ce55deb (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/ |
H A D | sysbus.h | diff eb5722801c84f23428c50e2336d02e400ce55deb Wed Sep 24 06:06:57 CDT 2014 Alexander Graf <agraf@suse.de> sysbus: Add dynamic sysbus device search
Sysbus devices can be spawned by C code or dynamically via the command line. In the latter case, we need to be able to find the dynamically created devices to do things with them.
This patch adds a search helper that makes it easy to look for dynamically spawned sysbus devices.
Signed-off-by: Alexander Graf <agraf@suse.de>
|
/openbmc/qemu/hw/core/ |
H A D | sysbus.c | diff eb5722801c84f23428c50e2336d02e400ce55deb Wed Sep 24 06:06:57 CDT 2014 Alexander Graf <agraf@suse.de> sysbus: Add dynamic sysbus device search
Sysbus devices can be spawned by C code or dynamically via the command line. In the latter case, we need to be able to find the dynamically created devices to do things with them.
This patch adds a search helper that makes it easy to look for dynamically spawned sysbus devices.
Signed-off-by: Alexander Graf <agraf@suse.de>
|