From f212990e94e1439c72c30be59c5db71f920f0bbf Mon Sep 17 00:00:00 2001
Message-Id: <f212990e94e1439c72c30be59c5db71f920f0bbf.1427148003.git.jen@redhat.com>
In-Reply-To: <b8c4fd0ae93c624609d61e4789afa7daaf50a8f1.1427148003.git.jen@redhat.com>
References: <b8c4fd0ae93c624609d61e4789afa7daaf50a8f1.1427148003.git.jen@redhat.com>
From: Gerd Hoffmann <kraxel@redhat.com>
Date: Wed, 11 Mar 2015 15:11:00 -0500
Subject: [CHANGE 6/9] qxl: add 2000x2000 and 2048x2048 video modes
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
To: rhvirt-patches@redhat.com,
    jen@redhat.com

RH-Author: Gerd Hoffmann <kraxel@redhat.com>
Message-id: <1426086663-17937-7-git-send-email-kraxel@redhat.com>
Patchwork-id: 64288
O-Subject: [RHEL-6.7 qemu-kvm PATCH v4 6/9] qxl: add 2000x2000 and 2048x2048 video modes
Bugzilla: 1053039
RH-Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
RH-Acked-by: Marc-André Lureau <mlureau@redhat.com>
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit 5c74fb27f94821057c7929a8244cabe86adf2b8d)
---
 hw/qxl.c | 1 +
 1 file changed, 1 insertion(+)

Signed-off-by: Jeff E. Nelson <jen@redhat.com>
---
 hw/qxl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/qxl.c b/hw/qxl.c
index dc6d8af..c4888d0 100644
--- a/hw/qxl.c
+++ b/hw/qxl.c
@@ -126,6 +126,7 @@ static QXLMode qxl_modes[] = {
     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 */
-- 
2.1.0

