1. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  2. a4e3ad1 target-s390x: Don't overuse CPUState by Andreas Färber · 13 years ago
  3. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  4. 3208afb Move helpers.h to helper.h by Lluís Vilanova · 13 years ago
  5. 45133b7 target-s390x: Clean includes by Stefan Weil · 13 years ago
  6. 93116ac s390: fix cpu hotplug / cpu activity on interrupts by Christian Borntraeger · 13 years ago
  7. 7d77793 s390x: add TR function for EXECUTE by Alexander Graf · 13 years ago
  8. e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
  9. 3a93113 fix typo: delete redundant semicolon by Dong Xu Wang · 13 years ago
  10. ef81522 s390x: Add shutdown for TCG s390-virtio machine by Alexander Graf · 13 years ago
  11. 854e42f s390: Fix cpu shutdown for KVM by Christian Borntraeger · 14 years ago
  12. 1864b94 s390x: implement SIGP restart and shutdown by Alexander Graf · 14 years ago
  13. 17bb18c s390x: implement rrbe instruction properly by Alexander Graf · 14 years ago
  14. b995913 s390x: update R and C bits in storage key by Alexander Graf · 14 years ago
  15. 09ed75f s390x: make ipte 31-bit aware by Alexander Graf · 14 years ago
  16. 27b5979 s390x: add ldeb instruction by Alexander Graf · 14 years ago
  17. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  18. 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 14 years ago
  19. 3feaca9 Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  20. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  21. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  22. d5ab971 Avoid allocating TCG resources in non-TCG mode by Jan Kiszka · 14 years ago
  23. 3e45717 exec.h cleanup by Blue Swirl · 14 years ago
  24. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  25. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  26. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  27. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  28. af2be20 Fix fallouts from Linux header inclusion by Jan Kiszka · 14 years ago
  29. e205c79 Switch build system to accompanied kernel headers by Jan Kiszka · 14 years ago
  30. e1b45cc s390x: implement lrvgr by Alexander Graf · 14 years ago
  31. 5b18563 s390x: fix cksm instruction by Alexander Graf · 14 years ago
  32. 87b0b70 s390x: free tmp explicitly in every opcode for disas_a5() by Alexander Graf · 14 years ago
  33. 2497a67 target-s390x: Add missing tcg_temp_free_i32() by Stefan Weil · 14 years ago
  34. bbf9f3b target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90 by Stefan Weil · 14 years ago
  35. 225b6af target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x8e by Stefan Weil · 14 years ago
  36. e32a183 target-s390x: Add missing tcg_temp_free_i64() in disas_b2() by Stefan Weil · 14 years ago
  37. 21de37a target-s390x: Add missing tcg_temp_free_i64() in do_mh() by Stefan Weil · 14 years ago
  38. a825aef target-s390x: Add missing tcg_temp_free_i64() in gen_jcc() by Stefan Weil · 14 years ago
  39. 640239b target-s390x: Fix duplicate call of tcg_temp_new_i64 by Stefan Weil · 14 years ago
  40. be82ee2 target-s390x: Fix wrong argument in call of tcg_gen_shl_i64() by Stefan Weil · 14 years ago
  41. d4a3ef6 target-s390x: Fix build for non-linux hosts by Stefan Weil · 14 years ago
  42. 22486aa s390x: fix memory detection for guests > 64GB by Christian Borntraeger · 14 years ago
  43. a74cdab s390x: Fix debugging for unknown sigp order codes by Christian Borntraeger · 14 years ago
  44. fe9b35b s390x: remove compatibility cc field by Alexander Graf · 14 years ago
  45. e023e83 s390x: translate engine for s390x CPU by Alexander Graf · 14 years ago
  46. 81f7c56 s390x: Adjust internal kvm code by Alexander Graf · 14 years ago
  47. defb0e3 s390x: Implement opcode helpers by Alexander Graf · 14 years ago
  48. d5a4396 s390x: helper functions for system emulation by Alexander Graf · 14 years ago
  49. 4e83678 s390x: Shift variables in CPUState for memset(0) by Alexander Graf · 14 years ago
  50. d1ff903 s390x: keep hint on virtio managing size by Alexander Graf · 14 years ago
  51. 1f20626 s390x: make kvm exported functions conditional on kvm by Alexander Graf · 14 years ago
  52. 71b12d3 s390x: fix smp support for kvm by Christian Borntraeger · 14 years ago
  53. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  54. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  55. 3110e29 s390x: Enable s390x-softmmu target by Alexander Graf · 14 years ago
  56. bcec36e s390x: Prepare cpu.h for emulation by Alexander Graf · 14 years ago
  57. 359507e s390x: fix KVM target by Alexander Graf · 14 years ago
  58. bb4ea39 kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes by Jan Kiszka · 14 years ago
  59. 9903686 kvm: Rename kvm_arch_process_irqchip_events to async_events by Jan Kiszka · 14 years ago
  60. 94ad5b0 always qemu_cpu_kick after unhalting a cpu by Paolo Bonzini · 14 years ago
  61. eda48c3 inline cpu_halted into sole caller by Paolo Bonzini · 14 years ago
  62. 7a39fe5 kvm: Drop return values from kvm_arch_pre/post_run by Jan Kiszka · 14 years ago
  63. a1b87fe kvm: Provide sigbus services arch-independently by Jan Kiszka · 14 years ago
  64. b3a9836 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 14 years ago
  65. 64b85a8 Delete useless 'extern' qualifiers for functions by Blue Swirl · 14 years ago
  66. 94a8d39 kvm: Consolidate must-have capability checks by Jan Kiszka · 14 years ago
  67. cad1e28 kvm: Drop smp_cpus argument from init functions by Jan Kiszka · 14 years ago
  68. 6c33286 s390: compile fixes by Alexander Graf · 14 years ago
  69. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  70. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  71. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  72. d590081 target-s390: enable SIGP Initial Reset by Alexander Graf · 15 years ago
  73. 4513d92 Do not stop VM if emulation failed in userspace. by Gleb Natapov · 15 years ago
  74. 0af691d kvm: enable smp > 1 by Marcelo Tosatti · 15 years ago
  75. c92114b S390: Add stub for cpu_get_phys_page_debug by Alexander Graf · 15 years ago
  76. d4c430a Large page TLB flush by Paul Brook · 15 years ago
  77. 4fcc562 Remove cpu_get_phys_page_debug from userspace emulation by Paul Brook · 15 years ago
  78. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  79. 70539e1 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  80. ea375f9 KVM: Rework VCPU state writeback API by Jan Kiszka · 15 years ago
  81. ee0dc6d Fix incorrect exception_index use by Blue Swirl · 15 years ago
  82. 49a945a kill regs_to_env and env_to_regs by Paolo Bonzini · 15 years ago
  83. d7963c4 target-s390: Fail on unknown instructions by Alexander Graf · 15 years ago
  84. 10c339a Add support for S390x system emulation by Alexander Graf · 15 years ago
  85. 0e60a69 Add KVM support for S390x by Alexander Graf · 15 years ago
  86. 10ec511 S/390 CPU fake emulation by Alexander Graf · 15 years ago