From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHfXw-0008It-61 for qemu-devel@nongnu.org; Mon, 18 Mar 2013 15:16:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHfXk-00013i-9H for qemu-devel@nongnu.org; Mon, 18 Mar 2013 15:16:36 -0400 Received: from ssl.serverraum.org ([88.198.40.39]:52977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHfXk-00013R-0x for qemu-devel@nongnu.org; Mon, 18 Mar 2013 15:16:24 -0400 From: Michael Walle Date: Mon, 18 Mar 2013 20:15:59 +0100 MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201303182016.00040.michael@walle.cc> Subject: [Qemu-devel] [PULL 00/12] target-lm32 queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Blue Swirl Cc: Anthony Liguori Hi Anthony, Hi Blue, these are various bugfixes for the lm32 target. Please pull. The following changes since commit e531761d63b7f8fe6b6423fafb3616ebbff768aa: Merge remote-tracking branch 'kraxel/pixman.v8' into staging (2013-03-18 07:34:24 -0500) are available in the git repository at: git://github.com/mwalle/qemu.git for-upstream Michael Walle (12): target-lm32: fix debug memory access lm32-dis: fix NULL pointer dereference milkymist-uart: fix receive buffering lm32_uart: fix receive buffering target-lm32: don't log cpu state in translation tests: tcg: lm32: add more test cases target-lm32: fix cmpgui and cmpgeui opcodes target-lm32: remove dead code target-lm32: flush tlb after clearing env target-lm32: use HELPER() macro configure: proper OpenGL/GLX probe configure: rename OpenGL feature to GLX configure | 34 +++++++++++++++++----------------- disas/lm32.c | 8 ++++---- hw/lm32/Makefile.objs | 2 +- hw/lm32_uart.c | 1 + hw/milkymist-hw.h | 4 ++-- hw/milkymist-uart.c | 1 + target-lm32/cpu.c | 4 ++-- target-lm32/cpu.h | 10 ---------- target-lm32/helper.c | 7 ++++++- target-lm32/op_helper.c | 20 ++++++++++---------- target-lm32/translate.c | 23 ++++++++++++++--------- tests/tcg/lm32/test_cmpgei.S | 15 +++++++++++++++ tests/tcg/lm32/test_cmpgeui.S | 15 +++++++++++++++ tests/tcg/lm32/test_cmpgi.S | 15 +++++++++++++++ tests/tcg/lm32/test_cmpgui.S | 17 ++++++++++++++++- 15 files changed, 119 insertions(+), 57 deletions(-)