1. be05216 Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-x86-20210519' into staging by Peter Maydell · 3 years, 7 months ago
  2. fea2ad7 Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-updates-180521-2' into staging by Peter Maydell · 3 years, 7 months ago
  3. 9aa9197 Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210519' into staging by Peter Maydell · 3 years, 7 months ago
  4. 7fb7c42 target/i386: Remove user-only i/o stubs by Richard Henderson · 3 years, 7 months ago
  5. d76b9c6 target/i386: Move helper_check_io to sysemu by Richard Henderson · 3 years, 7 months ago
  6. e497803 target/i386: Create helper_check_io by Richard Henderson · 3 years, 7 months ago
  7. 1bca40f target/i386: Pass in port to gen_check_io by Richard Henderson · 3 years, 7 months ago
  8. bc2e436 target/i386: Tidy gen_check_io by Richard Henderson · 3 years, 7 months ago
  9. 244843b target/i386: Exit tb after wrmsr by Richard Henderson · 3 years, 7 months ago
  10. f7803b7 target/i386: Eliminate user stubs for read/write_crN, rd/wrmsr by Richard Henderson · 3 years, 7 months ago
  11. 27bd321 target/i386: Inline user cpu_svm_check_intercept_param by Richard Henderson · 3 years, 7 months ago
  12. 35e5a5d target/i386: Unify invlpg, invlpga by Richard Henderson · 3 years, 7 months ago
  13. 4ea2449 target/i386: Move invlpg, hlt, monitor, mwait to sysemu by Richard Henderson · 3 years, 7 months ago
  14. eb26784 target/i386: Pass env to do_pause and do_hlt by Richard Henderson · 3 years, 7 months ago
  15. 7eff2e7 target/i386: Cleanup read_crN, write_crN, lmsw by Richard Henderson · 3 years, 7 months ago
  16. 3d4fce8 target/i386: Remove user stub for cpu_vmexit by Richard Henderson · 3 years, 7 months ago
  17. b53605d target/i386: Remove pc_start argument to gen_svm_check_intercept by Richard Henderson · 3 years, 7 months ago
  18. d051ea0 target/i386: Tidy svm_check_intercept from tcg by Richard Henderson · 3 years, 7 months ago
  19. ed3c473 target/i386: Simplify gen_debug usage by Richard Henderson · 3 years, 7 months ago
  20. b82055a target/i386: Mark some helpers as noreturn by Richard Henderson · 3 years, 7 months ago
  21. 8d6806c target/i386: Eliminate SVM helpers for user-only by Richard Henderson · 3 years, 7 months ago
  22. e6aeb94 target/i386: Implement skinit in translate.c by Richard Henderson · 3 years, 7 months ago
  23. b322b3a target/i386: Assert !GUEST for user-only by Richard Henderson · 3 years, 7 months ago
  24. 5d22388 target/i386: Assert !SVME for user-only by Richard Henderson · 3 years, 7 months ago
  25. 9f55e5a target/i386: Add stub generator for helper_set_dr by Richard Henderson · 3 years, 7 months ago
  26. a6f6210 target/i386: Reorder DisasContext members by Richard Henderson · 3 years, 7 months ago
  27. 3236c2a target/i386: Fix the comment for repz_opt by Richard Henderson · 3 years, 7 months ago
  28. 305d08e target/i386: Reduce DisasContext jmp_opt, repz_opt to bool by Richard Henderson · 3 years, 7 months ago
  29. c1de1a1 target/i386: Leave TF in DisasContext.flags by Richard Henderson · 3 years, 7 months ago
  30. 5862579 target/i386: Reduce DisasContext popl_esp_hack and rip_offset to uint8_t by Richard Henderson · 3 years, 7 months ago
  31. a77ca42 target/i386: Reduce DisasContext.vex_[lv] to uint8_t by Richard Henderson · 3 years, 7 months ago
  32. a8b9b65 target/i386: Reduce DisasContext.prefix to uint8_t by Richard Henderson · 3 years, 7 months ago
  33. c651f3a target/i386: Reduce DisasContext.override to int8_t by Richard Henderson · 3 years, 7 months ago
  34. c6ad6f4 target/i386: Reduce DisasContext.flags to uint32_t by Richard Henderson · 3 years, 7 months ago
  35. 0046060 target/i386: Remove DisasContext.f_st as unused by Richard Henderson · 3 years, 7 months ago
  36. 8ab1e48 target/i386: Move rex_w into DisasContext by Richard Henderson · 3 years, 7 months ago
  37. bbdb423 target/i386: Move rex_r into DisasContext by Richard Henderson · 3 years, 7 months ago
  38. 915ffe8 target/i386: Tidy REX_B, REX_X definition by Richard Henderson · 3 years, 7 months ago
  39. 1e92b72 target/i386: Introduce REX_PREFIX by Richard Henderson · 3 years, 7 months ago
  40. beedb93 target/i386: Assert !ADDSEG for x86_64 user-only by Richard Henderson · 3 years, 7 months ago
  41. 73e90dc target/i386: Assert LMA for x86_64 user-only by Richard Henderson · 3 years, 7 months ago
  42. eec7d0f target/i386: Assert CODE64 for x86_64 user-only by Richard Henderson · 3 years, 7 months ago
  43. b40a47a target/i386: Assert SS32 for x86_64 user-only by Richard Henderson · 3 years, 7 months ago
  44. 9996dcf target/i386: Assert CODE32 for x86_64 user-only by Richard Henderson · 3 years, 7 months ago
  45. f8a3584 target/i386: Assert !VM86 for x86_64 user-only by Richard Henderson · 3 years, 7 months ago
  46. 0ab011c target/i386: Assert IOPL is 0 for user-only by Richard Henderson · 3 years, 7 months ago
  47. 01b9d8c target/i386: Assert CPL is 3 for user-only by Richard Henderson · 3 years, 7 months ago
  48. d75f912 target/i386: Assert PE is set for user-only by Richard Henderson · 3 years, 7 months ago
  49. ca7874c target/i386: Split out check_iopl by Richard Henderson · 3 years, 7 months ago
  50. aa9f21b target/i386: Split out check_vm86_iopl by Richard Henderson · 3 years, 7 months ago
  51. e048f3d target/i386: Unify code paths for IRET by Richard Henderson · 3 years, 7 months ago
  52. bc19f50 target/i386: Split out check_cpl0 by Richard Henderson · 3 years, 7 months ago
  53. 6bd9958 target/i386: Split out gen_exception_gpf by Richard Henderson · 3 years, 7 months ago
  54. d874bc0 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 3 years, 7 months ago
  55. e543f94 target/ppc: Remove type argument for mmubooke206_get_physical_address by Richard Henderson · 3 years, 7 months ago
  56. 5507d62 target/ppc: Remove type argument from mmubooke206_check_tlb by Richard Henderson · 3 years, 7 months ago
  57. 4007960 target/ppc: Remove type argument from mmubooke_get_physical_address by Richard Henderson · 3 years, 7 months ago
  58. 05c3ef1 target/ppc: Remove type argument from mmubooke_check_tlb by Richard Henderson · 3 years, 7 months ago
  59. 61d2cde target/ppc: Remove type argument from mmu40x_get_physical_address by Richard Henderson · 3 years, 7 months ago
  60. 590fc3c target/ppc: Remove type argument from get_bat_6xx_tlb by Richard Henderson · 3 years, 7 months ago
  61. f3f5794 target/ppc: Remove type argument from ppc6xx_tlb_check by Richard Henderson · 3 years, 7 months ago
  62. 574c558 target/ppc: Remove type argument from ppc6xx_tlb_pte_check by Richard Henderson · 3 years, 7 months ago
  63. 91e615a target/ppc: Remove type argument from check_prot by Richard Henderson · 3 years, 7 months ago
  64. 9630cd6 target/ppc: Use MMUAccessType in mmu_helper.c by Richard Henderson · 3 years, 7 months ago
  65. 352e362 target/ppc: Rename access_type to type in mmu_helper.c by Richard Henderson · 3 years, 7 months ago
  66. 31fa64e target/ppc: Use MMUAccessType in mmu-hash32.c by Richard Henderson · 3 years, 7 months ago
  67. 59dec5b target/ppc: Use MMUAccessType in mmu-hash64.c by Richard Henderson · 3 years, 7 months ago
  68. 13c5fdb target/ppc: Use MMUAccessType in mmu-radix64.c by Richard Henderson · 3 years, 7 months ago
  69. 182357d target/ppc: Introduce prot_for_access_type by Richard Henderson · 3 years, 7 months ago
  70. 861f10f target/ppc: Fix load endianness for lxvwsx/lxvdsx by Giuseppe Musacchio · 3 years, 7 months ago
  71. 51eb7b1 target/ppc: Use translator_loop_temp_check by Richard Henderson · 3 years, 7 months ago
  72. 46a0add target/ppc: Mark helper_raise_exception* as noreturn by Richard Henderson · 3 years, 7 months ago
  73. 0032dbd target/ppc: Tidy exception vs exit_tb by Richard Henderson · 3 years, 7 months ago
  74. 13b4557 target/ppc: Move single-step check to ppc_tr_tb_stop by Richard Henderson · 3 years, 7 months ago
  75. 7a3fe17 target/ppc: Remove DisasContext.exception by Richard Henderson · 3 years, 7 months ago
  76. 6086c75 target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN by Richard Henderson · 3 years, 7 months ago
  77. d736de8 target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATE by Richard Henderson · 3 years, 7 months ago
  78. f5b6daa target/ppc: Introduce gen_icount_io_start by Richard Henderson · 3 years, 7 months ago
  79. a68cf3a target/ppc: Remove unnecessary gen_io_end calls by Richard Henderson · 3 years, 7 months ago
  80. 59bf23f target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXIT by Richard Henderson · 3 years, 7 months ago
  81. a9b5b3d target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE} by Richard Henderson · 3 years, 7 months ago
  82. 2736fc6 target/ppc: Simplify gen_debug_exception by Richard Henderson · 3 years, 7 months ago
  83. 506fadc target/ppc: Remove special case for POWERPC_EXCP_TRAP by Richard Henderson · 3 years, 7 months ago
  84. da3527d target/ppc: Remove special case for POWERPC_SYSCALL by Richard Henderson · 3 years, 7 months ago
  85. 3d8a5b6 target/ppc: Move DISAS_NORETURN setting into gen_exception* by Richard Henderson · 3 years, 7 months ago
  86. 624cb07 target/ppc: Split out decode_legacy by Richard Henderson · 3 years, 7 months ago
  87. 2c2bcb1 target/ppc: Add cia field to DisasContext by Richard Henderson · 3 years, 7 months ago
  88. 47334e1 target/ppc: moved ppc_cpu_dump_state to cpu_init.c by Bruno Larsen (billionai) · 3 years, 7 months ago
  89. 172d74e target/ppc: moved ppc_store_sdr1 to cpu.c by Bruno Larsen (billionai) · 3 years, 7 months ago
  90. 87aff23 target/ppc: updated vscr manipulation in machine.c by Bruno Larsen (billionai) · 3 years, 7 months ago
  91. c19940d target/ppc: created ppc_{store,get}_vscr for generic vscr usage by Bruno Larsen (billionai) · 3 years, 7 months ago
  92. 3e770bf target/ppc: isolated cpu init from translation logic by Bruno Larsen (billionai) · 3 years, 8 months ago
  93. a829cec target/ppc: turned SPR R/W callbacks not static by Bruno Larsen (billionai) · 3 years, 8 months ago
  94. 03282a3 hw/ppc: moved has_spr to cpu.h by Lucas Mateus Castro (alqotel) · 3 years, 8 months ago
  95. 45998ff target/ppc: moved ppc_store_lpcr to misc_helper.c by Lucas Mateus Castro (alqotel) · 3 years, 8 months ago
  96. fd1eb08 target/ppc: moved function out of mmu-hash64 by Lucas Mateus Castro (alqotel) · 3 years, 8 months ago
  97. 962104f hw/ppc: moved hcalls that depend on softmmu by Lucas Mateus Castro (alqotel) · 3 years, 8 months ago
  98. 37f219c target/ppc: move SPR R/W callbacks to translate.c by Bruno Larsen (billionai) · 3 years, 8 months ago
  99. a08eea6 target/ppc: renamed SPR registration functions by Bruno Larsen (billionai) · 3 years, 8 months ago
  100. 1cc9e93 target/ppc: Fold gen_*_xer into their callers by Bruno Larsen (billionai) · 3 years, 8 months ago