[Qemu-devel] [PULL 00/14] Trivial patches for 2017-10-16

Michael Tokarev posted 14 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1508185933.git.mjt@msgid.tls.msk.ru
Test checkpatch passed
Test docker passed
Test s390x passed
MAINTAINERS               | 13 +++++--------
include/hw/or-irq.h       |  1 -
include/qemu/futex.h      |  5 +++++
io/channel-websock.c      |  7 ++++---
linux-user/ioctls.h       |  5 +++++
linux-user/syscall.c      |  2 +-
linux-user/syscall_defs.h |  7 +++++++
net/filter-mirror.c       |  6 ++++++
os-posix.c                |  1 -
qemu-doc.texi             |  2 +-
tests/.gitignore          |  1 +
ui/gtk.c                  |  5 +++++
12 files changed, 40 insertions(+), 15 deletions(-)
[Qemu-devel] [PULL 00/14] Trivial patches for 2017-10-16
Posted by Michael Tokarev 6 years, 5 months ago
Here's a set of trivial changes accumulated so far.
Not including large series by Philippe Mathieu-Daudé.

The following changes since commit c5bbcaa4b7c0f8a322bebe9ec563560178a68b55:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2017-10-16 17:29:16 +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 6b4f250bfc529bdf73a10ca6873a460175e666cc:

  Add myself as maintainer for TPM code (2017-10-16 23:17:44 +0300)

----------------------------------------------------------------
trivial patches for 2017-10-16

----------------------------------------------------------------
Anthony PERARD (1):
      ui/gtk: Fix deprecation of vte_terminal_copy_clipboard

Carlo Marcelo Arenas Belón (2):
      linux-user: remove duplicate break in syscall
      gitignore: ignore check-qlit test

Eduardo Otubo (1):
      filter-mirror: segfault when specifying non existent device

Emilio G. Cota (1):
      futex: add missing header guards

Fam Zheng (3):
      MAINTAINERS: Clean up SCSI device section
      MAINTAINERS: Fix Sun4v file
      MAINTAINERS: Track default-configs/pci.mak

Marco A L Barbosa (1):
      linux-user: Add some random ioctls

Markus Armbruster (1):
      os-posix: Drop misleading comment

Michael Tokarev (1):
      qemu-doc.texi: remove trailing whitespace

Peter Maydell (1):
      include/hw/or-irq.h: Drop unused in_irqs field

Stefan Berger (1):
      Add myself as maintainer for TPM code

Stefan Weil (1):
      io: Add missing GCC_FMT_ATTR (fix -Werror=suggest-attribute=format)

 MAINTAINERS               | 13 +++++--------
 include/hw/or-irq.h       |  1 -
 include/qemu/futex.h      |  5 +++++
 io/channel-websock.c      |  7 ++++---
 linux-user/ioctls.h       |  5 +++++
 linux-user/syscall.c      |  2 +-
 linux-user/syscall_defs.h |  7 +++++++
 net/filter-mirror.c       |  6 ++++++
 os-posix.c                |  1 -
 qemu-doc.texi             |  2 +-
 tests/.gitignore          |  1 +
 ui/gtk.c                  |  5 +++++
 12 files changed, 40 insertions(+), 15 deletions(-)

Re: [Qemu-devel] [PULL 00/14] Trivial patches for 2017-10-16
Posted by Peter Maydell 6 years, 5 months ago
On 16 October 2017 at 21:33, Michael Tokarev <mjt@tls.msk.ru> wrote:
> Here's a set of trivial changes accumulated so far.
> Not including large series by Philippe Mathieu-Daudé.
>
> The following changes since commit c5bbcaa4b7c0f8a322bebe9ec563560178a68b55:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2017-10-16 17:29:16 +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 6b4f250bfc529bdf73a10ca6873a460175e666cc:
>
>   Add myself as maintainer for TPM code (2017-10-16 23:17:44 +0300)
>
> ----------------------------------------------------------------
> trivial patches for 2017-10-16
>

Applied, thanks.

-- PMM