From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42734 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJ2OB-0002IL-Sc for qemu-devel@nongnu.org; Thu, 18 Nov 2010 06:10:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJ2OA-0003zF-Oj for qemu-devel@nongnu.org; Thu, 18 Nov 2010 06:10:51 -0500 Received: from adelie.canonical.com ([91.189.90.139]:46079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJ2OA-0003z5-Hr for qemu-devel@nongnu.org; Thu, 18 Nov 2010 06:10:50 -0500 Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1PJ2O9-0002Cc-Cu for ; Thu, 18 Nov 2010 11:10:49 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 5CA8F2E8074 for ; Thu, 18 Nov 2010 11:10:49 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Thu, 18 Nov 2010 11:03:40 -0000 From: Tefnet Developers <676934@bugs.launchpad.net> Sender: bounces@canonical.com References: <20101118110340.18016.73281.malonedeb@palladium.canonical.com> Message-Id: <20101118110340.18016.73281.malonedeb@palladium.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 676934] [NEW] Ability to use -net socket with unix sockets Reply-To: Bug 676934 <676934@bugs.launchpad.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Public bug reported: It would be a nice feature (simplifying access control for example) to be able to do something like: qemu -net socket,listen=3Dunix:/tmp/qemunet qemu -net socket,connect=3Dunix:/tmp/qemunet For now one has to use TCP connections even for guests running on the same host, which involves setting up iptables to restrict access. ** Affects: qemu Importance: Undecided Status: New -- = Ability to use -net socket with unix sockets https://bugs.launchpad.net/bugs/676934 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: New Bug description: It would be a nice feature (simplifying access control for example) to be a= ble to do something like: qemu -net socket,listen=3Dunix:/tmp/qemunet qemu -net socket,connect=3Dunix:/tmp/qemunet For now one has to use TCP connections even for guests running on the same = host, which involves setting up iptables to restrict access.