qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/30] Trivial patches
@ 2018-12-11 18:03 Laurent Vivier
  2018-12-11 18:03 ` [Qemu-devel] [PULL 01/30] hw: qdev: fix error in comment Laurent Vivier
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: Laurent Vivier @ 2018-12-11 18:03 UTC (permalink / raw)
  To: qemu-devel
  Cc: Michael S. Tsirkin, qemu-trivial, Laurent Vivier,
	Richard Henderson, Eduardo Habkost, Michael Tokarev,
	Paolo Bonzini

The following changes since commit 32a1a94dd324d33578dca1dc96d7896a0244d768:

  Update version for v3.1.0 release (2018-12-11 17:18:37 +0000)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/trivial-patches-pull-request

for you to fetch changes up to 82c48fb79df5596a9d0a3b6d998c4491e542aa7a:

  Fixes i386 xchgq test (2018-12-11 18:41:25 +0100)

----------------------------------------------------------------
Trivial patches (2018-12-11)

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

Dongli Zhang (1):
  virtio: pass argument by value for virtqueue_map_iovec()

Eric Blake (4):
  qapi: Reduce Makefile boilerplate
  misc: Avoid UTF-8 in error messages
  cutils: Assert in-range base for string-to-integer conversions
  maint: Grammar fix to mailmap

Fam Zheng (1):
  MAINTAINERS: Update email address for Fam Zheng

Li Qiang (5):
  hw: qdev: fix error in comment
  hw: set_netdev: remove useless code
  target: hax: replace g_malloc with g_new0
  target: hax: fix errors in comment
  util: vfio-helpers: use ARRAY_SIZE in qemu_vfio_init_pci()

Marc-André Lureau (1):
  misc: fix spelling

Philippe Mathieu-Daudé (15):
  MAINTAINERS: Fix ACPI tests data files path
  MAINTAINERS: Add a missing entry to the SPARC CPU
  MAINTAINERS: Add missing entries for the Xilinx ZynqMP machine
  MAINTAINERS: Add missing entries for the Jazz machine
  MAINTAINERS: Add a missing entry for the Xilinx S3A-DSP 1800 machine
  MAINTAINERS: Add a missing entry for the Old World machines
  MAINTAINERS: Add a missing entry for the sun4m machines
  MAINTAINERS: Add missing entries to the PC Chipset section
  MAINTAINERS: Add missing entries to the vhost section
  MAINTAINERS: Add missing entries for the Canon DIGIC machine
  MAINTAINERS: Add missing entries for the MPS2 machine
  MAINTAINERS: Add a missing entry to SPICE
  MAINTAINERS: Add a missing entry to the QMP section
  MAINTAINERS: Add a missing entry for the NVDIMM device
  MAINTAINERS: Use my work email to review Build and test automation
    patches

Thomas Huth (2):
  MAINTAINERS: Add missing hw/pci-host entries
  MAINTAINERS: Add nios2-related files to the Nios2 section

fabrice.desclaux@cea.fr (1):
  Fixes i386 xchgq test

 .gitignore                       |  72 +-----------
 .mailmap                         |   2 +-
 MAINTAINERS                      |  49 +++++---
 Makefile                         | 194 ++++---------------------------
 Makefile.objs                    |  75 ++----------
 hw/core/qdev-properties-system.c |   4 -
 hw/misc/tmp105.c                 |   2 +-
 hw/misc/tmp421.c                 |   2 +-
 hw/virtio/virtio.c               |   8 +-
 include/hw/qdev-core.h           |   2 +-
 target/i386/cpu.c                |   2 +-
 target/i386/hax-all.c            |  17 +--
 tests/tcg/i386/test-i386.c       |   2 +-
 util/cutils.c                    |   8 ++
 util/vfio-helpers.c              |   2 +-
 15 files changed, 94 insertions(+), 347 deletions(-)

-- 
2.19.2

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

end of thread, other threads:[~2018-12-12 21:11 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-11 18:03 [Qemu-devel] [PULL 00/30] Trivial patches Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 01/30] hw: qdev: fix error in comment Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 02/30] virtio: pass argument by value for virtqueue_map_iovec() Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 03/30] misc: fix spelling Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 04/30] hw: set_netdev: remove useless code Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 05/30] qapi: Reduce Makefile boilerplate Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 06/30] misc: Avoid UTF-8 in error messages Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 07/30] MAINTAINERS: Add missing hw/pci-host entries Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 08/30] MAINTAINERS: Add nios2-related files to the Nios2 section Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 09/30] target: hax: replace g_malloc with g_new0 Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 10/30] MAINTAINERS: Fix ACPI tests data files path Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 11/30] MAINTAINERS: Add a missing entry to the SPARC CPU Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 12/30] MAINTAINERS: Add missing entries for the Xilinx ZynqMP machine Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 13/30] MAINTAINERS: Add missing entries for the Jazz machine Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 14/30] MAINTAINERS: Add a missing entry for the Xilinx S3A-DSP 1800 machine Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 15/30] MAINTAINERS: Add a missing entry for the Old World machines Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 16/30] MAINTAINERS: Add a missing entry for the sun4m machines Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 17/30] MAINTAINERS: Add missing entries to the PC Chipset section Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 18/30] MAINTAINERS: Add missing entries to the vhost section Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 19/30] MAINTAINERS: Add missing entries for the Canon DIGIC machine Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 20/30] MAINTAINERS: Add missing entries for the MPS2 machine Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 21/30] MAINTAINERS: Add a missing entry to SPICE Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 22/30] MAINTAINERS: Add a missing entry to the QMP section Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 23/30] MAINTAINERS: Add a missing entry for the NVDIMM device Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 24/30] MAINTAINERS: Use my work email to review Build and test automation patches Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 25/30] target: hax: fix errors in comment Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 26/30] util: vfio-helpers: use ARRAY_SIZE in qemu_vfio_init_pci() Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 27/30] cutils: Assert in-range base for string-to-integer conversions Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 28/30] MAINTAINERS: Update email address for Fam Zheng Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 29/30] maint: Grammar fix to mailmap Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 30/30] Fixes i386 xchgq test Laurent Vivier
2018-12-12 21:11 ` [Qemu-devel] [PULL 00/30] Trivial 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).