mbox

[PULL,0/2] Block patches

Message ID 20181012015026.17441-1-famz@redhat.com
State New
Headers show

Pull-request

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

Message

Fam Zheng Oct. 12, 2018, 1:50 a.m. UTC
The following changes since commit 75e50c80e051423a6f55a34ee4a1eec842444a5b:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-10-10' into staging (2018-10-11 10:43:37 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 6388147296cd4c841a7d4409ba622c200332a8c7:

  nvme: correct locking around completion (2018-10-12 09:46:14 +0800)

----------------------------------------------------------------
Block patches

One fix from Marc-André for iothread.
One fix from Paolo on nvme:// driver.

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

Marc-André Lureau (1):
  iothread: fix crash with invalid properties

Paolo Bonzini (1):
  nvme: correct locking around completion

 block/nvme.c | 2 --
 iothread.c   | 9 ++++++---
 2 files changed, 6 insertions(+), 5 deletions(-)

Comments

Peter Maydell Oct. 12, 2018, 11:39 a.m. UTC | #1
On 12 October 2018 at 02:50, Fam Zheng <famz@redhat.com> wrote:
> The following changes since commit 75e50c80e051423a6f55a34ee4a1eec842444a5b:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-10-10' into staging (2018-10-11 10:43:37 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/famz/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 6388147296cd4c841a7d4409ba622c200332a8c7:
>
>   nvme: correct locking around completion (2018-10-12 09:46:14 +0800)
>
> ----------------------------------------------------------------
> Block patches
>
> One fix from Marc-André for iothread.
> One fix from Paolo on nvme:// driver.
>
> ----------------------------------------------------------------
>
> Marc-André Lureau (1):
>   iothread: fix crash with invalid properties
>
> Paolo Bonzini (1):
>   nvme: correct locking around completion
>
>  block/nvme.c | 2 --
>  iothread.c   | 9 ++++++---
>  2 files changed, 6 insertions(+), 5 deletions(-)

Applied, thanks.

-- PMM