From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOyyM-0007JP-Cv for qemu-devel@nongnu.org; Thu, 09 Jul 2009 15:07:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOyyG-0007I3-NE for qemu-devel@nongnu.org; Thu, 09 Jul 2009 15:07:56 -0400 Received: from [199.232.76.173] (port=34044 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOyyG-0007Hy-Jm for qemu-devel@nongnu.org; Thu, 09 Jul 2009 15:07:52 -0400 Received: from mail-pz0-f181.google.com ([209.85.222.181]:62909) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOyyG-000574-7U for qemu-devel@nongnu.org; Thu, 09 Jul 2009 15:07:52 -0400 Received: by pzk11 with SMTP id 11so226159pzk.4 for ; Thu, 09 Jul 2009 12:07:51 -0700 (PDT) Message-ID: <4A564003.5080707@codemonkey.ws> Date: Thu, 09 Jul 2009 14:07:47 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 6/6] use uint32_t for ioport port and value instead of int. References: <1246530731-14597-1-git-send-email-yamahata@valinux.co.jp> <1246530731-14597-7-git-send-email-yamahata@valinux.co.jp> In-Reply-To: <1246530731-14597-7-git-send-email-yamahata@valinux.co.jp> 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: Isaku Yamahata Cc: qemu-devel@nongnu.org Isaku Yamahata wrote: > use uint32_t for ioport port and value instead of int. > Why? It's not obvious to me. Regards, Anthony Liguori