Marc-André Lureau | 700f6b6 | 2012-12-05 16:15:37 +0100 | [diff] [blame] | 1 | A Spice port channel is an arbitrary communication between the Spice |
| 2 | server host side and the client side. |
| 3 | |
| 4 | Thanks to the associated reverse fully qualified domain name (fqdn), |
| 5 | a Spice client can handle the various ports appropriately. |
| 6 | |
| 7 | The following fqdn names are reserved by the QEMU project: |
| 8 | |
| 9 | org.qemu.monitor.hmp.0 |
| 10 | QEMU human monitor |
| 11 | |
| 12 | org.qemu.monitor.qmp.0: |
| 13 | QEMU control monitor |
| 14 | |
| 15 | org.qemu.console.serial.0 |
| 16 | QEMU virtual serial port |
| 17 | |
| 18 | org.qemu.console.debug.0 |
| 19 | QEMU debug console |