mbox

[PULL,0/5] Trivial patches for 20 to 26 March 2012

Message ID 1332763670-32063-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 March 26, 2012, 12:07 p.m. UTC
The following changes since commit cb1977d308f6e1d6bf398d42e6148187b82456c1:

  tcg-sparc: Add debug_frame support. (2012-03-24 19:57:58 +0000)

are available in the git repository at:

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

for you to fetch changes up to 95b752bc32ccabe48430c0d0062b7c6947d864d0:

  trace-events: Fix broken build caused by wrong format specifier (2012-03-26 12:34:20 +0100)

----------------------------------------------------------------
Eduardo Habkost (1):
      vl.c: fix '-cpu ?' segfault

Michael Roth (3):
      test: remove qemu-ga reference
      qapi: remove print statements from test-qmp-commands
      test: add test-qmp-commands to make check

Stefan Weil (1):
      trace-events: Fix broken build caused by wrong format specifier

 Makefile            |    1 +
 test-qmp-commands.c |    3 ---
 tests/Makefile      |    3 ++-
 trace-events        |    2 +-
 vl.c                |    2 +-
 5 files changed, 5 insertions(+), 6 deletions(-)

Comments

Anthony Liguori March 26, 2012, 9:10 p.m. UTC | #1
On 03/26/2012 07:07 AM, Stefan Hajnoczi wrote:
> The following changes since commit cb1977d308f6e1d6bf398d42e6148187b82456c1:
>
>    tcg-sparc: Add debug_frame support. (2012-03-24 19:57:58 +0000)
>
> are available in the git repository at:
>
>    git://github.com/stefanha/qemu.git trivial-patches
>
> for you to fetch changes up to 95b752bc32ccabe48430c0d0062b7c6947d864d0:
>
>    trace-events: Fix broken build caused by wrong format specifier (2012-03-26 12:34:20 +0100)

Pulled.  Thanks.

Regards,

Anthony Liguori


>
> ----------------------------------------------------------------
> Eduardo Habkost (1):
>        vl.c: fix '-cpu ?' segfault
>
> Michael Roth (3):
>        test: remove qemu-ga reference
>        qapi: remove print statements from test-qmp-commands
>        test: add test-qmp-commands to make check
>
> Stefan Weil (1):
>        trace-events: Fix broken build caused by wrong format specifier
>
>   Makefile            |    1 +
>   test-qmp-commands.c |    3 ---
>   tests/Makefile      |    3 ++-
>   trace-events        |    2 +-
>   vl.c                |    2 +-
>   5 files changed, 5 insertions(+), 6 deletions(-)
>