Merge commit '3110e2925489c571901e945e315942ce84fe696f' into upstream-merge
commita670ad63cf5ce7aa71cfae8057d9d1dc72f36f10
authorMarcelo Tosatti <mtosatti@redhat.com>
Tue, 3 May 2011 20:00:22 +0000 (3 17:00 -0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 3 May 2011 20:00:22 +0000 (3 17:00 -0300)
treeb98b68f8f1cdfa456e80687762d099acf122bc96
parent70757dcaa40e14978bf287084d8fab9efb815a2d
parent3110e2925489c571901e945e315942ce84fe696f
Merge commit '3110e2925489c571901e945e315942ce84fe696f' into upstream-merge

* commit '3110e2925489c571901e945e315942ce84fe696f': (41 commits)
  s390x: Enable s390x-softmmu target
  s390x: Prepare cpu.h for emulation
  move helpers.h to helper.h
  libcacard: fix opposite usage of isspace
  target-mips: clear softfpu exception state for comparison instructions
  target-mips: fix c.ps.* instructions
  target-mips: don't hardcode softfloat exception bits
  target-mips: simplify FP comparisons
  target-ppc: fix SPE comparison functions
  softfloat: improve description of comparison functions
  softfloat: move float*_eq and float*_eq_quiet
  softfloat: rename float*_eq_signaling() into float*_eq()
  softfloat: rename float*_eq() into float*_eq_quiet()
  target-i386: fix CMPUNORDPS/D and CMPORDPS/D instructions
  target-mips: use new float*_unordered*() functions
  target-alpha: use new float64_unordered_quiet() function
  softfloat-native: add float*_unordered_quiet() functions
  softfloat: add float*_unordered_{,quiet}() functions
  target-i386: add floatx_{add,mul,sub} and use them
  target-i386: use float unions from cpu-all.h
  ...

Conflicts:
cpu-exec.c

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
12 files changed:
.gitignore
Makefile
cpu-exec.c
cpus.c
hw/ppc440_bamboo.c
hw/virtio-balloon.c
kvm-stub.c
qemu-config.c
qemu-options.hx
savevm.c
sysemu.h
target-i386/helper.c