From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkaNE-0004v9-5s for qemu-devel@nongnu.org; Mon, 17 Dec 2012 08:04:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkaN9-0004El-SV for qemu-devel@nongnu.org; Mon, 17 Dec 2012 08:04:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:25957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkaN9-0004EQ-Kc for qemu-devel@nongnu.org; Mon, 17 Dec 2012 08:04:43 -0500 From: Gerd Hoffmann Date: Mon, 17 Dec 2012 14:04:39 +0100 Message-Id: <1355749479-25470-9-git-send-email-kraxel@redhat.com> In-Reply-To: <1355749479-25470-1-git-send-email-kraxel@redhat.com> References: <1355749479-25470-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 8/8] 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?= , Gerd Hoffmann From: Marc-Andr=C3=A9 Lureau Start a simple org.qemu.* registry of well known name. Signed-off-by: Gerd Hoffmann --- docs/spice-port-fqdn.txt | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) 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 --=20 1.7.1