qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 1412098] Re: qemu crashes when ctrl-alt-u is pressed


From: Legorol
Subject: [Qemu-devel] [Bug 1412098] Re: qemu crashes when ctrl-alt-u is pressed
Date: Sat, 24 Jan 2015 01:51:56 -0000

I did a git bisect, and the offending commit appears to be this one:

author  Gerd Hoffmann <address@hidden>  
Wed, 18 Jun 2014 09:03:15 +0000 (11:03 +0200)
committer       Gerd Hoffmann <address@hidden>  
Fri, 5 Sep 2014 11:27:11 +0000 (13:27 +0200)
commit  30f1e661b640de58ba1e8178f7f2290179a7e01c
tree    dc373a0d374386bc793e67a9e185dbc5ecdfc8f1        tree | snapshot
parent  56bd9ea1a37395012adecca8b9c4762da15b01e7        commit | diff
console: stop using PixelFormat

With this patch the qemu console core stops using PixelFormat and pixman
format codes side-by-side, pixman format code is the primary way to
specify the DisplaySurface format:

 * DisplaySurface stops carrying a PixelFormat field.
 * qemu_create_displaysurface_from() expects a pixman format now.

Functions to convert PixelFormat to pixman_format_code_t (and back)
exist for those who still use PixelFormat.   As PixelFormat allows
easy access to masks and shifts it will probably continue to exist.

[ xenfb added by Benjamin Herrenschmidt ]

Signed-off-by: Gerd Hoffmann <address@hidden>

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1412098

Title:
  qemu crashes when ctrl-alt-u is pressed

Status in QEMU:
  New

Bug description:
  Qemu version: 2.2.0 release, compiled from source
  Host OS: Windows 7 Ultimate x64
  Guest OS: not applicable, crash occurs even without OS and occurs with all OSs
  Executable: qemu-system-i386.exe or qemu-system-i386w.exe

  To reproduce:
  Start qemu-system-i386 or qemu-system-i386w without any options. Press 
CTRL-ALT-U, which is supposed to rescale the window. Instead, qemu just crashes.

  Compilation:
  Qemu 2.2.0 release compiled from sources under MinGW on the host.
  Configure options used:
  '../qemu-2.2.0/configure' '--python=C:/Python27/python' 
'--prefix=/mingw/build/qemu-2.2.0-bin' '--target-list=i386-softmmu'

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1412098/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]