qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] VGA cirrus patch prevents video output
@ 2018-07-06  2:41 Programmingkid
  2018-07-06  3:18 ` David Gibson
  0 siblings, 1 reply; 2+ messages in thread
From: Programmingkid @ 2018-07-06  2:41 UTC (permalink / raw)
  To: David Gibson, mail; +Cc: list@suse.de:PowerPC list:PowerPC, QEMU Developers

I noticed that the video in QEMU stopped working. When I start qemu-system-ppc all I see is a black window. Not even OpenBIOS displays anything. After some bisecting I found out it was this patch that causes the problem: 

Commit 29f9cef39eb1ae55e82c6763eb22d7a1bdff7276
Author: Sebastian Bauer <mail@sebastianbauer.info>
Date:   Mon Jul 2 21:13:45 2018 +0200

    ppc: Include vga cirrus card into the compiling process
    
    Drivers for this card exists on PPC-based AmigaOS guests so it is useful to
    allow users to emulate the graphics card for PPC machines.
    
    As cirrus vga is currently preferred over std(vga) in absence of any user
    choice, this change also sets the default display of spapr machines to
    std as otherwise qemu refuses to start these machines. Not specifying an
    explicit graphics mode is for instance done by 'make check'.
    
    Signed-off-by: Sebastian Bauer <mail@sebastianbauer.info>
    Signed-off-by: David Gibson <david@gibson.dropbear.id.au>


I think a solution to this problem might be to have the mac99 machine use "-vga std" as default. When I use -vga std, video works again.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] VGA cirrus patch prevents video output
  2018-07-06  2:41 [Qemu-devel] VGA cirrus patch prevents video output Programmingkid
@ 2018-07-06  3:18 ` David Gibson
  0 siblings, 0 replies; 2+ messages in thread
From: David Gibson @ 2018-07-06  3:18 UTC (permalink / raw)
  To: Programmingkid; +Cc: mail, list@suse.de:PowerPC list:PowerPC, QEMU Developers

[-- Attachment #1: Type: text/plain, Size: 1524 bytes --]

On Thu, Jul 05, 2018 at 10:41:43PM -0400, Programmingkid wrote:
> I noticed that the video in QEMU stopped working. When I start qemu-system-ppc all I see is a black window. Not even OpenBIOS displays anything. After some bisecting I found out it was this patch that causes the problem: 
> 
> Commit 29f9cef39eb1ae55e82c6763eb22d7a1bdff7276
> Author: Sebastian Bauer <mail@sebastianbauer.info>
> Date:   Mon Jul 2 21:13:45 2018 +0200
> 
>     ppc: Include vga cirrus card into the compiling process
>     
>     Drivers for this card exists on PPC-based AmigaOS guests so it is useful to
>     allow users to emulate the graphics card for PPC machines.
>     
>     As cirrus vga is currently preferred over std(vga) in absence of any user
>     choice, this change also sets the default display of spapr machines to
>     std as otherwise qemu refuses to start these machines. Not specifying an
>     explicit graphics mode is for instance done by 'make check'.
>     
>     Signed-off-by: Sebastian Bauer <mail@sebastianbauer.info>
>     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
> 
> 
> I think a solution to this problem might be to have the mac99
> machine use "-vga std" as default. When I use -vga std, video works
> again.

There are already patches in the works to fix this.


-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-06  3:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-06  2:41 [Qemu-devel] VGA cirrus patch prevents video output Programmingkid
2018-07-06  3:18 ` David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).