summaryrefslogtreecommitdiff
path: root/target-ppc/kvm_ppc.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-04-07 09:23:39 +0200
committerBlue Swirl <blauwirbel@gmail.com>2012-04-07 14:00:45 +0000
commit5cbdb3a34bce4ee64dd203cfd74979409fa3d51e (patch)
tree4b59207391a065bd438f3c30219ec562c4ec80de /target-ppc/kvm_ppc.c
parentc5ec15ea3b9374e6d493f8de7dfc170cec058068 (diff)
downloadqemu-5cbdb3a34bce4ee64dd203cfd74979409fa3d51e.tar.gz
Replace Qemu by QEMU in comments
The official spelling is QEMU. Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Andreas Färber <afaerber@suse.de> [blauwirbel@gmail.com: fixed comment style in hw/sun4m.c] Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-ppc/kvm_ppc.c')
-rw-r--r--target-ppc/kvm_ppc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/kvm_ppc.c b/target-ppc/kvm_ppc.c
index 24fc6bce3b..a2e49cd423 100644
--- a/target-ppc/kvm_ppc.c
+++ b/target-ppc/kvm_ppc.c
@@ -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);