From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPbYF-000494-Qh for qemu-devel@nongnu.org; Wed, 02 May 2012 11:33:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPbY9-0002er-Pi for qemu-devel@nongnu.org; Wed, 02 May 2012 11:33:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPbY9-0002em-H7 for qemu-devel@nongnu.org; Wed, 02 May 2012 11:33:05 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q42FX3u1015625 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 2 May 2012 11:33:03 -0400 Message-ID: <4FA153AD.5020102@redhat.com> Date: Wed, 02 May 2012 18:33:01 +0300 From: Avi Kivity MIME-Version: 1.0 References: <1335967335-30197-1-git-send-email-kraxel@redhat.com> <1335967335-30197-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1335967335-30197-3-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] ivshmem: add 64bit option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 05/02/2012 05:02 PM, Gerd Hoffmann wrote: > This patch adds a "use64" property which will make the ivshmem driver > register a 64bit memory bar when set, so you have something to play with > when testing 64bit pci bits. It also allows to have quite big shared > memory regions, like this: > > [root@fedora ~]# lspci -vs1:1 > 01:01.0 RAM memory: Red Hat, Inc Device 1110 > Subsystem: Red Hat, Inc Device 1100 > Physical Slot: 1-1 > Flags: fast devsel > Memory at fd400000 (32-bit, non-prefetchable) [disabled] [size=256] > Memory at 8040000000 (64-bit, prefetchable) [size=1G] > > Suggest making this the default for -M current. -- error compiling committee.c: too many arguments to function