lm32: system control model
authorMichael Walle <michael@walle.cc>
Thu, 17 Feb 2011 22:45:12 +0000 (23:45 +0100)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Mon, 7 Mar 2011 12:42:37 +0000 (13:42 +0100)
commit504859ac72bd3406e00fdf2ed465aa2af9736063
treedfb0ee1723eed781139db90a5c19a5c4bdc7342f
parentcc653cf09cd429ecb51e37f9050d5da761ddf183
lm32: system control model

This patch add support for a system control block. It is supposed to
act as helper for the emulated program. E.g. shutting down the VM or
printing test results. This model is intended for testing purposes only and
doesn't fit to any real hardware. Therefore, it is not added to any board
by default. Instead a user has to add it explicitly with the '-device'
commandline parameter.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Makefile.target
hw/lm32_sys.c [new file with mode: 0644]
trace-events