mbox

[PULL,0/6] Trivial branch for 6.2 patches

Message ID 20211101082747.2524909-1-laurent@vivier.eu
State New
Headers show

Pull-request

git://github.com/vivier/qemu.git tags/trivial-branch-for-6.2-pull-request

Message

Laurent Vivier Nov. 1, 2021, 8:27 a.m. UTC
The following changes since commit af531756d25541a1b3b3d9a14e72e7fedd941a2e:

  Merge remote-tracking branch 'remotes/philmd/tags/renesas-20211030' into staging (2021-10-30 11:31:41 -0700)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/trivial-branch-for-6.2-pull-request

for you to fetch changes up to c3f93230df9ad1d3260f03655faa8f9f23c90a52:

  hw/input/lasips2: QOM'ify the Lasi PS/2 (2021-10-31 21:05:40 +0100)

----------------------------------------------------------------
Trivial patches branch pull request 20211101

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

Markus Armbruster (1):
  monitor: Trim some trailing space from human-readable output

Philippe Mathieu-Daudé (4):
  MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware
  hw/input/lasips2: Fix typos in function names
  hw/input/lasips2: Move LASIPS2State declaration to
    'hw/input/lasips2.h'
  hw/input/lasips2: QOM'ify the Lasi PS/2

Yanan Wang (1):
  hw/core/machine: Add the missing delimiter in cpu_slot_to_string()

 MAINTAINERS                |  5 ++-
 hw/core/machine.c          |  3 ++
 hw/hppa/lasi.c             | 10 +++++-
 hw/input/lasips2.c         | 64 +++++++++++++++++++-------------------
 include/hw/input/lasips2.h | 31 ++++++++++++++++--
 monitor/hmp-cmds.c         |  2 +-
 target/i386/cpu-dump.c     |  4 +--
 target/i386/cpu.c          |  2 +-
 target/ppc/cpu_init.c      |  2 +-
 target/s390x/cpu_models.c  |  4 +--
 target/xtensa/mmu_helper.c |  2 +-
 11 files changed, 83 insertions(+), 46 deletions(-)