From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Me938-0007FE-U5 for qemu-devel@nongnu.org; Thu, 20 Aug 2009 10:55:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Me933-0007EJ-8d for qemu-devel@nongnu.org; Thu, 20 Aug 2009 10:55:33 -0400 Received: from [199.232.76.173] (port=58414 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Me933-0007EG-5Y for qemu-devel@nongnu.org; Thu, 20 Aug 2009 10:55:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48732) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Me932-0005LJ-1n for qemu-devel@nongnu.org; Thu, 20 Aug 2009 10:55:28 -0400 Message-ID: <4A8D63DB.7020106@redhat.com> Date: Thu, 20 Aug 2009 17:55:23 +0300 From: Avi Kivity MIME-Version: 1.0 References: <1250723280-3509-1-git-send-email-lcapitulino@redhat.com> <1250723280-3509-3-git-send-email-lcapitulino@redhat.com> <4A8D0094.6040901@redhat.com> <20090820102434.173fd816@doriath> <4A8D4F09.3050206@redhat.com> <20090820115154.3e2b5731@doriath> In-Reply-To: <20090820115154.3e2b5731@doriath> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 02/29] Introduce QInt List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org On 08/20/2009 05:51 PM, Luiz Capitulino wrote: > Sometimes you are so brief that a range of problems come to my > mind. :) > Sorry about that. But if you find problems I hadn't thought of, it's a good thing :) > Basically, I'm doing what the code I'm replacing does: the top > level function (get_expr()) converts what was typed by the > user to int64_t. Command handlers, in turn, use this in several > ways: some want int, some uint32_t, some uint64_t. > > As I said, I think we can live only with: > > - qint_from_int(int64_t) > - qint_to_int64(const Qint *) > Yeah. -- error compiling committee.c: too many arguments to function