mbox

[PULL,for-2.9,0/5] Block patches

Message ID 20170607180736.11011-1-stefanha@redhat.com
State New
Headers show

Pull-request

git://github.com/stefanha/qemu.git tags/block-pull-request

Message

Stefan Hajnoczi June 7, 2017, 6:07 p.m. UTC
The following changes since commit 0db1851becbefe3e50cfc03776fb1f75817376af:

  Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request' into staging (2017-06-07 11:56:00 +0100)

are available in the git repository at:

  git://github.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to 11cde1c81093a33c46c7a4039bf750bb61551087:

  configure: split c and cxx extra flags (2017-06-07 15:29:46 +0100)

----------------------------------------------------------------

----------------------------------------------------------------

Bruno Dominguez (1):
  configure: split c and cxx extra flags

Philippe Mathieu-Daudé (2):
  oslib: strip trailing '\n' from error_setg() string argument
  coccinelle: fix typo in comment

Roman Pen (1):
  coroutine-lock: do not touch coroutine after another one has been
    entered

Stefan Hajnoczi (1):
  .gdbinit: load QEMU sub-commands when gdb starts

 configure                                | 75 ++++++++++++++++++--------------
 disas/libvixl/Makefile.objs              |  4 +-
 util/oslib-posix.c                       |  2 +-
 util/qemu-coroutine-lock.c               | 19 +++++++-
 util/qemu-coroutine.c                    |  5 +++
 .gdbinit                                 |  8 ++++
 rules.mak                                |  3 --
 scripts/coccinelle/return_directly.cocci |  2 +-
 8 files changed, 77 insertions(+), 41 deletions(-)
 create mode 100644 .gdbinit

Comments

Peter Maydell June 12, 2017, 1:51 p.m. UTC | #1
On 7 June 2017 at 19:07, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit 0db1851becbefe3e50cfc03776fb1f75817376af:
>
>   Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request' into staging (2017-06-07 11:56:00 +0100)
>
> are available in the git repository at:
>
>   git://github.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 11cde1c81093a33c46c7a4039bf750bb61551087:
>
>   configure: split c and cxx extra flags (2017-06-07 15:29:46 +0100)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Bruno Dominguez (1):
>   configure: split c and cxx extra flags
>
> Philippe Mathieu-Daudé (2):
>   oslib: strip trailing '\n' from error_setg() string argument
>   coccinelle: fix typo in comment
>
> Roman Pen (1):
>   coroutine-lock: do not touch coroutine after another one has been
>     entered
>
> Stefan Hajnoczi (1):
>   .gdbinit: load QEMU sub-commands when gdb starts
>
>  configure                                | 75 ++++++++++++++++++--------------
>  disas/libvixl/Makefile.objs              |  4 +-
>  util/oslib-posix.c                       |  2 +-
>  util/qemu-coroutine-lock.c               | 19 +++++++-
>  util/qemu-coroutine.c                    |  5 +++
>  .gdbinit                                 |  8 ++++
>  rules.mak                                |  3 --
>  scripts/coccinelle/return_directly.cocci |  2 +-
>  8 files changed, 77 insertions(+), 41 deletions(-)
>  create mode 100644 .gdbinit

Applied, thanks.

-- PMM