On Mon, 2 Feb 2026 at 11:27, corubba <[email protected]> wrote: > > --- > spice.proto | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/spice.proto b/spice.proto > index 48bf5da..c3487ca 100644 > --- a/spice.proto > +++ b/spice.proto > @@ -1383,6 +1383,9 @@ channel PortChannel : SpicevmcChannel { > channel WebDAVChannel : PortChannel { > }; > > +channel PowerChannel : BaseChannel { > +}; > + > protocol Spice { > MainChannel main = 1; > DisplayChannel display; > @@ -1395,4 +1398,5 @@ protocol Spice { > UsbredirChannel usbredir; > PortChannel port; > WebDAVChannel webdav; > + PowerChannel power; > };
Hi, To me a channel just to manage the power looks overkilling. Unless you plan to reset your machine multiple times a second I would add messages to the main channel instead. Regards, Frediano
