Remove application name decoration
commitf7655a6a754793c42fdd708bf85fb33bbaf9bd5d
authorAnthony Liguori <aliguori@us.ibm.com>
Thu, 17 Jul 2008 20:47:22 +0000 (17 15:47 -0500)
committerAvi Kivity <avi@qumranet.com>
Sat, 19 Jul 2008 07:53:51 +0000 (19 10:53 +0300)
tree83d377a9608c897f41278fb521b282b863fd6e3a
parent6cbb35dc5fc56e2b542149523727407c85518167
Remove application name decoration

Decorating the application name is not the best way to let users figure out
if KVM is enabled or not.  It's impossible for management applications to
figure out, inconsistent with other accelerators like kqemu, and clutters the
title bar.

We may experience a little user pain in the short term since we've told users to
look for it to determine if KVM is enabled or not but having a proper monitor
command is better in the long run.

I also think it will be hard to merge this into upstream QEMU whereas a monitor
command will be obvious to merge.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
console.h
sdl.c
vl.c
vnc.c