qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL v2 00/16] Trivial branch for 5.1 patches
@ 2020-06-10 13:09 Laurent Vivier
  2020-06-10 13:09 ` [PULL v2 01/16] Fix parameter type in vhost migration log path Laurent Vivier
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Laurent Vivier @ 2020-06-10 13:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Michael Tokarev, Laurent Vivier

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



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

end of thread, other threads:[~2020-06-11 21:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-10 13:09 [PULL v2 00/16] Trivial branch for 5.1 patches Laurent Vivier
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

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