qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/1] sclpconsole: Dont instantiate sclpconsole w


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH 1/1] sclpconsole: Dont instantiate sclpconsole with nodefaults
Date: Fri, 25 Jan 2013 17:58:23 +0100

On 25.01.2013, at 17:00, Christian Borntraeger wrote:

> 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 <address@hidden>

Thanks, applied to s390-next (with spelling fixes).


Alex

> ---
> 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;
> -- 
> 1.7.11.4
> 




reply via email to

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