1. 03 6月, 2011 2 次提交
    • A
      PPC: fix sregs usage on booke · fafc0b6a
      Alexander Graf 提交于
      When compiling qemu with kvm support on BookE PPC machines, I get
      the following error:
      
        cc1: warnings being treated as errors
        /tmp/qemu/target-ppc/kvm.c: In function 'kvm_arch_get_registers':
        /tmp/qemu/target-ppc/kvm.c:188: error: unused variable 'sregs'
      
      This is due to overly ambitious #ifdef'ery introduced in 90dc88.
      Fix it by keeping code that doesn't depend on new headers alive
      for the compiler, but never executed due to failing capability
      checks.
      
      CC: Scott Wood <scottwood@freescale.com>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      fafc0b6a
    • S
      ppc: Fix compilation for ppc64-softmmu · 1ff7854e
      Stefan Weil 提交于
      When QEMU was configured with --enable-debug-tcg,
      compilation fails in spr_write_booke206_mmucsr0() and in
      spr_write_booke_pid(). Similar changes are also needed
      in conditional code which is normally unused.
      
      Cc: Alexander Graf <agraf@suse.de>
      Signed-off-by: NStefan Weil <weil@mail.berlios.de>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      1ff7854e
  2. 01 6月, 2011 1 次提交
  3. 31 5月, 2011 4 次提交
  4. 29 5月, 2011 2 次提交
  5. 28 5月, 2011 3 次提交
  6. 27 5月, 2011 6 次提交
  7. 26 5月, 2011 22 次提交