Am 25.01.2013 17:00, schrieb Christian Borntraeger:
> libvirt specifies nodefaults and creates an sclp console with special
> parameters. Let qemu follow nodefaults and dont create an sclp
> console if nodefaults is specified.
> 
> Signed-off-by: Christian Borntraeger <[email protected]>

don't, -nodefaults, QEMU - Alex, please fix when applying.

> ---
>  vl.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/vl.c b/vl.c
> index affc524..ea26dae 100644
> --- a/vl.c
> +++ b/vl.c
> @@ -3658,6 +3658,7 @@ int main(int argc, char **argv, char **envp)
>                  default_serial = 0;
>                  default_parallel = 0;
>                  default_virtcon = 0;
> +                default_sclp = 0;
>                  default_monitor = 0;
>                  default_net = 0;
>                  default_floppy = 0;

ACK

Please remember to submit patches that don't apply to qemu.git as [PATCH
s390-next ...] to avoid Anthony's bot complaining.

Cheers,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

Reply via email to