mbox

[PULL,0/2] Block patches

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

Pull-request

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

Message

Stefan Hajnoczi July 17, 2017, 3:40 p.m. UTC
The following changes since commit 4871b51b9241b10f4fd8e04bbb21577886795e25:

  vmgenid-test: use boot-sector infrastructure (2017-07-14 17:03:03 +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 593ed6f0a3c827a13a274e47f6fa980344234f9c:

  block: fix shadowed variable in bdrv_co_pdiscard (2017-07-17 15:58:37 +0100)

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

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

Alistair Francis (1):
  util/aio-win32: Only select on what we are actually waiting for

Denis V. Lunev (1):
  block: fix shadowed variable in bdrv_co_pdiscard

 block/io.c       |  1 -
 util/aio-win32.c | 13 ++++++++++---
 2 files changed, 10 insertions(+), 4 deletions(-)

Comments

Peter Maydell July 18, 2017, 1:13 p.m. UTC | #1
On 17 July 2017 at 16:40, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit 4871b51b9241b10f4fd8e04bbb21577886795e25:
>
>   vmgenid-test: use boot-sector infrastructure (2017-07-14 17:03:03 +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 593ed6f0a3c827a13a274e47f6fa980344234f9c:
>
>   block: fix shadowed variable in bdrv_co_pdiscard (2017-07-17 15:58:37 +0100)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Alistair Francis (1):
>   util/aio-win32: Only select on what we are actually waiting for
>
> Denis V. Lunev (1):
>   block: fix shadowed variable in bdrv_co_pdiscard
>
>  block/io.c       |  1 -
>  util/aio-win32.c | 13 ++++++++++---
>  2 files changed, 10 insertions(+), 4 deletions(-)

Applied, thanks.

-- PMM