mbox

[PULL,0/8] Trivial patches for 27 March to 3 April 2012

Message ID 1333449767-16410-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 April 3, 2012, 10:42 a.m. UTC
I'm will be gone from tomorrow until Monday so it's time to flush the
trivial-patches queue.

The following changes since commit f05f6b4adb4db3affb0cdd17383b0a7e905e66e1:

  qdev: put all devices under /machine (2012-04-02 15:04:15 -0500)

are available in the git repository at:

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

for you to fetch changes up to 53fbf7b5391c76cc474d469bfed6a69a1243f4de:

  make: fix clean rule by removing build file in qom/ (2012-04-03 09:55:26 +0100)

----------------------------------------------------------------
Anthony PERARD (1):
      make: fix clean rule by removing build file in qom/

Frediano Ziglio (1):
      main-loop: make qemu_event_handle static

Jan Kiszka (1):
      w32: Undefine error constants before their redefinition

Lluís Vilanova (2):
      configure: Link QEMU against 'liburcu-bp'
      configure: Link qga against UST tracing related libraries

Stefan Hajnoczi (1):
      configure: fix mingw32 libs_qga typo

Stefan Weil (2):
      qtest: Add missing GCC_FMT_ATTR
      block/curl: Replace usleep by g_usleep

 Makefile      |    1 +
 block/curl.c  |    2 +-
 configure     |    5 +++--
 main-loop.c   |    2 +-
 qemu_socket.h |    2 ++
 qtest.c       |    3 ++-
 6 files changed, 10 insertions(+), 5 deletions(-)

Comments

Anthony Liguori April 10, 2012, 3:07 p.m. UTC | #1
On 04/03/2012 05:42 AM, Stefan Hajnoczi wrote:
> I'm will be gone from tomorrow until Monday so it's time to flush the
> trivial-patches queue.
>
> The following changes since commit f05f6b4adb4db3affb0cdd17383b0a7e905e66e1:
>
>    qdev: put all devices under /machine (2012-04-02 15:04:15 -0500)
>
> are available in the git repository at:
>
>    git://github.com/stefanha/qemu.git trivial-patches
>
> for you to fetch changes up to 53fbf7b5391c76cc474d469bfed6a69a1243f4de:
>
>    make: fix clean rule by removing build file in qom/ (2012-04-03 09:55:26 +0100)

Pulled. Thanks.

Regards,

Anthony Liguori

>
> ----------------------------------------------------------------
> Anthony PERARD (1):
>        make: fix clean rule by removing build file in qom/
>
> Frediano Ziglio (1):
>        main-loop: make qemu_event_handle static
>
> Jan Kiszka (1):
>        w32: Undefine error constants before their redefinition
>
> Lluís Vilanova (2):
>        configure: Link QEMU against 'liburcu-bp'
>        configure: Link qga against UST tracing related libraries
>
> Stefan Hajnoczi (1):
>        configure: fix mingw32 libs_qga typo
>
> Stefan Weil (2):
>        qtest: Add missing GCC_FMT_ATTR
>        block/curl: Replace usleep by g_usleep
>
>   Makefile      |    1 +
>   block/curl.c  |    2 +-
>   configure     |    5 +++--
>   main-loop.c   |    2 +-
>   qemu_socket.h |    2 ++
>   qtest.c       |    3 ++-
>   6 files changed, 10 insertions(+), 5 deletions(-)
>