From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJB6M-0004XZ-CE for qemu-devel@nongnu.org; Fri, 11 Dec 2009 14:24:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJB6H-0004Ro-I9 for qemu-devel@nongnu.org; Fri, 11 Dec 2009 14:24:29 -0500 Received: from [199.232.76.173] (port=42922 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJB6H-0004RY-9G for qemu-devel@nongnu.org; Fri, 11 Dec 2009 14:24:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7630) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NJB6G-0003BS-RO for qemu-devel@nongnu.org; Fri, 11 Dec 2009 14:24:25 -0500 Date: Fri, 11 Dec 2009 21:24:16 +0200 From: Izik Eidus Subject: Re: [Qemu-devel] Spice project is now open Message-ID: <20091211212416.54bc7535@redhat.com> In-Reply-To: <5d6222a80912111107t4a025b24o7d533904b4c5509a@mail.gmail.com> References: <1393046876.1549021260539141025.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> <4B226BFC.1040606@codemonkey.ws> <20091211204828.464707cf@redhat.com> <20091211210032.425fb640@redhat.com> <5d6222a80912111107t4a025b24o7d533904b4c5509a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Glauber Costa Cc: Yaniv Kamay , qemu-devel@nongnu.org On Fri, 11 Dec 2009 17:07:13 -0200 Glauber Costa wrote: > >> > >> Spice is a library, it is library for remote display, it handle by > >> itself all the connection between the spice client to the host that > >> run the guest, it include: > >> sound, display, keyboard, usb, network tunneling (for printers) > >> and so on... > >> > > > > I want to add that qemu is not the sole user of spice, Spice will be > > used as a protocol to connect into physical windows/linux > > machines.... > > > > So how can we change the library just for qemu? > > > I don't fully understand spice yet, but what's the difficulty here? > libraries changes every single day to try to acomodate for the needs > of specific users, be it through generalizations, shims, or whatever. > > This is just another day in the OSS world. > > We are working on spice for physical machines, the library contain all what need for remote displays.