qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH for-2.7? 0/3] Two coroutine tweaks


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH for-2.7? 0/3] Two coroutine tweaks
Date: Mon, 4 Jul 2016 19:09:58 +0200

Hi,

I meant to send these close to soft freeze because the final patch is
prone to conflicts, but it turns out I didn't send them.  Still they're
pretty mechanical so I'm shooting them out now.  Any thoughts?

Thanks,

Paolo

Paolo Bonzini (3):
  coroutine: use QSIMPLEQ instead of QTAILQ
  test-coroutine: prepare for the next patch
  coroutine: move entry argument to qemu_coroutine_create

 block.c                      |  4 +--
 block/backup.c               |  4 +--
 block/blkdebug.c             |  4 +--
 block/blkreplay.c            |  2 +-
 block/block-backend.c        |  8 +++---
 block/commit.c               |  4 +--
 block/gluster.c              |  2 +-
 block/io.c                   | 45 +++++++++++++++---------------
 block/iscsi.c                |  4 +--
 block/linux-aio.c            |  2 +-
 block/mirror.c               |  6 ++--
 block/nbd-client.c           |  6 ++--
 block/nfs.c                  |  2 +-
 block/qed.c                  |  4 +--
 block/sheepdog.c             | 14 +++++-----
 block/ssh.c                  |  2 +-
 block/stream.c               |  4 +--
 block/vmdk.c                 |  4 +--
 blockjob.c                   |  2 +-
 hw/9pfs/9p.c                 |  4 +--
 hw/9pfs/coth.c               |  4 +--
 include/qemu/coroutine.h     | 10 +++----
 include/qemu/coroutine_int.h |  4 +--
 include/qemu/main-loop.h     |  4 +--
 io/channel.c                 |  2 +-
 migration/migration.c        |  4 +--
 nbd/server.c                 | 12 ++++----
 qemu-io-cmds.c               |  4 +--
 tests/test-blockjob-txn.c    |  4 +--
 tests/test-coroutine.c       | 65 ++++++++++++++++++++++----------------------
 tests/test-thread-pool.c     |  4 +--
 thread-pool.c                |  2 +-
 util/qemu-coroutine-io.c     |  2 +-
 util/qemu-coroutine-lock.c   | 26 +++++++++---------
 util/qemu-coroutine-sleep.c  |  2 +-
 util/qemu-coroutine.c        | 10 +++----
 36 files changed, 143 insertions(+), 143 deletions(-)

-- 
1.8.3.1




reply via email to

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