Re: [PATCH v4 2/4] xen/console: introduce console input permission

2025-05-30 Thread Stefano Stabellini
On Fri, 30 May 2025, dm...@proton.me wrote: > On Thu, May 29, 2025 at 05:58:00PM -0700, Stefano Stabellini wrote: > > On Thu, 29 May 2025, dm...@proton.me wrote: > > > Add new flag to domain structure for marking permission to intercept > > > the physical console input by the domain. > > > > > > Up

Re: [PATCH v4 2/4] xen/console: introduce console input permission

2025-05-29 Thread dmkhn
On Thu, May 29, 2025 at 05:58:00PM -0700, Stefano Stabellini wrote: > On Thu, 29 May 2025, dm...@proton.me wrote: > > Add new flag to domain structure for marking permission to intercept > > the physical console input by the domain. > > > > Update console input switch logic accordingly. > > > > No

Re: [PATCH v4 2/4] xen/console: introduce console input permission

2025-05-29 Thread Stefano Stabellini
On Thu, 29 May 2025, dm...@proton.me wrote: > Add new flag to domain structure for marking permission to intercept > the physical console input by the domain. > > Update console input switch logic accordingly. > > No functional change intended. > > Signed-off-by: Denis Mukhin > --- > Changes si