]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Merge remote-tracking branch 'rth/tcg-pull' into staging
authorAnthony Liguori <aliguori@amazon.com>
Fri, 11 Oct 2013 16:36:52 +0000 (09:36 -0700)
committerAnthony Liguori <aliguori@amazon.com>
Fri, 11 Oct 2013 16:36:52 +0000 (09:36 -0700)
# By Richard Henderson
# Via Richard Henderson
* rth/tcg-pull:
  exec: Add both big- and little-endian memory helpers
  tcg: Add qemu_ld_st_i32/64
  tcg: Add TCGMemOp
  configure: Remove CONFIG_QEMU_LDST_OPTIMIZATION
  tcg: Add tcg-be-ldst.h
  tcg: Add tcg-be-null.h
  exec: Delete is_tcg_gen_code and GETRA_EXT
  tcg-aarch64: Update to helper_ret_*_mmu routines
  tcg: Merge tcg_register_helper into tcg_context_init
  tcg: Add tcg-runtime.c helpers to all_helpers
  tcg: Put target helper data into an array.
  tcg: Remove stray semi-colons from target-*/helper.h
  tcg: Move helper registration into tcg_context_init
  target-m68k: Rename helpers.h to helper.h
  tcg: Use a GHashTable for tcg_find_helper
  tcg: Delete tcg_helper_get_name declaration
  tcg-hppa: Remove tcg backend

Message-id: 1381440525-6666-1-git-send-email-rth@twiddle.net
Signed-off-by: Anthony Liguori <aliguori@amazon.com>
1  2 
MAINTAINERS
target-m68k/helper.c
target-mips/translate.c

diff --combined MAINTAINERS
index 3c3e9fef18c34131da4dc8c9bfd3a5491ea867cf,d59651e981d106c5278acdacf00e60b8f36d3acd..77edacf2716502423578e9a00865f1205436572f
@@@ -50,7 -50,7 +50,7 @@@ Descriptions of section entries
  
  General Project Administration
  ------------------------------
 -M: Anthony Liguori <anthony@codemonkey.ws>
 +M: Anthony Liguori <aliguori@amazon.com>
  
  Guest CPU cores (TCG):
  ----------------------
@@@ -499,7 -499,7 +499,7 @@@ F: hw/unicore32
  X86 Machines
  ------------
  PC
 -M: Anthony Liguori <anthony@codemonkey.ws>
 +M: Anthony Liguori <aliguori@amazon.com>
  S: Supported
  F: hw/i386/pc.[ch]
  F: hw/i386/pc_piix.c
@@@ -582,7 -582,7 +582,7 @@@ S: Supporte
  F: hw/*/*vhost*
  
  virtio
 -M: Anthony Liguori <anthony@codemonkey.ws>
 +M: Anthony Liguori <aliguori@amazon.com>
  S: Supported
  F: hw/*/virtio*
  
@@@ -641,7 -641,7 +641,7 @@@ F: block
  F: hw/block/
  
  Character Devices
 -M: Anthony Liguori <anthony@codemonkey.ws>
 +M: Anthony Liguori <aliguori@amazon.com>
  S: Maintained
  F: qemu-char.c
  
@@@ -679,7 -679,7 +679,7 @@@ F: audio/spiceaudio.
  F: hw/display/qxl*
  
  Graphics
 -M: Anthony Liguori <anthony@codemonkey.ws>
 +M: Anthony Liguori <aliguori@amazon.com>
  S: Maintained
  F: ui/
  
@@@ -689,7 -689,7 +689,7 @@@ S: Odd Fixe
  F: ui/cocoa.m
  
  Main loop
 -M: Anthony Liguori <anthony@codemonkey.ws>
 +M: Anthony Liguori <aliguori@amazon.com>
  S: Supported
  F: vl.c
  
@@@ -701,7 -701,7 +701,7 @@@ F: hmp.
  F: hmp-commands.hx
  
  Network device layer
 -M: Anthony Liguori <anthony@codemonkey.ws>
 +M: Anthony Liguori <aliguori@amazon.com>
  M: Stefan Hajnoczi <stefanha@redhat.com>
  S: Maintained
  F: net/
@@@ -793,11 -793,6 +793,6 @@@ M: Andrzej Zaborowski <balrogg@gmail.co
  S: Maintained
  F: tcg/arm/
  
- HPPA target
- M: Richard Henderson <rth@twiddle.net>
- S: Maintained
- F: tcg/hppa/
  i386 target
  M: qemu-devel@nongnu.org
  S: Maintained
@@@ -844,21 -839,21 +839,21 @@@ Stable branche
  ---------------
  Stable 1.0
  L: qemu-stable@nongnu.org
 -T: git git://git.qemu.org/qemu-stable-1.0.git
 +T: git git://git.qemu-project.org/qemu-stable-1.0.git
  S: Orphan
  
  Stable 0.15
  L: qemu-stable@nongnu.org
  M: Andreas Färber <afaerber@suse.de>
 -T: git git://git.qemu.org/qemu-stable-0.15.git
 +T: git git://git.qemu-project.org/qemu-stable-0.15.git
  S: Supported
  
  Stable 0.14
  L: qemu-stable@nongnu.org
 -T: git git://git.qemu.org/qemu-stable-0.14.git
 +T: git git://git.qemu-project.org/qemu-stable-0.14.git
  S: Orphan
  
  Stable 0.10
  L: qemu-stable@nongnu.org
 -T: git git://git.qemu.org/qemu-stable-0.10.git
 +T: git git://git.qemu-project.org/qemu-stable-0.10.git
  S: Orphan
diff --combined target-m68k/helper.c
index a8f32fc88bc6418a5ccb3384e367ae942f5258da,a508896317d35770d8c9e638431853834f3b0e8b..a364eb1e5c9d2584686a26f891b7a1136c3ded0c
@@@ -21,7 -21,7 +21,7 @@@
  #include "cpu.h"
  #include "exec/gdbstub.h"
  
- #include "helpers.h"
+ #include "helper.h"
  
  #define SIGNBIT (1u << 31)
  
@@@ -110,6 -110,7 +110,6 @@@ M68kCPU *cpu_m68k_init(const char *cpu_
      }
      cpu = M68K_CPU(object_new(object_class_get_name(oc)));
      env = &cpu->env;
 -    env->cpu_model_str = cpu_model;
  
      register_m68k_insns(env);
  
diff --combined target-mips/translate.c
index dea3956c6057f80281100005680ebd27cc214e51,0d8db668899966337d6b5cbaa47d819308c9935a..67f326b20511db67021184528304132fdf840369
@@@ -15886,10 -15886,6 +15886,6 @@@ void mips_tcg_init(void
                                         offsetof(CPUMIPSState, active_fpu.fcr31),
                                         "fcr31");
  
-     /* register helpers */
- #define GEN_HELPER 2
- #include "helper.h"
      inited = 1;
  }
  
@@@ -15907,6 -15903,7 +15903,6 @@@ MIPSCPU *cpu_mips_init(const char *cpu_
      cpu = MIPS_CPU(object_new(TYPE_MIPS_CPU));
      env = &cpu->env;
      env->cpu_model = def;
 -    env->cpu_model_str = cpu_model;
  
  #ifndef CONFIG_USER_ONLY
      mmu_init(env, def);