---
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;
};
--
2.52.0- [RFC 00/22] Add power-control to SPICE protocol corubba
- [PATCH spice 03/22] power: Add channel corubba
- [PATCH qemu 04/22] spice: Add power interface corubba
- [PATCH spice-common 01/22] proto: Add power channel corubba
- Re: [PATCH spice-common 01/22] proto: Add power c... Frediano Ziglio
- [PATCH qemu 16/22] spice: Add poweroff corubba
- [PATCH spice-gtk 17/22] power: Add poweroff corubba
- [PATCH qemu 10/22] spice: Add power reset corubba
- [PATCH spice 22/22] docs: Add power corubba
- [PATCH virt-viewer 12/22] spice: Add power reset corubba
- [PATCH spice-protocol 02/22] protocol: Add power chan... corubba
- [PATCH virt-viewer 06/22] spice: Add power channel corubba
- [PATCH spice-common 07/22] proto: Add power reset mes... corubba
- [PATCH spice 09/22] power: Add reset corubba
