From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8ZAO-0005yI-Qc for qemu-devel@nongnu.org; Mon, 03 Sep 2012 12:06:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8ZAN-0005qQ-4s for qemu-devel@nongnu.org; Mon, 03 Sep 2012 12:06:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8ZAM-0005qA-Rw for qemu-devel@nongnu.org; Mon, 03 Sep 2012 12:06:23 -0400 Message-ID: <5044D57A.7020707@redhat.com> Date: Mon, 03 Sep 2012 19:06:18 +0300 From: Avi Kivity MIME-Version: 1.0 References: <825e653c9cfe9d8e26185917cbe1f1dd7ae299e2.1346048917.git.jan.kiszka@web.de> <503C112F.7060307@web.de> In-Reply-To: <503C112F.7060307@web.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] kvm: i386: Add classic PCI device assignment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: kvm@vger.kernel.org, "Michael S. Tsirkin" , Marcelo Tosatti , qemu-devel@nongnu.org, Blue Swirl , Alex Williamson On 08/28/2012 03:30 AM, Jan Kiszka wrote: >> >> Maybe add case 8: and default: with abort(), also below. > > PIO is never 8 bytes long, the generic layer protects us. Note: eventually the pio space will be mapped directly to mmio (instead of being bounced via cpu_inb() in the bridge's mmio handler), and so we will have to add this restriction to the memory core. -- error compiling committee.c: too many arguments to function