Re: [PATCH v4] xen/console: introduce domain_console struct

2025-06-24 Thread Jan Beulich
On 23.06.2025 22:20, dm...@proton.me wrote: > From: Denis Mukhin > > Introduce domain_console for grouping data structures used for integrating > domain's diagnostic console with Xen's console driver. > > Group all pbuf-related data structures under domain_console. Rename the moved > fields to p

[PATCH v4] xen/console: introduce domain_console struct

2025-06-23 Thread dmkhn
From: Denis Mukhin Introduce domain_console for grouping data structures used for integrating domain's diagnostic console with Xen's console driver. Group all pbuf-related data structures under domain_console. Rename the moved fields to plain .buf, .idx and .lock names, since all uses of the fie