All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 RESEND 00/22] libxl: asynchronous suspend
@ 2014-03-17 13:29 Ian Jackson
  2014-03-17 13:29 ` [PATCH 01/22] libxl: init: Provide a gc later in libxl_ctx_alloc Ian Jackson
                   ` (22 more replies)
  0 siblings, 23 replies; 29+ messages in thread
From: Ian Jackson @ 2014-03-17 13:29 UTC (permalink / raw)
  To: xen-devel; +Cc: Shriram Rajagopalan, Ian Campbell, Lai Jiangshan

I think this version is probably ready to go in.  It's lacking a
handful of hopefully-easy acks.

  a 01/22 libxl: init: Provide a gc later in libxl_ctx_alloc
  a 02/22 libxl: init: libxl__poller_init and _get take gc
  a 03/22 libxl: events: const-correct *_inuse, *_isregistered
 -  04/22 libxl: Formally document libxl__xs_transaction
  a 05/22 libxl: events: Provide libxl__xswait_*
 +a 06/22 libxl: events: libxl__xswait* support @paths
  a 07/22 libxl: events: Use libxl__xswait_* in spawn code
  a 08/22 libxl: events: Provide libxl__ev_evtchn*
  a 09/22 libxc: suspend: Rename, improve xc_suspend_evtchn_init
  a 10/22 libxc: suspend: Fix suspend event channel locking
 -  11/22 libxl: suspend: trailing ws in libxl_save_msgs_gen.pl
 -a 12/22 libxl: suspend: Async libxl__domain_suspend_callback
 -a 13/22 libxl: suspend: Async domain_suspend_callback_common
  a 14/22 libxl: suspend: Reorg domain_suspend_callback_common
  a 15/22 libxl: suspend: New libxl__domain_pvcontrol_xspath
  a 16/22 libxl: suspend: New domain_suspend_pvcontrol_acked
  a 17/22 libxl: suspend: domain_suspend_callback_common xs errs
#-  18/22 libxl: suspend: Async xenstore pvcontrol wait
# m 19/22 libxl: suspend: Abolish usleeps in domain suspend wait
  a 20/22 libxl: suspend: Fix suspend wait corner cases
  a 21/22 libxl: suspend: Async evtchn wait
  a 22/22 libxl: suspend: Apply guest timeout in evtchn case

Notes:
  +   New patch since v2
  -   Changed (or new patch) since v2, but only in whitespace,
        comments or commit message
  #   Since v2 an ad-hoc revision has been posted and (some of) the
        changes in that ad-hoc revision are NOT included.
  a   Has maintainer ack.
  m   Some different version of this patch had a maintainer ack.

A git version of this can be found here:
  http://xenbits.xen.org/gitweb/?p=people/iwj/xen.git;a=commit;h=ef4b6edd9077c4bdbfbc941ca742214cf89fc46e
  git://xenbits.xen.org/people/iwj/xen.git wip.async-suspend-v3
(This is a tag referring to the tip of a rebasing branch)

Thanks,
Ian.

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

end of thread, other threads:[~2014-03-18  8:44 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-17 13:29 [PATCH v3 RESEND 00/22] libxl: asynchronous suspend Ian Jackson
2014-03-17 13:29 ` [PATCH 01/22] libxl: init: Provide a gc later in libxl_ctx_alloc Ian Jackson
2014-03-17 13:29 ` [PATCH 02/22] libxl: init: libxl__poller_init and _get take gc Ian Jackson
2014-03-17 13:29 ` [PATCH 03/22] libxl: events: const-correct *_inuse, *_isregistered Ian Jackson
2014-03-17 13:29 ` [PATCH 04/22] libxl: Formally document libxl__xs_transaction Ian Jackson
2014-03-17 13:38   ` Ian Campbell
2014-03-17 13:29 ` [PATCH 05/22] libxl: events: Provide libxl__xswait_* Ian Jackson
2014-03-17 13:29 ` [PATCH 06/22] libxl: events: libxl__xswait* support @paths Ian Jackson
2014-03-17 13:29 ` [PATCH 07/22] libxl: events: Use libxl__xswait_* in spawn code Ian Jackson
2014-03-17 13:29 ` [PATCH 08/22] libxl: events: Provide libxl__ev_evtchn* Ian Jackson
2014-03-17 13:29 ` [PATCH 09/22] libxc: suspend: Rename, improve xc_suspend_evtchn_init Ian Jackson
2014-03-17 13:29 ` [PATCH 10/22] libxc: suspend: Fix suspend event channel locking Ian Jackson
2014-03-18  8:44   ` Olaf Hering
2014-03-17 13:29 ` [PATCH 11/22] libxl: suspend: trailing ws in libxl_save_msgs_gen.pl Ian Jackson
2014-03-17 13:38   ` Ian Campbell
2014-03-17 13:29 ` [PATCH 12/22] libxl: suspend: Async libxl__domain_suspend_callback Ian Jackson
2014-03-17 13:29 ` [PATCH 13/22] libxl: suspend: Async domain_suspend_callback_common Ian Jackson
2014-03-17 13:29 ` [PATCH 14/22] libxl: suspend: Reorg domain_suspend_callback_common Ian Jackson
2014-03-17 13:29 ` [PATCH 15/22] libxl: suspend: New libxl__domain_pvcontrol_xspath Ian Jackson
2014-03-17 13:30 ` [PATCH 16/22] libxl: suspend: New domain_suspend_pvcontrol_acked Ian Jackson
2014-03-17 13:30 ` [PATCH 17/22] libxl: suspend: domain_suspend_callback_common xs errs Ian Jackson
2014-03-17 13:30 ` [PATCH 18/22] libxl: suspend: Async xenstore pvcontrol wait Ian Jackson
2014-03-17 13:39   ` Ian Campbell
2014-03-17 13:30 ` [PATCH 19/22] libxl: suspend: Abolish usleeps in domain suspend wait Ian Jackson
2014-03-17 13:39   ` Ian Campbell
2014-03-17 13:30 ` [PATCH 20/22] libxl: suspend: Fix suspend wait corner cases Ian Jackson
2014-03-17 13:30 ` [PATCH 21/22] libxl: suspend: Async evtchn wait Ian Jackson
2014-03-17 13:30 ` [PATCH 22/22] libxl: suspend: Apply guest timeout in evtchn case Ian Jackson
2014-03-17 15:55 ` [PATCH v3 RESEND 00/22] libxl: asynchronous suspend Ian Jackson

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.