qemu-devel
[Top][All Lists]
Advanced

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

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


From: William Dauchy
Subject: [Qemu-devel] process naming not working when using a config file
Date: Wed, 2 Apr 2014 17:50:49 +0200

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.
Should I write a bug report for this?

Thanks,
-- 
William



reply via email to

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