]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add process= support for 'qemu-kvm -name'
authorJohn Morrissey <jwm@horde.net>
Wed, 20 Oct 2010 08:25:05 +0000 (10:25 +0200)
committerDaniel Veillard <veillard@redhat.com>
Wed, 20 Oct 2010 08:30:30 +0000 (10:30 +0200)
commitc08c7b0143b8cdc542e5f4137623d412340c5cf2
tree0dcd7535f32242f06b28f2fb54c5bd99dc21235b
parentc2fbdf1088cb5756f04afef8abd6a4b676771f80
Add process= support for 'qemu-kvm -name'

This sets the process name to the same value as the Windows title,
but since the name is limited to 16 chars only this is kept as a
configuration option and turned off by default
* src/qemu/qemu.conf src/qemu/qemu_conf.[ch]: hceck for support in the
  QEmu help output, add the option in qemu conf file and augment
  qemudBuildCommandLine to add it if switched on
* src/qemu/libvirtd_qemu.aug src/qemu/test_libvirtd_qemu.aug: augment
  the augeas lenses accordingly
* tests/qemuhelptest.c: cope with the extra flag being detected now
src/qemu/libvirtd_qemu.aug
src/qemu/qemu.conf
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/test_libvirtd_qemu.aug
tests/qemuhelptest.c