1. 05 3月, 2014 1 次提交
  2. 23 12月, 2013 1 次提交
  3. 20 12月, 2013 18 次提交
  4. 11 10月, 2013 1 次提交
  5. 20 9月, 2013 1 次提交
    • J
      cpu: Move cpu state syncs up into cpu_dump_state() · 97577fd4
      James Hogan 提交于
      The x86 and ppc targets call cpu_synchronize_state() from their
      *_cpu_dump_state() callbacks to ensure that up to date state is dumped
      when KVM is enabled (for example when a KVM internal error occurs).
      
      Move this call up into the generic cpu_dump_state() function so that
      other KVM targets (namely MIPS) can take advantage of it.
      
      This requires kvm_cpu_synchronize_state() and cpu_synchronize_state() to
      be moved out of the #ifdef NEED_CPU_H in <sysemu/kvm.h> so that they're
      accessible to qom/cpu.c.
      Signed-off-by: NJames Hogan <james.hogan@imgtec.com>
      Cc: Andreas Färber <afaerber@suse.de>
      Cc: Alexander Graf <agraf@suse.de>
      Cc: Gleb Natapov <gleb@redhat.com>
      Cc: qemu-ppc@nongnu.org
      Cc: kvm@vger.kernel.org
      Signed-off-by: NGleb Natapov <gleb@redhat.com>
      97577fd4
  6. 03 9月, 2013 1 次提交
  7. 02 9月, 2013 1 次提交
  8. 23 7月, 2013 1 次提交
  9. 10 7月, 2013 1 次提交
  10. 28 6月, 2013 2 次提交
  11. 09 5月, 2013 2 次提交
  12. 06 5月, 2013 1 次提交
  13. 27 4月, 2013 9 次提交