From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sz1Pr-0002r7-49 for qemu-devel@nongnu.org; Wed, 08 Aug 2012 04:14:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sz1Pq-0000XU-Au for qemu-devel@nongnu.org; Wed, 08 Aug 2012 04:14:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sz1Pq-0000XG-2Y for qemu-devel@nongnu.org; Wed, 08 Aug 2012 04:14:54 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q788Eq7e004835 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 8 Aug 2012 04:14:53 -0400 Message-ID: <50221FFA.8050808@redhat.com> Date: Wed, 08 Aug 2012 10:14:50 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1342105689-32087-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1342105689-32087-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] 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 07/12/12 17:08, 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: Ping?