All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] tools/xenstore: simplify xenstored main loop
@ 2021-05-18  6:19 Juergen Gross
  2021-05-18  6:19 ` [PATCH v3 1/2] tools/xenstore: move per connection read and write func hooks into a struct Juergen Gross
  2021-05-18  6:19 ` [PATCH v3 2/2] tools/xenstore: simplify xenstored main loop Juergen Gross
  0 siblings, 2 replies; 4+ messages in thread
From: Juergen Gross @ 2021-05-18  6:19 UTC (permalink / raw)
  To: xen-devel; +Cc: Juergen Gross, Ian Jackson, Wei Liu

Small series to make the main loop of xenstored more readable.

Changes in V2:
- split into two patches
- use const
- NO_SOCKETS handling

Changes in V3:
- guard extern declaration with NO_SOCKETS

Juergen Gross (2):
  tools/xenstore: move per connection read and write func hooks into a
    struct
  tools/xenstore: simplify xenstored main loop

 tools/xenstore/xenstored_core.c   | 121 ++++++++++++++----------------
 tools/xenstore/xenstored_core.h   |  23 +++---
 tools/xenstore/xenstored_domain.c |  15 +++-
 3 files changed, 81 insertions(+), 78 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2021-05-18 12:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18  6:19 [PATCH v3 0/2] tools/xenstore: simplify xenstored main loop Juergen Gross
2021-05-18  6:19 ` [PATCH v3 1/2] tools/xenstore: move per connection read and write func hooks into a struct Juergen Gross
2021-05-18  6:19 ` [PATCH v3 2/2] tools/xenstore: simplify xenstored main loop Juergen Gross
2021-05-18 12:52   ` Julien Grall

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.