qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/5] Block and testing patches


From: Fam Zheng
Subject: [Qemu-devel] [PULL 0/5] Block and testing patches
Date: Wed, 26 Sep 2018 10:55:21 +0800

The following changes since commit c5e4e49258e9b89cb34c085a419dd9f862935c48:

  Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-09-25' 
into staging (2018-09-25 16:47:35 +0100)

are available in the Git repository at:

  git://github.com/famz/qemu.git tags/staging-pull-request

for you to fetch changes up to 51b3c6b73acae1e3fd3c7d441fc86dd17356695f:

  vmdk: align end of file to a sector boundary (2018-09-26 10:47:18 +0800)

----------------------------------------------------------------
Block and testing patches

- Paolo's AIO fixes.
- VMDK streamOptimized corner case fix
- VM testing improvment on -cpu

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

Paolo Bonzini (3):
  aio-posix: fix concurrent access to poll_disable_cnt
  aio-posix: compute timeout before polling
  aio-posix: do skip system call if ctx->notifier polling succeeds

Peter Maydell (1):
  tests/vm: Use -cpu max rather than -cpu host

yuchenlin (1):
  vmdk: align end of file to a sector boundary

 block/vmdk.c       | 21 +++++++++++
 tests/vm/basevm.py |  3 +-
 util/aio-posix.c   | 88 +++++++++++++++++++++++++++-------------------
 util/trace-events  |  4 +--
 4 files changed, 75 insertions(+), 41 deletions(-)

-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]