qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/3] Bitmaps patches
@ 2019-02-13 23:49 John Snow
  2019-02-13 23:49 ` [Qemu-devel] [PULL 1/3] dirty-bitmap: Expose persistent flag to 'query-block' John Snow
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: John Snow @ 2019-02-13 23:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, jsnow

The following changes since commit 0b5e750bea635b167eb03d86c3d9a09bbd43bc06:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2019-02-12 10:53:37 +0000)

are available in the Git repository at:

  https://github.com/jnsnow/qemu.git tags/bitmaps-pull-request

for you to fetch changes up to fbe8c2e3b041c682d3d52030b53e1627f285a84b:

  blockdev: acquire aio_context for bitmap add/remove (2019-02-13 18:42:46 -0500)

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

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

Eric Blake (1):
  dirty-bitmap: Expose persistent flag to 'query-block'

John Snow (2):
  block/dirty-bitmap: Documentation and Comment fixups
  blockdev: acquire aio_context for bitmap add/remove

 block/dirty-bitmap.c       | 21 +++++++++++++++------
 blockdev.c                 | 26 ++++++++++++++++++++------
 qapi/block-core.json       | 37 ++++++++++++++++++++++++++++---------
 tests/qemu-iotests/124     |  1 +
 tests/qemu-iotests/236.out | 14 ++++++++++++++
 5 files changed, 78 insertions(+), 21 deletions(-)

-- 
2.17.2

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [Qemu-devel] [PULL 0/3] Bitmaps patches
@ 2019-05-28 23:58 John Snow
  2019-05-29  0:54 ` no-reply
  2019-05-30 12:09 ` Peter Maydell
  0 siblings, 2 replies; 16+ messages in thread
From: John Snow @ 2019-05-28 23:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, jsnow, qemu-stable, qemu-block

The following changes since commit 8c1ecb590497b0349c550607db923972b37f6963:

  Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2' into staging (2019-05-28 17:38:32 +0100)

are available in the Git repository at:

  https://github.com/jnsnow/qemu.git tags/bitmaps-pull-request

for you to fetch changes up to 403bb8185ec18267fe47a0e304d26a17263572dc:

  iotests: test external snapshot with bitmap copying (2019-05-28 19:33:31 -0400)

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

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

John Snow (1):
  migration/dirty-bitmaps: change bitmap enumeration method

Vladimir Sementsov-Ogievskiy (2):
  qapi: support external bitmaps in block-dirty-bitmap-merge
  iotests: test external snapshot with bitmap copying

 qapi/block-core.json           | 22 ++++++++++++--
 block/dirty-bitmap.c           |  9 ++++--
 blockdev.c                     | 50 +++++++++++++++++++++-----------
 migration/block-dirty-bitmap.c | 14 +++------
 tests/qemu-iotests/254         | 52 ++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/254.out     | 52 ++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/group       |  1 +
 7 files changed, 167 insertions(+), 33 deletions(-)
 create mode 100755 tests/qemu-iotests/254
 create mode 100644 tests/qemu-iotests/254.out

-- 
2.20.1



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [Qemu-devel] [PULL 0/3] Bitmaps patches
@ 2019-07-10 19:23 John Snow
  2019-07-11 11:30 ` Peter Maydell
  0 siblings, 1 reply; 16+ messages in thread
From: John Snow @ 2019-07-10 19:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, jsnow, qemu-stable, qemu-block

The following changes since commit 6df2cdf44a82426f7a59dcb03f0dd2181ed7fdfa:

  Update version for v4.1.0-rc0 release (2019-07-09 17:21:53 +0100)

are available in the Git repository at:

  https://github.com/jnsnow/qemu.git tags/bitmaps-pull-request

for you to fetch changes up to a7786bfb0effe0b4b0fc61d8a8cd307c0b739ed7:

  docs/bitmaps: use QMP lexer instead of json (2019-07-10 15:08:07 -0400)

----------------------------------------------------------------
Pull request:
  This is a build fix.

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

John Snow (3):
  docs/interop/bitmaps.rst: Fix typos
  sphinx: add qmp_lexer
  docs/bitmaps: use QMP lexer instead of json

 docs/conf.py             |  4 +--
 docs/interop/bitmaps.rst | 58 ++++++++++++++++++++--------------------
 docs/sphinx/qmp_lexer.py | 43 +++++++++++++++++++++++++++++
 3 files changed, 74 insertions(+), 31 deletions(-)
 create mode 100644 docs/sphinx/qmp_lexer.py

-- 
2.21.0



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

end of thread, other threads:[~2019-07-11 11:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-13 23:49 [Qemu-devel] [PULL 0/3] Bitmaps patches John Snow
2019-02-13 23:49 ` [Qemu-devel] [PULL 1/3] dirty-bitmap: Expose persistent flag to 'query-block' John Snow
2019-02-13 23:49 ` [Qemu-devel] [PULL 2/3] block/dirty-bitmap: Documentation and Comment fixups John Snow
2019-02-13 23:49 ` [Qemu-devel] [PULL 3/3] blockdev: acquire aio_context for bitmap add/remove John Snow
2019-02-14 15:46   ` Eric Blake
2019-02-14 23:12     ` John Snow
2019-02-13 23:50 ` [Qemu-devel] [PULL 0/3] Bitmaps patches John Snow
2019-02-14 15:49   ` Eric Blake
2019-02-15 16:23 ` Peter Maydell
2019-02-21 20:14 ` no-reply
  -- strict thread matches above, loose matches on Subject: below --
2019-05-28 23:58 John Snow
2019-05-29  0:54 ` no-reply
2019-05-29 13:56   ` John Snow
2019-05-30 12:09 ` Peter Maydell
2019-07-10 19:23 John Snow
2019-07-11 11:30 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).