]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/kvm_ppc.c
Replace Qemu by QEMU in comments
[qemu.git] / target-ppc / kvm_ppc.c
index 24fc6bce3b86c34b74649199c95b6bcc7e1e2007..a2e49cd423591faae1851ab944b9a1d4c4c5c157 100644 (file)
@@ -31,7 +31,7 @@ void kvmppc_init(void)
 {
     /* XXX The only reason KVM yields control back to qemu is device IO. Since
      * an idle guest does no IO, qemu's device model will never get a chance to
-     * run. So, until Qemu gains IO threads, we create this timer to ensure
+     * run. So, until QEMU gains IO threads, we create this timer to ensure
      * that the device model gets a chance to run. */
     kvmppc_timer_rate = get_ticks_per_sec() / 10;
     kvmppc_timer = qemu_new_timer_ns(vm_clock, &kvmppc_timer_hack, NULL);