mbox

[PULL,00/14] Trivial patches for 2014-06-24

Message ID 1403626160-15546-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-06-24

Message

Michael Tokarev June 24, 2014, 4:09 p.m. UTC
Here's another pull request for the trivial patches queue.

Nothing exciting, but it contains some bugfixes.  For example,
a build fix for FreeBSD by Ed Maste.

Please consider pulling/applying.

Thanks,

/mjt

The following changes since commit 513d80edc15d77b6d85df7dfad750ce95d091b78:

  Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140623' into staging (2014-06-24 15:33:42 +0100)

are available in the git repository at:


  git://git.corpit.ru/qemu.git tags/trivial-patches-2014-06-24

for you to fetch changes up to d535508793a8e9389379543ef8d506e50c10cf67:

  Add support for the arm breakpoint syscall (2014-06-24 20:01:24 +0400)

----------------------------------------------------------------
trivial patches for 2014-06-24

----------------------------------------------------------------
Bernhard Übelacker (1):
      Increase maximum number of session of the internal TFTP server.

Chen Gang (1):
      block.c: Remove useless 'buf' variable

Cole Robinson (1):
      configure: Enable TPM by default, add --disable-tpm

Ed Maste (1):
      vscclient: Add required headers to fix build on FreeBSD

Eduardo Habkost (1):
      rng-random: NULL check not needed before g_free()

Hunter Laux (1):
      Add support for the arm breakpoint syscall

Michael Tokarev (1):
      build-sys: introduce install-prog macro to install&strip binaries and use it

Paolo Bonzini (1):
      virtio-serial: remove useless set_config function

Peter Maydell (4):
      tcg: mark tcg_out* and tcg_patch* with attribute 'unused'
      target-unicore: Remove unused functions
      hw/moxie/moxiesim.c: Remove unused moxie_intc_create()
      target-s390x: Remove unused ld_code6() function

Stefan Weil (2):
      Fix new typos (found by codespell)
      target-ppc: Fix compiler warning

 Makefile                        |   12 ++----------
 Makefile.target                 |    5 +----
 backends/rng-random.c           |    5 +----
 block.c                         |    2 --
 block/iscsi.c                   |    2 +-
 configure                       |    5 ++++-
 hw/char/virtio-serial-bus.c     |    8 --------
 hw/input/hid.c                  |    2 +-
 hw/moxie/moxiesim.c             |   13 -------------
 libcacard/vscclient.c           |    2 ++
 linux-user/arm/syscall.h        |    1 +
 linux-user/main.c               |    4 ++++
 rules.mak                       |    7 +++++++
 slirp/tftp.h                    |    2 +-
 target-arm/helper.c             |    2 +-
 target-ppc/dfp_helper.c         |    3 +--
 target-s390x/translate.c        |    5 -----
 target-unicore32/translate.c    |   28 ----------------------------
 target-unicore32/ucf64_helper.c |   22 ----------------------
 tcg/mips/tcg-target.c           |    4 ++--
 tcg/tcg.c                       |   20 ++++++++++++--------
 tests/qemu-iotests/common.qemu  |    2 +-
 translate-all.c                 |    2 +-
 23 files changed, 43 insertions(+), 115 deletions(-)

Comments

Peter Maydell June 24, 2014, 4:56 p.m. UTC | #1
On 24 June 2014 17:09, Michael Tokarev <mjt@tls.msk.ru> wrote:
> Here's another pull request for the trivial patches queue.
>
> Nothing exciting, but it contains some bugfixes.  For example,
> a build fix for FreeBSD by Ed Maste.
>
> Please consider pulling/applying.
>
> Thanks,
>
> /mjt
>
> The following changes since commit 513d80edc15d77b6d85df7dfad750ce95d091b78:
>
>   Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140623' into staging (2014-06-24 15:33:42 +0100)
>
> are available in the git repository at:
>
>
>   git://git.corpit.ru/qemu.git tags/trivial-patches-2014-06-24
>
> for you to fetch changes up to d535508793a8e9389379543ef8d506e50c10cf67:
>
>   Add support for the arm breakpoint syscall (2014-06-24 20:01:24 +0400)
>
> ----------------------------------------------------------------
> trivial patches for 2014-06-24
>

Applied, thanks.

-- PMM