All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] Documentation for coroutine annotations
@ 2013-10-27 15:23 Charlie Shepherd
  2013-10-27 15:23 ` [Qemu-devel] [PATCH v3 1/2] Add an explanation of when a function should be marked coroutine_fn Charlie Shepherd
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Charlie Shepherd @ 2013-10-27 15:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, pbonzini, gabriel, charlie, stefanha

These patches were the first two from my GSoC series and were reasonably
straight-forward and well accepted. Gabriel and I are hoping the patches from
GSoC can be merged before I start my job in December, so I'm starting by sending
the simple parts of the overall patchset, when they are merged then I will redo
the later parts in several smaller and more manageable patchsets.

Charlie Shepherd (2):
  Add an explanation of when a function should be marked coroutine_fn
  Rename qemu_coroutine_self to qemu_coroutine_self_int and add an
    annotated wrapper

 coroutine-gthread.c           |  2 +-
 coroutine-sigaltstack.c       |  2 +-
 coroutine-ucontext.c          |  2 +-
 coroutine-win32.c             |  2 +-
 include/block/coroutine.h     |  8 ++++++++
 include/block/coroutine_int.h |  1 +
 qemu-coroutine.c              | 15 ++++++++++++++-
 7 files changed, 27 insertions(+), 5 deletions(-)

-- 
1.8.4.rc3

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

end of thread, other threads:[~2013-10-27 21:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-27 15:23 [Qemu-devel] [PATCH v3 0/2] Documentation for coroutine annotations Charlie Shepherd
2013-10-27 15:23 ` [Qemu-devel] [PATCH v3 1/2] Add an explanation of when a function should be marked coroutine_fn Charlie Shepherd
2013-10-27 15:23 ` [Qemu-devel] [PATCH v3 2/2] Rename qemu_coroutine_self to qemu_coroutine_self_int and add an annotated wrapper Charlie Shepherd
2013-10-27 20:37 ` [Qemu-devel] [PATCH v3 0/2] Documentation for coroutine annotations Gabriel Kerneis
2013-10-27 21:02   ` Charlie Shepherd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.