From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK2fS-0006fk-HR for qemu-devel@nongnu.org; Mon, 25 Mar 2013 04:22:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK2fR-00019d-7z for qemu-devel@nongnu.org; Mon, 25 Mar 2013 04:22:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK2fR-00019V-08 for qemu-devel@nongnu.org; Mon, 25 Mar 2013 04:22:09 -0400 Message-ID: <5150091D.9070209@redhat.com> Date: Mon, 25 Mar 2013 09:21:49 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1363084369-27517-1-git-send-email-kraxel@redhat.com> <1363084369-27517-17-git-send-email-kraxel@redhat.com> <515001C2.7080201@web.de> <51500302.6040506@redhat.com> <515003E5.7000809@web.de> In-Reply-To: <515003E5.7000809@web.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 16/18] console: stop using DisplayState in gfx hardware emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Peter Maydell , Anthony Liguori , X86 , Igor Mitsyanko , Evgeny Voevodin , Stefano Stabellini , qemu-devel@nongnu.org, Dmitry Solodkiy , Maksim Kozlov On 03/25/13 08:59, Jan Kiszka wrote: > On 2013-03-25 08:55, Gerd Hoffmann wrote: >> On 03/25/13 08:50, Jan Kiszka wrote: >>> On 2013-03-12 11:32, Gerd Hoffmann wrote: >>>> Use QemuConsole instead. Updates interfaces in console.[ch] >>>> and adapts gfx hardware emulation code. >>> >>> Breaks vmware-vga, the X server no longer starts up. >>> >>> I do not spot any obvious typo etc. in the conversion, so I >>> suspect, some values returned by the surface API differ from >>> those that the DisplayState used to provide. >>> >>> Jan >> >> Known issue, fix is queued but not yet merged: >> >> http://patchwork.ozlabs.org/patch/229214/ > > Nope, I seem to stress something else: No change here after > applying that patch. Any hints in the X server log? What distro + x server version + vmware driver version is this? cheers, Gerd