From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KfGVy-0004UW-BB for qemu-devel@nongnu.org; Mon, 15 Sep 2008 12:01:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KfGVv-0004Ta-SJ for qemu-devel@nongnu.org; Mon, 15 Sep 2008 12:01:25 -0400 Received: from [199.232.76.173] (port=54301 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfGVv-0004TQ-JV for qemu-devel@nongnu.org; Mon, 15 Sep 2008 12:01:23 -0400 Received: from yx-out-1718.google.com ([74.125.44.153]:17118) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KfGVv-0006h0-FU for qemu-devel@nongnu.org; Mon, 15 Sep 2008 12:01:23 -0400 Received: by yx-out-1718.google.com with SMTP id 3so636322yxi.82 for ; Mon, 15 Sep 2008 09:01:22 -0700 (PDT) Message-ID: <48CE869D.4050003@codemonkey.ws> Date: Mon, 15 Sep 2008 11:00:29 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] split memory allocation References: <1221493762-6447-1-git-send-email-glommer@redhat.com> In-Reply-To: <1221493762-6447-1-git-send-email-glommer@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 Cc: Glauber de Oliveira Costa Glauber Costa wrote: > Right now, kvm keeps the memory allocation split, so we can > handle different areas in different ways. This schema works with qemu > too, so it appears to be the common ground. > > This patch proposes using this common ground for everyone, by spliting > raw qemu. > Applied. Thanks. Regards, Anthony Liguori