mbox

[PULL,00/12] Trivial patches for June 9 to 22 2012

Message ID 1340358009-16033-1-git-send-email-stefanha@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://github.com/stefanha/qemu.git trivial-patches

Message

Stefan Hajnoczi June 22, 2012, 9:39 a.m. UTC
The following changes since commit 47ecbdf07ed2c37bdfd2d77137d01bb319ce13da:

  libcacard: build fixes (2012-06-21 20:04:24 +0000)

are available in the git repository at:

  git://github.com/stefanha/qemu.git trivial-patches

for you to fetch changes up to 6a69226f22011673dbce99d5e32cfeaad5bff426:

  tci: Support INDEX_op_bswap64_i64 (2012-06-22 10:34:21 +0100)

----------------------------------------------------------------
Andreas Färber (2):
      Makefile.user: Define CONFIG_USER_ONLY for libuser/
      libqtest: Fix socket_accept() to pass address_len

Frédéric Boiteux (1):
      Install 'bepo' keymap already included in Qemu source

Peter A. G. Crosthwaite (1):
      arm_gic: Send dbg msgs to stderr not stdout

Peter Maydell (1):
      Makefile.hw: avoid overly large 'make clean' rm command

Stefan Weil (7):
      Makefile: Remove BUILD_DIR from qapi-dir
      Makefile: Remove macro qapi-dir
      qemu-config: Use QEMU instead of Qemu
      checkpatch: Add QEMU specific rule
      configure: Fix typo
      target-i386: Use QEMU instead of Qemu
      tci: Support INDEX_op_bswap64_i64

 Makefile              |   24 ++++++++++++------------
 Makefile.hw           |    4 ++--
 Makefile.user         |    1 +
 configure             |    2 +-
 hw/arm_gic.c          |    2 +-
 qemu-config.h         |    2 +-
 scripts/checkpatch.pl |    5 +++++
 target-i386/cpu.c     |    2 +-
 tci.c                 |    1 -
 tests/libqtest.c      |    1 +
 10 files changed, 25 insertions(+), 19 deletions(-)

Comments

Anthony Liguori June 26, 2012, 10:38 p.m. UTC | #1
On 06/22/2012 04:39 AM, Stefan Hajnoczi wrote:
> The following changes since commit 47ecbdf07ed2c37bdfd2d77137d01bb319ce13da:
>
>    libcacard: build fixes (2012-06-21 20:04:24 +0000)
>
> are available in the git repository at:
>
>    git://github.com/stefanha/qemu.git trivial-patches
>
> for you to fetch changes up to 6a69226f22011673dbce99d5e32cfeaad5bff426:
>
>    tci: Support INDEX_op_bswap64_i64 (2012-06-22 10:34:21 +0100)

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> ----------------------------------------------------------------
> Andreas Färber (2):
>        Makefile.user: Define CONFIG_USER_ONLY for libuser/
>        libqtest: Fix socket_accept() to pass address_len
>
> Frédéric Boiteux (1):
>        Install 'bepo' keymap already included in Qemu source
>
> Peter A. G. Crosthwaite (1):
>        arm_gic: Send dbg msgs to stderr not stdout
>
> Peter Maydell (1):
>        Makefile.hw: avoid overly large 'make clean' rm command
>
> Stefan Weil (7):
>        Makefile: Remove BUILD_DIR from qapi-dir
>        Makefile: Remove macro qapi-dir
>        qemu-config: Use QEMU instead of Qemu
>        checkpatch: Add QEMU specific rule
>        configure: Fix typo
>        target-i386: Use QEMU instead of Qemu
>        tci: Support INDEX_op_bswap64_i64
>
>   Makefile              |   24 ++++++++++++------------
>   Makefile.hw           |    4 ++--
>   Makefile.user         |    1 +
>   configure             |    2 +-
>   hw/arm_gic.c          |    2 +-
>   qemu-config.h         |    2 +-
>   scripts/checkpatch.pl |    5 +++++
>   target-i386/cpu.c     |    2 +-
>   tci.c                 |    1 -
>   tests/libqtest.c      |    1 +
>   10 files changed, 25 insertions(+), 19 deletions(-)
>