1. 4e66a08 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Richard Henderson · 11 months ago
  2. 571882c Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into staging by Richard Henderson · 11 months ago
  3. d4e6d40 target/i386: remove duplicate prefix decoding by Paolo Bonzini · 12 months ago
  4. ef309ec target/i386: split legacy decoder into a separate function by Paolo Bonzini · 1 year, 3 months ago
  5. 7795b45 target/i386: decode x87 instructions in a separate function by Paolo Bonzini · 1 year, 6 months ago
  6. aef4f4a target/i386: remove now-converted opcodes from old decoder by Paolo Bonzini · 12 months ago
  7. 3519b81 target/i386: port extensions of one-byte opcodes to new decoder by Paolo Bonzini · 1 year, 5 months ago
  8. 37861fa target/i386: move BSWAP to new decoder by Paolo Bonzini · 1 year, 6 months ago
  9. 2b8046f target/i386: move remaining conditional operations to new decoder by Paolo Bonzini · 1 year, 6 months ago
  10. 40c4b92 target/i386: merge and enlarge a few ranges for call to disas_insn_new by Paolo Bonzini · 1 year, 1 month ago
  11. d7c41a6 target/i386: move C0-FF opcodes to new decoder (except for x87) by Paolo Bonzini · 1 year, 5 months ago
  12. b603136 target/i386: generalize gen_movl_seg_T0 by Paolo Bonzini · 1 year, 1 month ago
  13. 5e9e21b target/i386: move 60-BF opcodes to new decoder by Paolo Bonzini · 1 year, 6 months ago
  14. 2666fbd target/i386: allow instructions with more than one immediate by Paolo Bonzini · 1 year, 5 months ago
  15. 442e38c target/i386: extract gen_far_call/jmp, reordering temporaries by Paolo Bonzini · 1 year, 5 months ago
  16. cc1d28b target/i386: move 00-5F opcodes to new decoder by Paolo Bonzini · 1 year, 5 months ago
  17. 4454576 target/i386: reintroduce debugging mechanism by Paolo Bonzini · 2 years, 7 months ago
  18. 8b5de7e target/i386: cleanup *gen_eob* by Paolo Bonzini · 12 months ago
  19. ccfabc0 target/i386: clarify the "reg" argument of functions returning CCPrepare by Paolo Bonzini · 12 months ago
  20. 89e4e65 target/i386: do not use s->T0 and s->T1 as scratch registers for CCPrepare by Paolo Bonzini · 12 months ago
  21. bccb0c1 target/i386: extend cc_* when using them to compute flags by Paolo Bonzini · 1 year, 5 months ago
  22. dd17322 target/i386: pull cc_op update to callers of gen_jmp_rel{,_csize} by Paolo Bonzini · 12 months ago
  23. bbba959 target/i386: cleanup cc_op changes for REP/REPZ/REPNZ by Paolo Bonzini · 12 months ago
  24. 64ddadc target/i386: cc_op is not dynamic in gen_jcc1 by Paolo Bonzini · 12 months ago
  25. e995f3f target/i386: remove mask from CCPrepare by Paolo Bonzini · 1 year, 5 months ago
  26. 9309b53 target/i386: use TSTEQ/TSTNE to check flags by Paolo Bonzini · 1 year, 5 months ago
  27. 15957eb target/i386: use TSTEQ/TSTNE to test low bits by Paolo Bonzini · 1 year, 5 months ago
  28. b776569 target/i386: Fix CPUID encoding of Fn8000001E_ECX by Babu Moger · 11 months ago
  29. ca51921 target/sh4: Update DisasContextBase.insn_start by Richard Henderson · 11 months ago
  30. e116b92 Merge tag 'qemu-sparc-20240506' of https://github.com/mcayland/qemu into staging by Richard Henderson · 11 months ago
  31. 873f9ca Merge tag 'accel-20240506' of https://github.com/philmd/qemu into staging by Richard Henderson · 11 months ago
  32. d4c453f Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Richard Henderson · 11 months ago
  33. b254c34 accel/tcg: Access tcg_cflags with getter / setter by Philippe Mathieu-Daudé · 1 year, 3 months ago
  34. 74781c0 exec/cpu: Extract page-protection definitions to page-protection.h by Philippe Mathieu-Daudé · 1 year, 4 months ago
  35. 86b7c55 exec/cpu: Rename PAGE_BITS macro to PAGE_RWX by BALATON Zoltan · 11 months ago
  36. a469666 Hexagon (target/hexagon) Remove hex_common.read_attribs_file by Taylor Simpson · 1 year, 1 month ago
  37. 582c59e Hexagon (target/hexagon) Remove gen_shortcode.py by Taylor Simpson · 1 year, 1 month ago
  38. b45c1b5 Hexagon (target/hexagon) Remove gen_op_regs.py by Taylor Simpson · 1 year, 1 month ago
  39. 09a7e7d Hexagon (target/hexagon) Remove uses of op_regs_generated.h.inc by Taylor Simpson · 1 year, 1 month ago
  40. 4614b8f Hexagon (target/hexagon) Mark has_pred_dest in trans functions by Taylor Simpson · 1 year, 1 month ago
  41. 325a64a Hexagon (target/hexagon) Mark dest_idx in trans functions by Taylor Simpson · 1 year, 1 month ago
  42. 9196381 Hexagon (target/hexagon) Mark new_read_idx in trans functions by Taylor Simpson · 1 year, 1 month ago
  43. 2720bd1 Hexagon (target/hexagon) Add is_old/is_new to Register class by Taylor Simpson · 1 year, 1 month ago
  44. 2f0a771 Hexagon (target/hexagon) Only pass env to generated helper when needed by Taylor Simpson · 1 year, 1 month ago
  45. f7be65f Hexagon (target/hexagon) Pass SP explicitly to helpers that need it by Taylor Simpson · 1 year, 1 month ago
  46. 850d062 Hexagon (target/hexagon) Pass P0 explicitly to helpers that need it by Taylor Simpson · 1 year, 1 month ago
  47. 763d2ce Hexagon (target/hexagon) Enable more short-circuit packets (HVX) by Taylor Simpson · 1 year, 2 months ago
  48. bd983f6 Hexagon (target/hexagon) Enable more short-circuit packets (scalar core) by Taylor Simpson · 1 year, 2 months ago
  49. 76eaa97 Hexagon (target/hexagon) Analyze reads before writes by Taylor Simpson · 1 year, 2 months ago
  50. d6f898c target/sparc: Split out do_ms16b by Richard Henderson · 11 months ago
  51. d3ef26a target/sparc: Fix FPMERGE by Richard Henderson · 11 months ago
  52. be8998e target/sparc: Fix FMULD8*X16 by Richard Henderson · 11 months ago
  53. a859602 target/sparc: Fix FMUL8x16A{U,L} by Richard Henderson · 11 months ago
  54. 9157dcc target/sparc: Fix FMUL8x16 by Richard Henderson · 11 months ago
  55. 7b616f3 target/sparc: Fix FEXPAND by Richard Henderson · 11 months ago
  56. 4a7bdec target/sparc/cpu: Avoid spaces by default in the CPU names by Thomas Huth · 11 months ago
  57. 6b568e3 target/sparc/cpu: Rename the CPU models with a "+" in their names by Thomas Huth · 11 months ago
  58. 23bb086 target/alpha: Implement CF_PCREL by Richard Henderson · 11 months ago
  59. b1a3eac target/alpha: Split out gen_pc_disp by Richard Henderson · 11 months ago
  60. 82b60d2 target/alpha: Split out gen_goto_tb by Richard Henderson · 11 months ago
  61. 39482c2 target/alpha: Simplify gen_bcond_internal() by Philippe Mathieu-Daudé · 11 months ago
  62. 9804ab2 target/alpha: Return DISAS_NORETURN once by Richard Henderson · 11 months ago
  63. c0fcd56 target/alpha: Inline DISAS_PC_UPDATED and return DISAS_NORETURN by Richard Henderson · 11 months ago
  64. 0cda93c target/alpha: Use DISAS_NEXT definition instead of magic '0' value by Richard Henderson · 11 months ago
  65. 1bcae46 target/alpha: Hoist branch shift to initial decode by Richard Henderson · 11 months ago
  66. ab709f1 target/alpha: Use cpu_env in preference to ALPHA_CPU by Richard Henderson · 11 months ago
  67. 97c8722 Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into staging by Richard Henderson · 11 months ago
  68. 942ba09 target/sh4: Rename TCGv variables as manual for SUBV opcode by Philippe Mathieu-Daudé · 11 months ago
  69. 40ed073 target/sh4: Rename TCGv variables as manual for ADDV opcode by Philippe Mathieu-Daudé · 11 months ago
  70. e88a856 target/sh4: Fix SUBV opcode by Philippe Mathieu-Daudé · 11 months ago
  71. c365e6b target/sh4: Fix ADDV opcode by Philippe Mathieu-Daudé · 11 months ago
  72. b10b248 target/i386: Introduce SapphireRapids-v3 to add missing features by Lei Wang · 11 months ago
  73. bf616ce ppc: switch boards to "default y" by Paolo Bonzini · 1 year, 2 months ago
  74. bae3e3a meson: make target endianneess available to Kconfig by Paolo Bonzini · 1 year, 2 months ago
  75. 4921d0a i386: switch boards to "default y" by Paolo Bonzini · 1 year, 2 months ago
  76. 566abdb kvm: ppc: disable sPAPR code if CONFIG_PSERIES is disabled by Paolo Bonzini · 11 months ago
  77. 083367d accel/whpx: Fix NULL dereference in whpx_init_vcpu() by Philippe Mathieu-Daudé · 11 months ago
  78. 61653b4 accel/nvmm: Fix NULL dereference in nvmm_init_vcpu() by Philippe Mathieu-Daudé · 11 months ago
  79. 5ce77fc Kconfig: kvm: allow building without any board by Paolo Bonzini · 11 months ago
  80. 6a5a63f target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASK by Ruihan Li · 12 months ago
  81. 9c6c079 Merge tag 'pull-target-arm-20240430' of https://git.linaro.org/people/pmaydell/qemu-arm into staging by Richard Henderson · 11 months ago
  82. b1e8807 Merge tag 'pull-request-2024-04-30' of https://gitlab.com/thuth/qemu into staging by Richard Henderson · 11 months ago
  83. de7e907 Merge tag 'pull-loongarch-20240429' of https://gitlab.com/gaosong/qemu into staging by Richard Henderson · 11 months ago
  84. f037f5b target/arm: Default to 1GHz cntfrq for 'max' and new CPUs by Peter Maydell · 11 months ago
  85. bd8e9dd target/arm: Refactor default generic timer frequency handling by Peter Maydell · 11 months ago
  86. 663163f target/arm: Enable FEAT_Spec_FPACC for -cpu max by Peter Maydell · 12 months ago
  87. f7ddd7b target/arm: Implement ID_AA64MMFR3_EL1 by Peter Maydell · 12 months ago
  88. 74360f3 target/arm: Enable FEAT_ETS2 for -cpu max by Peter Maydell · 12 months ago
  89. e197395 target/arm: Enable FEAT_CSV2_3 for -cpu max by Peter Maydell · 12 months ago
  90. 7b19a35 target/arm: Restrict translation disabled alignment check to VMSA by Richard Henderson · 11 months ago
  91. a8aa8af hvf: arm: Remove PL1_WRITE_MASK by Zenghui Yu · 11 months ago
  92. 046bf2a target/s390x/cpu_models_sysemu: Drop local @err in apply_cpu_model() by Zhao Liu · 11 months ago
  93. 38098df target/s390x/cpu_models: Make kvm_s390_apply_cpu_model() return boolean by Zhao Liu · 11 months ago
  94. c6f1baf target/s390x/cpu_models: Drop local @err in get_max_cpu_model() by Zhao Liu · 11 months ago
  95. 47ab3b2 target/s390x/cpu_models: Make kvm_s390_get_host_cpu_model() return boolean by Zhao Liu · 11 months ago
  96. 9c2df9c target/s390x/cpu_model: Drop local @err in s390_realize_cpu_model() by Zhao Liu · 11 months ago
  97. 7c0c099 target/s390x/cpu_model: Make check_compatibility() return boolean by Zhao Liu · 11 months ago
  98. e442635 target/riscv/kvm: remove sneaky strerrorname_np() instance by Daniel Henrique Barboza · 11 months ago
  99. 0cbb322 target/loongarch/cpu.c: typo fix: expection by Michael Tokarev · 11 months ago
  100. 5b638f6 target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list by Thomas Huth · 11 months ago