All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/27] Trivial patches for 2016-09-14
@ 2016-09-14  7:58 Michael Tokarev
  2016-09-14  7:58 ` [Qemu-devel] [PULL 01/27] Remove remainders of HPPA backend Michael Tokarev
                   ` (27 more replies)
  0 siblings, 28 replies; 29+ messages in thread
From: Michael Tokarev @ 2016-09-14  7:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Tokarev, qemu-trivial

This is a backlog of all trivial patches accumulated since Jul this year.
Not a huge amount for more than a month.

Please consider applying.

Thanks,

/mjt

The following changes since commit 507e4ddc3abf67391bcbc9624fd60b969c159b78:

  Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging (2016-09-13 17:55:35 +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 f3f1ef84774aef77d344b196dea2a09b244b87a1:

  mptsas: change .realize function name (2016-09-14 10:56:40 +0300)

----------------------------------------------------------------
trivial patches for 2016-09-14

----------------------------------------------------------------
Cao jin (4):
      timer: update comments
      cpus: rename local variable to meaningful one
      cpus: update comments
      mptsas: change .realize function name

Colin Lord (1):
      help: Update help to remove misleading display information

Eduardo Habkost (1):
      win32: don't run subprocess tests on Mingw32 platform

Ladi Prosek (1):
      Remove unused function declarations

Laurent Vivier (6):
      coccinelle: add a script to remove useless casts
      linux-user,s390x: remove useless cast
      s390x: remove useless cast
      tricore: remove useless cast
      fw_cfg: remove useless casts
      sheepdog: remove useless casts

Markus Armbruster (1):
      MAINTAINERS: Fix up F: entry bit rot

Md Haris Iqbal (1):
      linux-user/qemu.h: change malloc to g_malloc, free to g_free

Reda Sallahi (1):
      sh4: fix broken link to documentation

Stefano Dong (董兴水) (1):
      ivshmem: Delete duplicate debug message

Thomas Huth (9):
      Remove remainders of HPPA backend
      tcg: Remove duplicate header includes
      ui/console: Fix non-working backspace key in monitor of gtk UI
      MAINTAINERS: Add include/hw/unicore32/ to UniCore32 section
      MAINTAINERS: Add include/hw/tricore/ to TriCore section
      MAINTAINERS: Add include/hw/sh4/ to SH4 section
      MAINTAINERS: Add include/sysemu/cpus.h
      MAINTAINERS: Fix wildcard for scsi headers
      MAINTAINERS: Add some header files to the PC chipset section

Tomáš Golembiovský (1):
      curl: Operate on zero-length file

 MAINTAINERS                       |   26 +-
 block/curl.c                      |   25 +-
 block/qcow2.h                     |    1 -
 block/sheepdog.c                  |    4 +-
 configure                         |    7 +-
 cpus.c                            |   13 +-
 disas.c                           |    2 -
 disas/Makefile.objs               |    1 -
 disas/hppa.c                      | 2832 -------------------------------------
 disas/sh4.c                       |    6 -
 hw/misc/ivshmem.c                 |    1 -
 hw/nvram/fw_cfg.c                 |    4 +-
 hw/ppc/ppc405.h                   |    6 -
 hw/s390x/sclp.c                   |    2 +-
 hw/s390x/virtio-ccw.h             |    1 -
 hw/scsi/mptsas.c                  |    4 +-
 hw/sh4/shix.c                     |    2 +-
 hw/tricore/tricore_testboard.c    |    2 +-
 include/block/block.h             |    6 -
 include/block/block_int.h         |    9 -
 include/hw/arm/pxa.h              |    1 -
 include/hw/bt.h                   |    2 -
 include/hw/i386/pc.h              |    2 -
 include/hw/pci-host/spapr.h       |    2 -
 include/hw/pci/pci_bridge.h       |    1 -
 include/hw/pci/pcie_port.h        |    1 -
 include/hw/ppc/ppc4xx.h           |    6 -
 include/hw/ppc/spapr.h            |    3 -
 include/hw/ppc/spapr_vio.h        |    4 -
 include/hw/scsi/scsi.h            |    1 -
 include/hw/virtio/virtio-bus.h    |    3 -
 include/migration/migration.h     |    2 -
 include/net/net.h                 |    2 -
 include/qemu/bitmap.h             |    4 -
 include/qemu/timer.h              |   19 +-
 include/qemu/uri.h                |    2 -
 include/sysemu/kvm.h              |    2 -
 include/ui/console.h              |    2 -
 include/ui/input.h                |    2 -
 include/ui/spice-display.h        |    2 -
 linux-user/qemu.h                 |    4 +-
 linux-user/signal.c               |    2 +-
 linux-user/syscall_defs.h         |    4 +-
 qemu-options.hx                   |   38 +-
 qemu-tech.texi                    |    3 +-
 scripts/coccinelle/typecast.cocci |    7 +
 target-alpha/cpu.h                |    1 -
 target-m68k/cpu.h                 |    1 -
 target-ppc/cpu.h                  |    2 -
 target-ppc/mmu-hash64.h           |    1 -
 target-s390x/cpu.h                |    2 -
 target-sh4/README.sh4             |    2 +-
 tcg/tcg.c                         |    2 -
 tcg/tcg.h                         |    2 -
 tcg/tci/README                    |    2 +-
 ui/console.c                      |    1 +
 56 files changed, 93 insertions(+), 2998 deletions(-)
 delete mode 100644 disas/hppa.c
 create mode 100644 scripts/coccinelle/typecast.cocci

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

end of thread, other threads:[~2016-09-14 10:50 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-14  7:58 [Qemu-devel] [PULL 00/27] Trivial patches for 2016-09-14 Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 01/27] Remove remainders of HPPA backend Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 02/27] tcg: Remove duplicate header includes Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 03/27] ui/console: Fix non-working backspace key in monitor of gtk UI Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 04/27] MAINTAINERS: Add include/hw/unicore32/ to UniCore32 section Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 05/27] MAINTAINERS: Add include/hw/tricore/ to TriCore section Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 06/27] MAINTAINERS: Add include/hw/sh4/ to SH4 section Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 07/27] MAINTAINERS: Add include/sysemu/cpus.h Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 08/27] MAINTAINERS: Fix wildcard for scsi headers Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 09/27] MAINTAINERS: Add some header files to the PC chipset section Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 10/27] MAINTAINERS: Fix up F: entry bit rot Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 11/27] sh4: fix broken link to documentation Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 12/27] help: Update help to remove misleading display information Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 13/27] ivshmem: Delete duplicate debug message Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 14/27] timer: update comments Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 15/27] cpus: rename local variable to meaningful one Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 16/27] cpus: update comments Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 17/27] Remove unused function declarations Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 18/27] curl: Operate on zero-length file Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 19/27] coccinelle: add a script to remove useless casts Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 20/27] linux-user,s390x: remove useless cast Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 21/27] s390x: " Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 22/27] tricore: " Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 23/27] fw_cfg: remove useless casts Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 24/27] sheepdog: " Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 25/27] win32: don't run subprocess tests on Mingw32 platform Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 26/27] linux-user/qemu.h: change malloc to g_malloc, free to g_free Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 27/27] mptsas: change .realize function name Michael Tokarev
2016-09-14 10:49 ` [Qemu-devel] [PULL 00/27] Trivial patches for 2016-09-14 no-reply

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.