qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] process naming not working when using a config file


From: Dr. David Alan Gilbert
Subject: Re: [Qemu-devel] process naming not working when using a config file
Date: Wed, 2 Apr 2014 18:05:05 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

* William Dauchy (address@hidden) wrote:
> Hello,
> 
> I was using the qemu command line option:
> -name foo,process=foo
> in order to get a nice process naming on my linux box.
> 
> and so I could do
> $ ps axco pid,command | grep 'foo'
> 4242 foo
> 
> I switched to a config file with:
> [name]
>   guest = "foo"
>   process = "foo"
> 
> but now the previous `ps` command is empty and the process name is
> qemu-system-x86
> 
> I guess these options are not taken in consideration. I am using the
> last git version of qemu.

Thanks for the report; on an older version of Qemu that still has the -name
option, using the file gives an error (There is no option group 'name'),
but on the lastest one it does, as you say, just ignore it.

> Should I write a bug report for this?

You can add a launchpad entry if you like; however sicne I suspect
it's my rework of --name to use QemuOpts that broke it, I'll add it
to my list.

Thanks again for reporting it.

Dave
--
Dr. David Alan Gilbert / address@hidden / Manchester, UK



reply via email to

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