qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.7? 0/3] Two coroutine tweaks
@ 2016-07-04 17:09 Paolo Bonzini
  2016-07-04 17:09 ` [Qemu-devel] [PATCH 1/3] coroutine: use QSIMPLEQ instead of QTAILQ Paolo Bonzini
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paolo Bonzini @ 2016-07-04 17:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, famz, qemu-block

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

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

end of thread, other threads:[~2016-07-08 15:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-04 17:09 [Qemu-devel] [PATCH for-2.7? 0/3] Two coroutine tweaks Paolo Bonzini
2016-07-04 17:09 ` [Qemu-devel] [PATCH 1/3] coroutine: use QSIMPLEQ instead of QTAILQ Paolo Bonzini
2016-07-04 17:10 ` [Qemu-devel] [PATCH 2/3] test-coroutine: prepare for the next patch Paolo Bonzini
2016-07-04 17:10 ` [Qemu-devel] [PATCH 3/3] coroutine: move entry argument to qemu_coroutine_create Paolo Bonzini
2016-07-05  9:09 ` [Qemu-devel] [PATCH for-2.7? 0/3] Two coroutine tweaks Fam Zheng
2016-07-08 15:50 ` Kevin Wolf

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