All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] xenconsole: Add connection flag
@ 2025-08-22 21:39 Jason Andryuk
  2025-08-22 21:39 ` [PATCH v2 1/3] " Jason Andryuk
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jason Andryuk @ 2025-08-22 21:39 UTC (permalink / raw)
  To: xen-devel; +Cc: Alejandro Vallejo, Jason Andryuk, Anthony PERARD, Juergen Gross

Add a connection flag to the console interface page so a domain can tell
if it is connected or not.  This became a series in v2 to add flag
setting to libxenguest.

Jason Andryuk (3):
  xenconsole: Add connection flag
  libs/guest: Set console page to disconnected
  libs/guest: Set console as disconnected on resume

 tools/console/daemon/io.c                |  4 +++
 tools/include/xenguest.h                 |  4 +++
 tools/libs/guest/xg_dom_arm.c            |  2 +-
 tools/libs/guest/xg_dom_boot.c           | 36 ++++++++++++++++++++++++
 tools/libs/guest/xg_dom_x86.c            |  6 ++--
 tools/libs/guest/xg_sr_restore_x86_hvm.c |  2 +-
 tools/libs/guest/xg_sr_restore_x86_pv.c  |  1 +
 xen/include/public/io/console.h          | 13 +++++++++
 8 files changed, 63 insertions(+), 5 deletions(-)

-- 
2.50.1



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

end of thread, other threads:[~2025-09-29 15:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-22 21:39 [PATCH v2 0/3] xenconsole: Add connection flag Jason Andryuk
2025-08-22 21:39 ` [PATCH v2 1/3] " Jason Andryuk
2025-08-22 21:39 ` [PATCH v2 2/3] libs/guest: Set console page to disconnected Jason Andryuk
2025-08-22 21:39 ` [PATCH v2 3/3] libs/guest: Set console as disconnected on resume Jason Andryuk
2025-09-09 10:18 ` [PATCH v2 0/3] xenconsole: Add connection flag Jürgen Groß
2025-09-29 13:21   ` Anthony PERARD
2025-09-29 15:22     ` Oleksii Kurochko

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.