From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyPSO-0001cJ-AS for qemu-devel@nongnu.org; Fri, 17 Feb 2012 10:10:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RyPSI-0000Mj-LJ for qemu-devel@nongnu.org; Fri, 17 Feb 2012 10:10:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyPSI-0000MV-9k for qemu-devel@nongnu.org; Fri, 17 Feb 2012 10:10:38 -0500 From: Gerd Hoffmann Date: Fri, 17 Feb 2012 16:10:29 +0100 Message-Id: <1329491433-31446-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] qxl: memory config patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: spice-devel@lists.freedesktop.org, Gerd Hoffmann Hi, This patch series tweaks the qxl memory bar size configuration a bit. The first three are pretty straigt forward. I'm looking for comments on the last one which adds a 64bit vram bar. cheers, Gerd Gerd Hoffmann (4): qxl: drop vram bar minimum size qxl: move ram size init to new function qxl: add user-friendly bar size properties [experimental] add optinal 64bit vram bar to qxl hw/qxl.c | 90 +++++++++++++++++++++++++++++++++++++++++++++++-------------- hw/qxl.h | 7 +++++ 2 files changed, 76 insertions(+), 21 deletions(-)