From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1yfM-0004YC-IW for qemu-devel@nongnu.org; Wed, 24 Jul 2013 08:59:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1yfL-0004Mj-En for qemu-devel@nongnu.org; Wed, 24 Jul 2013 08:59:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1yfL-0004Mf-6j for qemu-devel@nongnu.org; Wed, 24 Jul 2013 08:59:39 -0400 Message-ID: <51EFCFA6.2050506@redhat.com> Date: Wed, 24 Jul 2013 14:59:18 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20130724060104.GA18072@redhat.com> <51EF7BDF.2070503@redhat.com> <20130724095116.GB26778@redhat.com> In-Reply-To: <20130724095116.GB26778@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] pc: limit 64 bit hole to 2G by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Anthony Liguori , Eduardo Habkost , qemu-devel@nongnu.org, Isaku Yamahata , Alex Williamson , Gerd Hoffmann , Laszlo Ersek , =?ISO-8859-1?Q?Andreas_F=E4rber?= , David Gibson Il 24/07/2013 11:51, Michael S. Tsirkin ha scritto: > > Current seabios uses a slightly different approach: the 64bit hole is > > present only in case it is actually used to map bars there, and seabios > > tries to fit everything into the 32bit hole first. > > Yes. But this doesn't work with device hotplug. Are you preserving that behavior for older machine types? (Also, what happens if you do -global i440FX-pcihost.pci_hole64_size=0? Does that return a _CRS with only the 32-bit hole)? Paolo