]> xenbits.xensource.com Git - qemu-upstream-4.6-testing.git/commitdiff
target-i386: Use QEMU instead of Qemu
authorStefan Weil <sw@weilnetz.de>
Wed, 20 Jun 2012 04:05:51 +0000 (06:05 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 22 Jun 2012 09:34:21 +0000 (10:34 +0100)
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>
target-i386/cpu.c

index fdd95be8cf0980c616f2362a16d328038451f69f..55217092402d12d9512ec69375140358a64eb74b 100644 (file)
@@ -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 ");