[client] spice: check and track the primary surface format & validity

This commit is contained in:
Geoffrey McRae
2026-07-28 12:01:08 +10:00
parent e09a3f7715
commit 2f88063d77
2 changed files with 50 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ struct AppState
uint8_t spiceUUID[16];
bool spiceReady;
bool initialSpiceDisplay;
bool spicePrimarySurfaceValid;
uint8_t guestUUID[16];
bool guestUUIDValid;
KVMFROS guestOS;