qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/12] target-lm32: various fixes
@ 2013-03-06 21:59 Michael Walle
  2013-03-06 21:59 ` [Qemu-devel] [PATCH 01/12] target-lm32: fix debug memory access Michael Walle
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Michael Walle @ 2013-03-06 21:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Walle

This patchset contains various minor fixes and cleanups for the
LatticeMico32 target and its supported hardware models.

Patch 11 and 12 were already posted on this list, but never picked up.

If there are no objections, i'll send a pull request next week.

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(-)

-- 
1.7.2.5

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-03-06 22:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-06 21:59 [Qemu-devel] [PATCH 00/12] target-lm32: various fixes Michael Walle
2013-03-06 21:59 ` [Qemu-devel] [PATCH 01/12] target-lm32: fix debug memory access Michael Walle
2013-03-06 21:59 ` [Qemu-devel] [PATCH 02/12] lm32-dis: fix NULL pointer dereference Michael Walle
2013-03-06 22:00 ` [Qemu-devel] [PATCH 03/12] milkymist-uart: fix receive buffering Michael Walle
2013-03-06 22:00 ` [Qemu-devel] [PATCH 04/12] lm32_uart: " Michael Walle
2013-03-06 22:00 ` [Qemu-devel] [PATCH 05/12] target-lm32: don't log cpu state in translation Michael Walle
2013-03-06 22:00 ` [Qemu-devel] [PATCH 06/12] tests: tcg: lm32: add more test cases Michael Walle
2013-03-06 22:00 ` [Qemu-devel] [PATCH 07/12] target-lm32: fix cmpgui and cmpgeui opcodes Michael Walle
2013-03-06 22:00 ` [Qemu-devel] [PATCH 08/12] target-lm32: remove dead code Michael Walle
2013-03-06 22:00 ` [Qemu-devel] [PATCH 09/12] target-lm32: flush tlb after clearing env Michael Walle
2013-03-06 22:00 ` [Qemu-devel] [PATCH 10/12] target-lm32: use HELPER() macro Michael Walle
2013-03-06 22:00 ` [Qemu-devel] [PATCH 11/12] configure: proper OpenGL/GLX probe Michael Walle
2013-03-06 22:00 ` [Qemu-devel] [PATCH 12/12] configure: rename OpenGL feature to GLX Michael Walle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).