qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Laurent Vivier <laurent@vivier.eu>
Subject: [Qemu-devel] [PULL 0/5] M68k for 2.12 patches
Date: Thu, 21 Dec 2017 20:36:35 +0100	[thread overview]
Message-ID: <20171221193640.27418-1-laurent@vivier.eu> (raw)

The following changes since commit 23bafd75cd979ad3a21af10273c5a0c5d67d068b:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-12-21 16:34:23 +0000)

are available in the Git repository at:

  git://github.com/vivier/qemu-m68k.git tags/m68k-for-2.12-pull-request

for you to fetch changes up to 598a29f3606c4c7042a1ca3f1116663d0a60867c:

  tests/boot-serial-test: Add support for the mcf5208evb board (2017-12-21 20:13:18 +0100)

----------------------------------------------------------------

----------------------------------------------------------------

Laurent Vivier (4):
  Split adb.c into adb.c, adb-mouse.c and adb-kbd.c
  target/m68k: remove unused variable gen_throws_exception
  target/m68k: add monitor.c
  target/m68k: fix set_cc_op()

Thomas Huth (1):
  tests/boot-serial-test: Add support for the mcf5208evb board

 hw/input/Makefile.objs    |   2 +-
 hw/input/adb-internal.h   |  49 ++++
 hw/input/adb-kbd.c        | 400 +++++++++++++++++++++++++++++
 hw/input/adb-mouse.c      | 254 +++++++++++++++++++
 hw/input/adb.c            | 622 +---------------------------------------------
 hw/input/trace-events     |   8 +
 target/m68k/Makefile.objs |   1 +
 target/m68k/cpu.h         |   2 +-
 target/m68k/monitor.c     |  39 +++
 target/m68k/translate.c   |  11 +-
 tests/Makefile.include    |   2 +
 tests/boot-serial-test.c  |  10 +
 12 files changed, 768 insertions(+), 632 deletions(-)
 create mode 100644 hw/input/adb-internal.h
 create mode 100644 hw/input/adb-kbd.c
 create mode 100644 hw/input/adb-mouse.c
 create mode 100644 target/m68k/monitor.c

-- 
2.14.3

             reply	other threads:[~2017-12-21 19:36 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-21 19:36 Laurent Vivier [this message]
2017-12-21 19:36 ` [Qemu-devel] [PULL 1/5] Split adb.c into adb.c, adb-mouse.c and adb-kbd.c Laurent Vivier
2017-12-21 19:36 ` [Qemu-devel] [PULL 2/5] target/m68k: remove unused variable gen_throws_exception Laurent Vivier
2017-12-21 19:36 ` [Qemu-devel] [PULL 3/5] target/m68k: add monitor.c Laurent Vivier
2017-12-21 19:36 ` [Qemu-devel] [PULL 4/5] target/m68k: fix set_cc_op() Laurent Vivier
2017-12-21 19:36 ` [Qemu-devel] [PULL 5/5] tests/boot-serial-test: Add support for the mcf5208evb board Laurent Vivier
2017-12-21 19:57 ` [Qemu-devel] [PULL 0/5] M68k for 2.12 patches no-reply
2017-12-21 20:27   ` Laurent Vivier
2017-12-21 20:48     ` Laurent Vivier
2017-12-22 12:26 ` Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2018-03-04 17:32 Laurent Vivier
2018-03-05 14:27 ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171221193640.27418-1-laurent@vivier.eu \
    --to=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).