From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Se1hX-0001uA-7V for qemu-devel@nongnu.org; Mon, 11 Jun 2012 06:18:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Se1hS-0006hH-5s for qemu-devel@nongnu.org; Mon, 11 Jun 2012 06:18:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Se1hR-0006gx-Tl for qemu-devel@nongnu.org; Mon, 11 Jun 2012 06:18:18 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q5BAIGNs031586 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 11 Jun 2012 06:18:16 -0400 Message-ID: <4FD5C5E6.2080809@redhat.com> Date: Mon, 11 Jun 2012 12:18:14 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1339395841-31413-1-git-send-email-alevy@redhat.com> <1339395841-31413-2-git-send-email-alevy@redhat.com> <4FD5A164.6060403@redhat.com> <20120611082606.GS20536@garlic.redhat.com> <4FD5AC87.60902@redhat.com> <20120611093359.GA6177@garlic.tlv.redhat.com> In-Reply-To: <20120611093359.GA6177@garlic.tlv.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] qxl: add fb_size_mb and fb_size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Alon Levy On 06/11/12 11:33, Alon Levy wrote: > On Mon, Jun 11, 2012 at 10:29:59AM +0200, Gerd Hoffmann wrote: >> Hi, >> >>>> Reminds me that I have some pending work to make vga ram size >>>> configurable which I should finish and repost ... >>>> >>>> Current state pushed to http://www.kraxel.org/cgit/qemu/log/?h=vga.1 >>>> >>>> It probably makes sense to base this on top. >>> >>> So I can rebase on top and send the patches, with the understanding you >>> will do any later changes and repost the whole thing. >> >> Yes, makes sense to put them into one series I think. > > git://people.freedesktop.org/~alon/qemu fb_async_fix.v2 http://www.kraxel.org/cgit/qemu/log/?h=vga.2 Did some small fixups [no need for the -1 dance, the reason the other properties do that is that we have one accepting byte values and one accepting megabyte values]. looks ok to you? cheers, Gerd