qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] block: Vectored bdrv_writev_vmstate
@ 2013-04-05 19:27 Kevin Wolf
  2013-04-05 19:27 ` [Qemu-devel] [PATCH 1/4] block: Introduce bdrv_writev_vmstate Kevin Wolf
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Kevin Wolf @ 2013-04-05 19:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, pbonzini, stefanha

This gives us back reasonable savevm performance, which regressed in
commit 500f0061.

Kevin Wolf (4):
  block: Introduce bdrv_writev_vmstate
  savevm: Implement block_writev_buffer()
  block: Introduce bdrv_pwritev() for qcow2_save_vmstate
  qemu-iotests: A few more bdrv_pread/pwrite tests

 block.c                       | 105 +++++++++++++++++++++++++++++++-----------
 block/qcow2.c                 |   6 +--
 block/sheepdog.c              |  13 ++++--
 include/block/block.h         |   3 ++
 include/block/block_int.h     |   4 +-
 include/migration/qemu-file.h |   2 +-
 savevm.c                      |  25 ++++++++--
 tests/qemu-iotests/002        |  13 ++++++
 tests/qemu-iotests/002.out    |  26 +++++++++++
 9 files changed, 157 insertions(+), 40 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2013-04-09 12:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05 19:27 [Qemu-devel] [PATCH 0/4] block: Vectored bdrv_writev_vmstate Kevin Wolf
2013-04-05 19:27 ` [Qemu-devel] [PATCH 1/4] block: Introduce bdrv_writev_vmstate Kevin Wolf
2013-04-05 19:27 ` [Qemu-devel] [PATCH 2/4] savevm: Implement block_writev_buffer() Kevin Wolf
2013-04-05 19:27 ` [Qemu-devel] [PATCH 3/4] block: Introduce bdrv_pwritev() for qcow2_save_vmstate Kevin Wolf
2013-04-05 19:27 ` [Qemu-devel] [PATCH 4/4] qemu-iotests: A few more bdrv_pread/pwrite tests Kevin Wolf
2013-04-08 16:03 ` [Qemu-devel] [PATCH 0/4] block: Vectored bdrv_writev_vmstate Stefan Hajnoczi
2013-04-08 16:18   ` Paolo Bonzini
2013-04-09  8:04     ` Kevin Wolf
2013-04-09  8:08       ` Paolo Bonzini
2013-04-09  8:30         ` Stefan Hajnoczi
2013-04-09 12:30 ` Stefan Hajnoczi

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