Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Replace Qemu by QEMU in internal documentation
Browse files Browse the repository at this point in the history
The official spelling is QEMU.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
  • Loading branch information
stweil authored and blueswirl committed Apr 7, 2012
1 parent 071c939 commit 6576b74
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CODING_STYLE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Qemu Coding Style
QEMU Coding Style
=================

Please use the script checkpatch.pl in the scripts directory to check
Expand Down
2 changes: 1 addition & 1 deletion docs/ccid.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Qemu CCID Device Documentation.
QEMU CCID Device Documentation.

Contents
1. USB CCID device
Expand Down
2 changes: 1 addition & 1 deletion docs/specs/ivshmem_device_spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion target-alpha/STATUS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions target-mips/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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).
Expand Down

0 comments on commit 6576b74

Please sign in to comment.