From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJD5v-00014g-Dg for qemu-devel@nongnu.org; Fri, 11 Dec 2009 16:32:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJD5r-0000yg-Ji for qemu-devel@nongnu.org; Fri, 11 Dec 2009 16:32:11 -0500 Received: from [199.232.76.173] (port=40964 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJD5r-0000yM-DV for qemu-devel@nongnu.org; Fri, 11 Dec 2009 16:32:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:25983) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NJD5r-0000bo-4R for qemu-devel@nongnu.org; Fri, 11 Dec 2009 16:32:07 -0500 Date: Fri, 11 Dec 2009 23:31:58 +0200 From: Izik Eidus Subject: Re: [Qemu-devel] Spice project is now open Message-ID: <20091211233158.22e6681f@redhat.com> In-Reply-To: <4B22B035.3010601@codemonkey.ws> References: <1393046876.1549021260539141025.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> <4B226BFC.1040606@codemonkey.ws> <20091211204828.464707cf@redhat.com> <4B2297A2.8040102@codemonkey.ws> <20091211212135.645864f9@redhat.com> <4B229DCE.7070500@codemonkey.ws> <20091211213911.0dce90dc@redhat.com> <4B22A2D9.6020602@codemonkey.ws> <20091211223250.129675fc@redhat.com> <4B22B035.3010601@codemonkey.ws> 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: Anthony Liguori Cc: Yaniv Kamay , qemu-devel@nongnu.org On Fri, 11 Dec 2009 14:48:53 -0600 Anthony Liguori wrote: > Izik Eidus wrote: > > On Fri, 11 Dec 2009 13:51:53 -0600 > > Anthony Liguori wrote: > > > > > >> libc is not a plugin. It implements very well defined behaviors > >> that have well understood behaviors. Also, glibc generally does > >> not crash :-) I would not want a user to replace glibc with a > >> different libc. > > > > I think it problomatic to say "I dont want to use this library" > > beacuse "Librarys can crush", do you have any reason to say it on > > spice? did you look on the code and saw huge ugly bugs? > > > > Libraries are fine. But libraries are not plugins. > > It's the difference between qemu writing directly to libspice verses > having a libspice-vdi that implements the VDI plugin interface and > then a mechanism in qemu to load arbitrary libraries that implement > the VDI interface. > > If I understand correctly, VDI is a plugin interface. Ok, I guess you think VDI-interfaces are doing much more than they do in reiality. It is just simple interface to Allow Spice / VNC / whatever not have to de-duplicate code in order to get information from - lets say the keyboard.... Is it really diffrence from any other function callbacks that used for such purpuse? > > Regards, > > Anthony Liguori > >