1. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 11 years ago
  2. 545825d Merge branch 'tcg-next' of git://github.com/rth7680/qemu by Aurelien Jarno · 11 years ago
  3. b1669e5 target: Include softmmu_exec.h where forgotten by Richard Henderson · 11 years ago
  4. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 11 years ago
  5. 7bb438b PPC: KVM: Compile fix for qemu_notify_event by Alexander Graf · 11 years ago
  6. a3cedb5 target-ppc: Use #define instead of opencoding SLB valid bit by Aneesh Kumar K.V · 11 years ago
  7. 779f659 target-ppc: fix bit extraction for FPBF and FPL by Aurelien Jarno · 11 years ago
  8. bb429d2 target-ppc: POWER7 supports the MSR_LE bit by Anton Blanchard · 11 years ago
  9. 1e0c7e5 target-ppc: USE LPCR_ILE to control exception endian on POWER7 by Anton Blanchard · 11 years ago
  10. f7ad538 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 11 years ago
  11. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
  12. 4a44d85 Convert stderr message calling error_get_pretty() to error_report() by Seiji Aguchi · 11 years ago
  13. f71d4c4 target-ppc: Add POWER5+ v2.1 CPU model by Andreas Färber · 11 years ago
  14. 35ebcb2 target-ppc: Prepare POWER5P CPU family by Andreas Färber · 11 years ago
  15. 469296f target-ppc: Turn POWER5gr CPU into alias for POWER5 by Andreas Färber · 11 years ago
  16. 171777a target-ppc: Turn POWER5gs CPU into alias for POWER5+ by Andreas Färber · 11 years ago
  17. a7d6b9f target-ppc: Fix POWER7+ model by Andreas Färber · 11 years ago
  18. 03a15a5 target-ppc: Add POWER7+ CPU model by Alexey Kardashevskiy · 11 years ago
  19. 96b3bfa target-ppc: Suppress TCG instruction emulation warnings for qtest by Andreas Färber · 11 years ago
  20. da56ff9 target-ppc/kvm.c: Rename 'dprintf' to 'DPRINTF' by Peter Maydell · 11 years ago
  21. 4ff1fac Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 11 years ago
  22. e68cb8b pseries: savevm support with KVM by Alexey Kardashevskiy · 11 years ago
  23. a83000f spapr-tce: make sPAPRTCETable a proper device by Anthony Liguori · 11 years ago
  24. a90db15 target-ppc: Convert ppc cpu savevm to VMStateDescription by Alexey Kardashevskiy · 11 years ago
  25. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 11 years ago
  26. 5b24c64 cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML by Andreas Färber · 11 years ago
  27. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 11 years ago
  28. 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 11 years ago
  29. 0980bfa target-ppc: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  30. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 11 years ago
  31. 22169d4 gdbstub: Change gdb_register_coprocessor() argument to CPUState by Andreas Färber · 11 years ago
  32. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 11 years ago
  33. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  34. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 11 years ago
  35. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
  36. 8d43ea1 target-ppc: Add POWER8 v1.0 CPU model by Prerna Saxena · 11 years ago
  37. 7162bde e600 core for MPC86xx processors by Julio Guerra · 11 years ago
  38. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
  39. 77710e7 target-ppc: Change LOG_MMU_STATE() argument to CPUState by Andreas Färber · 11 years ago
  40. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  41. 213fe1f target-ppc: Change gen_intermediate_code_internal() argument to PowerPCCPU by Andreas Färber · 12 years ago
  42. 09c6a63 target-ppc: Don't overuse ENV_GET_CPU() by Andreas Färber · 12 years ago
  43. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  44. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 12 years ago
  45. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 11 years ago
  46. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  47. 2345f1c PPC: Ignore writes to L2CR by Alexander Graf · 11 years ago
  48. 9761ad7 PPC: Introduce an alias cache for faster lookups by Alexander Graf · 12 years ago
  49. b177d8b PPC: Fix GDB read on code area for PPC6xx by Fabien Chouteau · 12 years ago
  50. 886b757 PPC: Add dump_mmu() for 6xx by Fabien Chouteau · 12 years ago
  51. b048960 target-ppc: Introduce unrealizefn for PowerPCCPU by Andreas Färber · 12 years ago
  52. 4bddaf5 target-ppc kvm: save cr register by Alexey Kardashevskiy · 12 years ago
  53. 9fea2ae ppc: do not register IABR SPR twice for 603e by Hervé Poussineau · 12 years ago
  54. 1e3438d target-ppc: Drop redundant flags assignments from CPU families by Andreas Färber · 12 years ago
  55. d85937e kvm/openpic: in-kernel mpic support by Scott Wood · 12 years ago
  56. 4be1db8 PPC: Add non-kvm stub file by Alexander Graf · 11 years ago
  57. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  58. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  59. cb446ec kvm: Change cpu_synchronize_state() argument to CPUState by Andreas Färber · 12 years ago
  60. 8216966 KVM: PPC: Add dummy kvm_arch_init_irq_routing() by Scott Wood · 12 years ago
  61. 997aba8 remove some double-includes by Michael Tokarev · 12 years ago
  62. 36f48d9 PPC: Depend behavior of cmp instructions only on instruction encoding by Alexander Graf · 12 years ago
  63. 554ecc5 PPC: Fix rldcl by Alexander Graf · 12 years ago
  64. 04559d5 target-ppc: Add read and write of PPR SPR by Anton Blanchard · 12 years ago
  65. c05541e target-ppc: Fix invalid SPR read/write warnings by Anton Blanchard · 12 years ago
  66. 126a793 PPC: Add MMU type for 2.06 with AMR but no TB pages by Alexander Graf · 12 years ago
  67. 909eedb target-ppc: slightly optimize lfiwax by Aurelien Jarno · 12 years ago
  68. 7d08d85 target-ppc: add support for extended mtfsf/mtfsfi forms by Aurelien Jarno · 12 years ago
  69. 44bc0c4 target-ppc: emulate store doubleword pair instructions by Aurelien Jarno · 12 years ago
  70. 05050ee target-ppc: emulate load doubleword pair instructions by Aurelien Jarno · 12 years ago
  71. 199f830 target-ppc: emulate lfiwax instruction by Aurelien Jarno · 12 years ago
  72. f033288 target-ppc: emulate fcpsgn instruction by Aurelien Jarno · 12 years ago
  73. 725bcec target-ppc: emulate prtyw and prtyd instructions by Aurelien Jarno · 12 years ago
  74. fcfda20 target-ppc: emulate cmpb instruction by Aurelien Jarno · 12 years ago
  75. 9c2627b target-ppc: add instruction flags for Book I 2.05 by Aurelien Jarno · 12 years ago
  76. bf45a2e target-ppc: optimize fabs, fnabs, fneg by Aurelien Jarno · 12 years ago
  77. 414f5d1 PPC: Fix dcbz for linux-user on 970 by Alexander Graf · 12 years ago
  78. db72c9f powerpc: correctly handle fpu exceptions. by Tristan Gingold · 12 years ago
  79. 9b00ea4 target-ppc: Synchronize VPA state with KVM by David Gibson · 12 years ago
  80. 702763f target-ppc: Add more stubs for POWER7 PMU registers by David Gibson · 12 years ago
  81. 0cbad81 pseries: Fixes and enhancements to L1 cache properties by David Gibson · 12 years ago
  82. f36951c pseries: Fix incorrect calculation of RMA size in certain configurations by David Gibson · 12 years ago
  83. 31f2cb8 Enable kvm emulated watchdog by Bharat Bhushan · 12 years ago
  84. 752d634 target-ppc: Fix narrow-mode add/sub carry output by Richard Henderson · 12 years ago
  85. 2bc1732 PPC: Add breakpoint registers for 603 and e300 by Fabien Chouteau · 12 years ago
  86. 09d9828 PPC: fix hreset_vector for 60x, 7x0, 7x5, G2, MPC8xx, MPC5xx, 7400 and 7450 by Fabien Chouteau · 12 years ago
  87. 8e7a6db target-ppc: fix nego and subf*o instructions by Aurelien Jarno · 12 years ago
  88. 2cf3eb6 PPC: Remove env->hreset_excp_prefix by Fabien Chouteau · 12 years ago
  89. 3b96112 PPC: e500: advertise 4.2 MPIC only if KVM supports EPR by Stuart Yoder · 12 years ago
  90. e71ec2e target-ppc: Enable ISEL on POWER7 by Aurelien Jarno · 12 years ago
  91. b421d9c memory: move core typedefs to qemu/typedefs.h by Paolo Bonzini · 12 years ago
  92. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  93. 9ca3f7f target-ppc: Use NARROW_MODE macro for tlbie by Richard Henderson · 12 years ago
  94. c791fe8 target-ppc: Use NARROW_MODE macro for addresses by Richard Henderson · 12 years ago
  95. 0276553 target-ppc: Use NARROW_MODE macro for comparisons by Richard Henderson · 12 years ago
  96. e0c8f9c target-ppc: Use NARROW_MODE macro for branches by Richard Henderson · 12 years ago
  97. 79482e5a target-ppc: Fix add and subf carry generation in narrow mode by Richard Henderson · 12 years ago
  98. b632a14 target-ppc: Use QOM method dispatch for MMU fault handling by David Gibson · 12 years ago
  99. eb20c1c target-ppc: Move ppc tlb_fill implementation into mmu_helper.c by David Gibson · 12 years ago
  100. cc8eae8 target-ppc: Split user only code out of mmu_helper.c by David Gibson · 12 years ago