[Qemu-devel] [PULL 00/23] Trivial patches for 2017-05-10

Michael Tokarev posted 23 patches 6 years, 10 months ago
Only 1 patches received!
MAINTAINERS                     |  8 +++----
block/replication.c             | 44 +++++++++++++++++++-------------------
bsd-user/main.c                 | 14 ++++--------
configure                       | 18 ++++++++++++++++
device_tree.c                   |  1 +
hw/block/virtio-blk.c           |  4 +---
hw/core/generic-loader.c        |  9 ++++----
hw/display/jazz_led.c           |  4 ++--
hw/microblaze/boot.c            |  2 +-
hw/nios2/boot.c                 |  2 +-
hw/ppc/pnv.c                    |  2 +-
hw/ppc/ppc_booke.c              |  1 -
hw/s390x/sclp.c                 |  4 ++--
hw/tricore/tricore_testboard.c  |  2 +-
hw/usb/dev-smartcard-reader.c   |  5 ++++-
include/io/channel-file.h       |  2 +-
include/io/channel.h            |  2 +-
include/qemu/compiler.h         |  4 +++-
linux-user/main.c               |  9 +++-----
numa.c                          |  4 ++--
qemu-doc.texi                   | 10 ++++-----
qemu-options.hx                 |  4 ++--
qga/commands-posix.c            |  8 ++++---
scripts/checkpatch.pl           |  3 ++-
scripts/clean-header-guards.pl  |  3 ++-
scripts/cleanup-trace-events.pl |  2 +-
scripts/disas-objdump.pl        |  4 +++-
scripts/get_maintainer.pl       |  3 ++-
scripts/qemu-binfmt-conf.sh     |  4 ++--
scripts/shaderinclude.pl        |  2 +-
scripts/switch-timer-api        |  2 +-
scripts/texi2pod.pl             |  4 +++-
tests/.gitignore                |  4 ++++
tests/postcopy-test.c           |  2 +-
util/envlist.c                  | 47 +++++++++++++++++------------------------
vl.c                            |  5 +++--
36 files changed, 133 insertions(+), 115 deletions(-)
[Qemu-devel] [PULL 00/23] Trivial patches for 2017-05-10
Posted by Michael Tokarev 6 years, 10 months ago
It is the same as previous pull request (from 2017-05-07),
but with author of single patch fixed. I've no idea how
it happened, I don't touch patches manually, only add
S-o-b and R-o-b using commit --amend.  Either way, it
is fixed now.  Not resending everything, only the fixed
patch.

/mjt

The following changes since commit 12a95f320a36ef66f724a49bb05e4fb553ac5dbe:

  Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging (2017-05-04 13:44:32 +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 e1ae9fb6c2a35015ed4881def4a4a7b6be2d15f0:

  tests: Remove redundant assignment (2017-05-10 10:19:24 +0300)

----------------------------------------------------------------
trivial patches for 2017-05-10

----------------------------------------------------------------
Andreas Grapentin (1):
      use _Static_assert in QEMU_BUILD_BUG_ON

Chris Webb (1):
      virtfs: allow a device id to be specified in the -virtfs option

Craig Jellick (1):
      Add 'none' as type for drive's if option

Eric Blake (2):
      tests: Ignore more test executables
      tests: Ignore another built executable (test-hmp)

Fam Zheng (3):
      block: Make 'replication_state' an enum
      virtio-blk: Remove useless condition around g_free()
      tests: Remove redundant assignment

Ishani Chugh (1):
      Remove reduntant qemu: from error functions

KONRAD Frederic (1):
      ppc_booke: drop useless assignment

Kamil Rytarowski (2):
      scripts/qemu-binfmt-conf.sh: Fix shell portability issue
      scripts: Switch to more portable Perl shebang

Marc-André Lureau (1):
      doc: fix function spelling

Paolo Bonzini (3):
      jazz_led: fix bad snprintf
      MAINTAINERS: Update paths for main loop
      MAINTAINERS: Update paths for AioContext implementation

Philippe Mathieu-Daudé (3):
      usb-ccid: make ccid_write_data_block() cope with null buffers
      device_tree: fix compiler warnings (clang 5)
      qga: fix compiler warnings (clang 5)

Saurav Sachidanand (1):
      util: Use g_malloc/g_free in envlist.c

Thomas Huth (2):
      qemu-doc: Fix broken URLs of amnhltm.zip and dosidle210.zip
      hw/core/generic-loader: Fix crash when running without CPU

sochin.jiang (1):
      channel-file: fix wrong parameter comments

 MAINTAINERS                     |  8 +++----
 block/replication.c             | 44 +++++++++++++++++++-------------------
 bsd-user/main.c                 | 14 ++++--------
 configure                       | 18 ++++++++++++++++
 device_tree.c                   |  1 +
 hw/block/virtio-blk.c           |  4 +---
 hw/core/generic-loader.c        |  9 ++++----
 hw/display/jazz_led.c           |  4 ++--
 hw/microblaze/boot.c            |  2 +-
 hw/nios2/boot.c                 |  2 +-
 hw/ppc/pnv.c                    |  2 +-
 hw/ppc/ppc_booke.c              |  1 -
 hw/s390x/sclp.c                 |  4 ++--
 hw/tricore/tricore_testboard.c  |  2 +-
 hw/usb/dev-smartcard-reader.c   |  5 ++++-
 include/io/channel-file.h       |  2 +-
 include/io/channel.h            |  2 +-
 include/qemu/compiler.h         |  4 +++-
 linux-user/main.c               |  9 +++-----
 numa.c                          |  4 ++--
 qemu-doc.texi                   | 10 ++++-----
 qemu-options.hx                 |  4 ++--
 qga/commands-posix.c            |  8 ++++---
 scripts/checkpatch.pl           |  3 ++-
 scripts/clean-header-guards.pl  |  3 ++-
 scripts/cleanup-trace-events.pl |  2 +-
 scripts/disas-objdump.pl        |  4 +++-
 scripts/get_maintainer.pl       |  3 ++-
 scripts/qemu-binfmt-conf.sh     |  4 ++--
 scripts/shaderinclude.pl        |  2 +-
 scripts/switch-timer-api        |  2 +-
 scripts/texi2pod.pl             |  4 +++-
 tests/.gitignore                |  4 ++++
 tests/postcopy-test.c           |  2 +-
 util/envlist.c                  | 47 +++++++++++++++++------------------------
 vl.c                            |  5 +++--
 36 files changed, 133 insertions(+), 115 deletions(-)

Re: [Qemu-devel] [PULL 00/23] Trivial patches for 2017-05-10
Posted by Stefan Hajnoczi 6 years, 10 months ago
On Wed, May 10, 2017 at 10:22:45AM +0300, Michael Tokarev wrote:
> It is the same as previous pull request (from 2017-05-07),
> but with author of single patch fixed. I've no idea how
> it happened, I don't touch patches manually, only add
> S-o-b and R-o-b using commit --amend.  Either way, it
> is fixed now.  Not resending everything, only the fixed
> patch.
> 
> /mjt
> 
> The following changes since commit 12a95f320a36ef66f724a49bb05e4fb553ac5dbe:
> 
>   Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging (2017-05-04 13:44:32 +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 e1ae9fb6c2a35015ed4881def4a4a7b6be2d15f0:
> 
>   tests: Remove redundant assignment (2017-05-10 10:19:24 +0300)
> 
> ----------------------------------------------------------------
> trivial patches for 2017-05-10
> 
> ----------------------------------------------------------------
> Andreas Grapentin (1):
>       use _Static_assert in QEMU_BUILD_BUG_ON
> 
> Chris Webb (1):
>       virtfs: allow a device id to be specified in the -virtfs option
> 
> Craig Jellick (1):
>       Add 'none' as type for drive's if option
> 
> Eric Blake (2):
>       tests: Ignore more test executables
>       tests: Ignore another built executable (test-hmp)
> 
> Fam Zheng (3):
>       block: Make 'replication_state' an enum
>       virtio-blk: Remove useless condition around g_free()
>       tests: Remove redundant assignment
> 
> Ishani Chugh (1):
>       Remove reduntant qemu: from error functions
> 
> KONRAD Frederic (1):
>       ppc_booke: drop useless assignment
> 
> Kamil Rytarowski (2):
>       scripts/qemu-binfmt-conf.sh: Fix shell portability issue
>       scripts: Switch to more portable Perl shebang
> 
> Marc-André Lureau (1):
>       doc: fix function spelling
> 
> Paolo Bonzini (3):
>       jazz_led: fix bad snprintf
>       MAINTAINERS: Update paths for main loop
>       MAINTAINERS: Update paths for AioContext implementation
> 
> Philippe Mathieu-Daudé (3):
>       usb-ccid: make ccid_write_data_block() cope with null buffers
>       device_tree: fix compiler warnings (clang 5)
>       qga: fix compiler warnings (clang 5)
> 
> Saurav Sachidanand (1):
>       util: Use g_malloc/g_free in envlist.c
> 
> Thomas Huth (2):
>       qemu-doc: Fix broken URLs of amnhltm.zip and dosidle210.zip
>       hw/core/generic-loader: Fix crash when running without CPU
> 
> sochin.jiang (1):
>       channel-file: fix wrong parameter comments
> 
>  MAINTAINERS                     |  8 +++----
>  block/replication.c             | 44 +++++++++++++++++++-------------------
>  bsd-user/main.c                 | 14 ++++--------
>  configure                       | 18 ++++++++++++++++
>  device_tree.c                   |  1 +
>  hw/block/virtio-blk.c           |  4 +---
>  hw/core/generic-loader.c        |  9 ++++----
>  hw/display/jazz_led.c           |  4 ++--
>  hw/microblaze/boot.c            |  2 +-
>  hw/nios2/boot.c                 |  2 +-
>  hw/ppc/pnv.c                    |  2 +-
>  hw/ppc/ppc_booke.c              |  1 -
>  hw/s390x/sclp.c                 |  4 ++--
>  hw/tricore/tricore_testboard.c  |  2 +-
>  hw/usb/dev-smartcard-reader.c   |  5 ++++-
>  include/io/channel-file.h       |  2 +-
>  include/io/channel.h            |  2 +-
>  include/qemu/compiler.h         |  4 +++-
>  linux-user/main.c               |  9 +++-----
>  numa.c                          |  4 ++--
>  qemu-doc.texi                   | 10 ++++-----
>  qemu-options.hx                 |  4 ++--
>  qga/commands-posix.c            |  8 ++++---
>  scripts/checkpatch.pl           |  3 ++-
>  scripts/clean-header-guards.pl  |  3 ++-
>  scripts/cleanup-trace-events.pl |  2 +-
>  scripts/disas-objdump.pl        |  4 +++-
>  scripts/get_maintainer.pl       |  3 ++-
>  scripts/qemu-binfmt-conf.sh     |  4 ++--
>  scripts/shaderinclude.pl        |  2 +-
>  scripts/switch-timer-api        |  2 +-
>  scripts/texi2pod.pl             |  4 +++-
>  tests/.gitignore                |  4 ++++
>  tests/postcopy-test.c           |  2 +-
>  util/envlist.c                  | 47 +++++++++++++++++------------------------
>  vl.c                            |  5 +++--
>  36 files changed, 133 insertions(+), 115 deletions(-)
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan