From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjA0v-0005xL-Vv for qemu-devel@nongnu.org; Thu, 13 Dec 2012 09:43:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjA0t-0006wp-NN for qemu-devel@nongnu.org; Thu, 13 Dec 2012 09:43:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjA0t-0006wf-Fc for qemu-devel@nongnu.org; Thu, 13 Dec 2012 09:43:51 -0500 Message-ID: <50C9E9A2.7090102@redhat.com> Date: Thu, 13 Dec 2012 15:43:46 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <466983004.47092829.1355395217322.JavaMail.root@redhat.com> <50C9E697.6040802@redhat.com> In-Reply-To: <50C9E697.6040802@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qxl: use correct rom size for revision < 4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yonit Halperin Cc: Uri Lublin , =?UTF-8?B?U8O4cmVuIFNhbmRtYW5u?= , Alon Levy , qemu-devel@nongnu.org, Arnon Gilboa Hi, >> That is indeed a better solution, but it does change functionality. I >> think it is correct but I'd like to get some other opinions - Uri, >> Arnon, Yonit, Soren - any problems with dropping these? >> > Orientation is used in the Windows Display driver. It is used to set > dmDisplayOrientation in DEVMODEW structure > (http://msdn.microsoft.com/en-us/library/windows/hardware/ff552837(v=vs.85).aspx). What is supposed to happen in case the guest picks a mode with orientation != 0? > So, I'm not sure we can just drop it. Moreover, we need at least 2 of > the orientations, one for AxB resolution and the other for BxA. How do I switch a windows guest into 600x800? cheers, Gerd