From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfAXQ-0006Im-9F for qemu-devel@nongnu.org; Thu, 14 Jun 2012 09:56:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfAXK-0002n7-0M for qemu-devel@nongnu.org; Thu, 14 Jun 2012 09:56:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfAXJ-0002mh-OG for qemu-devel@nongnu.org; Thu, 14 Jun 2012 09:56:33 -0400 Message-ID: <1339682191.24818.16.camel@ul30vt> From: Alex Williamson Date: Thu, 14 Jun 2012 07:56:31 -0600 In-Reply-To: <4FD980F1.6080307@siemens.com> References: <20120614044751.11034.87619.stgit@bling.home> <20120614045146.11034.95991.stgit@bling.home> <4FD980F1.6080307@siemens.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2 4/6] msix: Split PBA into it's own MemoryRegion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: "qemu-devel@nongnu.org" , "mst@redhat.com" On Thu, 2012-06-14 at 08:13 +0200, Jan Kiszka wrote: > On 2012-06-14 06:51, Alex Williamson wrote: > > > > - memory_region_init_io(&dev->msix_mmio, &msix_mmio_ops, dev, > > - "msix", MSIX_PAGE_SIZE); > > + memory_region_init_io(&dev->msix_table_mmio, &msix_table_mmio_ops, dev, > > + "msix", table_size); > > "msix-table" (vs. "msix-pba")? Only if you have to repost anyway. Ok. Thanks, Alex