« Previous | Next » 

Revision 15d37e70

ID15d37e709fa809f1b64d3ad81965f3d8200e828a

Added by michael@ozlabs.org over 12 years ago

vl.c: Print the actual program name in help output

In help() we do what boils down to:

printf("%s", "qemu");

This seems to be an artifact of be995c27640a82c7056b6f53d02ec823570114e5
("removed unused code"), which removed some ifdef'ery that used to print
a different name depending on CONFIG_SOFTMMU.

Instead print the actual program name, originally from argv0.

Signed-off-by: Michael Ellerman <>
Signed-off-by: Anthony Liguori <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences