From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TL86O-0001L2-1T for qemu-devel@nongnu.org; Mon, 08 Oct 2012 03:50:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TL86N-00065s-03 for qemu-devel@nongnu.org; Mon, 08 Oct 2012 03:50:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TL86M-0005yn-Nq for qemu-devel@nongnu.org; Mon, 08 Oct 2012 03:50:10 -0400 Message-ID: <507285A9.70405@redhat.com> Date: Mon, 08 Oct 2012 09:50:01 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <20121005175138.079692291@amt.cnet> <20121005175203.418829875@amt.cnet> In-Reply-To: <20121005175203.418829875@amt.cnet> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [patch 1/7] cirrus_vga: allow configurable vram size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: Anthony Liguori , Jan Kiszka , qemu-devel@nongnu.org On 10/05/12 19:51, Marcelo Tosatti wrote: > Allow RAM size to be configurable for cirrus, to allow migration > compatibility from qemu-kvm. > > Signed-off-by: Marcelo Tosatti Acked-by: Gerd Hoffmann cheers, Gerd