From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1dVIBv-0003zM-6j for mharc-qemu-trivial@gnu.org; Wed, 12 Jul 2017 10:00:35 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVIBo-0003u4-0a for qemu-trivial@nongnu.org; Wed, 12 Jul 2017 10:00:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVIBn-00034j-5D for qemu-trivial@nongnu.org; Wed, 12 Jul 2017 10:00:28 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:53691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVIBZ-0002v8-1C; Wed, 12 Jul 2017 10:00:13 -0400 Received: from tsrv.tls.msk.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id 2F439408C4; Wed, 12 Jul 2017 17:00:12 +0300 (MSK) Received: from tls.msk.ru (mjt.vpn.tls.msk.ru [192.168.177.99]) by tsrv.tls.msk.ru (Postfix) with SMTP id 1D9EFAC8; Wed, 12 Jul 2017 17:00:12 +0300 (MSK) Received: (nullmailer pid 16699 invoked by uid 1000); Wed, 12 Jul 2017 14:00:12 -0000 From: Michael Tokarev To: qemu-devel@nongnu.org Cc: Michael Tokarev , qemu-trivial@nongnu.org Date: Wed, 12 Jul 2017 17:00:11 +0300 Message-Id: X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 86.62.121.231 Subject: [Qemu-trivial] [PULL 00/11] Trivial patches for 2017-07-12 (#2) X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2017 14:00:33 -0000 The same but without two patches from Eric Blake. Not resending all the patches, only the cover letter. The following changes since commit 6b06e3e49eb8c91cc286c16d6bf3181ac296f3= 3d: 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 +0= 300) ---------------------------------------------------------------- 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=C3=A9 (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(-)