[Qemu-devel] [PULL 00/11] Trivial patches for 2017-07-12 (#2)

Michael Tokarev posted 11 patches 6 years, 8 months ago
Only 0 patches received!
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 ------
qga/commands-win32.c    |   5 +-
scripts/hxtool          |  46 +------------------
target/xtensa/gdbstub.c |   1 -
util/qemu-sockets.c     |  34 --------------
10 files changed, 140 insertions(+), 99 deletions(-)
[Qemu-devel] [PULL 00/11] Trivial patches for 2017-07-12 (#2)
Posted by Michael Tokarev 6 years, 8 months ago
The same but without two patches from Eric Blake.
Not resending all the patches, only the cover letter.

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 a7a305aee1e9a74a3f4b263aa98babed795b1f0a:

  include/hw/ptimer.h: Add documentation comments (2017-07-11 17:44:27 +0300)

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

----------------------------------------------------------------
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 ------
 qga/commands-win32.c    |   5 +-
 scripts/hxtool          |  46 +------------------
 target/xtensa/gdbstub.c |   1 -
 util/qemu-sockets.c     |  34 --------------
 10 files changed, 140 insertions(+), 99 deletions(-)

Re: [Qemu-devel] [PULL 00/11] Trivial patches for 2017-07-12 (#2)
Posted by Peter Maydell 6 years, 8 months ago
On 12 July 2017 at 15:00, Michael Tokarev <mjt@tls.msk.ru> wrote:
> The same but without two patches from Eric Blake.
> Not resending all the patches, only the cover letter.
>
> 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 a7a305aee1e9a74a3f4b263aa98babed795b1f0a:
>
>   include/hw/ptimer.h: Add documentation comments (2017-07-11 17:44:27 +0300)
>
> ----------------------------------------------------------------
> trivial patches for 2017-07-12
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM