qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PULL 00/21] Trivial patches for 2015-06-23


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 00/21] Trivial patches for 2015-06-23
Date: Tue, 23 Jun 2015 20:22:00 +0300

This is a repeat of previous pull request
(2015-06-22) but with 2 changes:

1) patch 21 util-qemu-sockets-improve-ai_flag-hints-for-ipv6-hos.patch
   has new change:

+#ifndef AI_V4MAPPED
+# define AI_V4MAPPED 0
+#endif

so that it wont fail on systems where AI_V4MAPPED is not defined.

2) patch 12 configure-rearrange-help-and-consolidate-enable-disa.patch
   rebased on top of 9dacf32d2cbd6 "qemu-ga: Building Windows MSI installation",
   incorporating --enable-guest-agent-msi option.

Resending only the 2 changed patches, the rest is the same
as in previous pull request.  So expect only 12/21 and 21/21
patches in reply to this email.

Please consider pulling/applying.

Thanks,

/mjt

The following changes since commit 6966b2a07190004e18ede33ce50a65009b36f3a6:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150623-1' into 
staging (2015-06-23 13:32:50 +0100)

are available in the git repository at:

  git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2015-06-23

for you to fetch changes up to 2bf6b5e90b4226d67c05fadbe105265b4c8e39ea:

  util/qemu-sockets: improve ai_flag hints for ipv6 hosts (2015-06-23 19:59:39 
+0300)

----------------------------------------------------------------
trivial patches for 2015-06-23

----------------------------------------------------------------
Alberto Garcia (1):
      throttle: Fix typo in the documentation of block_set_io_throttle

Alex Bennée (1):
      configure: append --extra-ldflags to LDFLAGS

Dr. David Alan Gilbert (2):
      Grammar: 'as to'->'as for'
      Print error when failing to load PCI config data

Fam Zheng (2):
      Makefile: Fix "make cscope TAGS"
      Makefile: Add "make ctags"

Frediano Ziglio (1):
      hw/display/qxl-logger.c: Constify some variable

Gonglei (6):
      pci-assign: QOMify
      piix: piix3 QOMify
      piix4: QOMify
      wdt_i6300esb: QOMify
      xen_pt: QOMify
      vt82c686: QOMify

Markus Armbruster (2):
      qemu-options: Improve -global documentation
      qemu-options: Use @itemx where appropriate

Michael Tokarev (3):
      remove libdecnumber/dpd/decimal128Local.h
      libcacard: pkgconfig: tidy dependent libs
      configure: rearrange --help and consolidate enable/disable together

Shannon Zhao (2):
      hw/display/cg3.c: Fix memory leak
      hw/display/tcx.c: Fix memory leak

Wolfgang Bumiller (1):
      util/qemu-sockets: improve ai_flag hints for ipv6 hosts

 Makefile                           |  20 +++-
 configure                          | 201 ++++++++++++++-----------------------
 hw/display/cg3.c                   |   1 +
 hw/display/qxl-logger.c            |  16 +--
 hw/display/tcx.c                   |   1 +
 hw/i386/kvm/pci-assign.c           |  39 +++----
 hw/isa/piix4.c                     |   8 +-
 hw/isa/vt82c686.c                  |  47 ++++++---
 hw/pci-host/piix.c                 |  57 ++++++-----
 hw/pci/pci.c                       |   4 +
 hw/watchdog/wdt_i6300esb.c         |  14 ++-
 hw/xen/xen_pt.c                    |  10 +-
 hw/xen/xen_pt.h                    |   4 +
 libcacard/libcacard.pc.in          |   2 +-
 libdecnumber/dpd/decimal128Local.h |  42 --------
 qapi/block-core.json               |   2 +-
 qemu-options.hx                    |  57 +++++------
 qmp-commands.hx                    |   2 +-
 util/qemu-sockets.c                |   9 +-
 19 files changed, 251 insertions(+), 285 deletions(-)
 delete mode 100644 libdecnumber/dpd/decimal128Local.h



reply via email to

[Prev in Thread] Current Thread [Next in Thread]