Re: [Qemu-devel] [PATCH 2/2] vga: flip qemu 2.2 pc machine types from cirrus to stdvga

2014-11-25 Thread Michael S. Tsirkin
On Mon, Nov 24, 2014 at 01:18:59PM +0100, Gerd Hoffmann wrote: Hi, This is not new - it was disabled with -vga std previously - but poses a bigger problem now it's the default? Thoughts? Something we can fix for 2.2? Which windows version is this? I'm wondering why

Re: [Qemu-devel] [PATCH 2/2] vga: flip qemu 2.2 pc machine types from cirrus to stdvga

2014-11-25 Thread Gerd Hoffmann
Hi, I checked windows 7, and I see a problem with it, as well: with -vga cirrus, hybernate is enabled, with new default, it is disabled :( No difference here. sleep is grayed, hibernate is available, for both cirrus+stdvga. Noticed that hibernate was grayed on the first vm boot with

Re: [Qemu-devel] [PATCH 2/2] vga: flip qemu 2.2 pc machine types from cirrus to stdvga

2014-11-24 Thread Gerd Hoffmann
On So, 2014-11-23 at 14:11 +0200, Michael S. Tsirkin wrote: On Tue, Oct 28, 2014 at 10:09:12AM +0100, Gerd Hoffmann wrote: This patch switches the default display from cirrus to vga for the new (qemu 2.2+) machine types. Old machines types stay as-is for compatibility reasons.

Re: [Qemu-devel] [PATCH 2/2] vga: flip qemu 2.2 pc machine types from cirrus to stdvga

2014-11-24 Thread Michael S. Tsirkin
On Mon, Nov 24, 2014 at 09:55:11AM +0100, Gerd Hoffmann wrote: On So, 2014-11-23 at 14:11 +0200, Michael S. Tsirkin wrote: On Tue, Oct 28, 2014 at 10:09:12AM +0100, Gerd Hoffmann wrote: This patch switches the default display from cirrus to vga for the new (qemu 2.2+) machine types. Old

Re: [Qemu-devel] [PATCH 2/2] vga: flip qemu 2.2 pc machine types from cirrus to stdvga

2014-11-24 Thread Gerd Hoffmann
Hi, This is not new - it was disabled with -vga std previously - but poses a bigger problem now it's the default? Thoughts? Something we can fix for 2.2? Which windows version is this? I'm wondering why windows handles stdvga different from cirrus. Recent windows versions

Re: [Qemu-devel] [PATCH 2/2] vga: flip qemu 2.2 pc machine types from cirrus to stdvga

2014-11-23 Thread Michael S. Tsirkin
On Tue, Oct 28, 2014 at 10:09:12AM +0100, Gerd Hoffmann wrote: This patch switches the default display from cirrus to vga for the new (qemu 2.2+) machine types. Old machines types stay as-is for compatibility reasons. Signed-off-by: Gerd Hoffmann kra...@redhat.com Gerd, I noticed that

[Qemu-devel] [PATCH 2/2] vga: flip qemu 2.2 pc machine types from cirrus to stdvga

2014-10-28 Thread Gerd Hoffmann
This patch switches the default display from cirrus to vga for the new (qemu 2.2+) machine types. Old machines types stay as-is for compatibility reasons. Signed-off-by: Gerd Hoffmann kra...@redhat.com --- hw/i386/pc_piix.c | 7 +-- hw/i386/pc_q35.c | 7 +-- 2 files changed, 10

Re: [Qemu-devel] [PATCH 2/2] vga: flip qemu 2.2 pc machine types from cirrus to stdvga

2014-10-28 Thread Dr. David Alan Gilbert
* Gerd Hoffmann (kra...@redhat.com) wrote: This patch switches the default display from cirrus to vga for the new (qemu 2.2+) machine types. Old machines types stay as-is for compatibility reasons. Signed-off-by: Gerd Hoffmann kra...@redhat.com --- hw/i386/pc_piix.c | 7 +--

Re: [Qemu-devel] [PATCH 2/2] vga: flip qemu 2.2 pc machine types from cirrus to stdvga

2014-10-28 Thread Gerd Hoffmann
On Di, 2014-10-28 at 10:37 +, Dr. David Alan Gilbert wrote: * Gerd Hoffmann (kra...@redhat.com) wrote: This patch switches the default display from cirrus to vga for the new (qemu 2.2+) machine types. Old machines types stay as-is for compatibility reasons. Signed-off-by: Gerd