From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEPf1-0004sj-9C for qemu-devel@nongnu.org; Sun, 01 Apr 2012 14:37:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEPey-00074K-Jp for qemu-devel@nongnu.org; Sun, 01 Apr 2012 14:37:54 -0400 Received: from mail.serverraum.org ([78.47.150.89]:44241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEPey-00073w-DA for qemu-devel@nongnu.org; Sun, 01 Apr 2012 14:37:52 -0400 From: Michael Walle Date: Sun, 1 Apr 2012 20:37:31 +0200 Message-Id: <1333305456-15415-1-git-send-email-michael@walle.cc> Subject: [Qemu-devel] [PULL v2 0/5] lm32 fixes and additions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Anthony Liguori Hi Blue, Please pull the following lm32 fixes and additions. 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