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

2025-07-21 Thread Roger Pau Monné
On Fri, Jul 18, 2025 at 01:04:56PM +0200, Alejandro Vallejo wrote: > Hi, > > I like the new encapsulation, but I have a few questions. > > On Wed Jul 16, 2025 at 4:04 AM CEST, dmukhin wrote: > > From: Denis Mukhin > > > > Introduce domain_console for grouping data structures used for integratin

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

2025-07-21 Thread Alejandro Vallejo
On Sat Jul 19, 2025 at 1:45 AM CEST, dmkhn wrote: > On Fri, Jul 18, 2025 at 01:04:56PM +0200, Alejandro Vallejo wrote: >> Hi, >> >> I like the new encapsulation, but I have a few questions. >> >> On Wed Jul 16, 2025 at 4:04 AM CEST, dmukhin wrote: >> > From: Denis Mukhin >> > >> > Introduce doma

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

2025-07-18 Thread dmkhn
On Fri, Jul 18, 2025 at 01:04:56PM +0200, Alejandro Vallejo wrote: > Hi, > > I like the new encapsulation, but I have a few questions. > > On Wed Jul 16, 2025 at 4:04 AM CEST, dmukhin wrote: > > From: Denis Mukhin > > > > Introduce domain_console for grouping data structures used for integrating

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

2025-07-18 Thread Alejandro Vallejo
Hi, I like the new encapsulation, but I have a few questions. On Wed Jul 16, 2025 at 4:04 AM CEST, dmukhin 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-relat

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

2025-07-16 Thread Teddy Astie
Le 16/07/2025 à 07:11, dmuk...@ford.com a écrit : > 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

[PATCH v8] xen/console: introduce domain_console struct

2025-07-15 Thread dmukhin
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 fi