1. 12 8月, 2013 14 次提交
  2. 10 8月, 2013 1 次提交
  3. 09 8月, 2013 3 次提交
  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 5 次提交