* [Qemu-trivial] [PATCH 0/4] Replace Qemu by QEMU
@ 2012-04-07 7:23 Stefan Weil
2012-04-07 7:23 ` [Qemu-trivial] [PATCH 1/4] Replace Qemu by QEMU in user visible documentation Stefan Weil
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Stefan Weil @ 2012-04-07 7:23 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-trivial, Blue Swirl, Anthony Liguori, Alexander Graf,
Richard Henderson
These patches try to establish the official spelling "QEMU".
There remain some old spellings "Qemu" in BIOS code
(use "grep -rw Qemu pc-bios" to see them).
Patch 4 also fixes a spelling bug and debug messages
which I did not mention in the commit message.
Regards,
Stefan W.
[PATCH 1/4] Replace Qemu by QEMU in user visible documentation
[PATCH 2/4] Replace Qemu by QEMU in internal documentation
[PATCH 3/4] Replace Qemu by QEMU in w32 installation path (prefix)
[PATCH 4/4] Replace Qemu by QEMU in comments
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Qemu-trivial] [PATCH 1/4] Replace Qemu by QEMU in user visible documentation
2012-04-07 7:23 [Qemu-trivial] [PATCH 0/4] Replace Qemu by QEMU Stefan Weil
@ 2012-04-07 7:23 ` Stefan Weil
2012-04-07 7:23 ` [Qemu-trivial] [PATCH 2/4] Replace Qemu by QEMU in internal documentation Stefan Weil
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Stefan Weil @ 2012-04-07 7:23 UTC (permalink / raw)
To: qemu-devel
Cc: Anthony Liguori, qemu-trivial, Stefan Weil, Alexander Graf,
Blue Swirl, Richard Henderson
The official spelling is QEMU.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
fsdev/virtfs-proxy-helper.texi | 2 +-
qemu-doc.texi | 2 +-
qemu-nbd.texi | 2 +-
qemu-options.hx | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/fsdev/virtfs-proxy-helper.texi b/fsdev/virtfs-proxy-helper.texi
index faa0434..e60e3b9 100644
--- a/fsdev/virtfs-proxy-helper.texi
+++ b/fsdev/virtfs-proxy-helper.texi
@@ -24,7 +24,7 @@ in non-root mode, but doing privileged operations using socket IO.
Proxy helper(a stand alone binary part of qemu) is invoked with
root privileges. Proxy helper chroots into 9p export path and creates
a socket pair or a named socket based on the command line parameter.
-Qemu and proxy helper communicate using this socket. QEMU proxy fs
+QEMU and proxy helper communicate using this socket. QEMU proxy fs
driver sends filesystem request to proxy helper and receives the
response from it.
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 83b2ad5..d18dff0 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -968,7 +968,7 @@ monitor (@pxref{pcsys_keys}).
QEMU emulates a PCI UHCI USB controller. You can virtually plug
virtual USB devices or real host USB devices (experimental, works only
-on Linux hosts). Qemu will automatically create and connect virtual USB hubs
+on Linux hosts). QEMU will automatically create and connect virtual USB hubs
as necessary to connect multiple USB devices.
@menu
diff --git a/qemu-nbd.texi b/qemu-nbd.texi
index 44996cc..6955d90 100644
--- a/qemu-nbd.texi
+++ b/qemu-nbd.texi
@@ -6,7 +6,7 @@ usage: qemu-nbd [OPTION]... @var{filename}
@c man begin DESCRIPTION
-Export Qemu disk image using NBD protocol.
+Export QEMU disk image using NBD protocol.
@c man end
diff --git a/qemu-options.hx b/qemu-options.hx
index f72f9a0..a169792 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1310,7 +1310,7 @@ and a @var{name} can be assigned for use in monitor commands.
Optionally, for PCI cards, you can specify the number @var{v} of MSI-X vectors
that the card should have; this option currently only affects virtio cards; set
@var{v} = 0 to disable MSI-X. If no @option{-net} option is specified, a single
-NIC is created. Qemu can emulate several different models of network card.
+NIC is created. QEMU can emulate several different models of network card.
Valid values for @var{type} are
@code{virtio}, @code{i82551}, @code{i82557b}, @code{i82559er},
@code{ne2k_pci}, @code{ne2k_isa}, @code{pcnet}, @code{rtl8139},
@@ -2133,7 +2133,7 @@ activates telnet remote echo and single char transfer, then you can
use the following options to step up a netcat redirector to allow
telnet on port 5555 to access the qemu port.
@table @code
-@item Qemu Options:
+@item QEMU Options:
-serial udp::4555@@:4556
@item netcat options:
-u -P 4555 -L 0.0.0.0:4556 -t -p 5555 -I -T
--
1.7.9
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Qemu-trivial] [PATCH 2/4] Replace Qemu by QEMU in internal documentation
2012-04-07 7:23 [Qemu-trivial] [PATCH 0/4] Replace Qemu by QEMU Stefan Weil
2012-04-07 7:23 ` [Qemu-trivial] [PATCH 1/4] Replace Qemu by QEMU in user visible documentation Stefan Weil
@ 2012-04-07 7:23 ` Stefan Weil
2012-04-07 7:23 ` [Qemu-trivial] [PATCH 3/4] Replace Qemu by QEMU in w32 installation path (prefix) Stefan Weil
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Stefan Weil @ 2012-04-07 7:23 UTC (permalink / raw)
To: qemu-devel
Cc: Anthony Liguori, qemu-trivial, Stefan Weil, Alexander Graf,
Blue Swirl, Richard Henderson
The official spelling is QEMU.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
CODING_STYLE | 2 +-
docs/ccid.txt | 2 +-
docs/specs/ivshmem_device_spec.txt | 2 +-
target-alpha/STATUS | 2 +-
target-mips/TODO | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/CODING_STYLE b/CODING_STYLE
index 7c82d4d..dcbce28 100644
--- a/CODING_STYLE
+++ b/CODING_STYLE
@@ -1,4 +1,4 @@
-Qemu Coding Style
+QEMU Coding Style
=================
Please use the script checkpatch.pl in the scripts directory to check
diff --git a/docs/ccid.txt b/docs/ccid.txt
index b8e504a..450a66a 100644
--- a/docs/ccid.txt
+++ b/docs/ccid.txt
@@ -1,4 +1,4 @@
-Qemu CCID Device Documentation.
+QEMU CCID Device Documentation.
Contents
1. USB CCID device
diff --git a/docs/specs/ivshmem_device_spec.txt b/docs/specs/ivshmem_device_spec.txt
index 23dd2ba..667a862 100644
--- a/docs/specs/ivshmem_device_spec.txt
+++ b/docs/specs/ivshmem_device_spec.txt
@@ -24,7 +24,7 @@ The device currently supports 4 registers of 32-bits each. Registers
are used for synchronization between guests sharing the same memory object when
interrupts are supported (this requires using the shared memory server).
-The server assigns each VM an ID number and sends this ID number to the Qemu
+The server assigns each VM an ID number and sends this ID number to the QEMU
process when the guest starts.
enum ivshmem_registers {
diff --git a/target-alpha/STATUS b/target-alpha/STATUS
index 742e370..6c97445 100644
--- a/target-alpha/STATUS
+++ b/target-alpha/STATUS
@@ -4,7 +4,7 @@ Alpha emulation structure:
cpu.h : CPU definitions globally exported
exec.h : CPU definitions used only for translated code execution
helper.c : helpers that can be called either by the translated code
- or the Qemu core, including the exception handler.
+ or the QEMU core, including the exception handler.
op_helper.c : helpers that can be called only from TCG
helper.h : TCG helpers prototypes
translate.c : Alpha instructions to micro-operations translator
diff --git a/target-mips/TODO b/target-mips/TODO
index 9101881..2a3546f 100644
--- a/target-mips/TODO
+++ b/target-mips/TODO
@@ -16,7 +16,7 @@ General
Existing documentation is x86-centric.
- Reverse endianness bit not implemented
- The TLB emulation is very inefficient:
- Qemu's softmmu implements a x86-style MMU, with separate entries
+ QEMU's softmmu implements a x86-style MMU, with separate entries
for read/write/execute, a TLB index which is just a modulo of the
virtual address, and a set of TLBs for each user/kernel/supervisor
MMU mode.
@@ -25,7 +25,7 @@ General
up to 256 ASID tags as additional matching criterion (which roughly
equates to 256 MMU modes). It also has a global flag which causes
entries to match regardless of ASID.
- To cope with these differences, Qemu currently flushes the TLB at
+ To cope with these differences, QEMU currently flushes the TLB at
each ASID change. Using the MMU modes to implement ASIDs hinges on
implementing the global bit efficiently.
- save/restore of the CPU state is not implemented (see machine.c).
--
1.7.9
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Qemu-trivial] [PATCH 3/4] Replace Qemu by QEMU in w32 installation path (prefix)
2012-04-07 7:23 [Qemu-trivial] [PATCH 0/4] Replace Qemu by QEMU Stefan Weil
2012-04-07 7:23 ` [Qemu-trivial] [PATCH 1/4] Replace Qemu by QEMU in user visible documentation Stefan Weil
2012-04-07 7:23 ` [Qemu-trivial] [PATCH 2/4] Replace Qemu by QEMU in internal documentation Stefan Weil
@ 2012-04-07 7:23 ` Stefan Weil
2012-04-07 7:23 ` [Qemu-trivial] [PATCH 4/4] Replace Qemu by QEMU in comments Stefan Weil
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Stefan Weil @ 2012-04-07 7:23 UTC (permalink / raw)
To: qemu-devel
Cc: Anthony Liguori, qemu-trivial, Stefan Weil, Alexander Graf,
Blue Swirl, Richard Henderson
The official spelling is QEMU.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
configure | 2 +-
qemu-doc.texi | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure b/configure
index 5d5b854..2374b71 100755
--- a/configure
+++ b/configure
@@ -519,7 +519,7 @@ EOF
if compile_prog "" "-liberty" ; then
LIBS="-liberty $LIBS"
fi
- prefix="c:/Program Files/Qemu"
+ prefix="c:/Program Files/QEMU"
mandir="\${prefix}"
datadir="\${prefix}"
docdir="\${prefix}"
diff --git a/qemu-doc.texi b/qemu-doc.texi
index d18dff0..9e07ba6 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -2709,9 +2709,9 @@ MinGW's default header and linker search paths.
@file{make}. If you have problems using SDL, verify that
@file{sdl-config} can be launched from the MSYS command line.
-@item You can install QEMU in @file{Program Files/Qemu} by typing
+@item You can install QEMU in @file{Program Files/QEMU} by typing
@file{make install}. Don't forget to copy @file{SDL.dll} in
-@file{Program Files/Qemu}.
+@file{Program Files/QEMU}.
@end itemize
@@ -2745,7 +2745,7 @@ The example assumes @file{sdl-config} is installed under @file{/usr/i686-pc-ming
MinGW cross compilation tools have names like @file{i686-pc-mingw32-gcc} and @file{i686-pc-mingw32-strip}.
We set the @code{PATH} environment variable to ensure the MinGW version of @file{sdl-config} is used and
use --cross-prefix to specify the name of the cross compiler.
-You can also use --prefix to set the Win32 install path which defaults to @file{c:/Program Files/Qemu}.
+You can also use --prefix to set the Win32 install path which defaults to @file{c:/Program Files/QEMU}.
Under Fedora Linux, you can run:
@example
--
1.7.9
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Qemu-trivial] [PATCH 4/4] Replace Qemu by QEMU in comments
2012-04-07 7:23 [Qemu-trivial] [PATCH 0/4] Replace Qemu by QEMU Stefan Weil
` (2 preceding siblings ...)
2012-04-07 7:23 ` [Qemu-trivial] [PATCH 3/4] Replace Qemu by QEMU in w32 installation path (prefix) Stefan Weil
@ 2012-04-07 7:23 ` Stefan Weil
2012-04-07 10:23 ` [Qemu-trivial] [Qemu-devel] [PATCH 0/4] Replace Qemu by QEMU Andreas Färber
2012-04-07 14:24 ` [Qemu-trivial] " Blue Swirl
5 siblings, 0 replies; 7+ messages in thread
From: Stefan Weil @ 2012-04-07 7:23 UTC (permalink / raw)
To: qemu-devel
Cc: Anthony Liguori, qemu-trivial, Stefan Weil, Alexander Graf,
Blue Swirl, Richard Henderson
The official spelling is QEMU.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
hw/ivshmem.c | 2 +-
hw/pc.c | 2 +-
hw/ppc440_bamboo.c | 2 +-
hw/ppce500_mpc8544ds.c | 2 +-
hw/ps2.c | 2 +-
hw/sun4m.c | 12 ++++++------
ppc-dis.c | 2 +-
qemu-queue.h | 2 +-
target-alpha/cpu.h | 2 +-
target-mips/cpu.h | 2 +-
target-ppc/cpu.h | 6 +++---
target-ppc/helper.c | 8 ++++----
target-ppc/kvm.c | 2 +-
target-ppc/kvm_ppc.c | 2 +-
target-ppc/translate_init.c | 24 ++++++++++++------------
ui/cocoa.m | 2 +-
ui/spice-display.c | 2 +-
17 files changed, 38 insertions(+), 38 deletions(-)
diff --git a/hw/ivshmem.c b/hw/ivshmem.c
index 64e1cd9..b80aa8f 100644
--- a/hw/ivshmem.c
+++ b/hw/ivshmem.c
@@ -565,7 +565,7 @@ static void ivshmem_setup_msi(IVShmemState * s) {
msix_vector_use(&s->dev, i);
}
- /* allocate Qemu char devices for receiving interrupts */
+ /* allocate QEMU char devices for receiving interrupts */
s->eventfd_table = g_malloc0(s->vectors * sizeof(EventfdEntry));
}
diff --git a/hw/pc.c b/hw/pc.c
index 83a1b5b..67f0479 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -776,7 +776,7 @@ static void load_linux(void *fw_cfg,
}
/* loader type */
- /* High nybble = B reserved for Qemu; low nybble is revision number.
+ /* High nybble = B reserved for QEMU; low nybble is revision number.
If this code is substantially changed, you may want to consider
incrementing the revision. */
if (protocol >= 0x200)
diff --git a/hw/ppc440_bamboo.c b/hw/ppc440_bamboo.c
index 220c81d..f0a3ae4 100644
--- a/hw/ppc440_bamboo.c
+++ b/hw/ppc440_bamboo.c
@@ -1,5 +1,5 @@
/*
- * Qemu PowerPC 440 Bamboo board emulation
+ * QEMU PowerPC 440 Bamboo board emulation
*
* Copyright 2007 IBM Corporation.
* Authors:
diff --git a/hw/ppce500_mpc8544ds.c b/hw/ppce500_mpc8544ds.c
index 5ee8cb3..22aee23 100644
--- a/hw/ppce500_mpc8544ds.c
+++ b/hw/ppce500_mpc8544ds.c
@@ -1,5 +1,5 @@
/*
- * Qemu PowerPC MPC8544DS board emualtion
+ * QEMU PowerPC MPC8544DS board emulation
*
* Copyright (C) 2009 Freescale Semiconductor, Inc. All rights reserved.
*
diff --git a/hw/ps2.c b/hw/ps2.c
index b1a67bc..f93cd24 100644
--- a/hw/ps2.c
+++ b/hw/ps2.c
@@ -88,7 +88,7 @@ typedef struct {
typedef struct {
PS2State common;
int scan_enabled;
- /* Qemu uses translated PC scancodes internally. To avoid multiple
+ /* QEMU uses translated PC scancodes internally. To avoid multiple
conversions we do the translation (if any) in the PS/2 emulation
not the keyboard controller. */
int translate;
diff --git a/hw/sun4m.c b/hw/sun4m.c
index 7bcbf37..2befbfe 100644
--- a/hw/sun4m.c
+++ b/hw/sun4m.c
@@ -932,8 +932,8 @@ static void sun4m_hw_init(const struct sun4m_hwdef *hwdef, ram_addr_t RAM_size,
slavio_serial_ms_kbd_init(hwdef->ms_kb_base, slavio_irq[14],
display_type == DT_NOGRAPHIC, ESCC_CLOCK, 1);
- // Slavio TTYA (base+4, Linux ttyS0) is the first Qemu serial device
- // Slavio TTYB (base+0, Linux ttyS1) is the second Qemu serial device
+ // Slavio TTYA (base+4, Linux ttyS0) is the first QEMU serial device
+ // Slavio TTYB (base+0, Linux ttyS1) is the second QEMU serial device
escc_init(hwdef->serial_base, slavio_irq[15], slavio_irq[15],
serial_hds[0], serial_hds[1], ESCC_CLOCK, 1);
@@ -1581,8 +1581,8 @@ static void sun4d_hw_init(const struct sun4d_hwdef *hwdef, ram_addr_t RAM_size,
slavio_serial_ms_kbd_init(hwdef->ms_kb_base, sbi_irq[12],
display_type == DT_NOGRAPHIC, ESCC_CLOCK, 1);
- // Slavio TTYA (base+4, Linux ttyS0) is the first Qemu serial device
- // Slavio TTYB (base+0, Linux ttyS1) is the second Qemu serial device
+ // Slavio TTYA (base+4, Linux ttyS0) is the first QEMU serial device
+ // Slavio TTYB (base+0, Linux ttyS1) is the second QEMU serial device
escc_init(hwdef->serial_base, sbi_irq[12], sbi_irq[12],
serial_hds[0], serial_hds[1], ESCC_CLOCK, 1);
@@ -1762,8 +1762,8 @@ static void sun4c_hw_init(const struct sun4c_hwdef *hwdef, ram_addr_t RAM_size,
slavio_serial_ms_kbd_init(hwdef->ms_kb_base, slavio_irq[1],
display_type == DT_NOGRAPHIC, ESCC_CLOCK, 1);
- // Slavio TTYA (base+4, Linux ttyS0) is the first Qemu serial device
- // Slavio TTYB (base+0, Linux ttyS1) is the second Qemu serial device
+ // Slavio TTYA (base+4, Linux ttyS0) is the first QEMU serial device
+ // Slavio TTYB (base+0, Linux ttyS1) is the second QEMU serial device
escc_init(hwdef->serial_base, slavio_irq[1],
slavio_irq[1], serial_hds[0], serial_hds[1],
ESCC_CLOCK, 1);
diff --git a/ppc-dis.c b/ppc-dis.c
index ffdbec1..bc98cbe 100644
--- a/ppc-dis.c
+++ b/ppc-dis.c
@@ -5152,7 +5152,7 @@ powerpc_dialect (struct disassemble_info *info)
return dialect;
}
-/* Qemu default */
+/* QEMU default */
int
print_insn_ppc (bfd_vma memaddr, struct disassemble_info *info)
{
diff --git a/qemu-queue.h b/qemu-queue.h
index 74d7122..9288cd8 100644
--- a/qemu-queue.h
+++ b/qemu-queue.h
@@ -1,7 +1,7 @@
/* $NetBSD: queue.h,v 1.52 2009/04/20 09:56:08 mschuett Exp $ */
/*
- * Qemu version: Copy from netbsd, removed debug code, removed some of
+ * QEMU version: Copy from netbsd, removed debug code, removed some of
* the implementations. Left in singly-linked lists, lists, simple
* queues, and tail queues.
*/
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h
index 6c5d28b..74bf7f7 100644
--- a/target-alpha/cpu.h
+++ b/target-alpha/cpu.h
@@ -276,7 +276,7 @@ struct CPUAlphaState {
target_ulong t0, t1;
#endif
- /* Those resources are used only in Qemu core */
+ /* Those resources are used only in QEMU core */
CPU_COMMON
int error_code;
diff --git a/target-mips/cpu.h b/target-mips/cpu.h
index 7430aa5..257c4c4 100644
--- a/target-mips/cpu.h
+++ b/target-mips/cpu.h
@@ -418,7 +418,7 @@ struct CPUMIPSState {
/* We waste some space so we can handle shadow registers like TCs. */
TCState tcs[MIPS_SHADOW_SET_MAX];
CPUMIPSFPUContext fpus[MIPS_FPU_MAX];
- /* Qemu */
+ /* QEMU */
int error_code;
uint32_t hflags; /* CPU State */
/* TMASK defines different execution modes */
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h
index ca6f1cb..e7fb364 100644
--- a/target-ppc/cpu.h
+++ b/target-ppc/cpu.h
@@ -233,10 +233,10 @@ enum {
POWERPC_EXCP_DTLBE = 93, /* Data TLB error */
/* EOL */
POWERPC_EXCP_NB = 96,
- /* Qemu exceptions: used internally during code translation */
+ /* QEMU exceptions: used internally during code translation */
POWERPC_EXCP_STOP = 0x200, /* stop translation */
POWERPC_EXCP_BRANCH = 0x201, /* branch instruction */
- /* Qemu exceptions: special cases we want to stop translation */
+ /* QEMU exceptions: special cases we want to stop translation */
POWERPC_EXCP_SYNC = 0x202, /* context synchronizing instruction */
POWERPC_EXCP_SYSCALL_USER = 0x203, /* System call in user mode only */
POWERPC_EXCP_STCX = 0x204 /* Conditional stores in user mode */
@@ -1041,7 +1041,7 @@ struct CPUPPCState {
/* opcode handlers */
opc_handler_t *opcodes[0x40];
- /* Those resources are used only in Qemu core */
+ /* Those resources are used only in QEMU core */
target_ulong hflags; /* hflags is a MSR & HFLAGS_MASK */
target_ulong hflags_nmsr; /* specific hflags, not coming from MSR */
int mmu_idx; /* precomputed MMU index to speed up mem accesses */
diff --git a/target-ppc/helper.c b/target-ppc/helper.c
index 39dcc27..e13b749 100644
--- a/target-ppc/helper.c
+++ b/target-ppc/helper.c
@@ -365,7 +365,7 @@ void ppc6xx_tlb_store (CPUPPCState *env, target_ulong EPN, int way, int is_code,
tlb = &env->tlb.tlb6[nr];
LOG_SWTLB("Set TLB %d/%d EPN " TARGET_FMT_lx " PTE0 " TARGET_FMT_lx
" PTE1 " TARGET_FMT_lx "\n", nr, env->nb_tlb, EPN, pte0, pte1);
- /* Invalidate any pending reference in Qemu for this virtual address */
+ /* Invalidate any pending reference in QEMU for this virtual address */
__ppc6xx_tlb_invalidate_virt(env, EPN, is_code, 1);
tlb->pte0 = pte0;
tlb->pte1 = pte1;
@@ -729,7 +729,7 @@ void ppc_slb_invalidate_all (CPUPPCState *env)
slb->esid &= ~SLB_ESID_V;
/* XXX: given the fact that segment size is 256 MB or 1TB,
* and we still don't have a tlb_flush_mask(env, n, mask)
- * in Qemu, we just invalidate all TLBs
+ * in QEMU, we just invalidate all TLBs
*/
do_invalidate = 1;
}
@@ -752,7 +752,7 @@ void ppc_slb_invalidate_one (CPUPPCState *env, uint64_t T0)
/* XXX: given the fact that segment size is 256 MB or 1TB,
* and we still don't have a tlb_flush_mask(env, n, mask)
- * in Qemu, we just invalidate all TLBs
+ * in QEMU, we just invalidate all TLBs
*/
tlb_flush(env, 1);
}
@@ -2319,7 +2319,7 @@ void ppc_tlb_invalidate_one (CPUPPCState *env, target_ulong addr)
case POWERPC_MMU_2_06:
/* tlbie invalidate TLBs for all segments */
/* XXX: given the fact that there are too many segments to invalidate,
- * and we still don't have a tlb_flush_mask(env, n, mask) in Qemu,
+ * and we still don't have a tlb_flush_mask(env, n, mask) in QEMU,
* we just invalidate all TLBs
*/
tlb_flush(env, 1);
diff --git a/target-ppc/kvm.c b/target-ppc/kvm.c
index 724f4c7..d929213 100644
--- a/target-ppc/kvm.c
+++ b/target-ppc/kvm.c
@@ -470,7 +470,7 @@ void kvm_arch_pre_run(CPUPPCState *env, struct kvm_run *run)
int r;
unsigned irq;
- /* PowerPC Qemu tracks the various core input pins (interrupt, critical
+ /* PowerPC QEMU tracks the various core input pins (interrupt, critical
* interrupt, reset, etc) in PPC-specific env->irq_input_state. */
if (!cap_interrupt_level &&
run->ready_for_interrupt_injection &&
diff --git a/target-ppc/kvm_ppc.c b/target-ppc/kvm_ppc.c
index 24fc6bc..a2e49cd 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);
diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c
index 367eefa..b1f8785 100644
--- a/target-ppc/translate_init.c
+++ b/target-ppc/translate_init.c
@@ -1796,17 +1796,17 @@ static void gen_spr_440 (CPUPPCState *env)
static void gen_spr_40x (CPUPPCState *env)
{
/* Cache */
- /* not emulated, as Qemu do not emulate caches */
+ /* not emulated, as QEMU do not emulate caches */
spr_register(env, SPR_40x_DCCR, "DCCR",
SPR_NOACCESS, SPR_NOACCESS,
&spr_read_generic, &spr_write_generic,
0x00000000);
- /* not emulated, as Qemu do not emulate caches */
+ /* not emulated, as QEMU do not emulate caches */
spr_register(env, SPR_40x_ICCR, "ICCR",
SPR_NOACCESS, SPR_NOACCESS,
&spr_read_generic, &spr_write_generic,
0x00000000);
- /* not emulated, as Qemu do not emulate caches */
+ /* not emulated, as QEMU do not emulate caches */
spr_register(env, SPR_BOOKE_ICDBDR, "ICDBDR",
SPR_NOACCESS, SPR_NOACCESS,
&spr_read_generic, SPR_NOACCESS,
@@ -1974,7 +1974,7 @@ static void gen_spr_401_403 (CPUPPCState *env)
SPR_NOACCESS, &spr_write_tbu,
0x00000000);
/* Debug */
- /* not emulated, as Qemu do not emulate caches */
+ /* not emulated, as QEMU do not emulate caches */
spr_register(env, SPR_403_CDBCR, "CDBCR",
SPR_NOACCESS, SPR_NOACCESS,
&spr_read_generic, &spr_write_generic,
@@ -2012,12 +2012,12 @@ static void gen_spr_401 (CPUPPCState *env)
SPR_NOACCESS, SPR_NOACCESS,
&spr_read_generic, &spr_write_40x_sler,
0x00000000);
- /* not emulated, as Qemu never does speculative access */
+ /* not emulated, as QEMU never does speculative access */
spr_register(env, SPR_40x_SGR, "SGR",
SPR_NOACCESS, SPR_NOACCESS,
&spr_read_generic, &spr_write_generic,
0xFFFFFFFF);
- /* not emulated, as Qemu do not emulate caches */
+ /* not emulated, as QEMU do not emulate caches */
spr_register(env, SPR_40x_DCWR, "DCWR",
SPR_NOACCESS, SPR_NOACCESS,
&spr_read_generic, &spr_write_generic,
@@ -3436,12 +3436,12 @@ static void init_proc_403GCX (CPUPPCState *env)
gen_spr_403_real(env);
gen_spr_403_mmu(env);
/* Bus access control */
- /* not emulated, as Qemu never does speculative access */
+ /* not emulated, as QEMU never does speculative access */
spr_register(env, SPR_40x_SGR, "SGR",
SPR_NOACCESS, SPR_NOACCESS,
&spr_read_generic, &spr_write_generic,
0xFFFFFFFF);
- /* not emulated, as Qemu do not emulate caches */
+ /* not emulated, as QEMU do not emulate caches */
spr_register(env, SPR_40x_DCWR, "DCWR",
SPR_NOACCESS, SPR_NOACCESS,
&spr_read_generic, &spr_write_generic,
@@ -3488,12 +3488,12 @@ static void init_proc_405 (CPUPPCState *env)
gen_spr_40x(env);
gen_spr_405(env);
/* Bus access control */
- /* not emulated, as Qemu never does speculative access */
+ /* not emulated, as QEMU never does speculative access */
spr_register(env, SPR_40x_SGR, "SGR",
SPR_NOACCESS, SPR_NOACCESS,
&spr_read_generic, &spr_write_generic,
0xFFFFFFFF);
- /* not emulated, as Qemu do not emulate caches */
+ /* not emulated, as QEMU do not emulate caches */
spr_register(env, SPR_40x_DCWR, "DCWR",
SPR_NOACCESS, SPR_NOACCESS,
&spr_read_generic, &spr_write_generic,
@@ -9442,13 +9442,13 @@ static void init_ppc_proc (CPUPPCState *env, const ppc_def_t *def)
}
if (env->irq_inputs == NULL) {
fprintf(stderr, "WARNING: no internal IRQ controller registered.\n"
- " Attempt Qemu to crash very soon !\n");
+ " Attempt QEMU to crash very soon !\n");
}
#endif
if (env->check_pow == NULL) {
fprintf(stderr, "WARNING: no power management check handler "
"registered.\n"
- " Attempt Qemu to crash very soon !\n");
+ " Attempt QEMU to crash very soon !\n");
}
}
diff --git a/ui/cocoa.m b/ui/cocoa.m
index 0711205..e7d6e89 100644
--- a/ui/cocoa.m
+++ b/ui/cocoa.m
@@ -772,7 +772,7 @@ QemuCocoaView *cocoaView;
modalForWindow:normalWindow modalDelegate:self
didEndSelector:@selector(openPanelDidEnd:returnCode:contextInfo:) contextInfo:NULL];
} else {
- // or Launch Qemu, with the global args
+ // or launch QEMU, with the global args
[self startEmulationWithArgc:gArgc argv:(char **)gArgv];
}
}
diff --git a/ui/spice-display.c b/ui/spice-display.c
index cb8a7ad..5418eb3 100644
--- a/ui/spice-display.c
+++ b/ui/spice-display.c
@@ -219,7 +219,7 @@ static SimpleSpiceUpdate *qemu_spice_create_update(SimpleSpiceDisplay *ssd)
/*
* Called from spice server thread context (via interface_release_ressource)
* We do *not* hold the global qemu mutex here, so extra care is needed
- * when calling qemu functions. Qemu interfaces used:
+ * when calling qemu functions. QEMU interfaces used:
* - g_free (underlying glibc free is re-entrant).
*/
void qemu_spice_destroy_update(SimpleSpiceDisplay *sdpy, SimpleSpiceUpdate *update)
--
1.7.9
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [PATCH 0/4] Replace Qemu by QEMU
2012-04-07 7:23 [Qemu-trivial] [PATCH 0/4] Replace Qemu by QEMU Stefan Weil
` (3 preceding siblings ...)
2012-04-07 7:23 ` [Qemu-trivial] [PATCH 4/4] Replace Qemu by QEMU in comments Stefan Weil
@ 2012-04-07 10:23 ` Andreas Färber
2012-04-07 14:24 ` [Qemu-trivial] " Blue Swirl
5 siblings, 0 replies; 7+ messages in thread
From: Andreas Färber @ 2012-04-07 10:23 UTC (permalink / raw)
To: Stefan Weil
Cc: Anthony Liguori, qemu-trivial, qemu-devel, Alexander Graf,
Blue Swirl, Richard Henderson
Am 07.04.2012 09:23, schrieb Stefan Weil:
> These patches try to establish the official spelling "QEMU".
> There remain some old spellings "Qemu" in BIOS code
> (use "grep -rw Qemu pc-bios" to see them).
>
> Patch 4 also fixes a spelling bug and debug messages
> which I did not mention in the commit message.
>
> Regards,
> Stefan W.
>
> [PATCH 1/4] Replace Qemu by QEMU in user visible documentation
> [PATCH 2/4] Replace Qemu by QEMU in internal documentation
> [PATCH 3/4] Replace Qemu by QEMU in w32 installation path (prefix)
> [PATCH 4/4] Replace Qemu by QEMU in comments
Series (including ppc parts and same-line fixes)
Reviewed-by: Andreas Färber <afaerber@suse.de>
I hope it'll avoid some copy&paste errors, but I somewhat doubt it'll
stop newbies from varying the spelling and new misspellings creeping in.
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-trivial] [PATCH 0/4] Replace Qemu by QEMU
2012-04-07 7:23 [Qemu-trivial] [PATCH 0/4] Replace Qemu by QEMU Stefan Weil
` (4 preceding siblings ...)
2012-04-07 10:23 ` [Qemu-trivial] [Qemu-devel] [PATCH 0/4] Replace Qemu by QEMU Andreas Färber
@ 2012-04-07 14:24 ` Blue Swirl
5 siblings, 0 replies; 7+ messages in thread
From: Blue Swirl @ 2012-04-07 14:24 UTC (permalink / raw)
To: Stefan Weil
Cc: qemu-trivial, Alexander Graf, Anthony Liguori, qemu-devel,
Richard Henderson
On Sat, Apr 7, 2012 at 07:23, Stefan Weil <sw@weilnetz.de> wrote:
> These patches try to establish the official spelling "QEMU".
> There remain some old spellings "Qemu" in BIOS code
> (use "grep -rw Qemu pc-bios" to see them).
>
> Patch 4 also fixes a spelling bug and debug messages
> which I did not mention in the commit message.
>
> Regards,
> Stefan W.
>
> [PATCH 1/4] Replace Qemu by QEMU in user visible documentation
> [PATCH 2/4] Replace Qemu by QEMU in internal documentation
> [PATCH 3/4] Replace Qemu by QEMU in w32 installation path (prefix)
> [PATCH 4/4] Replace Qemu by QEMU in comments
Thanks, applied all.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-04-07 14:25 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-07 7:23 [Qemu-trivial] [PATCH 0/4] Replace Qemu by QEMU Stefan Weil
2012-04-07 7:23 ` [Qemu-trivial] [PATCH 1/4] Replace Qemu by QEMU in user visible documentation Stefan Weil
2012-04-07 7:23 ` [Qemu-trivial] [PATCH 2/4] Replace Qemu by QEMU in internal documentation Stefan Weil
2012-04-07 7:23 ` [Qemu-trivial] [PATCH 3/4] Replace Qemu by QEMU in w32 installation path (prefix) Stefan Weil
2012-04-07 7:23 ` [Qemu-trivial] [PATCH 4/4] Replace Qemu by QEMU in comments Stefan Weil
2012-04-07 10:23 ` [Qemu-trivial] [Qemu-devel] [PATCH 0/4] Replace Qemu by QEMU Andreas Färber
2012-04-07 14:24 ` [Qemu-trivial] " Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).