[PULL v2 00/16] Trivial branch for 5.1 patches

Laurent Vivier posted 16 patches 3 years, 10 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Failed in applying to current master (apply log)
.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(-)
[PULL v2 00/16] Trivial branch for 5.1 patches
Posted by Laurent Vivier 3 years, 10 months ago
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


Re: [PULL v2 00/16] Trivial branch for 5.1 patches
Posted by Peter Maydell 3 years, 10 months ago
On Wed, 10 Jun 2020 at 14:12, Laurent Vivier <laurent@vivier.eu> wrote:
>
> 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


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM