1. 12 8月, 2013 4 次提交
  2. 10 8月, 2013 1 次提交
  3. 09 8月, 2013 2 次提交
    • A
      mips: revert commit b332d24a · 2e985fe0
      Aurelien Jarno 提交于
      Now that this code path is not triggered anymore during the tests,
      revert commit b332d24a. Booting a MIPS
      target without kernel nor bios doesn't really make sense. At the same
      time replace fprintf(stderr, ...) by error_report().
      Reviewed-by: NAndreas Färber <afaerber@suse.de>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      2e985fe0
    • J
      tcg/mips: fix invalid op definition errors · 85711e6b
      James Hogan 提交于
      tcg/mips/tcg-target.h defines various operations conditionally depending
      upon the isa revision, however these operations are included in
      mips_op_defs[] unconditionally resulting in the following runtime errors
      if CONFIG_DEBUG_TCG is defined:
      
      Invalid op definition for movcond_i32
      Invalid op definition for rotl_i32
      Invalid op definition for rotr_i32
      Invalid op definition for deposit_i32
      Invalid op definition for bswap16_i32
      Invalid op definition for bswap32_i32
      tcg/tcg.c:1196: tcg fatal error
      
      Fix with ifdefs like the i386 backend does for movcond_i32.
      Signed-off-by: NJames Hogan <james.hogan@imgtec.com>
      Cc: Aurelien Jarno <aurelien@aurel32.net>
      Cc: Richard Henderson <rth@twiddle.net>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      85711e6b
  4. 08 8月, 2013 16 次提交
  5. 07 8月, 2013 1 次提交
    • A
      target-i386: Fix X86CPU error handling · cd7b87ff
      Andreas Färber 提交于
      Error **errp argument is not for emitting warnings, it means an error
      has occurred and the caller should not make any assumptions about the
      state of other return values (unless otherwise documented).
      
      Therefore cpu_x86_create() must unref the new X86CPU itself, and
      pc_new_cpu() must check for an Error rather than NULL return value.
      
      While at it, clean up a superfluous NULL check.
      Reported-by: NJan Kiszka <jan.kiszka@siemens.com>
      Cc: qemu-stable@nongnu.org
      Cc: Igor Mammedov <imammedo@redhat.com>
      Signed-off-by: NAndreas Färber <afaerber@suse.de>
      cd7b87ff
  6. 06 8月, 2013 16 次提交