Hi Anthony, here is a patch for target-lm32, which is broken with the current master.
Additionally, support for the new uart of the milkymist SoC is added. The following changes since commit ef4f97cba2a354656b00eb8659bf61ab2321fa4e: Merge remote-tracking branch 'qemu-kvm-tmp/memory/core' into staging (2011-09-15 13:33:03 -0500) are available in the git repository at: http://git.serverraum.org/git/mw/qemu-lm32.git for-upstream Michael Walle (3): lm32: add missing qemu_init_vcpu() call milkymist_uart: support new core version milkymist: new interrupt map hw/milkymist-hw.h | 5 +-- hw/milkymist-uart.c | 72 +++++++++++++++++++++++++++++++++++++++++++------ hw/milkymist.c | 14 +++++----- target-lm32/helper.c | 1 + trace-events | 4 +- 5 files changed, 75 insertions(+), 21 deletions(-)