diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-06-20 06:05:51 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-06-22 10:34:21 +0100 |
commit | 09faecf257387d88c457ca255d5c6a003a96623f (patch) | |
tree | 7efdd1ba06c67513fc9e50ee7271a4c8cddca6fc /target-i386/cpu.c | |
parent | 30fd45adb2e54c7369505ac840907dc33a1078fa (diff) |
target-i386: Use QEMU instead of Qemu
This new 'QEmu' was recently added.
Replace it by the official all upper case 'QEMU'.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'target-i386/cpu.c')
-rw-r--r-- | target-i386/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/cpu.c b/target-i386/cpu.c index fdd95be8cf..5521709240 100644 --- a/target-i386/cpu.c +++ b/target-i386/cpu.c @@ -1303,7 +1303,7 @@ void x86_cpudef_setup(void) builtin_x86_defs[i].flags = 1; /* Look for specific "cpudef" models that */ - /* have the QEmu version in .model_id */ + /* have the QEMU version in .model_id */ for (j = 0; j < ARRAY_SIZE(model_with_versions); j++) { if (strcmp(model_with_versions[j], builtin_x86_defs[i].name) == 0) { pstrcpy(builtin_x86_defs[i].model_id, sizeof(builtin_x86_defs[i].model_id), "QEMU Virtual CPU version "); |