mbox series

[PULL,0/2] Block patches

Message ID 20180122124033.21440-1-stefanha@redhat.com
Headers show
Series Block patches | expand

Message

Stefan Hajnoczi Jan. 22, 2018, 12:40 p.m. UTC
The following changes since commit b384cd95eb9c6f73ad84ed1bb0717a26e29cc78f:

  Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2018-01-19 16:35:25 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 91661dbdff76d526d22bc7ddf9df3d41e80cdbbf:

  block: add block_set_io_throttle virtio-blk-pci QMP example (2018-01-22 12:19:14 +0000)

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

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

Mao Zhongyi (1):
  hw/block: Use errp directly rather than local_err

Stefan Hajnoczi (1):
  block: add block_set_io_throttle virtio-blk-pci QMP example

 qapi/block-core.json  | 18 ++++++++++++++++++
 hw/block/virtio-blk.c |  5 +----
 2 files changed, 19 insertions(+), 4 deletions(-)

Comments

Stefan Hajnoczi Jan. 22, 2018, 1:54 p.m. UTC | #1
On Mon, Jan 22, 2018 at 12:40 PM, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit b384cd95eb9c6f73ad84ed1bb0717a26e29cc78f:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2018-01-19 16:35:25 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 91661dbdff76d526d22bc7ddf9df3d41e80cdbbf:
>
>   block: add block_set_io_throttle virtio-blk-pci QMP example (2018-01-22 12:19:14 +0000)

NACK

Please ignore this pull request for now.  It's broken.

Stefan