From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QN3UK-0005XY-1b for qemu-devel@nongnu.org; Thu, 19 May 2011 09:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QN3UJ-0000DM-6e for qemu-devel@nongnu.org; Thu, 19 May 2011 09:42:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QN3UI-0000DI-UC for qemu-devel@nongnu.org; Thu, 19 May 2011 09:42:03 -0400 Message-ID: <4DD51E26.4020603@redhat.com> Date: Thu, 19 May 2011 16:41:58 +0300 From: Avi Kivity MIME-Version: 1.0 References: <4DD3C5B9.1080908@redhat.com> <4DD420A5.2020606@web.de> <4DD51CF3.5040306@codemonkey.ws> <4DD51D36.7040504@siemens.com> In-Reply-To: <4DD51D36.7040504@siemens.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] Memory API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel On 05/19/2011 04:37 PM, Jan Kiszka wrote: > > The device doesn't actually know how overlapping is handled. This is > > based on the bus hierarchy. > > Devices don't register their regions, buses do. > Exactly. Devices may register sub-regions to describe complex BARs, but most will just create a region and hand it off to their bus. -- error compiling committee.c: too many arguments to function