1. 60ef34a target/riscv: Set the correct exception for implict G-stage translation fail by Jason Chien · 1 year, 8 months ago
  2. 889caa4 target/riscv: Expose properties for BF16 extensions by Weiwei Li · 1 year, 9 months ago
  3. adf772b target/riscv: Add support for Zvfbfwma extension by Weiwei Li · 1 year, 9 months ago
  4. 87b27bf target/riscv: Add support for Zvfbfmin extension by Weiwei Li · 1 year, 9 months ago
  5. 5d1270c target/riscv: Add support for Zfbfmin extension by Weiwei Li · 1 year, 9 months ago
  6. 4556fda target/riscv: Add properties for BF16 extensions by Weiwei Li · 1 year, 9 months ago
  7. 9e1c7d9 linux-user/riscv: Add syscall riscv_hwprobe by Robbin Ehn · 1 year, 9 months ago
  8. c0716c8 hw/riscv/virt: Restrict ACLINT to TCG by Philippe Mathieu-Daudé · 1 year, 8 months ago
  9. b227f6a target/riscv: Add RVV registers to log by Ivan Klokov · 1 year, 8 months ago
  10. 4de8109 target/riscv: Only build KVM guest with same wordsize as host by Philippe Mathieu-Daudé · 1 year, 8 months ago
  11. 278c1bc target/riscv: Only unify 'riscv32/64' -> 'riscv' for host cpu in meson by Philippe Mathieu-Daudé · 1 year, 8 months ago
  12. 2f849e9 tests/qtest: sifive-e-aon-watchdog-test.c: Add QTest of watchdog of sifive_e by Tommy Wu · 1 year, 8 months ago
  13. 8219364 hw/riscv: sifive_e: Support the watchdog timer of HiFive 1 rev b. by Tommy Wu · 1 year, 8 months ago
  14. bf01a04 hw/misc: sifive_e_aon: Support the watchdog timer of HiFive 1 rev b. by Tommy Wu · 1 year, 8 months ago
  15. 11b937b tests/avocado: riscv: Enable 32-bit Spike OpenSBI boot testing by Bin Meng · 1 year, 8 months ago
  16. aa903cf roms/opensbi: Upgrade from v1.2 to v1.3 by Bin Meng · 1 year, 8 months ago
  17. ef1ba32 target/riscv: update cur_pmbase/pmmask based on mode affected by MPRV by Weiwei Li · 1 year, 9 months ago
  18. 3a610f5 target/riscv: Add additional xlen for address when MPRV=1 by Weiwei Li · 1 year, 9 months ago
  19. 029f5fe target/riscv/cpu.c: fix veyron-v1 CPU properties by Daniel Henrique Barboza · 1 year, 9 months ago
  20. 98fbdaa target/riscv: Remove redundant assignment to SXL by Weiwei Li · 1 year, 9 months ago
  21. 03dd405 target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled by Weiwei Li · 1 year, 9 months ago
  22. 869d76f target/riscv: Make MPV only work when MPP != PRV_M by Weiwei Li · 1 year, 9 months ago
  23. 318df72 disas/riscv: Add support for XThead* instructions by Christoph Müllner · 1 year, 9 months ago
  24. f6f7233 disas/riscv: Add support for XVentanaCondOps by Christoph Müllner · 1 year, 9 months ago
  25. c859a24 disas/riscv: Provide infrastructure for vendor extensions by Christoph Müllner · 1 year, 9 months ago
  26. fd7c64f disas/riscv: Encapsulate opcode_data into decode by Christoph Müllner · 1 year, 9 months ago
  27. 01b1361 disas/riscv: Make rv_op_illegal a shared enum value by Christoph Müllner · 1 year, 9 months ago
  28. 5d326db disas/riscv: Move types/constants to new header file by Christoph Müllner · 1 year, 9 months ago
  29. 2e8c1e0 target/riscv: Factor out extension tests to cpu_cfg.h by Christoph Müllner · 1 year, 9 months ago
  30. 94692c3 target/riscv: Use xl instead of mxl for disassemble by LIU Zhiwei · 1 year, 9 months ago
  31. fcb237e Merge tag 'pull-vfio-20230710' of https://github.com/legoater/qemu into staging by Richard Henderson · 1 year, 8 months ago
  32. c00aac6 vfio/pci: Enable AtomicOps completers on root ports by Alex Williamson · 1 year, 9 months ago
  33. cf2916f pcie: Add a PCIe capability version helper by Alex Williamson · 1 year, 9 months ago
  34. 1360b2a s390x/ap: Wire up the device request notifier interface by Tony Krowiak · 1 year, 9 months ago
  35. d0bf492 linux-headers: update to v6.5-rc1 by Cédric Le Goater · 1 year, 8 months ago
  36. 8af87a3 vfio: Fix null pointer dereference bug in vfio_bars_finalize() by Avihai Horon · 1 year, 8 months ago
  37. d4a2af7 vfio/migration: Return bool type for vfio_migration_realize() by Zhenzhong Duan · 1 year, 8 months ago
  38. 0520d63 vfio/migration: Remove print of "Migration disabled" by Zhenzhong Duan · 1 year, 8 months ago
  39. 2b43b29 vfio/migration: Free resources when vfio_migration_realize fails by Zhenzhong Duan · 1 year, 8 months ago
  40. 3c26c80 vfio/migration: Change vIOMMU blocker from global to per device by Zhenzhong Duan · 1 year, 8 months ago
  41. adee0da vfio/pci: Disable INTx in vfio_realize error path by Zhenzhong Duan · 1 year, 8 months ago
  42. 0ddcb39 hw/vfio/pci-quirks: Sanitize capability pointer by Alex Williamson · 1 year, 8 months ago
  43. 2ff49e9 Merge tag 'pull-tcg-20230709' of https://gitlab.com/rth7680/qemu into staging by Richard Henderson · 1 year, 8 months ago
  44. fc61742 Merge tag 'linux-user-fcntl64-pull-request' of https://github.com/hdeller/qemu-hppa into staging by Richard Henderson · 1 year, 8 months ago
  45. ff494c8 crypto: Unexport AES_*_rot, AES_TeN, AES_TdN by Richard Henderson · 1 year, 9 months ago
  46. 1054535 crypto: Remove AES_imc by Richard Henderson · 1 year, 9 months ago
  47. c10c559 crypto: Implement aesdec_IMC with AES_imc_rot by Richard Henderson · 1 year, 9 months ago
  48. 66d940e crypto: Remove AES_shifts, AES_ishifts by Richard Henderson · 1 year, 9 months ago
  49. 4ad6f9b target/riscv: Use aesdec_ISB_ISR_IMC_AK by Richard Henderson · 1 year, 9 months ago
  50. 274f337 target/riscv: Use aesenc_SB_SR_MC_AK by Richard Henderson · 1 year, 9 months ago
  51. 607a5f9 target/riscv: Use aesdec_IMC by Richard Henderson · 1 year, 9 months ago
  52. 7a70583 target/riscv: Use aesdec_ISB_ISR_AK by Richard Henderson · 1 year, 9 months ago
  53. cad2653 target/riscv: Use aesenc_SB_SR_AK by Richard Henderson · 1 year, 9 months ago
  54. bdb0151 target/arm: Use aesdec_IMC by Richard Henderson · 1 year, 9 months ago
  55. 8b103ed target/arm: Use aesenc_MC by Richard Henderson · 1 year, 9 months ago
  56. 2a8b545 target/arm: Use aesdec_ISB_ISR_AK by Richard Henderson · 1 year, 9 months ago
  57. 552d892 target/arm: Use aesenc_SB_SR_AK by Richard Henderson · 1 year, 9 months ago
  58. 036cf16 linux-user: Improve strace output of pread64() and pwrite64() by Helge Deller · 2 years ago
  59. dca4c83 linux-user: Fix accept4(SOCK_NONBLOCK) syscall by Helge Deller · 1 year, 8 months ago
  60. e0ddf8e linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targets by Helge Deller · 1 year, 8 months ago
  61. 0f23908 target/arm: Demultiplex AESE and AESMC by Richard Henderson · 1 year, 9 months ago
  62. 44a0c4a target/i386: Use aesdec_ISB_ISR_IMC_AK by Richard Henderson · 1 year, 9 months ago
  63. 03cf414 target/i386: Use aesenc_SB_SR_MC_AK by Richard Henderson · 1 year, 9 months ago
  64. 5f40edb target/i386: Use aesdec_IMC by Richard Henderson · 1 year, 9 months ago
  65. 00b5c7b target/i386: Use aesdec_ISB_ISR_AK by Richard Henderson · 1 year, 9 months ago
  66. cc648f5 target/i386: Use aesenc_SB_SR_AK by Richard Henderson · 1 year, 9 months ago
  67. af4cb94 target/ppc: Use aesdec_ISB_ISR_AK_IMC by Richard Henderson · 1 year, 9 months ago
  68. ce9f5b3 target/ppc: Use aesenc_SB_SR_MC_AK by Richard Henderson · 1 year, 9 months ago
  69. 2cf44f3 target/ppc: Use aesdec_ISB_ISR_AK by Richard Henderson · 1 year, 9 months ago
  70. 7df34e4 target/ppc: Use aesenc_SB_SR_AK by Richard Henderson · 1 year, 9 months ago
  71. 5735732 host/include/ppc: Implement aes-round.h by Richard Henderson · 1 year, 9 months ago
  72. 8d97f28 host/include/aarch64: Implement aes-round.h by Richard Henderson · 1 year, 9 months ago
  73. d6a2443 host/include/i386: Implement aes-round.h by Richard Henderson · 1 year, 9 months ago
  74. 28e9147 crypto: Add aesdec_ISB_ISR_AK_IMC by Richard Henderson · 1 year, 9 months ago
  75. 15ff159 crypto: Add aesdec_ISB_ISR_IMC_AK by Richard Henderson · 1 year, 9 months ago
  76. 7c58cb9 crypto: Add aesenc_SB_SR_MC_AK by Richard Henderson · 1 year, 9 months ago
  77. 5b41deb crypto: Add aesdec_IMC by Richard Henderson · 1 year, 9 months ago
  78. 04e1f30 crypto: Add aesenc_MC by Richard Henderson · 1 year, 9 months ago
  79. 192fa84 crypto: Add aesdec_ISB_ISR_AK by Richard Henderson · 1 year, 9 months ago
  80. 6b0a96c crypto: Add aesenc_SB_SR_AK by Richard Henderson · 1 year, 9 months ago
  81. e20e14d crypto/aes: Add AES_SH, AES_ISH macros by Richard Henderson · 1 year, 9 months ago
  82. fb250c5 target/arm: Move aesmc and aesimc tables to crypto/aes.c by Richard Henderson · 1 year, 9 months ago
  83. ca1e9c3 tests/multiarch: Add test-aes by Richard Henderson · 1 year, 9 months ago
  84. 623d7e3 util: Add cpuinfo-ppc.c by Richard Henderson · 1 year, 9 months ago
  85. 9e7ce9e Merge tag 'trivial-patches-20230708' of https://gitlab.com/mjt0k/qemu into staging by Richard Henderson · 1 year, 8 months ago
  86. 13a6374 hw/arm/virt-acpi-build.c: Add missing header by Peng Liang · 1 year, 8 months ago
  87. aaf26bd migration: unexport migrate_fd_error() by Laszlo Ersek · 1 year, 8 months ago
  88. 8c69ae9 migration: factor out "resume_requested" in qmp_migrate() by Laszlo Ersek · 1 year, 8 months ago
  89. a635bcf qemu-options.hx: Fix indentation of some option descriptions by Thomas Huth · 1 year, 8 months ago
  90. 2875a0c vdpa: Sort vdpa_feature_bits array alphabetically by Hawkins Jiawei · 1 year, 8 months ago
  91. aee9701 vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits by Hawkins Jiawei · 1 year, 8 months ago
  92. b697a48 hw: Simplify calls to pci_nic_init_nofail() by Thomas Huth · 1 year, 8 months ago
  93. c35d937 trivial: man page: document display::gtk::zoom-to-fit by Jan Kratochvil · 1 year, 8 months ago
  94. fc97167 target/avr: Fix handling of interrupts above 33. by Lucas Dietrich · 1 year, 9 months ago
  95. c92ac07 hw/riscv/virt.c: fix typo in 'aia' description by Daniel Henrique Barboza · 1 year, 9 months ago
  96. 276d72c Merge tag 'pull-ppc-20230707-1' of https://gitlab.com/danielhb/qemu into staging by Richard Henderson · 1 year, 8 months ago
  97. 3b08e40 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Richard Henderson · 1 year, 8 months ago
  98. 6d5e969 target/i386: Add new CPU model GraniteRapids by Tao Su · 1 year, 8 months ago
  99. 3baf7ae target/i386: Add few security fix bits in ARCH_CAPABILITIES into SapphireRapids CPU model by Lei Wang · 1 year, 8 months ago
  100. 6c43ec3 target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIES by Tao Su · 1 year, 8 months ago