From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgHMn-0006Gi-KV for qemu-devel@nongnu.org; Wed, 05 Dec 2012 10:58:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgHMi-0000bW-VW for qemu-devel@nongnu.org; Wed, 05 Dec 2012 10:58:33 -0500 Received: from mail-ee0-f45.google.com ([74.125.83.45]:38854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgGhh-0007kM-8W for qemu-devel@nongnu.org; Wed, 05 Dec 2012 10:16:05 -0500 Received: by mail-ee0-f45.google.com with SMTP id d49so3171348eek.4 for ; Wed, 05 Dec 2012 07:16:05 -0800 (PST) From: "=?UTF-8?q?Marc-Andr=C3=A9=20Lureau?=" Date: Wed, 5 Dec 2012 16:15:37 +0100 Message-Id: <1354720537-12097-6-git-send-email-marcandre.lureau@redhat.com> In-Reply-To: <1354720537-12097-1-git-send-email-marcandre.lureau@redhat.com> References: <1354720537-12097-1-git-send-email-marcandre.lureau@redhat.com> Subject: [Qemu-devel] [PATCH 6/6] docs: add spice-port-fqdn.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , alevy@redhat.com, kraxel@redhat.com Start a simple org.qemu.* registry of well known name. --- docs/spice-port-fqdn.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/spice-port-fqdn.txt diff --git a/docs/spice-port-fqdn.txt b/docs/spice-port-fqdn.txt new file mode 100644 index 0000000..5077895 --- /dev/null +++ b/docs/spice-port-fqdn.txt @@ -0,0 +1,19 @@ +A Spice port channel is an arbitrary communication between the Spice +server host side and the client side. + +Thanks to the associated reverse fully qualified domain name (fqdn), +a Spice client can handle the various ports appropriately. + +The following fqdn names are reserved by the QEMU project: + +org.qemu.monitor.hmp.0 + QEMU human monitor + +org.qemu.monitor.qmp.0: + QEMU control monitor + +org.qemu.console.serial.0 + QEMU virtual serial port + +org.qemu.console.debug.0 + QEMU debug console -- 1.7.11.7