1. b2ce76a hw/ppc/prep: Remove the deprecated "prep" machine and the OpenHackware BIOS by Thomas Huth · 5 years ago
  2. f0ec31b target/ppc: Add SPR TBU40 by Suraj Jitindar Singh · 5 years ago
  3. 5cc7e69 target/ppc: Work [S]PURR implementation and add HV support by Suraj Jitindar Singh · 5 years ago
  4. 5d62725 target/ppc: Implement the VTB for HV access by Suraj Jitindar Singh · 5 years ago
  5. c1ad0b8 ppc: Don't use CPUPPCState::irq_input_state with modern Book3s CPU models by Greg Kurz · 5 years ago
  6. 4017743 ppc: Deassert the external interrupt pin in KVM on reset by Greg Kurz · 5 years ago
  7. 4a89e20 ppc: Introduce a ppc_cpu_pir() helper by Cédric Le Goater · 5 years ago
  8. d14f339 migration: Do not re-read the clock on pre_save in case of paused guest by Maxiwell S. Garcia · 6 years ago
  9. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  10. db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
  11. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  12. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  13. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  14. 9723295 ppc: Introduce kvmppc_set_reg_tb_offset() helper by Greg Kurz · 6 years ago
  15. 363ce37 hw/ppc: Drop useless CONFIG_KVM ifdefery by Greg Kurz · 6 years ago
  16. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  17. db70b31 target/ppc: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
  18. d0db7ca target/ppc: Consolidate 64-bit server processor detection in a helper by Greg Kurz · 6 years ago
  19. 051e297 ppc: externalize ppc_get_vcpu_by_pir() by Cédric Le Goater · 6 years ago
  20. a8dafa5 target/ppc: Implement large decrementer support for TCG by Suraj Jitindar Singh · 6 years ago
  21. 67afe77 target/ppc: Add POWER9 external interrupt model by Benjamin Herrenschmidt · 6 years ago
  22. 1e7fd61 target/ppc: Rename "in_pm_state" to "resume_as_sreset" by Benjamin Herrenschmidt · 6 years ago
  23. eac57b4 hw/ppc: Don't include m48t59.h if it is not necessary by Thomas Huth · 6 years ago
  24. 52144b6 hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.c by Thomas Huth · 6 years ago
  25. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  26. a1063aa ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model() by Igor Mammedov · 7 years ago
  27. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
  28. 2e886fb ppc: spapr: Make VCPU ID handling private to SPAPR by Sam Bobroff · 8 years ago
  29. 81210c2 ppc: spapr: Rename cpu_dt_id to vcpu_id by Sam Bobroff · 8 years ago
  30. cf83f14 shutdown: Add source information to SHUTDOWN and RESET by Eric Blake · 8 years ago
  31. 8d04fb5 tcg: drop global lock during TCG code execution by Jan Kiszka · 8 years ago
  32. 42043e4 spapr: clock should count only if vm is running by Laurent Vivier · 8 years ago
  33. d9d6e78 ppc: Remove unused function cpu_ppc601_rtc_init() by Thomas Huth · 8 years ago
  34. e703d2f ppc: parse cpu features once by Greg Kurz · 9 years ago
  35. 4b236b6 ppc: Initial HDEC support by Benjamin Herrenschmidt · 9 years ago
  36. a2c5eaf ppc: Remove a potential overflow in muldiv64() by Laurent Vivier · 9 years ago
  37. aa5a9e2 ppc: use PowerPCCPU instead of CPUPPCState by Paolo Bonzini · 9 years ago
  38. 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
  39. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  40. 0d75590 ppc: Clean up includes by Peter Maydell · 9 years ago
  41. 4a7428c s/cpu_get_real_ticks/cpu_get_host_ticks/ by Christopher Covington · 9 years ago
  42. 13566fe timer: rename NSEC_PER_SEC due to Mac OS X header clash by Stefan Hajnoczi · 10 years ago
  43. e0cf11f timer: Use a single definition of NSEC_PER_SEC for the whole codebase by Alberto Garcia · 10 years ago
  44. 3168824 m48t59: let init functions return a Nvram object by Hervé Poussineau · 10 years ago
  45. 77bad15 ppc: do not use get_clock_realtime() by Paolo Bonzini · 10 years ago
  46. 98a8b52 spapr: Add support for time base offset migration by Alexey Kardashevskiy · 11 years ago
  47. e81a982 PPC: Clean up DECR implementation by Alexander Graf · 11 years ago
  48. a1f7f97 hw/ppc: Avoid shifting left into sign bit by Peter Maydell · 11 years ago
  49. 0ce470c target-ppc: add PowerPCCPU::cpu_dt_id by Alexey Kardashevskiy · 11 years ago
  50. 1246b25 misc: Replace 'struct QEMUTimer' by 'QEMUTimer' by Stefan Weil · 11 years ago
  51. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
  52. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  53. 2b92757 intc/openpic: Build openpic only once by Andreas Färber · 12 years ago
  54. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  55. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  56. c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
  57. d8ed887 exec: Pass CPUState to cpu_reset_interrupt() by Andreas Färber · 12 years ago
  58. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  59. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/ppc.c]
  60. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  61. f3273ba ppc405_uc: Pass PowerPCCPU to ppc40x_{core,chip,system}_reset() by Andreas Färber · 12 years ago
  62. 24537a0 qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log by Peter Maydell · 12 years ago
  63. 5b95b8b PPC: KVM: Add support for EPR with KVM by Alexander Graf · 12 years ago
  64. e49798b openpic: export e500 epr enable into a ppc.c function by Alexander Graf · 12 years ago
  65. 501a7ce Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu by Andreas Färber · 12 years ago
  66. 50c680f ppc: Pass PowerPCCPU to [h]decr timer callbacks by Andreas Färber · 12 years ago
  67. 7e0a924 ppc: Pass PowerPCCPU to [h]decr callbacks by Andreas Färber · 12 years ago
  68. 7058581 ppc: Pass PowerPCCPU to ppc_set_irq() by Andreas Färber · 12 years ago
  69. 1bc2265 kvm: Pass CPUState to kvm_vcpu_ioctl() by Andreas Färber · 12 years ago
  70. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  71. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  72. ef84755 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Blue Swirl · 12 years ago
  73. 4344829 ppc: add missing static by Blue Swirl · 12 years ago
  74. c08d742 cpus: Pass CPUState to qemu_cpu_kick() by Andreas Färber · 13 years ago
  75. a096124 ppc: Pass PowerPCCPU to {ppc6xx,ppc970,power7,ppc40x,ppce500}_set_irq() by Andreas Färber · 13 years ago
  76. e2684c0 ppc hw/: Don't use CPUState by Andreas Färber · 13 years ago
  77. fc0b2c0 PPC: 405: Use proper CPU reset by Alexander Graf · 13 years ago
  78. 3a93113 fix typo: delete redundant semicolon by Dong Xu Wang · 13 years ago
  79. 55f7d4b ppc: Avoid decrementer related kvm exits by David Gibson · 13 years ago
  80. ddd1055 PPC: booke timers by Fabien Chouteau · 14 years ago
  81. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  82. 90dc881 monitor: add PPC BookE SPRs by Scott Wood · 14 years ago
  83. 8b2715a ppc: remove a write-only variable by Blue Swirl · 14 years ago
  84. 9d52e90 Add POWER7 support for ppc by David Gibson · 14 years ago
  85. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  86. 94ad5b0 always qemu_cpu_kick after unhalting a cpu by Paolo Bonzini · 14 years ago
  87. d63cb48 powerpc: Make the decr interrupt type overridable by Edgar E. Iglesias · 14 years ago
  88. fc87e18 KVM: PPC: Add level based interrupt logic by Alexander Graf · 15 years ago
  89. 3d78499 target-ppc: remove dead code by Thomas Monjalon · 15 years ago
  90. 73b0196 PPC: Make DCR uint32_t by Alexander Graf · 15 years ago
  91. b711de9 PPC64: Fix alternate timebase by Aurelien Jarno · 15 years ago
  92. e3ea652 PPC64: Fix timebase by Alexander Graf · 15 years ago
  93. d84bda4 PPC: rename cpu_ppc_reset to cpu_reset for consistency by Blue Swirl · 15 years ago
  94. 3c178e7 rom loader: fix sparc -kernel boot. by Gerd Hoffmann · 15 years ago
  95. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  96. 99a0949 Get rid of _t suffix by malc · 15 years ago
  97. ca20cf3 Compile loader only once by Blue Swirl · 15 years ago
  98. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 16 years ago
  99. 90e189e Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx by Blue Swirl · 16 years ago
  100. 636aa20 Replace always_inline with inline by Blue Swirl · 16 years ago