qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Allow setting qemu process name


From: Jamie Lokier
Subject: Re: [Qemu-devel] [PATCH] Allow setting qemu process name
Date: Wed, 1 Jul 2009 18:02:22 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Avi Kivity wrote:
> On 07/01/2009 07:34 PM, Luiz Capitulino wrote:
> >  The command-line we have is already quite big...
> >   
> 
> We can add a response file, for example '@my-vm-options.cfg' or 
> '-options my-vm-options.cfg' (the first syntax is common on DOS and 
> descendants).  It's nice as a baseline that you can override:
> 
>    qemu @my-vm -m 8G
> 
> starts a guest but specifies a different memory size.

We already have it:

    qemu `cat my-vm` -m 8G

MS-DOS applications have response files only because the shell doesn't.
We don't need it in unix.

-- Jamie




reply via email to

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