qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 4/4] Replace Qemu by QEMU in comments


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH 4/4] Replace Qemu by QEMU in comments
Date: Sat, 07 Apr 2012 11:02:00 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20120317 Iceowl/1.0b1 Icedove/3.0.11

Am 07.04.2012 09:23, schrieb Stefan Weil:
The official spelling is QEMU.

Signed-off-by: Stefan Weil<address@hidden>
---
  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/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");

Hi Alex,

should it be "Expect QEMU ..." instead of "Attempt QEMU ..."?

      }
  #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");

dto.
      }
  }

Regards,

Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]