From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJVEb-0003N0-2b for qemu-devel@nongnu.org; Wed, 24 Jun 2009 12:22:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJVEV-0003EP-KB for qemu-devel@nongnu.org; Wed, 24 Jun 2009 12:22:04 -0400 Received: from [199.232.76.173] (port=39938 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJVEV-0003E4-Ew for qemu-devel@nongnu.org; Wed, 24 Jun 2009 12:21:59 -0400 Received: from mx2.redhat.com ([66.187.237.31]:57905) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJVEU-0006Rt-MC for qemu-devel@nongnu.org; Wed, 24 Jun 2009 12:21:59 -0400 Message-ID: <4A4252DD.70300@redhat.com> Date: Wed, 24 Jun 2009 19:22:53 +0300 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file References: <4A40FB11.8090100@redhat.com> <4A40FE31.2010007@us.ibm.com> <4A40FFB0.2070905@redhat.com> <4A411FC5.7050701@us.ibm.com> <4A412339.5000109@redhat.com> <4A412659.1080803@us.ibm.com> <20090623220204.GA5612@snarc.org> <4A415C30.7030301@us.ibm.com> <20090624010108.GA6537@snarc.org> <4A42200C.6060600@codemonkey.ws> <5b31733c0906240857g546316e0pd92fee9afe6115fa@mail.gmail.com> In-Reply-To: <5b31733c0906240857g546316e0pd92fee9afe6115fa@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Filip Navara Cc: ehabkost@redhat.com, jan.kiszka@siemens.com, dlaor@redhat.com, qemu-devel@nongnu.org, Luiz Capitulino , Vincent Hanquez On 06/24/2009 06:57 PM, Filip Navara wrote: > Given the fact that we practically have the library for XDR it would > be very easy to build Sun RPC server on top of it. So my vote is for > SunRPC. > My experience with SunRPC (NFS) has been pretty bad. It may have been due to implementation details, not to the spec itself, but it definitely left a bad taste in my mouth. Also, I don't see a SunRPC implementation for Python, which (along with similar languages) is an ideal platform for controlling qemu. I'd rather have something more modern. -- error compiling committee.c: too many arguments to function