On Sun, Apr 1, 2012 at 18:37, Michael Walle <mich...@walle.cc> wrote: > Hi Blue, > > Please pull the following lm32 fixes and additions.
Thanks, pulled. > v2: > - prefix enumerations in lm32-dis.c to avoid name conflicts > > The following changes since commit b7c8e15a146a7b20021b524f41d6b8072ee093b5: > > Merge branch 'arm-devs.for-upstream' of > git://git.linaro.org/people/pmaydell/qemu-arm (2012-03-31 12:10:07 +0000) > > are available in the git repository at: > > git://github.com/mwalle/qemu.git for-upstream > > Michael Walle (5): > tests: fix out-of-tree building for lm32 target > target-lm32: init tcg only if available > milkymist-sysctl: support for new core version > target-lm32: add simple disassembler > milkymist-vgafb: add missing register > > Makefile.objs | 1 + > configure | 8 +- > dis-asm.h | 3 + > disas.c | 6 + > hw/milkymist-sysctl.c | 26 +++-- > hw/milkymist-vgafb.c | 5 +- > lm32-dis.c | 361 > +++++++++++++++++++++++++++++++++++++++++++++++ > target-lm32/helper.c | 2 +- > tests/tcg/lm32/Makefile | 13 +- > 9 files changed, 408 insertions(+), 17 deletions(-) > create mode 100644 lm32-dis.c >