From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSqU6-0000RA-It for qemu-devel@nongnu.org; Wed, 26 Mar 2014 12:15:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSqU0-0006LY-K0 for qemu-devel@nongnu.org; Wed, 26 Mar 2014 12:15:22 -0400 Received: from mail-ee0-f51.google.com ([74.125.83.51]:35863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSqU0-0006Km-Dj for qemu-devel@nongnu.org; Wed, 26 Mar 2014 12:15:16 -0400 Received: by mail-ee0-f51.google.com with SMTP id c13so1838087eek.24 for ; Wed, 26 Mar 2014 09:15:10 -0700 (PDT) Message-ID: <5332FD11.7060906@m2r.biz> Date: Wed, 26 Mar 2014 17:15:13 +0100 From: Fabio Fantoni MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Automatic spice port selection List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" , spice-devel@lists.freedesktop.org, xen-devel Time ago I have read somewhere that there is an option to automatically spice port in qemu as for vnc. I started to write a libxl patch to add this feature like the vnc one: https://github.com/Fantu/Xen/commit/63c54f354a34e7eb27b1c69016789a372a75843c Testing this patch lead to a missing "to=" parameter and I didn't found nothing else. Is there someone that can tell me that if it is possible to let qemu automatically assign a spice port like for vnc? Thanks for any reply.