From patchwork Tue Apr 16 09:56:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 236894 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2EC212C00F2 for ; Tue, 16 Apr 2013 19:57:18 +1000 (EST) Received: from localhost ([::1]:53147 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US2dV-0003CA-5K for incoming@patchwork.ozlabs.org; Tue, 16 Apr 2013 05:57:13 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US2cw-0003BQ-Uq for qemu-devel@nongnu.org; Tue, 16 Apr 2013 05:56:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1US2cu-0005vX-LJ for qemu-devel@nongnu.org; Tue, 16 Apr 2013 05:56:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US2cu-0005uz-Cy for qemu-devel@nongnu.org; Tue, 16 Apr 2013 05:56:36 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3G9uZu9018355 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 16 Apr 2013 05:56:35 -0400 Received: from rincewind.home.kraxel.org (ovpn-116-37.ams2.redhat.com [10.36.116.37]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r3G9uY5Y018396; Tue, 16 Apr 2013 05:56:35 -0400 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id 5E24340E8F; Tue, 16 Apr 2013 11:56:34 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Tue, 16 Apr 2013 11:56:27 +0200 Message-Id: <1366106194-28826-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1366106194-28826-1-git-send-email-kraxel@redhat.com> References: <1366106194-28826-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Gerd Hoffmann Subject: [Qemu-devel] [PATCH 2/9] qxl: add 2000x2000 and 2048x2048 video modes X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Gerd Hoffmann --- hw/display/qxl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/display/qxl.c b/hw/display/qxl.c index 9d8ab58..1f7c8fe 100644 --- a/hw/display/qxl.c +++ b/hw/display/qxl.c @@ -109,7 +109,9 @@ static QXLMode qxl_modes[] = { /* these modes need more than 8 MB video memory */ QXL_MODE_EX(1920, 1200), QXL_MODE_EX(1920, 1440), + QXL_MODE_EX(2000, 2000), QXL_MODE_EX(2048, 1536), + QXL_MODE_EX(2048, 2048), QXL_MODE_EX(2560, 1440), QXL_MODE_EX(2560, 1600), /* these modes need more than 16 MB video memory */