1. 894448a target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX by Richard Henderson · 2 years, 2 months ago
  2. 883f2c5 bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx by Philippe Mathieu-Daudé · 2 years ago
  3. 03ac0a0 target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_interrupt_exittb by Richard Henderson · 2 years, 2 months ago
  4. 2fc4f9f target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interrupt by Richard Henderson · 2 years, 2 months ago
  5. 4091fab target/ppc: Check DEXCR on hash{st, chk} instructions by Nicholas Miehlbradt · 2 years, 1 month ago
  6. 395b5d5 target/ppc: Implement the DEXCR and HDEXCR by Nicholas Miehlbradt · 2 years, 1 month ago
  7. 2479abe target/ppc/mmu_common: Fix table layout of "info tlb" HMP command by Bernhard Beschow · 2 years, 1 month ago
  8. e4cadfb target/ppc/mmu_common: Log which effective address had no TLB entry found by Bernhard Beschow · 2 years, 1 month ago
  9. 308fd18 target/ppc/kvm: Add missing "cpu.h" and "exec/hwaddr.h" by Philippe Mathieu-Daudé · 2 years, 1 month ago
  10. a1c5d64 target/ppc: Convert to 3-phase reset by Peter Maydell · 2 years, 2 months ago
  11. 049b4ad target/ppc: Fix build warnings when building with 'disable-tcg' by Vaibhav Jain · 2 years, 2 months ago
  12. 3d419a4 accel/tcg: Remove will_exit argument from cpu_restore_state by Richard Henderson · 2 years, 3 months ago
  13. fb22d74 target/ppc: Fix regression in Radix MMU by Leandro Lupori · 2 years, 3 months ago
  14. eeaaefe target/ppc: Increment PMC5 with inline insns by Leandro Lupori · 2 years, 3 months ago
  15. 8b3d1c4 target/ppc: Add new PMC HFLAGS by Leandro Lupori · 2 years, 3 months ago
  16. 9c71371 target/ppc: move the p*_interrupt_powersave methods to excp_helper.c by Matheus Ferst · 2 years, 3 months ago
  17. ab9cfa0 target/ppc: unify cpu->has_work based on cs->interrupt_request by Matheus Ferst · 2 years, 3 months ago
  18. 2fdedcb target/ppc: introduce ppc_maybe_interrupt by Matheus Ferst · 2 years, 3 months ago
  19. 6a8e818 target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY builds by Matheus Ferst · 2 years, 3 months ago
  20. 022b712 target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_interrupt by Matheus Ferst · 2 years, 3 months ago
  21. b34d358 target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7 by Matheus Ferst · 2 years, 3 months ago
  22. 3f34e80 target/ppc: remove generic architecture checks from p7_deliver_interrupt by Matheus Ferst · 2 years, 3 months ago
  23. ec0f351 target/ppc: remove unused interrupts from p7_deliver_interrupt by Matheus Ferst · 2 years, 3 months ago
  24. d93a485 target/ppc: create an interrupt deliver method for POWER7 by Matheus Ferst · 2 years, 3 months ago
  25. c8e1de2 target/ppc: remove unused interrupts from p7_next_unmasked_interrupt by Matheus Ferst · 2 years, 3 months ago
  26. bf303fb target/ppc: create an interrupt masking method for POWER7 by Matheus Ferst · 2 years, 3 months ago
  27. 64a9b5e target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_interrupt by Matheus Ferst · 2 years, 3 months ago
  28. 788ff1c target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8 by Matheus Ferst · 2 years, 3 months ago
  29. d66b441 target/ppc: remove generic architecture checks from p8_deliver_interrupt by Matheus Ferst · 2 years, 3 months ago
  30. 5673726 target/ppc: remove unused interrupts from p8_deliver_interrupt by Matheus Ferst · 2 years, 3 months ago
  31. 6527e75 target/ppc: create an interrupt deliver method for POWER8 by Matheus Ferst · 2 years, 3 months ago
  32. f6194fd target/ppc: remove unused interrupts from p8_next_unmasked_interrupt by Matheus Ferst · 2 years, 3 months ago
  33. a9899d4 target/ppc: create an interrupt masking method for POWER8 by Matheus Ferst · 2 years, 3 months ago
  34. 2779641 target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_interrupt by Matheus Ferst · 2 years, 3 months ago
  35. 0ccd9d6 target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9 by Matheus Ferst · 2 years, 3 months ago
  36. ed3a24c target/ppc: remove generic architecture checks from p9_deliver_interrupt by Matheus Ferst · 2 years, 3 months ago
  37. 1e75ffe target/ppc: remove unused interrupts from p9_deliver_interrupt by Matheus Ferst · 2 years, 3 months ago
  38. 3654e23 target/ppc: create an interrupt deliver method for POWER9/POWER10 by Matheus Ferst · 2 years, 3 months ago
  39. b00e9a2 target/ppc: remove unused interrupts from p9_next_unmasked_interrupt by Matheus Ferst · 2 years, 3 months ago
  40. 2dfecf0 target/ppc: create an interrupt masking method for POWER9/POWER10 by Matheus Ferst · 2 years, 3 months ago
  41. ba2898f target/ppc: prepare to split interrupt masking and delivery by excp_model by Matheus Ferst · 2 years, 3 months ago
  42. de76b85 target/ppc: split interrupt masking and delivery from ppc_hw_interrupt by Matheus Ferst · 2 years, 3 months ago
  43. 7b694df target/ppc: always use ppc_set_irq to set env->pending_interrupts by Matheus Ferst · 2 years, 3 months ago
  44. f003109 target/ppc: define PPC_INTERRUPT_* values directly by Matheus Ferst · 2 years, 3 months ago
  45. bbd8dd5 target/ppc: Use gvec to decode XVTSTDC[DS]P by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
  46. da3c53b target/ppc: Moved XSTSTDC[QDS]P to decodetree by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
  47. a70a524 target/ppc: Moved XVTSTDC[DS]P to decodetree by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
  48. 95a89d3 target/ppc: Use gvec to decode XVCPSGN[SD]P by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
  49. a5b3680 target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]P by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
  50. 26c964f target/ppc: Move VABSDU[BHW] to decodetree and use gvec by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
  51. c85929b target/ppc: Move VAVG[SU][BHW] to decodetree and use gvec by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
  52. d57fbd8 target/ppc: Move VPRTYB[WDQ] to decodetree and use gvec by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
  53. 90b5aad target/ppc: Move VNEG[WD] to decodtree and use gvec by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
  54. 611bc69 target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvec by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
  55. 306e475 target/ppc: Move VMH[R]ADDSHS instruction to decodetree by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
  56. dc46167 target/ppc: Moved VMLADDUHM to decodetree and use gvec by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
  57. b35bf5f target/ppc: move msgsync to decodetree by Matheus Ferst · 2 years, 3 months ago
  58. e8e09d7 target/ppc: move msgclrp/msgsndp to decodetree by Matheus Ferst · 2 years, 3 months ago
  59. 98f4341 target/ppc: move msgclr/msgsnd to decodetree by Matheus Ferst · 2 years, 3 months ago
  60. e8db3cc target/ppc: fix REQUIRE_HV macro definition by Matheus Ferst · 2 years, 3 months ago
  61. 9d950c7 target/ppc: fix msgsync insns flags by Matheus Ferst · 2 years, 3 months ago
  62. 4f93f07 target/ppc: fix msgclr/msgsnd insns flags by Matheus Ferst · 2 years, 3 months ago
  63. 61bd1d2 target/ppc: Convert to tcg_ops restore_state_to_opc by Richard Henderson · 2 years, 3 months ago
  64. c348e09 target/ppc: Fix xvcmp* clearing FI bit by Víctor Colombo · 2 years, 3 months ago
  65. 9364df2 target/ppc: restore powerpc_excp_booke doorbell interrupts by Nicholas Piggin · 2 years, 4 months ago
  66. bb76f8e Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Stefan Hajnoczi · 2 years, 3 months ago
  67. 3dba0a3 kvm: allow target-specific accelerator properties by Paolo Bonzini · 2 years, 4 months ago
  68. 1af0006 dump: Replace opaque DumpState pointer with a typed one by Janosch Frank · 2 years, 5 months ago
  69. e4fdf9d hw/core: Add CPUClass.get_pc by Richard Henderson · 2 years, 3 months ago
  70. c3f2425 target/ppc: Clear fpstatus flags on helpers missing it by Víctor Colombo · 2 years, 4 months ago
  71. 4b65b6e target/ppc: Zero second doubleword of VSR registers for FPR insns by Víctor Colombo · 2 years, 4 months ago
  72. af721a3 target/ppc: Set OV32 when OV is set by Víctor Colombo · 2 years, 4 months ago
  73. 9f097da target/ppc: Zero second doubleword for VSX madd instructions by Víctor Colombo · 2 years, 4 months ago
  74. 3ecec4c target/ppc: Set result to QNaN for DENBCD when VXCVI occurs by Víctor Colombo · 2 years, 4 months ago
  75. 34f760b target/ppc: Zero second doubleword in DFP instructions by Víctor Colombo · 2 years, 4 months ago
  76. 228ab14 target/ppc: Remove unused xer_* macros by Víctor Colombo · 2 years, 4 months ago
  77. 676696f target/ppc: Remove extra space from s128 field in ppc_vsr_t by Víctor Colombo · 2 years, 4 months ago
  78. 74177ec target/ppc: Merge fsqrt and fsqrts helpers by Víctor Colombo · 2 years, 4 months ago
  79. 4896c15 target/ppc: Move fsqrts to decodetree by Víctor Colombo · 2 years, 4 months ago
  80. 6a8654d target/ppc: Move fsqrt to decodetree by Víctor Colombo · 2 years, 4 months ago
  81. 53ae2ae target/ppc: Implement hashstp and hashchkp by Víctor Colombo · 2 years, 6 months ago
  82. 670f1da target/ppc: Implement hashst and hashchk by Víctor Colombo · 2 years, 6 months ago
  83. 903f84e target/ppc: Add HASHKEYR and HASHPKEYR SPRs by Víctor Colombo · 2 years, 6 months ago
  84. 306c872 accel/tcg: Add pc and host_pc params to gen_intermediate_code by Richard Henderson · 2 years, 5 months ago
  85. 08e185c target/ppc: Bugfix FP when OE/UE are set by Lucas Mateus Castro (alqotel) · 2 years, 5 months ago
  86. 21d3a78 target/ppc: Fix host PVR matching for KVM by Nicholas Piggin · 2 years, 6 months ago
  87. 1e2dd31 ppc: Remove redundant macro MSR_BOOK3S_MASK. by Yonggang Luo · 2 years, 6 months ago
  88. 0c9717f target/ppc: Implement new wait variants by Nicholas Piggin · 2 years, 6 months ago
  89. d2066bc target/ppc: Check page dir/table base alignment by Leandro Lupori · 2 years, 7 months ago
  90. 47e83d9 target/ppc: Improve Radix xlate level validation by Leandro Lupori · 2 years, 7 months ago
  91. 3c2e80a ppc: Check partition and process table alignment by Leandro Lupori · 2 years, 7 months ago
  92. 3778aa9 target/ppc: check tb_env != 0 before printing TBU/TBL/DECR by Matheus Ferst · 2 years, 6 months ago
  93. 491a255 target/ppc: Implement slbiag by Lucas Coutinho · 2 years, 7 months ago
  94. acc130c target/ppc: Move slbsync to decodetree by Lucas Coutinho · 2 years, 7 months ago
  95. 26d02c9 target/ppc: Move slbfee to decodetree by Lucas Coutinho · 2 years, 7 months ago
  96. 41b60e4 target/ppc: Move slbmfee to decodetree by Lucas Coutinho · 2 years, 7 months ago
  97. 74a1538 target/ppc: Move slbmfev to decodetree by Lucas Coutinho · 2 years, 7 months ago
  98. 0b0ba40 target/ppc: Move slbmte to decodetree by Lucas Coutinho · 2 years, 7 months ago
  99. 2bfcb7a target/ppc: Move slbia to decodetree by Lucas Coutinho · 2 years, 7 months ago
  100. a1b05c0 target/ppc: Move slbieg to decodetree by Lucas Coutinho · 2 years, 7 months ago