All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/31] Trivial patches for 2017-09-25
@ 2017-09-24 21:22 Michael Tokarev
  2017-09-24 21:22 ` [Qemu-devel] [PULL 01/31] configure: Remove unused code (found by shellcheck) Michael Tokarev
                   ` (31 more replies)
  0 siblings, 32 replies; 36+ messages in thread
From: Michael Tokarev @ 2017-09-24 21:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Tokarev, qemu-trivial

This is a collection of trivial stuff collected for quite some time.
It includes various stuff, and just one series from
Philippe Mathieu-Daudé (MAINTAINERS update), - other his series are
in the works.

Thanks,

/mjt

The following changes since commit 460b6c8e581aa06b86f59eebd9e52edfe7adf417:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-09-23 12:55:40 +0100)

are available in the git repository at:

  git://git.corpit.ru/qemu.git tags/trivial-patches-fetch

for you to fetch changes up to 97fb016a2aae686098f01d1c2dc194ed0f8e1c36:

  hw/isa/pc87312: Mark the device with user_creatable = false (2017-09-25 00:09:11 +0300)

----------------------------------------------------------------
trivial patches for 2017-09-25

----------------------------------------------------------------
Alistair Francis (1):
      target/xtensa: Use the pre-defined MEMTXATTRS_UNSPECIFIED macro

Eduardo Otubo (2):
      filter-mirror: segfault when specifying non existent device
      dma/i82374: avoid double creation of i82374 device

Eric Blake (2):
      osdep: Fix ROUND_UP(64-bit, 32-bit)
      nbd-client: Use correct macro parenthesization

KONRAD Frederic (1):
      aux-to-i2c-bridge: don't allow user to create one

Kamil Rytarowski (2):
      Replace round_page() with TARGET_PAGE_ALIGN()
      Drop gld linker usage on SunOS

Liang Yan (2):
      hw/display/xenfb.c: Add trace_xenfb_key_event
      chardev/baum: fix baum that releases brlapi twice

Michael Tokarev (1):
      remove trailing whitespace from qemu-options.hx

Peter Maydell (1):
      util/qemu-thread-posix.c: Replace OS ifdefs with CONFIG_HAVE_SEM_TIMEDWAIT

Philippe Mathieu-Daudé (14):
      MAINTAINERS: add missing ARM entries
      MAINTAINERS: add missing STM32 entry
      MAINTAINERS: add missing entry for vhost
      MAINTAINERS: add missing VMWare entry
      MAINTAINERS: add missing Guest Agent entries
      MAINTAINERS: add missing qcow2 entry
      MAINTAINERS: add missing PCI entries
      MAINTAINERS: add missing SSI entries
      MAINTAINERS: add missing entries for throttling infra
      MAINTAINERS: add missing AIO entry
      MAINTAINERS: add missing entry for Generic Loader
      MAINTAINERS: add missing Cryptography entry
      MAINTAINERS: update docs/devel/ entries
      MAINTAINERS: update docs/interop/ entries

Stefan Weil (1):
      configure: Remove unused code (found by shellcheck)

Thomas Huth (4):
      trivial: Add missing "-m" parameter in docs/memory-hotplug.txt
      hw/display/virtio-gpu: Put the virtio-gpu-device into the display category
      tests/boot-sector: Increase timeout to 600 seconds
      hw/isa/pc87312: Mark the device with user_creatable = false

 MAINTAINERS                 | 42 ++++++++++++++++++++++++++++++++----------
 block/nbd-client.c          |  4 ++--
 chardev/baum.c              |  1 +
 configure                   | 17 +++++++++++++++--
 docs/memory-hotplug.txt     |  2 +-
 hw/display/trace-events     |  1 +
 hw/display/virtio-gpu.c     |  1 +
 hw/display/xenfb.c          |  1 +
 hw/dma/i82374.c             |  5 +++++
 hw/isa/pc87312.c            |  2 ++
 hw/misc/auxbus.c            | 11 +++++++++++
 hw/ppc/mac_newworld.c       | 11 +++--------
 hw/ppc/mac_oldworld.c       | 11 +++--------
 include/qemu/osdep.h        |  6 +++---
 include/qemu/thread-posix.h |  2 +-
 net/filter-mirror.c         | 14 +++++++++++---
 qemu-options.hx             |  4 ++--
 target/xtensa/op_helper.c   |  4 ++--
 tests/boot-sector.c         |  4 ++--
 util/qemu-thread-posix.c    | 10 +++++-----
 20 files changed, 104 insertions(+), 49 deletions(-)

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

end of thread, other threads:[~2017-09-26  7:49 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-24 21:22 [Qemu-devel] [PULL 00/31] Trivial patches for 2017-09-25 Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 01/31] configure: Remove unused code (found by shellcheck) Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 02/31] Replace round_page() with TARGET_PAGE_ALIGN() Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 03/31] MAINTAINERS: add missing ARM entries Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 04/31] MAINTAINERS: add missing STM32 entry Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 05/31] MAINTAINERS: add missing entry for vhost Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 06/31] MAINTAINERS: add missing VMWare entry Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 07/31] MAINTAINERS: add missing Guest Agent entries Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 08/31] MAINTAINERS: add missing qcow2 entry Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 09/31] MAINTAINERS: add missing PCI entries Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 10/31] MAINTAINERS: add missing SSI entries Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 11/31] MAINTAINERS: add missing entries for throttling infra Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 12/31] MAINTAINERS: add missing AIO entry Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 13/31] MAINTAINERS: add missing entry for Generic Loader Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 14/31] MAINTAINERS: add missing Cryptography entry Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 15/31] MAINTAINERS: update docs/devel/ entries Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 16/31] MAINTAINERS: update docs/interop/ entries Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 17/31] filter-mirror: segfault when specifying non existent device Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 18/31] util/qemu-thread-posix.c: Replace OS ifdefs with CONFIG_HAVE_SEM_TIMEDWAIT Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 19/31] aux-to-i2c-bridge: don't allow user to create one Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 20/31] hw/display/xenfb.c: Add trace_xenfb_key_event Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 21/31] remove trailing whitespace from qemu-options.hx Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 22/31] chardev/baum: fix baum that releases brlapi twice Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 23/31] trivial: Add missing "-m" parameter in docs/memory-hotplug.txt Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 24/31] target/xtensa: Use the pre-defined MEMTXATTRS_UNSPECIFIED macro Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 25/31] osdep: Fix ROUND_UP(64-bit, 32-bit) Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 26/31] hw/display/virtio-gpu: Put the virtio-gpu-device into the display category Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 27/31] nbd-client: Use correct macro parenthesization Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 28/31] dma/i82374: avoid double creation of i82374 device Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 29/31] tests/boot-sector: Increase timeout to 600 seconds Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 30/31] Drop gld linker usage on SunOS Michael Tokarev
2017-09-24 21:22 ` [Qemu-devel] [PULL 31/31] hw/isa/pc87312: Mark the device with user_creatable = false Michael Tokarev
2017-09-25 23:22 ` [Qemu-devel] [PULL 00/31] Trivial patches for 2017-09-25 Peter Maydell
2017-09-26  5:57   ` Michael Tokarev
2017-09-26  7:48     ` Eduardo Otubo
     [not found]   ` <55782343-4bb4-d5ed-2c5d-4dd0fc5764dd@tls.msk.ru>
2017-09-26  6:00     ` Michael Tokarev

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.