qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Qemu-ppc] [PATCH 2/2] spapr: Add support for -vga opti


From: Anthony Liguori
Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 2/2] spapr: Add support for -vga option
Date: Wed, 27 Jun 2012 17:25:46 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

On 06/27/2012 05:14 PM, Alexander Graf wrote:

On 28.06.2012, at 00:05, Benjamin Herrenschmidt wrote:

On Wed, 2012-06-27 at 23:42 +0200, Alexander Graf wrote:

It shouldn't be an #if 0 but an if (cirrus) hw_abort() then though.
Otherwise we'd just silently ignore the option.

You guys love aborts too much. For a high level option like -vga I'd
rather just fallback to "std" (like afaik some other machines do in
unsupported cases) and have something going, maybe with a warning.

If you pass in nothing, yes, default to std. If you explicitly say "I want a cirrus 
adapter", we either give the user a cirrus adapter or we tell him that we can't give 
him what he's asking for. Otherwise what's the point in having the option? And if libvirt 
gets it wrong (again), then we better fix libvirt rather than put a hack into QEMU.

Ack.

If a user asks for something and we can't make it work, we should fail.

Regards,

Anthony Liguori


Alex





reply via email to

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