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

Fam Zheng posted 5 patches 5 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180926025526.26961-1-famz@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
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(-)
[Qemu-devel] [PULL 0/5] Block and testing patches
Posted by Fam Zheng 5 years, 6 months ago
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


Re: [Qemu-devel] [PULL 0/5] Block and testing patches
Posted by Peter Maydell 5 years, 6 months ago
On 26 September 2018 at 03:55, Fam Zheng <famz@redhat.com> wrote:
> 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
>
> ----------------------------------------------------------------
>

Applied, thanks.

-- PMM