On 27.08.2025 22:27, Teddy Astie wrote: > --- a/xen/include/public/xen.h > +++ b/xen/include/public/xen.h > @@ -975,6 +975,10 @@ typedef struct dom0_vga_console_info { > #define xen_vga_console_info dom0_vga_console_info > #define xen_vga_console_info_t dom0_vga_console_info_t > > +/* > + * The guest handled provided by toolstack encoded as a UUID in > + * big-endian order. Its string representation follows RFC 9562. > + */ > typedef uint8_t xen_domain_handle_t[16];
Imo at most "is intended to follow". Jan