mbox

[PULL,00/23] Trivial patches for 2014-05-26

Message ID 1401088811-22923-1-git-send-email-mjt@msgid.tls.msk.ru
State New
Headers show

Pull-request

git://git.corpit.ru/qemu.git tags/trivial-patches-2014-05-26

Message

Michael Tokarev May 26, 2014, 7:19 a.m. UTC
Here's another trivial patches pull request.

This time it accumulated 23 patches, in many areas, with a focus,
for some reason, on libcacard, which received quite some cleanups
and a fix for a fun bug.

More interesting changes this time are by Peter Maydell, -- these
are the bswap.h macros renaming and using a subdir in curdir for
temporaries.

Please consider applying.

/mjt

The following changes since commit 6054d883d6138bfc92c73a7c090c824b64086fd2:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-2' into staging (2014-05-22 18:14:01 +0100)

are available in the git repository at:


  git://git.corpit.ru/qemu.git tags/trivial-patches-2014-05-26

for you to fetch changes up to 1687a089f103f9b7a1b4a1555068054cb46ee9e9:

  libcacard: remove useless initializers (2014-05-26 10:41:22 +0400)

----------------------------------------------------------------
trivial patches for 2014-05-26

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
      vl: fix 'name' option to work with -readconfig

Hani Benhabiles (2):
      nbd: Close socket on negotiation failure.
      nbd: Miscellaneous typo fixes.

Jules Wang (1):
      dma-helpers: avoid calling dma_bdrv_unmap() twice

Le Tan (3):
      arch_init: replace fprintf(stderr, ...) with error_report()
      audio: replace fprintf(stderr, ...) with error_report() in audio
      bsd-user: replace fprintf(stderr, ...) with error_report()

Markus Armbruster (6):
      libcacard/vscclient: Bury some dead code
      libcacard: Plug memory leaks around vreader_get_reader_list()
      libcacard/vreader: Drop broken recovery from failed assertion
      libcacard/vreader: Tighten assertion to clarify intent
      libcacard: Convert two leftover realloc() to GLib
      libcacard/vcard_emul_nss: Drop a redundant conditional

Michael Tokarev (3):
      libcacard: g_malloc cleanups
      libcacard: fix wrong array expansion logic
      libcacard: remove useless initializers

Peter Crosthwaite (1):
      net: cadence_gem: Fix top comment

Peter Maydell (3):
      iohandler.c: Properly initialize sigaction struct
      bswap.h: Rename ldl_p, stl_p, etc to ldl_he_p, stl_he_p, etc
      configure: Put tempfiles in a subdir of the build directory

Saravanakumar (2):
      jazz_led: Add missing break in switch case
      pci: move dereferencing of root only after verifying valid root pointer

Stefan Weil (1):
      configure: Automatically select GTK+ 3.0 if GTK+ 2.0 is unavailable

 .gitignore                 |    1 +
 arch_init.c                |   32 +++++++++++++--------------
 audio/spiceaudio.c         |    2 +-
 audio/wavcapture.c         |    3 +--
 blockdev-nbd.c             |    4 ++--
 bsd-user/bsdload.c         |    2 +-
 bsd-user/elfload.c         |    2 +-
 bsd-user/main.c            |   14 ++++++------
 configure                  |   51 ++++++++++++++++++++++++++++++--------------
 dma-helpers.c              |    2 +-
 hw/display/jazz_led.c      |    1 +
 hw/net/cadence_gem.c       |    2 +-
 hw/pci/pci.c               |    4 ++--
 include/qemu/bswap.h       |   45 +++++++++++++++++++-------------------
 iohandler.c                |    1 +
 libcacard/cac.c            |   38 +++++++++++----------------------
 libcacard/card_7816.c      |   16 ++++++--------
 libcacard/event.c          |    2 +-
 libcacard/vcard.c          |   26 ++++++----------------
 libcacard/vcard_emul_nss.c |   39 +++++++++++++++------------------
 libcacard/vreader.c        |   31 +++++++++++----------------
 libcacard/vscclient.c      |   11 +++++-----
 nbd.c                      |    2 +-
 qemu-nbd.c                 |    6 ++++--
 qemu-nbd.texi              |    2 +-
 vl.c                       |    9 ++++++--
 26 files changed, 167 insertions(+), 181 deletions(-)

Comments

Peter Maydell May 27, 2014, 10:30 p.m. UTC | #1
On 26 May 2014 08:19, Michael Tokarev <mjt@tls.msk.ru> wrote:
> Here's another trivial patches pull request.
>
> This time it accumulated 23 patches, in many areas, with a focus,
> for some reason, on libcacard, which received quite some cleanups
> and a fix for a fun bug.
>
> More interesting changes this time are by Peter Maydell, -- these
> are the bswap.h macros renaming and using a subdir in curdir for
> temporaries.
>
> Please consider applying.
>
> /mjt
>
> The following changes since commit 6054d883d6138bfc92c73a7c090c824b64086fd2:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-2' into staging (2014-05-22 18:14:01 +0100)
>
> are available in the git repository at:
>
>
>   git://git.corpit.ru/qemu.git tags/trivial-patches-2014-05-26
>
> for you to fetch changes up to 1687a089f103f9b7a1b4a1555068054cb46ee9e9:
>
>   libcacard: remove useless initializers (2014-05-26 10:41:22 +0400)
>
> ----------------------------------------------------------------
> trivial patches for 2014-05-26
>

Applied, thanks.

-- PMM