All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Laurent Vivier <laurent@vivier.eu>
Subject: [PULL 00/44] Trivial branch for 5.2 patches
Date: Tue,  1 Sep 2020 16:07:19 +0200	[thread overview]
Message-ID: <20200901140803.888852-1-laurent@vivier.eu> (raw)

The following changes since commit 39335fab59e11cfda9b7cf63929825db2dd3a3e0:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-=
request' into staging (2020-08-28 22:30:11 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 1eef4ba6be30f8b95c8cda1bcb50a176d680a34d:

  docs/system: Fix grammar in documentation (2020-09-01 12:09:30 +0200)

----------------------------------------------------------------
Pull request trivial patches 20200901

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

Chen Qun (10):
  hw/arm/virt-acpi-build:Remove dead assignment in build_madt()
  hw/arm/omap1:Remove redundant statement in omap_clkdsp_read()
  target/arm/translate-a64:Remove dead assignment in
    handle_scalar_simd_shli()
  target/arm/translate-a64:Remove redundant statement in
    disas_simd_two_reg_misc_fp16()
  hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()
  hw/net/virtio-net:Remove redundant statement in
    virtio_net_rsc_tcp_ctrl_check()
  vfio/platform: Remove dead assignment in vfio_intp_interrupt()
  usb/bus: Remove dead assignment in usb_get_fw_dev_path()
  hw/intc: fix default registers value in exynos4210_combiner_read()
  hw/display/vga:Remove redundant statement in vga_draw_graphic()

Greg Kurz (1):
  mailmap: Add entry for Greg Kurz

Han Han (1):
  docs: Fix broken links

Kenta Ishiguro (1):
  hw/i386/kvm/ioapic.c: fix typo in error message

Liao Pingfang (8):
  target/arm/kvm: Remove superfluous break
  target/ppc: Remove superfluous breaks
  scsi: Remove superfluous breaks
  vnc: Remove the superfluous break
  block/vmdk: Remove superfluous breaks
  hw: Remove superfluous breaks
  target/sh4: Remove superfluous breaks
  target/cris: Remove superfluous breaks

Mike Gelfand (1):
  linux-user: Add strace support for printing OFD fcntl operations

Philippe Mathieu-Daud=C3=A9 (17):
  hw/register: Document register_init_block @memory_size
  hw/isa/isa-superio: Fix IDE controller realization
  stubs/cmos: Use correct include
  hw/core/sysbus: Fix a typo
  hw/core/sysbus: Assert memory region index is in range
  Revert "mailmap: Update philmd email address"
  .mailmap: Update Paul Burton email address
  hw/i2c: Fix typo in description
  util/qemu-timer: Fix typo in description
  util/vfio-helpers: Fix typo in description
  hw/ide/core: Trivial typo fix
  hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/scsi/scsi-disk: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/net/xilinx_axienet: Remove unused code
  util/vfio-helpers: Unify trace-events size format

Stefan Weil (2):
  main-loop: Fix comment
  docs/system: Fix grammar in documentation

Thomas Huth (2):
  hw/net/can: Add missing fallthrough statements
  docs/system/target-avr: Improve the AVR docs and add to MAINTAINERS

Tianjia Zhang (1):
  qemu-options.hx: Fix typo for netdev documentation

 .mailmap                        |  9 ++++---
 MAINTAINERS                     |  1 +
 block/vmdk.c                    |  3 ---
 docs/amd-memory-encryption.txt  |  4 +--
 docs/pvrdma.txt                 |  2 +-
 docs/system/build-platforms.rst |  6 ++---
 docs/system/target-avr.rst      | 47 ++++++++++++++++++++-------------
 hw/arm/omap1.c                  |  1 -
 hw/arm/virt-acpi-build.c        |  3 +--
 hw/block/pflash_cfi01.c         |  1 -
 hw/core/sysbus.c                |  3 ++-
 hw/display/cirrus_vga.c         |  1 -
 hw/display/qxl-logger.c         |  2 --
 hw/display/vga.c                |  1 -
 hw/gpio/max7310.c               |  3 ---
 hw/i386/intel_iommu.c           |  1 -
 hw/i386/kvm/ioapic.c            |  2 +-
 hw/ide/ahci.c                   |  5 ++--
 hw/ide/atapi.c                  |  8 +++---
 hw/ide/core.c                   |  2 +-
 hw/ide/pci.c                    |  2 +-
 hw/input/pxa2xx_keypad.c        | 10 -------
 hw/intc/armv7m_nvic.c           |  1 -
 hw/intc/exynos4210_combiner.c   |  1 -
 hw/isa/isa-superio.c            |  2 +-
 hw/net/can/can_sja1000.c        |  2 ++
 hw/net/lan9118.c                |  2 --
 hw/net/virtio-net.c             |  1 -
 hw/net/xilinx_axienet.c         | 23 ----------------
 hw/scsi/scsi-disk.c             | 44 +++++++++++++++---------------
 hw/usb/bus.c                    |  4 +--
 hw/usb/ccid-card-emulated.c     |  1 -
 hw/vfio/platform.c              |  2 +-
 hw/virtio/vhost-user.c          |  2 +-
 include/hw/i2c/i2c.h            |  2 +-
 include/hw/register.h           |  1 +
 include/qemu/main-loop.h        |  2 +-
 linux-user/strace.c             | 12 +++++++++
 qemu-options.hx                 |  2 +-
 scsi/utils.c                    |  4 ---
 stubs/cmos.c                    |  2 +-
 target/arm/kvm64.c              |  1 -
 target/arm/translate-a64.c      |  7 ++---
 target/cris/translate.c         |  7 +++--
 target/cris/translate_v10.c.inc |  2 --
 target/ppc/misc_helper.c        |  5 ----
 target/sh4/translate.c          |  3 ---
 ui/vnc-enc-tight.c              |  1 -
 util/qemu-timer.c               |  2 +-
 util/trace-events               |  6 ++---
 util/vfio-helpers.c             |  4 +--
 51 files changed, 112 insertions(+), 153 deletions(-)

--=20
2.26.2



             reply	other threads:[~2020-09-01 14:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-01 14:07 Laurent Vivier [this message]
2020-09-01 14:07 ` [PULL 01/44] hw/register: Document register_init_block @memory_size Laurent Vivier
2020-09-01 14:15 ` [PULL 00/44] Trivial branch for 5.2 patches Laurent Vivier
2020-09-01 15:51   ` Peter Maydell
2020-09-01 14:09 Laurent Vivier

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=20200901140803.888852-1-laurent@vivier.eu \
    --to=laurent@vivier.eu \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.