From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWJKT-0002nn-M3 for qemu-devel@nongnu.org; Sun, 08 Feb 2009 18:44:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWJKR-0002kg-7o for qemu-devel@nongnu.org; Sun, 08 Feb 2009 18:44:48 -0500 Received: from [199.232.76.173] (port=53755 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWJKQ-0002kW-Vm for qemu-devel@nongnu.org; Sun, 08 Feb 2009 18:44:47 -0500 Received: from mx2.redhat.com ([66.187.237.31]:56509) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWJKQ-0001x5-Iw for qemu-devel@nongnu.org; Sun, 08 Feb 2009 18:44:46 -0500 Message-ID: <498F6E2D.8010704@redhat.com> Date: Mon, 09 Feb 2009 01:43:41 +0200 From: Izik Eidus MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] qemu: changing the pci mapping to start from 0xc0000000. References: <1233932022-1283-1-git-send-email-ieidus@redhat.com> <1233932022-1283-2-git-send-email-ieidus@redhat.com> In-Reply-To: <1233932022-1283-2-git-send-email-ieidus@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, anthony@codemonkey.ws Izik Eidus wrote: > With this change pci devices inside qemu can recive more memory resources > > Signed-off-by: Izik Eidus > --- > Anthony, can you please take a look at this? Thanks.