qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>,
	Laurent Vivier <laurent@vivier.eu>
Subject: [PULL v2 00/16] Trivial branch for 5.1 patches
Date: Wed, 10 Jun 2020 15:09:55 +0200	[thread overview]
Message-ID: <20200610131011.1941209-1-laurent@vivier.eu> (raw)

The following changes since commit 49ee11555262a256afec592dfed7c5902d5eefd2:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-=
request' into staging (2020-06-08 11:04:57 +0100)

are available in the Git repository at:

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

for you to fetch changes up to fe18e6eecdd45d3dff0c8968cbb07c5e02fbe4c8:

  semihosting: remove the pthread include which seems unused (2020-06-10 11:2=
9:44 +0200)

----------------------------------------------------------------
Trivial branch pull request 20200610

Convert DPRINTF() to traces or qemu_logs
Use IEC binary prefix definitions
Use qemu_semihosting_log_out() in target/unicore32
Some code and doc cleanup

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

Eric Blake (1):
  qemu-img: Fix doc typo for 'bitmap' subcommand

KONRAD Frederic (1):
  semihosting: remove the pthread include which seems unused

Philippe Mathieu-Daud=C3=A9 (12):
  .mailmap: Update Fred Konrad email address
  hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()
  hw/isa/apm: Convert debug printf()s to trace events
  hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf
  hw/arm/aspeed: Correct DRAM container region size
  hw/hppa/dino: Use the IEC binary prefix definitions
  hw/i386/xen/xen-hvm: Use the IEC binary prefix definitions
  target/i386/cpu: Use the IEC binary prefix definitions
  target/unicore32: Remove unused headers
  target/unicore32: Replace DPRINTF() by qemu_log_mask(GUEST_ERROR)
  target/unicore32: Prefer qemu_semihosting_log_out() over curses
  hw/openrisc/openrisc_sim: Add assertion to silence GCC warning

Raphael Norwitz (1):
  Fix parameter type in vhost migration log path

Thomas Huth (1):
  net: Do not include a newline in the id of -nic devices

 .mailmap                              |  1 +
 default-configs/unicore32-softmmu.mak |  1 +
 docs/tools/qemu-img.rst               |  2 +-
 hw/arm/aspeed.c                       |  2 +-
 hw/dma/puv3_dma.c                     |  9 +++-
 hw/gpio/puv3_gpio.c                   | 15 ++++--
 hw/hppa/dino.c                        |  4 +-
 hw/i386/xen/xen-hvm.c                 |  3 +-
 hw/intc/puv3_intc.c                   |  9 +++-
 hw/isa/apm.c                          | 15 ++----
 hw/isa/trace-events                   |  4 ++
 hw/misc/auxbus.c                      |  2 +-
 hw/misc/puv3_pm.c                     |  9 +++-
 hw/openrisc/openrisc_sim.c            |  1 +
 hw/semihosting/console.c              |  1 -
 hw/timer/puv3_ost.c                   |  9 +++-
 hw/unicore32/puv3.c                   |  2 -
 hw/virtio/vhost.c                     |  4 +-
 net/net.c                             |  2 +-
 target/i386/cpu.c                     |  2 +-
 target/unicore32/helper.c             | 70 +++++----------------------
 21 files changed, 74 insertions(+), 93 deletions(-)

--=20
2.26.2



             reply	other threads:[~2020-06-10 13:12 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-10 13:09 Laurent Vivier [this message]
2020-06-10 13:09 ` [PULL v2 01/16] Fix parameter type in vhost migration log path Laurent Vivier
2020-06-10 13:09 ` [PULL v2 02/16] net: Do not include a newline in the id of -nic devices Laurent Vivier
2020-06-10 13:09 ` [PULL v2 03/16] .mailmap: Update Fred Konrad email address Laurent Vivier
2020-06-10 13:09 ` [PULL v2 04/16] hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf() Laurent Vivier
2020-06-10 13:10 ` [PULL v2 05/16] hw/isa/apm: Convert debug printf()s to trace events Laurent Vivier
2020-06-10 13:10 ` [PULL v2 06/16] hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf Laurent Vivier
2020-06-10 13:10 ` [PULL v2 07/16] qemu-img: Fix doc typo for 'bitmap' subcommand Laurent Vivier
2020-06-10 13:10 ` [PULL v2 08/16] hw/arm/aspeed: Correct DRAM container region size Laurent Vivier
2020-06-10 13:10 ` [PULL v2 09/16] hw/hppa/dino: Use the IEC binary prefix definitions Laurent Vivier
2020-06-10 13:10 ` [PULL v2 10/16] hw/i386/xen/xen-hvm: " Laurent Vivier
2020-06-10 13:10 ` [PULL v2 11/16] target/i386/cpu: " Laurent Vivier
2020-06-10 13:10 ` [PULL v2 12/16] target/unicore32: Remove unused headers Laurent Vivier
2020-06-10 13:10 ` [PULL v2 13/16] target/unicore32: Replace DPRINTF() by qemu_log_mask(GUEST_ERROR) Laurent Vivier
2020-06-10 13:10 ` [PULL v2 14/16] target/unicore32: Prefer qemu_semihosting_log_out() over curses Laurent Vivier
2020-06-10 13:10 ` [PULL v2 15/16] hw/openrisc/openrisc_sim: Add assertion to silence GCC warning Laurent Vivier
2020-06-10 13:10 ` [PULL v2 16/16] semihosting: remove the pthread include which seems unused Laurent Vivier
2020-06-11 20:19 ` [PULL v2 00/16] Trivial branch for 5.1 patches 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=20200610131011.1941209-1-laurent@vivier.eu \
    --to=laurent@vivier.eu \
    --cc=mjt@tls.msk.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@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).