[Qemu-devel] [PULL 00/13] Trivial patches for 2017-07-12

Michael Tokarev posted 13 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1499866676.git.mjt@msgid.tls.msk.ru
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
configure                        |   8 ++-
hw/core/loader.c                 |   5 +-
hw/pci/pci-stub.c                |   3 +
include/hw/misc/unimp.h          |   2 +
include/hw/ptimer.h              | 120 +++++++++++++++++++++++++++++++++++++++
include/qemu/sockets.h           |  15 -----
qemu-img.c                       |   2 +-
qga/commands-win32.c             |   5 +-
scripts/coccinelle/qobject.cocci |   6 ++
scripts/hxtool                   |  46 +--------------
target/xtensa/gdbstub.c          |   1 -
util/qemu-sockets.c              |  34 -----------
12 files changed, 147 insertions(+), 100 deletions(-)
[Qemu-devel] [PULL 00/13] Trivial patches for 2017-07-12
Posted by Michael Tokarev 6 years, 9 months ago
The following changes since commit 6b06e3e49eb8c91cc286c16d6bf3181ac296f33d:

  Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-10-v2' into staging (2017-07-10 16:12:47 +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 10cb4ec41734243b2798bd1d53919827eaccd673:

  qobject: Update coccinelle script to catch Q{INC, DEC}REF (2017-07-12 16:34:44 +0300)

----------------------------------------------------------------
trivial patches for 2017-07-12

----------------------------------------------------------------
Eric Blake (2):
      qobject: Catch another straggler for use of qdict_put_str()
      qobject: Update coccinelle script to catch Q{INC, DEC}REF

Li Ping (1):
      qga-win32: Fix memory leak of device information set

Mao Zhongyi (1):
      util/qemu-sockets: Drop unused helper socket_address_to_string()

Max Filippov (1):
      target/xtensa: gdbstub: drop dead return statement

Paolo Bonzini (1):
      hxtool: remove dead -q option

Peter Maydell (2):
      configure: Handle having no c++ compiler in FORTIFY_SOURCE check
      include/hw/ptimer.h: Add documentation comments

Philippe Mathieu-Daudé (4):
      hw/misc: add missing includes
      hw/pci: define msi_nonbroken in pci-stub
      elf-loader: warn about invalid endianness
      hw/core: fix missing return value in load_image_targphys_as()

Thomas Huth (1):
      configure: Fix build with pkg-config and --static --enable-sdl

 configure                        |   8 ++-
 hw/core/loader.c                 |   5 +-
 hw/pci/pci-stub.c                |   3 +
 include/hw/misc/unimp.h          |   2 +
 include/hw/ptimer.h              | 120 +++++++++++++++++++++++++++++++++++++++
 include/qemu/sockets.h           |  15 -----
 qemu-img.c                       |   2 +-
 qga/commands-win32.c             |   5 +-
 scripts/coccinelle/qobject.cocci |   6 ++
 scripts/hxtool                   |  46 +--------------
 target/xtensa/gdbstub.c          |   1 -
 util/qemu-sockets.c              |  34 -----------
 12 files changed, 147 insertions(+), 100 deletions(-)

Re: [Qemu-devel] [PULL 00/13] Trivial patches for 2017-07-12
Posted by Eric Blake 6 years, 9 months ago
On 07/12/2017 08:37 AM, Michael Tokarev wrote:
> The following changes since commit 6b06e3e49eb8c91cc286c16d6bf3181ac296f33d:
> 
>   Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-10-v2' into staging (2017-07-10 16:12:47 +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 10cb4ec41734243b2798bd1d53919827eaccd673:
> 
>   qobject: Update coccinelle script to catch Q{INC, DEC}REF (2017-07-12 16:34:44 +0300)
> 
> ----------------------------------------------------------------
> trivial patches for 2017-07-12
> 
> ----------------------------------------------------------------
> Eric Blake (2):
>       qobject: Catch another straggler for use of qdict_put_str()
>       qobject: Update coccinelle script to catch Q{INC, DEC}REF

You picked up v1 of these patches, when Markus was already planning on
merging v2.  It may be easier to respin a v2 of the pull request that
drops these patches from -trivial.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Re: [Qemu-devel] [PULL 00/13] Trivial patches for 2017-07-12
Posted by Michael Tokarev 6 years, 9 months ago
12.07.2017 16:57, Eric Blake wrote:

>> trivial patches for 2017-07-12
>>
>> ----------------------------------------------------------------
>> Eric Blake (2):
>>       qobject: Catch another straggler for use of qdict_put_str()
>>       qobject: Update coccinelle script to catch Q{INC, DEC}REF
> 
> You picked up v1 of these patches, when Markus was already planning on
> merging v2.  It may be easier to respin a v2 of the pull request that
> drops these patches from -trivial.

I haven't seen a v2, and the discussion for v1 seemed conclusive enough
and the patches looked okay too. But ok, I dropped these and resent.

Thanks,

/mjt