qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>
Subject: [Qemu-devel] [PULL 00/14] Trivial patches for 2016-02-11
Date: Thu, 11 Feb 2016 15:18:49 +0300	[thread overview]
Message-ID: <cover.1455192968.git.mjt@msgid.tls.msk.ru> (raw)

Here's yet another trivial-patches pull request.  There aren't many
patches in there this time, even if the previous pull request was
quite some time ago.

Speaking of the pull requests.  Maybe it is better to use the
same tag all the time, instead of separate tags for every pull?

Thanks,

/mjt

The following changes since commit 88c73d16ad1b6c22a2ab082064d0d521f756296a:

  memory: fix usage of find_next_bit and find_next_zero_bit (2016-02-10 22:38:24 +0000)

are available in the git repository at:

  git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2016-02-11

for you to fetch changes up to 1834ed3afc578b8dbf39838cfdf27d457771a334:

  w32: include winsock2.h before windows.h (2016-02-11 15:15:47 +0300)

----------------------------------------------------------------
trivial patches for 2016-02-11

----------------------------------------------------------------
Alistair Francis (1):
      qom: Correct object_property_get_int() description

Cao jin (3):
      ES1370: QOMify
      Emulated CCID card: QOMify
      Passthru CCID card: QOMify

Christophe Fergeau (1):
      man: virtfs-proxy-helper: Rework awkward sentence

Daniel P. Berrange (1):
      char: fix parameter name / type in BSD codepath

Daniel Serpell (1):
      Adds keycode 86 to the hid_usage_keys translation table.

Michael Tokarev (2):
      remove libtool support
      s390x: remove s390-zipl.rom

Paolo Bonzini (3):
      cpu: cpu_save/cpu_load is no more
      qemu-sockets: simplify error handling
      w32: include winsock2.h before windows.h

Wei Yang (2):
      rdma: remove check on time_spent when calculating mbs
      qmp-spec: fix index in doc

 Makefile                       |   1 -
 configure                      |  86 +----------------------------------------
 docs/qmp-spec.txt              |   2 +-
 exec.c                         |   6 ---
 fsdev/virtfs-proxy-helper.texi |   4 +-
 hw/audio/es1370.c              |  10 +++--
 hw/input/hid.c                 |   2 +-
 hw/s390x/ipl.c                 |   2 +-
 hw/s390x/s390-virtio.c         |   1 -
 hw/usb/ccid-card-emulated.c    |  23 ++++++-----
 hw/usb/ccid-card-passthru.c    |  14 ++++---
 include/qemu-common.h          |   6 ---
 include/qom/object.h           |   2 +-
 include/sysemu/os-win32.h      |   2 +-
 migration/migration.c          |   4 +-
 pc-bios/README                 |   4 --
 pc-bios/s390-zipl.rom          | Bin 3304 -> 0 bytes
 qemu-char.c                    |   4 +-
 qemu-doc.texi                  |   1 -
 rules.mak                      |  18 ---------
 util/qemu-sockets.c            |   6 +--
 21 files changed, 44 insertions(+), 154 deletions(-)
 delete mode 100644 pc-bios/s390-zipl.rom

             reply	other threads:[~2016-02-11 12:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-11 12:18 Michael Tokarev [this message]
2016-02-11 12:18 ` [Qemu-devel] [PULL 01/14] remove libtool support Michael Tokarev
2016-02-11 12:18 ` [Qemu-devel] [PULL 02/14] man: virtfs-proxy-helper: Rework awkward sentence Michael Tokarev
2016-02-11 12:18 ` [Qemu-devel] [PULL 03/14] qom: Correct object_property_get_int() description Michael Tokarev
2016-02-11 12:18 ` [Qemu-devel] [PULL 04/14] cpu: cpu_save/cpu_load is no more Michael Tokarev
2016-02-11 12:18 ` [Qemu-devel] [PULL 05/14] qemu-sockets: simplify error handling Michael Tokarev
2016-02-11 12:18 ` [Qemu-devel] [PULL 06/14] rdma: remove check on time_spent when calculating mbs Michael Tokarev
2016-02-11 12:18 ` [Qemu-devel] [PULL 07/14] qmp-spec: fix index in doc Michael Tokarev
2016-02-11 12:18 ` [Qemu-devel] [PULL 08/14] char: fix parameter name / type in BSD codepath Michael Tokarev
2016-02-11 12:18 ` [Qemu-devel] [PULL 09/14] ES1370: QOMify Michael Tokarev
2016-02-11 12:18 ` [Qemu-devel] [PULL 10/14] Emulated CCID card: QOMify Michael Tokarev
2016-02-11 12:19 ` [Qemu-devel] [PULL 11/14] Passthru " Michael Tokarev
2016-02-11 12:19 ` [Qemu-devel] [PULL 12/14] s390x: remove s390-zipl.rom Michael Tokarev
2016-02-11 12:19 ` [Qemu-devel] [PULL 13/14] Adds keycode 86 to the hid_usage_keys translation table Michael Tokarev
2016-02-11 12:19 ` [Qemu-devel] [PULL 14/14] w32: include winsock2.h before windows.h Michael Tokarev
2016-02-11 17:08 ` [Qemu-devel] [PULL 00/14] Trivial patches for 2016-02-11 Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1455192968.git.mjt@msgid.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).