Merge branch 'upstream-merge' into next
commitd58931037dbb4fbc2fbb33858629d3fabfd1b0d4
authorAvi Kivity <avi@redhat.com>
Tue, 28 Jun 2011 12:11:13 +0000 (28 15:11 +0300)
committerAvi Kivity <avi@redhat.com>
Tue, 28 Jun 2011 12:11:13 +0000 (28 15:11 +0300)
tree5f372ea90abbdc86a30521872b00b46c9e771413
parentbcd4f22796ebda2934a980060ea704ebedb46173
parentf8121c4b11bcea1d5e52b9510b5ebf6be5e7e9b3
Merge branch 'upstream-merge' into next

* upstream-merge: (69 commits)
  tcg/ppc64: Remove tcg_out_addi
  tcg/ppc: Remove tcg_out_addi
  vnc: Fix compilation with --enable-vnc-png
  virtio-serial: Fix segfault on guest boot
  Fix MinGW compilation when --enable-vnc-jpeg is specified
  TCG/Sparc64: use stack for TCG temps
  TCG/x86: use stack for TCG temps
  TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESP
  TCG: remove broken stack allocation for call arguments
  TCG: fix negative frame offset calculations
  Delegate setup of TCG temporaries to targets
  cpu-exec.c: avoid AREG0 use
  Remove exec-all.h include directives
  Move cpu_has_work and cpu_pc_from_tb to cpu.h
  exec.h: fix coding style and change cpu_has_work to return bool
  cpu-exec: unify do_interrupt call
  m68k: use caller supplied CPUState for interrupt related stuff
  x86: use caller supplied CPUState for interrupt related stuff
  sparc: move do_interrupt to helper.c
  sparc: fix coding style of the area to be moved
  ...

Signed-off-by: Avi Kivity <avi@redhat.com>