1. 942b0d3 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Richard Henderson · 5 hours ago master staging
  2. 12e5072 block: rename block/aio-wait.h to qemu/aio-wait.h by Paolo Bonzini · 4 weeks ago
  3. ba773ad block: rename block/aio.h to qemu/aio.h by Paolo Bonzini · 4 weeks ago
  4. 2384499 block: reduce files included by block/aio.h by Paolo Bonzini · 4 weeks ago
  5. ddab0ef block: extract include/qemu/aiocb.h out of include/block/aio.h by Paolo Bonzini · 4 weeks ago
  6. e47deb1 hw: add missing includes hidden by block/aio.h by Paolo Bonzini · 4 weeks ago
  7. f3375b3 qmp: Fix thread race by Marc Morcos · 2 weeks ago
  8. e775082 thread-pool: Fix thread race by Marc Morcos · 2 weeks ago
  9. b3104e7 dosc/cpu-models-x86: Add documentation for DiamondRapids by Zhao Liu · 14 days ago
  10. 7a6dd8b i386/cpu: Add CPU model for Diamond Rapids by Zhao Liu · 14 days ago
  11. 2580c66 i386/cpu: Define dependency for VMX_VM_ENTRY_LOAD_IA32_FRED by Zhao Liu · 14 days ago
  12. 3d49782 i386/cpu: Add an option in X86CPUDefinition to control CPUID 0x1f by Zhao Liu · 14 days ago
  13. 87ae7ab i386/cpu: Allow cache to be shared at thread level by Zhao Liu · 14 days ago
  14. 86efa93 i386/cpu: Allow unsupported avx10_version with x-force-features by Zhao Liu · 14 days ago
  15. 6118116 i386/cpu: Add a helper to get host avx10 version by Zhao Liu · 14 days ago
  16. 7c90fa6 i386/cpu: Support AVX10.2 with AVX10 feature models by Zhao Liu · 14 days ago
  17. 24a9bc1 i386/cpu: Add support for AVX10_VNNI_INT in CPUID enumeration by Zhao Liu · 14 days ago
  18. 956b8f0 i386/cpu: Add CPUID.0x1E.0x1 subleaf for AMX instructions by Zhao Liu · 14 days ago
  19. f8e8303 i386/cpu: Add support for MOVRS in CPUID enumeration by Zhao Liu · 14 days ago
  20. 757a9c9 run: introduce a script for running devel commands by Daniel P. Berrangé · 7 days ago
  21. 1a69483 gitlab-ci: enable rust for msys2-64bit by Marc-André Lureau · 3 months ago
  22. 1dc162f rust: skip compilation if there are no system emulators by Paolo Bonzini · 2 weeks ago
  23. e12799f target/i386/tcg: commonize code to compute SF/ZF/PF by Paolo Bonzini · 5 months ago
  24. 7e7d54f target/i386/tcg: move fetch code out of translate.c by Paolo Bonzini · 1 year, 5 months ago
  25. 14b0bc5 target/i386/tcg: add a CCOp for SBB x,x by Paolo Bonzini · 5 months ago
  26. bffe7ed target/i386/tcg: kill tmp2_i32 by Paolo Bonzini · 5 months ago
  27. b4e9c68 target/i386/tcg: kill tmp1_i64 by Paolo Bonzini · 5 months ago
  28. fb2efb0 target/i386/tcg: unify more pop/no-pop x87 instructions by Paolo Bonzini · 1 year, 8 months ago
  29. dcc2b43 target/i386/tcg: reuse gen_helper_fp_arith_ST0_FT0 for undocumented fcom/fcomp variants by Paolo Bonzini · 1 year, 8 months ago
  30. 2326789 target/i386/tcg: reuse gen_helper_fp_arith_ST0_FT0 for fcom STn and fcomp STn by Paolo Bonzini · 1 year, 8 months ago
  31. 7a1ec17 target/i386/tcg: move fcom/fcomp differentiation to gen_helper_fp_arith_ST0_FT0 by Paolo Bonzini · 1 year, 8 months ago
  32. e8a1d23 target/i386/tcg: unnest switch statements in disas_insn_x87 by Paolo Bonzini · 1 year, 8 months ago
  33. 55a15eb target/i386/tcg: simplify effective address calculation by Paolo Bonzini · 8 months ago
  34. 2b230c4 target/i386/tcg: move and expand misplaced comment by Paolo Bonzini · 5 weeks ago
  35. 73c2d62 target/i386/tcg: remove do_decode_0F by Paolo Bonzini · 5 weeks ago
  36. da7649c target/i386/tcg: do not compute all flags for SAHF by Paolo Bonzini · 5 weeks ago
  37. a71706f target/i386/tcg: mark more instructions that are invalid in 64-bit mode by Paolo Bonzini · 3 weeks ago
  38. e661e2d target/i386/tcg: update cc_op after PUSHF by Paolo Bonzini · 5 weeks ago
  39. 0db1b55 target/i386/tcg: ignore V3 in 32-bit mode by Paolo Bonzini · 5 weeks ago
  40. 60efba3 target/i386: Fix #GP error code for INT instructions by Andrew Cooper · 10 months ago
  41. 5839e9a i386/cpu: Drop incorrect comment for CPUID 0x1E by Zhao Liu · 6 weeks ago
  42. 2bc19a5 i386/cpu: Drop incorrect comment for CPUID 0x1D by Zhao Liu · 6 weeks ago
  43. e8bb12c meson: let Meson handle mixed-language linking of Rust and C objects by Paolo Bonzini · 5 months ago
  44. e12d608 rust: Meson now adds -Cdefault-linker-libraries by Paolo Bonzini · 7 weeks ago
  45. dce5471 cirrus/macos: enable Rust by Marc-André Lureau · 3 months ago
  46. d8779cb lcitool: enable Rust for Windows cross targets by Paolo Bonzini · 6 weeks ago
  47. 4d06424 rust: only link the Rust part of the code into devices by Paolo Bonzini · 5 weeks ago
  48. 9be6962 rust: Do not link qemuutil into Rust rlibs by Martin Kletzander · 2 months ago
  49. 8c04b6a bump meson wheel to 1.10.0 by Paolo Bonzini · 4 weeks ago
  50. a7ab886 tests/meson: do not reuse migration_files variable by Paolo Bonzini · 4 weeks ago
  51. 9103b40 build: do not include @block.syms/@qemu.sys with modules disabled by Paolo Bonzini · 3 weeks ago
  52. 016dddf i386/cpu: Mark APX xstate as migratable by Zhao Liu · 3 weeks ago
  53. 60caf14 i386/cpu: Support APX CPUIDs by Zhao Liu · 3 weeks ago
  54. e105745 i386/cpu: Add APX migration support by Zide Chen · 3 weeks ago
  55. 103b49b i386/monitor: Support EGPRs in hmp_print by Zhao Liu · 3 weeks ago
  56. 1d5d975 i386/cpu-dump: Dump entended GPRs for APX supported guest by Zhao Liu · 3 weeks ago
  57. f46e507 i386/gdbstub: Add APX support for gdbstub by Zhao Liu · 3 weeks ago
  58. 1b1cf88 i386/cpu: Cache EGPRs in CPUX86State by Zide Chen · 3 weeks ago
  59. bb9f99e i386/machine: Use VMSTATE_UINTTL_SUB_ARRAY for vmstate of CPUX86State.regs by Zhao Liu · 3 weeks ago
  60. 91bc4d8 i386/cpu: Add APX EGPRs into xsave area by Zide Chen · 3 weeks ago
  61. 12ef9d4 i386/tdx: Add CET SHSTK/IBT into the supported CPUID by XFAM by Chenyi Qiang · 3 weeks ago
  62. 133e89c i386/tdx: Fix missing spaces in tdx_xfam_deps[] by Zhao Liu · 3 weeks ago
  63. 5cb89ca i386/cpu: Enable cet-ss & cet-ibt for supported CPU models by Zhao Liu · 3 weeks ago
  64. 2f25476 i386/cpu: Advertise CET related flags in feature words by Yang Weijiang · 3 weeks ago
  65. 54db912 i386/cpu: Mark cet-u & cet-s xstates as migratable by Zhao Liu · 3 weeks ago
  66. 93608c9 i386/machine: Add vmstate for cet-shstk and cet-ibt by Yang Weijiang · 3 weeks ago
  67. a5b163f i386/cpu: Migrate MSR_IA32_PL0_SSP for FRED and CET-SHSTK by Xin Li (Intel) · 3 weeks ago
  68. b775eff i386/kvm: Add save/restore support for KVM_REG_GUEST_SSP by Yang Weijiang · 3 weeks ago
  69. b6f85c5 i386/kvm: Add save/restore support for CET MSRs by Yang Weijiang · 3 weeks ago
  70. 0fa1025 i386/cpu: Save/restore SSP0 MSR for FRED by Xin Li (Intel) · 3 weeks ago
  71. ad88fb1 i386/cpu: Add CET support in CR4 by Zhao Liu · 3 weeks ago
  72. e46dcef i386/cpu: Enable xsave support for CET states by Yang Weijiang · 3 weeks ago
  73. 54fed32 i386/cpu: Add missing migratable xsave features by Zhao Liu · 3 weeks ago
  74. 95a945c i386/cpu: Fix supervisor xstate initialization by Chao Gao · 3 weeks ago
  75. 6f2f0f7 i386/cpu: Drop pmu check in CPUID 0x1C encoding by Zhao Liu · 3 weeks ago
  76. 7fa4830 i386/cpu: Reorganize dependency check for arch lbr state by Zhao Liu · 3 weeks ago
  77. d88caf0 i386/cpu: Use x86_ext_save_areas[] for CPUID.0XD subleaves by Zhao Liu · 3 weeks ago
  78. 9a15846 i386/cpu: Add avx10 dependency for Opmask/ZMM_Hi256/Hi16_ZMM by Zhao Liu · 3 weeks ago
  79. bf9a8bd i386/cpu: Make ExtSaveArea store an array of dependencies by Zhao Liu · 3 weeks ago
  80. d625b21 i386/cpu: Reorganize arch lbr structure definitions by Zhao Liu · 3 weeks ago
  81. 44d536d i386/cpu: Clean up arch lbr xsave struct and comment by Zhao Liu · 3 weeks ago
  82. d14e7ab i386/cpu: Clean up indent style of x86_ext_save_areas[] by Zhao Liu · 3 weeks ago
  83. 8061085 qemu-options.hx: Document -M as -machine alias by Dr. David Alan Gilbert · 4 weeks ago
  84. 3d508e0 tracetool: add Rust DTrace/SystemTap SDT support by Paolo Bonzini · 6 weeks ago
  85. cd9fe92 subprojects: add probe crate by Stefan Hajnoczi · 6 weeks ago
  86. 4536693 rust/hpet: change wrap_flag to a bool by Paolo Bonzini · 5 weeks ago
  87. 0448840 rust/hpet: Apply Migratable<> wrapper and ToMigrationState by Zhao Liu · 7 weeks ago
  88. 9947bf9 rust: migration: implement ToMigrationState for Timer by Paolo Bonzini · 5 weeks ago
  89. 709beed rust: timer: add bindings to timer_mod_ns and timer_expire_time_ns by Paolo Bonzini · 5 weeks ago
  90. 6660b5a rust/hpet: move hpet_offset to HPETRegisters by Paolo Bonzini · 5 weeks ago
  91. 56dbc82 rust/hpet: remove BqlRefCell around HPETTimer by Paolo Bonzini · 5 weeks ago
  92. ef43216 rust/hpet: move hidden registers to HPETTimerRegisters by Paolo Bonzini · 5 weeks ago
  93. aef4e46 rust/hpet: Borrow BqlRefCell<HPETRegisters> at top level by Zhao Liu · 5 weeks ago
  94. 4e6223c rust/hpet: Maintain HPETTimerRegisters in HPETRegisters by Zhao Liu · 5 weeks ago
  95. d259648 rust/hpet: Pass &BqlRefCell<HPETRegisters> as argument during MMIO access by Zhao Liu · 7 weeks ago
  96. b7d1dee rust/hpet: Explicitly initialize complex fields in init() by Zhao Liu · 7 weeks ago
  97. e3b5a11 rust/hpet: Borrow HPETState.regs once in HPETState::post_load() by Zhao Liu · 7 weeks ago
  98. 2abee24 rust/hpet: Make global register accessors as methods of HPETRegisters by Zhao Liu · 7 weeks ago
  99. 8375fba rust/hpet: Abstract HPETRegisters struct by Zhao Liu · 7 weeks ago
  100. 9259f47 rust/hpet: Make timer register accessors as methods of HPETTimerRegisters by Zhao Liu · 7 weeks ago