1. 19ed42e hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers by Zenghui Yu · 10 months ago
  2. 60b54b6 Merge tag 'pull-lu-20240526' of https://gitlab.com/rth7680/qemu into staging by Richard Henderson · 10 months ago
  3. 701890b target/i386: Pass host pointer and size to cpu_x86_{xsave,xrstor} by Richard Henderson · 11 months ago
  4. 9c2fb9e target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor} by Richard Henderson · 11 months ago
  5. 76d8d0f target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor} by Richard Henderson · 11 months ago
  6. d5dc3a9 target/i386: Convert do_xrstor to X86Access by Richard Henderson · 11 months ago
  7. c6e6d15 target/i386: Convert do_xsave to X86Access by Richard Henderson · 11 months ago
  8. 6dba8b4 target/i386: Add {hw,sw}_reserved to X86LegacyXSaveArea by Richard Henderson · 11 months ago
  9. a2d64d6 target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor} by Richard Henderson · 11 months ago
  10. a8f6883 target/i386: Split out do_xsave_chk by Richard Henderson · 11 months ago
  11. 58955a9 target/i386: Convert do_xrstor_* to X86Access by Richard Henderson · 11 months ago
  12. 6b1b736 target/i386: Convert do_xsave_* to X86Access by Richard Henderson · 11 months ago
  13. 6d030aa tagret/i386: Convert do_fxsave, do_fxrstor to X86Access by Richard Henderson · 11 months ago
  14. e41d2ea target/i386: Convert do_xrstor_{fpu,mxcr,sse} to X86Access by Richard Henderson · 11 months ago
  15. b7e6d3a target/i386: Convert do_xsave_{fpu,mxcr,sse} to X86Access by Richard Henderson · 11 months ago
  16. 94f60f8 target/i386: Convert do_fsave, do_frstor to X86Access by Richard Henderson · 11 months ago
  17. 505e2ef target/i386: Convert do_fstenv to X86Access by Richard Henderson · 11 months ago
  18. bc13c2d target/i386: Convert do_fldenv to X86Access by Richard Henderson · 11 months ago
  19. 4526f58 target/i386: Convert helper_{fbld,fbst}_ST0 to X86Access by Richard Henderson · 11 months ago
  20. d3e8b64 target/i386: Convert do_fldt, do_fstt to X86Access by Richard Henderson · 11 months ago
  21. 24f6813 target/i386: Add tcg/access.[ch] by Richard Henderson · 11 months ago
  22. 78ef97c Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Richard Henderson · 10 months ago
  23. 56da568 target/i386: remove aflag argument of gen_lea_v_seg by Paolo Bonzini · 10 months ago
  24. 6605817 target/i386: clean up repeated string operations by Paolo Bonzini · 11 months ago
  25. f0e754d target/i386: introduce gen_lea_ss_ofs by Paolo Bonzini · 11 months ago
  26. 20237d4 target/i386: use mo_stacksize more by Paolo Bonzini · 11 months ago
  27. d0e31d6 target/i386: inline gen_add_A0_ds_seg by Paolo Bonzini · 11 months ago
  28. 420d60c target/i386: split gen_ldst_modrm for load and store by Paolo Bonzini · 11 months ago
  29. b3c49e6 target/i386: reg in gen_ldst_modrm is always OR_TMP0 by Paolo Bonzini · 11 months ago
  30. f5bd6a4 target/i386: raze the gen_eob* jungle by Paolo Bonzini · 10 months ago
  31. ad8f2ad target/i386: assert that gen_update_eip_cur and gen_update_eip_next are the same in tb_stop by Paolo Bonzini · 10 months ago
  32. 2512f78 target/i386: avoid calling gen_eob_inhibit_irq before tb_stop by Paolo Bonzini · 10 months ago
  33. c8494cb target/i386: avoid calling gen_eob_syscall before tb_stop by Paolo Bonzini · 10 months ago
  34. 9594b59 target/i386: document and group DISAS_* constants by Paolo Bonzini · 10 months ago
  35. abdcc5c target/i386: set CC_OP in helpers if they want CC_OP_EFLAGS by Paolo Bonzini · 10 months ago
  36. a0625ef target/i386: cpu_load_eflags already sets cc_op by Paolo Bonzini · 10 months ago
  37. f6ac77e target/i386: remove unnecessary gen_update_cc_op before gen_eob* by Paolo Bonzini · 10 months ago
  38. 69d7281 target/i386: cleanup eob handling of RSM by Paolo Bonzini · 10 months ago
  39. f0f0136 target/i386: no single-step exception after MOV or POP SS by Paolo Bonzini · 10 months ago
  40. 8225bff target/i386: disable jmp_opt if EFLAGS.RF is 1 by Paolo Bonzini · 10 months ago
  41. e48fb4c target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot() by BALATON Zoltan · 10 months ago
  42. e7baac6 target/ppc: Move out BookE and related MMU functions from mmu_common.c by BALATON Zoltan · 10 months ago
  43. cd1038e target/ppc: Add a function to check for page protection bit by BALATON Zoltan · 10 months ago
  44. 950251e target/ppc/mmu-radix64.c: Drop a local variable by BALATON Zoltan · 10 months ago
  45. e89b062 target/ppc/mmu-hash32.c: Drop a local variable by BALATON Zoltan · 10 months ago
  46. 581eea5 target/ppc: Split off common embedded TLB init by BALATON Zoltan · 10 months ago
  47. 5fd257f target/ppc: Remove id_tlbs flag from CPU env by BALATON Zoltan · 10 months ago
  48. 306b532 target/ppc: Move mmu_ctx_t type to mmu_common.c by BALATON Zoltan · 10 months ago
  49. 6b9ea7f target/ppc: Transform ppc_jumbo_xlate() into ppc_6xx_xlate() by BALATON Zoltan · 10 months ago
  50. 58b0132 target/ppc: Split off 40x cases from ppc_jumbo_xlate() by BALATON Zoltan · 10 months ago
  51. c29f808 target/ppc: Split off real mode handling from get_physical_address_wtlb() by BALATON Zoltan · 10 months ago
  52. b18489b target/ppc: Simplify ppc_booke_xlate() part 2 by BALATON Zoltan · 10 months ago
  53. aa20e1c target/ppc: Simplify ppc_booke_xlate() part 1 by BALATON Zoltan · 10 months ago
  54. ba91e5d target/ppc: Split off BookE handling from ppc_jumbo_xlate() by BALATON Zoltan · 10 months ago
  55. aa30aa7 target/ppc: Remove BookE from direct store handling by BALATON Zoltan · 10 months ago
  56. e8a9c0f target/ppc: Don't use mmu_ctx_t in mmubooke206_get_physical_address() by BALATON Zoltan · 10 months ago
  57. ecff339 target/ppc: Don't use mmu_ctx_t in mmubooke_get_physical_address() by BALATON Zoltan · 10 months ago
  58. 5cc867a target/ppc: Don't use mmu_ctx_t for mmu40x_get_physical_address() by BALATON Zoltan · 10 months ago
  59. f178e4f target/ppc: Replace hard coded constants in ppc_jumbo_xlate() by BALATON Zoltan · 10 months ago
  60. 9e9ca54 target/ppc: Deindent ppc_jumbo_xlate() by BALATON Zoltan · 10 months ago
  61. 47beded target/ppc: Fix misindented qemu_log_mask() calls by BALATON Zoltan · 10 months ago
  62. 77d9607 target/ppc: Inline and remove check_physical() by BALATON Zoltan · 10 months ago
  63. 5496851 target/ppc: Split off real mode cases in get_physical_address_wtlb() by BALATON Zoltan · 10 months ago
  64. 279fe98 target/ppc: Split out BookE xlate cases before checking real mode by BALATON Zoltan · 10 months ago
  65. f3f66a3 target/ppc: Eliminate ret from mmu6xx_get_physical_address() by BALATON Zoltan · 10 months ago
  66. 0af20f3 target/ppc: Move some debug logging in ppc6xx_tlb_check() by BALATON Zoltan · 10 months ago
  67. f1418bd target/ppc: Move else branch to avoid large if block in mmu6xx_get_physical_address() by BALATON Zoltan · 10 months ago
  68. 269d6f0 target/ppc: Introduce mmu6xx_get_physical_address() by BALATON Zoltan · 10 months ago
  69. cfd5c12 target/ppc: Drop cases for unimplemented MPC8xx MMU by BALATON Zoltan · 10 months ago
  70. fef517c target/ppc: Simplify checking for real mode in get_physical_address_wtlb() by BALATON Zoltan · 10 months ago
  71. 750fbe3 target/ppc: Remove unneeded local variable from booke tlb checks by BALATON Zoltan · 10 months ago
  72. 3f52007 target/ppc: Move calculation of a value closer to its usage in booke tlb checks by BALATON Zoltan · 10 months ago
  73. 2b92822 target/ppc: Remove unused helper_rac() by BALATON Zoltan · 10 months ago
  74. 41e9a09 target/ppc: Remove unused struct 'mmu_ctx_hash32' by Dr. David Alan Gilbert · 10 months ago
  75. 0dfe59f target/ppc: add SMT support to msgsnd broadcast by Nicholas Piggin · 1 year, 9 months ago
  76. 2736432 target/ppc: Implement SPRC/SPRD SPRs by Nicholas Piggin · 1 year, 9 months ago
  77. c9d5aed target/ppc: Implement LDBAR, TTR SPRs by Nicholas Piggin · 1 year, 10 months ago
  78. 4d2b0ad target/ppc: Add SMT support to PTCR SPR by Nicholas Piggin · 1 year, 8 months ago
  79. e5c2ac9 target/ppc: Add SMT support to simple SPRs by Nicholas Piggin · 1 year, 8 months ago
  80. 5fa7efe target/ppc: add helper to write per-LPAR SPRs by Nicholas Piggin · 1 year, 10 months ago
  81. 1cbcbcb target/ppc: Add PPR32 SPR by Nicholas Piggin · 1 year, 6 months ago
  82. e89294b target/ppc: BookE DECAR SPR is 32-bit by Nicholas Piggin · 1 year, 10 months ago
  83. 45693f9 target/ppc: Implement attn instruction on BookS 64-bit processors by Nicholas Piggin · 1 year, 9 months ago
  84. 9728fb5 target/ppc: improve checkstop logging by Nicholas Piggin · 1 year ago
  85. cce7aee target/ppc: Make checkstop actually stop the system by Nicholas Piggin · 1 year, 9 months ago
  86. c10c6ce target/ppc: Remove redundant MEMOP_GET_SIZE macro by Nicholas Piggin · 1 year, 10 months ago
  87. 21cfc36 target/ppc: larx/stcx generation need only apply DEF_MEMOP() once by Nicholas Piggin · 1 year, 10 months ago
  88. dabd6d3 target/ppc: Add migration support for BHRB by Glenn Miles · 12 months ago
  89. 6bfcf1d target/ppc: Add clrbhrb and mfbhrbe instructions by Glenn Miles · 12 months ago
  90. 4de4a47 target/ppc: Add recording of taken branches to BHRB by Glenn Miles · 12 months ago
  91. a7138e2 target/ppc: Add new hflags to support BHRB by Glenn Miles · 12 months ago
  92. 687a30a target/ppc: Move VMX integer max/min instructions to decodetree. by Chinmay Rath · 11 months ago
  93. 664eb39 target/ppc: Move VMX integer logical instructions to decodetree. by Chinmay Rath · 11 months ago
  94. 21b5f54 target/ppc: Move VMX storage access instructions to decodetree by Chinmay Rath · 11 months ago
  95. 948e257 target/ppc: Move logical fixed-point instructions to decodetree. by Chinmay Rath · 11 months ago
  96. ae556c6 target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions to decodetree. by Chinmay Rath · 11 months ago
  97. f424bc1 target/ppc: Move div/mod fixed-point insns (64 bits operands) to decodetree. by Chinmay Rath · 11 months ago
  98. 703e88f target/ppc: Move multiply fixed-point insns (64-bit operands) to decodetree. by Chinmay Rath · 11 months ago
  99. a81b5c1 target/ppc: Move neg, darn, mod{sw, uw} to decodetree. by Chinmay Rath · 11 months ago
  100. 2871921 target/ppc: Move divw[u, e, eu] instructions to decodetree. by Chinmay Rath · 11 months ago