1. 2b8c275 cpu: Add model resolution support to CPUClass by Andreas Färber · 12 years ago
  2. b164e48 kvm: Create kvm_arch_vcpu_id() function by Eduardo Habkost · 12 years ago
  3. fe828a4 target-ppc: Give a meaningful error if too many threads are specified by Mike Qiu · 12 years ago
  4. 5b95b8b PPC: KVM: Add support for EPR with KVM by Alexander Graf · 12 years ago
  5. 746a870 PPC: Provide zero SVR for -cpu e500mc and e5500 by Alexander Graf · 12 years ago
  6. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  7. 1b7ce68 target-ppc: Error out for -cpu host on unknown PVR by Andreas Färber · 12 years ago
  8. 2985b86 target-ppc: Slim conversion of model definitions to QOM subclasses by Andreas Färber · 12 years ago
  9. 68c2dd7 PPC: Bring EPR support closer to reality by Alexander Graf · 12 years ago
  10. 1a61a9a PPC: KVM: set has-idle in guest device tree by Stuart Yoder · 12 years ago
  11. a1bb738 ppc/booke: fix crit/mcheck/debug exceptions by Scott Wood · 12 years ago
  12. 501a7ce Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu by Andreas Färber · 12 years ago
  13. a60f24b cpu: Move kvm_state field into CPUState by Andreas Färber · 12 years ago
  14. 1bc2265 kvm: Pass CPUState to kvm_vcpu_ioctl() by Andreas Färber · 12 years ago
  15. 20d695a kvm: Pass CPUState to kvm_arch_* by Andreas Färber · 12 years ago
  16. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  17. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  18. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  19. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  20. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  21. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  22. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  23. b162d02 target-ppc: Don't use hwaddr to represent hardware state by David Gibson · 12 years ago
  24. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  25. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  26. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  27. f0cc4aa PPC: Fix missing TRACE exception by Julio Guerra · 12 years ago
  28. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  29. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  30. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 12 years ago
  31. ef84755 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Blue Swirl · 12 years ago
  32. 6575c28 target-ppc: make some functions static by Blue Swirl · 12 years ago
  33. 4344829 ppc: add missing static by Blue Swirl · 12 years ago
  34. 98c8a73 Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  35. 3030442 target-ppc: Extend FPU state for newer POWER CPUs by David Gibson · 12 years ago
  36. ac7d12b target-ppc: Rework storage of VPA registration state by David Gibson · 12 years ago
  37. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  38. aa100fa spapr: Pass PowerPCCPU to spapr_hypercall() by Andreas Färber · 13 years ago
  39. 1b14670 target-ppc: Pass PowerPCCPU to cpu_ppc_hypercall by Andreas Färber · 13 years ago
  40. 5c26a5b target-ppc: Pass PowerPCCPU to powerpc_excp() by Andreas Färber · 13 years ago
  41. c08d742 cpus: Pass CPUState to qemu_cpu_kick() by Andreas Färber · 13 years ago
  42. d5a6814 target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPU by Andreas Färber · 13 years ago
  43. d262cb0 Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 12 years ago
  44. 1bfb37d target-ppc: Rework storage of VPA registration state by David Gibson · 12 years ago
  45. e598a9c PPC: 440: Emulate DCBR0 by Alexander Graf · 12 years ago
  46. 21b2f13 Drop unnecessary check of TARGET_PHYS_ADDR_SPACE_BITS by Peter Maydell · 12 years ago
  47. 8f885ef target-ppc: rename helper flags by Aurelien Jarno · 12 years ago
  48. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  49. 6b2f90f Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 12 years ago
  50. ae21506 ppc: avoid buffer overrun: use pstrcpy, not strncpy by Jim Meyering · 12 years ago
  51. ef8beb0 PPC: KVM: Fix BAT put by Alexander Graf · 12 years ago
  52. 4be403c Make target_phys_addr_t 64 bits unconditionally by Avi Kivity · 12 years ago
  53. 2b15811 ppc/pseries: Reset VPA registration on CPU reset by David Gibson · 12 years ago
  54. 011aba2 target-ppc: Remove unused power_mode field from cpu state by David Gibson · 12 years ago
  55. ace9a2c target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab() by David Gibson · 12 years ago
  56. 7f763a5 pseries: Add support for new KVM hash table control call by David Gibson · 12 years ago
  57. f1af19d ppc: Make kvm_arch_put_registers() put *all* the registers by David Gibson · 12 years ago
  58. 89243b3 target-ppc: get rid of the HANDLE_NAN{1, 2, 3} macros by Aurelien Jarno · 12 years ago
  59. 2f93c23 target-ppc: use the softfloat float32_muladd function by Aurelien Jarno · 12 years ago
  60. db1babb target-ppc: use the softfloat min/max functions by Aurelien Jarno · 12 years ago
  61. ef9bd15 target-ppc: simplify NaN propagation for vector functions by Aurelien Jarno · 12 years ago
  62. fdefe51 Emit debug_insn for CPU_LOG_TB_OP_OPT as well. by Richard Henderson · 12 years ago
  63. 54cddd2 target-ppc: fix altivec instructions by Aurelien Jarno · 13 years ago
  64. 0d16fdd Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging by Anthony Liguori · 13 years ago
  65. 76b64a7 win32: provide separate macros for weak decls and definitions by Anthony Liguori · 13 years ago
  66. 78e8fde ppc: Fix bug in handling of PAPR hypercall exits by David Gibson · 13 years ago
  67. 70b7660 target-ppc: add implementation of query-cpu-definitions (v2) by Anthony Liguori · 13 years ago
  68. ad0ebb9 pseries: Convert sPAPR TCEs to use generic IOMMU infrastructure by David Gibson · 13 years ago
  69. cfee021 target-ppc: Fix 2nd parameter for tcg_gen_shri_tl by Stefan Weil · 13 years ago
  70. 975e546 target-ppc: Fix build with --enable-debug by Stefan Weil · 13 years ago
  71. 9609169 PPC: BookE206: Bump MAS2 to 64bit by Alexander Graf · 13 years ago
  72. ba38ab8 PPC: BookE: Support 32 and 64 bit wide MAS2 by Alexander Graf · 13 years ago
  73. 91f477f PPC: Extract SPR dump generation into its own function by Alexander Graf · 13 years ago
  74. b81ccf8 PPC: Add e5500 CPU target by Alexander Graf · 13 years ago
  75. e9cd84b PPC: BookE: Make ivpr selectable by CPU type by Alexander Graf · 13 years ago
  76. 2a7a47f PPC: BookE: Implement EPR SPR by Alexander Graf · 13 years ago
  77. e42a61f PPC: Add support for MSR_CM by Alexander Graf · 13 years ago
  78. 84755ed PPC: Add some booke SPR defines by Alexander Graf · 13 years ago
  79. 4656e1f ppc64: Rudimentary Support for extra page sizes on server CPUs by Benjamin Herrenschmidt · 13 years ago
  80. 77c2cf3 booke_206_tlbwe: Discard invalid bits in MAS2 by Fabien Chouteau · 13 years ago
  81. ea6c0da ppc: Make hbrev table const by Blue Swirl · 13 years ago
  82. 9063825 ppc: Add missing break by Blue Swirl · 13 years ago
  83. 2f5a189 ppc: Move load and store helpers, switch to AREG0 free mode by Blue Swirl · 13 years ago
  84. 8555f71 ppc: Move misc helpers from helper.c to misc_helper.c by Blue Swirl · 13 years ago
  85. d523dd0 ppc: Avoid AREG0 for misc helpers by Blue Swirl · 13 years ago
  86. 901c4ea ppc: Split off misc helpers by Blue Swirl · 13 years ago
  87. d0f1562 ppc: Avoid AREG0 for timebase helpers by Blue Swirl · 13 years ago
  88. 6de673d ppc: Split off timebase helpers by Blue Swirl · 13 years ago
  89. 9aa5b15 ppc: Cleanup MMU merge by Blue Swirl · 13 years ago
  90. 8cbbe38 ppc: Move MMU helpers from helper.c to mmu_helper.c by Blue Swirl · 13 years ago
  91. 4cc2cc0 ppc: Avoid a warning with the next patch by Blue Swirl · 13 years ago
  92. c6c7cf0 ppc: Avoid AREG0 for MMU etc. helpers by Blue Swirl · 13 years ago
  93. ec19c4d ppc: Split MMU etc. helpers from op_helper.c by Blue Swirl · 13 years ago
  94. d15f74f ppc: Avoid AREG0 for integer and vector helpers by Blue Swirl · 13 years ago
  95. 64654de ppc: Split integer and vector ops by Blue Swirl · 13 years ago
  96. 8e70394 ppc: Avoid AREG0 for FPU and SPE helpers by Blue Swirl · 13 years ago
  97. bd23cd4 ppc: Split FPU and SPE ops by Blue Swirl · 13 years ago
  98. c79c73f ppc: Move exception helpers from helper.c to excp_helper.c by Blue Swirl · 13 years ago
  99. 4d5ea5e ppc: Fix coding style in helper.c by Blue Swirl · 13 years ago
  100. e5f17ac ppc: Avoid AREG0 for exception helpers by Blue Swirl · 13 years ago