On 9/29/25 3:21 PM, Anthony PERARD wrote:
On Tue, Sep 09, 2025 at 12:18:26PM +0200, Jürgen Groß wrote:
On 22.08.25 23:39, Jason Andryuk wrote:
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(-)
For the series:
Reviewed-by: Juergen Gross<[email protected]>
For the series:
Acked-by: Anthony PERARD<[email protected]>
Hi Oleksii,
I think this series needs your "release-ack" tag.\
It is a little bit too late. But considering that this patch should increase
boot performance (right?) and it is pretty straightforward, I think (IIUC
regarding
boot performance) we can consider these patch series to be in 4.21:
Release-Acked-By: Oleksii Kurochko<[email protected]>
~ Oleksii