From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ku5d7-0004bt-DA for qemu-devel@nongnu.org; Sun, 26 Oct 2008 09:26:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ku5d5-0004b5-KH for qemu-devel@nongnu.org; Sun, 26 Oct 2008 09:26:04 -0400 Received: from [199.232.76.173] (port=46977 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ku5d5-0004at-Cb for qemu-devel@nongnu.org; Sun, 26 Oct 2008 09:26:03 -0400 Received: from mx2.redhat.com ([66.187.237.31]:43963) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ku5d4-0003MK-JP for qemu-devel@nongnu.org; Sun, 26 Oct 2008 09:26:03 -0400 Message-ID: <49046FE6.9070302@redhat.com> Date: Sun, 26 Oct 2008 15:25:58 +0200 From: Avi Kivity MIME-Version: 1.0 References: <1224863716-23793-1-git-send-email-glommer@redhat.com> <1224863716-23793-2-git-send-email-glommer@redhat.com> In-Reply-To: <1224863716-23793-2-git-send-email-glommer@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/2] trace io operations Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Glauber Costa Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org Glauber Costa wrote: > memory was accessed */ \ > + uint32_t mmio_read_count; \ > + uint32_t pio_read_count; \ > + uint32_t mmio_write_count; \ > + uint32_t pio_write_count; \ > Will easily overflow. -- error compiling committee.c: too many arguments to function