]> git.proxmox.com Git - qemu.git/commit - trace-events
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)
commitf19410ca691ddf5112eaefb30f7cea3ac3e713a4
treedfb0ee1723eed781139db90a5c19a5c4bdc7342f
parent770ae5713af30e42492581fd53000a1b4a92a3c7
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