All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/2] Block patches
@ 2017-06-28 12:20 Stefan Hajnoczi
  2017-06-28 12:20 ` [Qemu-devel] [PULL 1/2] virtio-blk: trace vdev so devices can be distinguished Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 52+ messages in thread
From: Stefan Hajnoczi @ 2017-06-28 12:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Stefan Hajnoczi

The following changes since commit 577caa2672ccde7352fda3ef17e44993de862f0e:

  Merge remote-tracking branch 'remotes/edgar/tags/edgar/mmio-exec-v2.for-upstream' into staging (2017-06-27 16:56:55 +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 439778e6b4a20c8fe6a6a92a17013b09c4ae55d0:

  virtio-pci: use ioeventfd even when KVM is disabled (2017-06-28 13:18:53 +0100)

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

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

Stefan Hajnoczi (2):
  virtio-blk: trace vdev so devices can be distinguished
  virtio-pci: use ioeventfd even when KVM is disabled

 hw/block/virtio-blk.c  | 12 +++++++-----
 hw/virtio/virtio-pci.c |  2 +-
 hw/block/trace-events  | 10 +++++-----
 3 files changed, 13 insertions(+), 11 deletions(-)

-- 
2.9.4

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2019-08-22 15:53 Stefan Hajnoczi
  2019-08-27  9:00 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Stefan Hajnoczi @ 2019-08-22 15:53 UTC (permalink / raw)
  To: qemu-devel
  Cc: Fam Zheng, Peter Maydell, qemu-block, Michael S. Tsirkin,
	Stefan Hajnoczi, Paolo Bonzini

The following changes since commit 33f18cf7dca7741d3647d514040904ce83edd73d:

  Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190821-pull-request' into staging (2019-08-21 15:18:50 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 5d4c1ed3d46d7e2010b389fe5f3376f605182ab0:

  vhost-user-scsi: prevent using uninitialized vqs (2019-08-22 16:52:23 +0100)

----------------------------------------------------------------
Pull request

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

Raphael Norwitz (1):
  vhost-user-scsi: prevent using uninitialized vqs

Stefan Hajnoczi (1):
  util/async: hold AioContext ref to prevent use-after-free

 hw/scsi/vhost-user-scsi.c | 2 +-
 util/async.c              | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

-- 
2.21.0



^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2019-01-14 16:34 Stefan Hajnoczi
  2019-01-15 18:07 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Stefan Hajnoczi @ 2019-01-14 16:34 UTC (permalink / raw)
  To: qemu-devel
  Cc: Stefan Hajnoczi, Peter Maydell, Fam Zheng, qemu-block,
	Stefan Weil, Max Reitz, Kevin Wolf

The following changes since commit 7260438b7056469610ee166f7abe9ff8a26b8b16:

  Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part2' into staging (2019-01-14 11:41:43 +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 fef1660132b0f25bf2d275d7f986ddcfe19a4426:

  aio-posix: Fix concurrent aio_poll/set_fd_handler. (2019-01-14 14:09:41 +0000)

----------------------------------------------------------------
Pull request

No user-visible changes.

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

Remy Noel (2):
  aio-posix: Unregister fd from ctx epoll when removing fd_handler.
  aio-posix: Fix concurrent aio_poll/set_fd_handler.

 util/aio-posix.c | 90 +++++++++++++++++++++++++++++-------------------
 util/aio-win32.c | 67 ++++++++++++++++-------------------
 2 files changed, 84 insertions(+), 73 deletions(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2018-12-12  9:52 Stefan Hajnoczi
  2018-12-13 13:05 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Stefan Hajnoczi @ 2018-12-12  9:52 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, Fam Zheng, Michael S. Tsirkin, Max Reitz,
	Peter Maydell, Stefan Hajnoczi, qemu-block

The following changes since commit bb9bf94b3e8926553290bc9a7cb84315af422086:

  Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2018-12-11 19:18:58 +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 e61809ed8ac3a2f68eb1cc231244f84eb06adacf:

  virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is initially -1 (2018-12-12 09:16:55 +0000)

----------------------------------------------------------------
Pull request

Minor virtio-blk fixes.

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

Dongli Zhang (2):
  virtio-blk: rename iov to out_iov in virtio_blk_handle_request()
  virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is
    initially -1

 hw/block/virtio-blk.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

-- 
2.19.2

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2018-10-29 13:56 Stefan Hajnoczi
  2018-10-29 18:23 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Stefan Hajnoczi @ 2018-10-29 13:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: Stefan Hajnoczi, Peter Maydell, qemu-block, Fam Zheng

The following changes since commit 285278ca785f5fa9a570927e1c0958a2ca2b2150:

  Merge remote-tracking branch 'remotes/famz/tags/testing-pull-request' into staging (2018-10-27 19:55:08 +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 bd54b11062c4baa7d2e4efadcf71b8cfd55311fd:

  nvdimm: Add docs hint for Linux driver name (2018-10-29 13:35:22 +0000)

----------------------------------------------------------------
Pull request

No changelog-worthy entries, just small tweaks.

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

Kees Cook (1):
  nvdimm: Add docs hint for Linux driver name

Li Qiang (1):
  util: aio-posix: fix a typo

 docs/nvdimm.txt  | 5 +++--
 util/aio-posix.c | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
2.17.2

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2018-10-12  1:50 Fam Zheng
  2018-10-12 11:39 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Fam Zheng @ 2018-10-12  1:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

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(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2018-08-22  3:43 Jeff Cody
  2018-08-23 18:02 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Jeff Cody @ 2018-08-22  3:43 UTC (permalink / raw)
  To: qemu-block; +Cc: peter.maydell, jcody, qemu-devel

The following changes since commit ee135aa0428fe5af2af7be04ff16d2b596a9330a:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180821' into staging (2018-08-21 13:27:11 +0100)

are available in the Git repository at:

  git://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request

for you to fetch changes up to 26bf474ba92c76e61bea51726e22da6dfd185296:

  block: iotest to catch abort on forced blockjob cancel (2018-08-21 15:20:37 -0400)

----------------------------------------------------------------
Block job patches
----------------------------------------------------------------

Jeff Cody (2):
  block: for jobs, do not clear user_paused until after the resume
  block: iotest to catch abort on forced blockjob cancel

 job.c                      |  2 +-
 tests/qemu-iotests/229     | 95 ++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/229.out | 23 +++++++++
 tests/qemu-iotests/group   |  1 +
 4 files changed, 120 insertions(+), 1 deletion(-)
 create mode 100755 tests/qemu-iotests/229
 create mode 100644 tests/qemu-iotests/229.out

-- 
2.17.1

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2018-06-27 14:48 Stefan Hajnoczi
  2018-06-28 16:43 ` Peter Maydell
  2018-07-01 14:58 ` no-reply
  0 siblings, 2 replies; 52+ messages in thread
From: Stefan Hajnoczi @ 2018-06-27 14:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, Peter Maydell

The following changes since commit 00928a421d47f49691cace1207481b7aad31b1f1:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180626' into staging (2018-06-26 18:23:49 +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 ed6e2161715c527330f936d44af4c547f25f687e:

  linux-aio: properly bubble up errors from initialization (2018-06-27 13:06:34 +0100)

----------------------------------------------------------------
Pull request

 * Gracefully handle Linux AIO init failure

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

Nishanth Aravamudan (1):
  linux-aio: properly bubble up errors from initialization

Stefan Hajnoczi (1):
  compiler: add a sizeof_field() macro

 include/block/aio.h           |  3 +++
 include/block/raw-aio.h       |  2 +-
 include/hw/xen/io/ring.h      |  2 +-
 include/qemu/compiler.h       |  2 ++
 accel/tcg/translate-all.c     |  2 +-
 block/file-posix.c            | 33 ++++++++++++++++++++++++++++-----
 block/linux-aio.c             | 12 +++++++++---
 hw/display/xenfb.c            |  4 ++--
 hw/net/rocker/rocker_of_dpa.c |  2 +-
 hw/net/virtio-net.c           |  2 +-
 stubs/linux-aio.c             |  2 +-
 target/i386/kvm.c             |  2 +-
 target/ppc/arch_dump.c        | 10 +++++-----
 target/s390x/arch_dump.c      | 20 ++++++++++----------
 util/async.c                  | 14 +++++++++++---
 15 files changed, 77 insertions(+), 35 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2018-06-05 14:19 Jeff Cody
  2018-06-05 15:11 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Jeff Cody @ 2018-06-05 14:19 UTC (permalink / raw)
  To: qemu-block; +Cc: peter.maydell, jcody, qemu-devel, pbonzini

The following changes since commit 41feb5b955f0d7c9d071b2c5adbc404ae2895c7a:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging (2018-06-05 10:38:33 +0100)

are available in the git repository at:

  git://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request

for you to fetch changes up to 68acc99f143b60ec4faa2903065b187d4d3c4bf3:

  sheepdog: remove huge BSS object (2018-06-05 10:15:12 -0400)

----------------------------------------------------------------
Sheepdog patches
----------------------------------------------------------------

Paolo Bonzini (2):
  sheepdog: cleanup repeated expression
  sheepdog: remove huge BSS object

 block/sheepdog.c | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

-- 
2.13.6

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2018-02-01  4:06 Jeff Cody
  2018-02-02 10:57 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Jeff Cody @ 2018-02-01  4:06 UTC (permalink / raw)
  To: qemu-block; +Cc: peter.maydell, jcody, qemu-devel

The following changes since commit b05631954d6dfe93340d516660397e2c1a2a5dd6:

  Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180131' into staging (2018-01-31 15:50:29 +0000)

are available in the git repository at:

  git://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request

for you to fetch changes up to 45a79646ea746fa3f32083d0aa70512aae29f6b3:

  iotests: Make 200 run on tmpfs (2018-01-31 22:37:00 -0500)

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

Max Reitz (1):
  iotests: Make 200 run on tmpfs

Murilo Opsfelder Araujo (1):
  block/ssh: fix possible segmentation fault when .desc is not
    null-terminated

 block/ssh.c            | 1 +
 tests/qemu-iotests/200 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
2.9.5

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2018-01-22 12:40 Stefan Hajnoczi
  2018-01-22 13:54 ` Stefan Hajnoczi
  0 siblings, 1 reply; 52+ messages in thread
From: Stefan Hajnoczi @ 2018-01-22 12:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Stefan Hajnoczi

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(-)

-- 
2.14.3

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2017-07-18  4:17 Jeff Cody
  2017-07-18 20:13 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Jeff Cody @ 2017-07-18  4:17 UTC (permalink / raw)
  To: qemu-block; +Cc: peter.maydell, jcody, qemu-devel, stefanha

The following changes since commit ca4e667dbf431d4a2a5a619cde79d30dd2ac3eb2:

  Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request' into staging (2017-07-17 17:54:17 +0100)

are available in the git repository at:

  git://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request

for you to fetch changes up to 8508eee740c78d1465e25dad7c3e06137485dfbc:

  live-block-ops.txt: Rename, rewrite, and improve it (2017-07-18 00:11:01 -0400)

----------------------------------------------------------------
Block patches (documentation)
----------------------------------------------------------------

Kashyap Chamarthy (2):
  bitmaps.md: Convert to rST; move it into 'interop' dir
  live-block-ops.txt: Rename, rewrite, and improve it

 docs/devel/bitmaps.md                  |  505 ---------------
 docs/interop/bitmaps.rst               |  555 ++++++++++++++++
 docs/interop/live-block-operations.rst | 1088 ++++++++++++++++++++++++++++++++
 docs/live-block-ops.txt                |   72 ---
 4 files changed, 1643 insertions(+), 577 deletions(-)
 delete mode 100644 docs/devel/bitmaps.md
 create mode 100644 docs/interop/bitmaps.rst
 create mode 100644 docs/interop/live-block-operations.rst
 delete mode 100644 docs/live-block-ops.txt

-- 
2.9.4

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2017-07-17 15:40 Stefan Hajnoczi
  2017-07-18 13:13 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Stefan Hajnoczi @ 2017-07-17 15:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Stefan Hajnoczi

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(-)

-- 
2.9.4

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2017-06-30 14:10 Fam Zheng
  2017-06-30 16:55 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Fam Zheng @ 2017-06-30 14:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Fam Zheng

The following changes since commit 36f87b4513373b3cd79c87c9197d17face95d4ac:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170630' into staging (2017-06-30 11:58:49 +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 c61e684e44272f2acb2bef34cf2aa234582a73a9:

  block: Exploit BDRV_BLOCK_EOF for larger zero blocks (2017-06-30 21:48:06 +0800)

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

Hi Peter,

Here are Eric Blake's enhancement to block layer API. Thanks!

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

Eric Blake (2):
  block: Add BDRV_BLOCK_EOF to bdrv_get_block_status()
  block: Exploit BDRV_BLOCK_EOF for larger zero blocks

 block/io.c                 | 42 +++++++++++++++++++++++++++++++++---------
 include/block/block.h      |  2 ++
 tests/qemu-iotests/154     |  4 ----
 tests/qemu-iotests/154.out | 12 ++++++------
 4 files changed, 41 insertions(+), 19 deletions(-)

-- 
2.9.4

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2017-06-14 21:55 Jeff Cody
  2017-06-14 22:26 ` no-reply
  2017-06-20 10:13 ` Peter Maydell
  0 siblings, 2 replies; 52+ messages in thread
From: Jeff Cody @ 2017-06-14 21:55 UTC (permalink / raw)
  To: qemu-block; +Cc: peter.maydell, jcody, qemu-devel, stefanha

The following changes since commit 3f0602927b120a480b35dcf58cf6f95435b3ae91:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170613' into staging (2017-06-13 15:49:07 +0100)

are available in the git repository at:

  git://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request

for you to fetch changes up to 5c3ad1a6a8fa041c57403dbe1fc5927eec0be66b:

  block/iscsi: enable filename option and parsing (2017-06-14 17:39:46 -0400)

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

Jeff Cody (2):
  block/rbd: enable filename option and parsing
  block/iscsi: enable filename option and parsing

 block/iscsi.c | 22 +++++++++++++++++++++-
 block/rbd.c   | 22 +++++++++++++++++++++-
 2 files changed, 42 insertions(+), 2 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2017-02-28  4:37 Jeff Cody
  2017-02-28 14:49 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Jeff Cody @ 2017-02-28  4:37 UTC (permalink / raw)
  To: qemu-block; +Cc: peter.maydell, jcody, qemu-devel

The following changes since commit 8f2d7c341184a95d05476ea3c45dbae2b9ddbe51:

  Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-02-27-1' into staging (2017-02-27 15:33:21 +0000)

are available in the git repository at:

  https://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request

for you to fetch changes up to 51654aa52a94612edfaf76dcb51c0a0b7821c90d:

  iscsi: add missing colons to the qapi docs (2017-02-27 23:33:41 -0500)

----------------------------------------------------------------
Block patches for 2.9
----------------------------------------------------------------

Jeff Cody (1):
  iscsi: add missing colons to the qapi docs

John Snow (1):
  block/mirror: fix broken sparseness detection

 block/mirror.c       |  2 +-
 qapi/block-core.json | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2016-09-13  5:42 Jeff Cody
  2016-09-13 11:59 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Jeff Cody @ 2016-09-13  5:42 UTC (permalink / raw)
  To: qemu-block; +Cc: peter.maydell, jcody, qemu-devel

The following changes since commit 7263da78045dc91cc207f350911efe4259e99b3c:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2016-09-12 15:09:47 +0100)

are available in the git repository at:

  git@github.com:codyprime/qemu-kvm-jtc.git tags/block-pull-request

for you to fetch changes up to c76d7aab81c264e3452e778f030fb3760e5edbb9:

  qapi/block-core: add doc describing GlusterServer vs. SocketAddress (2016-09-13 01:34:55 -0400)

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

Prasanna Kumar Kalever (2):
  block/gluster: add support to choose libgfapi logfile
  qapi/block-core: add doc describing GlusterServer vs. SocketAddress

 block/gluster.c      | 42 ++++++++++++++++++++++++++++++++++++++----
 qapi/block-core.json | 17 ++++++++++++++++-
 2 files changed, 54 insertions(+), 5 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2016-03-17 11:08 Stefan Hajnoczi
  2016-03-17 12:43 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Stefan Hajnoczi @ 2016-03-17 11:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Stefan Hajnoczi

The following changes since commit 8c4575472494a5dfedfe05e7b58ca9ce3872ad56:

  Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' into staging (2016-03-17 08:52:58 +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 1f3ddfcb258e6e0562467a9644daad3f28597da8:

  Revert "qed: Implement .bdrv_drain" (2016-03-17 09:50:14 +0000)

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

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

Matthew Fortune (1):
  aio-posix: Change CONFIG_EPOLL to CONFIG_EPOLL_CREATE1

Stefan Hajnoczi (1):
  Revert "qed: Implement .bdrv_drain"

 aio-posix.c |  6 +++---
 block/qed.c | 13 -------------
 2 files changed, 3 insertions(+), 16 deletions(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2015-09-02 16:01 Stefan Hajnoczi
  2015-09-03 10:14 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Stefan Hajnoczi @ 2015-09-02 16:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Stefan Hajnoczi

The following changes since commit 090d0bfd948343d522cd20bc634105b5cfe2483b:

  s390: fix softmmu compilation (2015-08-28 16:05:24 +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 e12f3784097a26a1ba51be420f41038b4c0ae5d1:

  block: more check for replaced node (2015-09-02 14:56:39 +0100)

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

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

Denis V. Lunev (1):
  MAINTAINERS: add responsible person for Parallels format driver

Wen Congyang (1):
  block: more check for replaced node

 MAINTAINERS           | 1 +
 block.c               | 5 +++--
 block/mirror.c        | 4 ++--
 blockdev.c            | 2 +-
 include/block/block.h | 3 ++-
 5 files changed, 9 insertions(+), 6 deletions(-)

-- 
2.4.3

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2015-08-14 14:41 Stefan Hajnoczi
  2015-08-14 15:52 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Stefan Hajnoczi @ 2015-08-14 14:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Stefan Hajnoczi

The following changes since commit 2be4f242b50a84bf360df02480b173bfed161107:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2015-08-04 16:51:24 +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 92e11a17612108b1729bde4ce61aad0cc1ce5889:

  throttle: add throttle_max_is_missing_limit() test (2015-08-05 12:53:48 +0100)

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

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

Stefan Hajnoczi (2):
  throttle: refuse bps_max/iops_max without bps/iops
  throttle: add throttle_max_is_missing_limit() test

 blockdev.c              |  6 ++++++
 include/qemu/throttle.h |  2 ++
 tests/test-throttle.c   | 21 +++++++++++++++++++++
 util/throttle.c         | 15 +++++++++++++++
 4 files changed, 44 insertions(+)

-- 
2.4.3

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2015-03-12 19:10 Stefan Hajnoczi
  2015-03-13 11:00 ` Peter Maydell
  0 siblings, 1 reply; 52+ messages in thread
From: Stefan Hajnoczi @ 2015-03-12 19:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Stefan Hajnoczi

The following changes since commit 2a5b58e2405e9fe42ba356b5a1b78146a4e9a659:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150312-1' into staging (2015-03-12 10:35:54 +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 87b86e7ef29771a7fa06e3e8e88fa95bbc13a39c:

  qcow2: fix the macro QCOW_MAX_L1_SIZE's use (2015-03-12 17:41:23 +0000)

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

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

Paolo Bonzini (1):
  queue: fix QSLIST_INSERT_HEAD_ATOMIC race

Wen Congyang (1):
  qcow2: fix the macro QCOW_MAX_L1_SIZE's use

 block/qcow2-snapshot.c |  2 +-
 block/qcow2.c          |  2 +-
 include/qemu/queue.h   | 11 ++++++-----
 3 files changed, 8 insertions(+), 7 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 52+ messages in thread
* [Qemu-devel] [PULL 0/2] Block patches
@ 2013-03-25 11:00 Stefan Hajnoczi
  2013-03-25 11:54 ` Richard W.M. Jones
  2013-03-25 12:15 ` Eric Blake
  0 siblings, 2 replies; 52+ messages in thread
From: Stefan Hajnoczi @ 2013-03-25 11:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori, Stefan Hajnoczi

This tiny pull request contains build fixes for a regression introduced in the
last pull request.

Kevin and I investigated to find out why these build failures were missed.
Both my buildslave and Kevin's workstation did not have the rbd libraries
installed so block/rbd.c was not built.

The buildslave now has the missing libraries and will warn us if block/rbd.c
breaks again.  Kevin has also installed the package so his local builds
exercise the code.

The mingw build is already failing in buildbot due to an unrelated issue.  The
bdrv_file_open() prototype warning was not spotted amongst all the other
warnings.

The following changes since commit fe6344a05fba26e16863fefcb823242e579b0991:

  Remove device_tree.o from hw/moxie/Makefile.objs. (2013-03-24 11:30:04 +0100)

are available in the git repository at:

  git://github.com/stefanha/qemu.git block

for you to fetch changes up to ea804cadf867a0521b9069193db339d041a40689:

  block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build) (2013-03-25 09:53:04 +0100)

----------------------------------------------------------------
Liu Yuan (1):
      rbd: fix compile error

Stefan Weil (1):
      block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build)

 block/raw-win32.c | 6 ++++--
 block/rbd.c       | 3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 52+ messages in thread

end of thread, other threads:[~2019-08-27  9:03 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-28 12:20 [Qemu-devel] [PULL 0/2] Block patches Stefan Hajnoczi
2017-06-28 12:20 ` [Qemu-devel] [PULL 1/2] virtio-blk: trace vdev so devices can be distinguished Stefan Hajnoczi
2017-06-28 12:20 ` [Qemu-devel] [PULL 2/2] virtio-pci: use ioeventfd even when KVM is disabled Stefan Hajnoczi
2017-06-28 12:48 ` [Qemu-devel] [PULL 0/2] Block patches Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2019-08-22 15:53 Stefan Hajnoczi
2019-08-27  9:00 ` Peter Maydell
2019-01-14 16:34 Stefan Hajnoczi
2019-01-15 18:07 ` Peter Maydell
2018-12-12  9:52 Stefan Hajnoczi
2018-12-13 13:05 ` Peter Maydell
2018-10-29 13:56 Stefan Hajnoczi
2018-10-29 18:23 ` Peter Maydell
2018-10-12  1:50 Fam Zheng
2018-10-12 11:39 ` Peter Maydell
2018-08-22  3:43 Jeff Cody
2018-08-23 18:02 ` Peter Maydell
2018-06-27 14:48 Stefan Hajnoczi
2018-06-28 16:43 ` Peter Maydell
2018-07-01 14:58 ` no-reply
2018-07-02  6:19   ` Fam Zheng
2018-06-05 14:19 Jeff Cody
2018-06-05 15:11 ` Peter Maydell
2018-02-01  4:06 Jeff Cody
2018-02-02 10:57 ` Peter Maydell
2018-01-22 12:40 Stefan Hajnoczi
2018-01-22 13:54 ` Stefan Hajnoczi
2017-07-18  4:17 Jeff Cody
2017-07-18 20:13 ` Peter Maydell
2017-07-17 15:40 Stefan Hajnoczi
2017-07-18 13:13 ` Peter Maydell
2017-06-30 14:10 Fam Zheng
2017-06-30 16:55 ` Peter Maydell
2017-06-14 21:55 Jeff Cody
2017-06-14 22:26 ` no-reply
2017-06-15  4:30   ` Jeff Cody
2017-06-15  7:28     ` Juan Quintela
2017-06-20 10:13 ` Peter Maydell
2017-02-28  4:37 Jeff Cody
2017-02-28 14:49 ` Peter Maydell
2016-09-13  5:42 Jeff Cody
2016-09-13 11:59 ` Peter Maydell
2016-03-17 11:08 Stefan Hajnoczi
2016-03-17 12:43 ` Peter Maydell
2015-09-02 16:01 Stefan Hajnoczi
2015-09-03 10:14 ` Peter Maydell
2015-08-14 14:41 Stefan Hajnoczi
2015-08-14 15:52 ` Peter Maydell
2015-03-12 19:10 Stefan Hajnoczi
2015-03-13 11:00 ` Peter Maydell
2013-03-25 11:00 Stefan Hajnoczi
2013-03-25 11:54 ` Richard W.M. Jones
2013-03-25 12:15 ` Eric Blake

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.