From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvXGx-0001RT-F5 for qemu-devel@nongnu.org; Wed, 16 Jan 2013 12:59:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvXGw-0008Gv-HY for qemu-devel@nongnu.org; Wed, 16 Jan 2013 12:59:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvXGw-0008Gp-BB for qemu-devel@nongnu.org; Wed, 16 Jan 2013 12:59:34 -0500 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 r0GHxXmw021082 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 16 Jan 2013 12:59:33 -0500 From: Alon Levy Date: Wed, 16 Jan 2013 19:59:28 +0200 Message-Id: <1358359170-19271-1-git-send-email-alevy@redhat.com> In-Reply-To: <50F5738A.7080904@redhat.com> References: <50F5738A.7080904@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] fix two revision related errors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com Regarding orientation setting in windows 7 64 guest: Desktop, right click->Screen resolution - You can choose Orientation: Landscape, Portrait, Landscape (flipped), Portrait (flipped) - You can choose Resolution - You can click "Advanced Settings", then "List All Modes" at the bottom, you get all the modes (i.e. four of each resolution, one for each orientation) There are two changes after applying the "change rom size to 8192" patch: - there is no longer an Orientation option - the modes listed under "List All Modes" reduce as expected Changes to the second patch: - no orientations except the normal - hard code 8192 bytes rom size - assert if the required size is larger Alon Levy (2): qxl: stop using non revision 4 rom fields for revision < 4 qxl: change rom size to 8192 hw/qxl.c | 25 ++++++++++++++++++------- trace-events | 2 ++ 2 files changed, 20 insertions(+), 7 deletions(-) -- 1.8.0.1