1. 8043eff target/riscv: deprecate capital 'Z' CPU properties by Daniel Henrique Barboza · 1 year, 5 months ago
  2. 614c946 target/riscv: Use env_archcpu for better performance by Richard W.M. Jones · 1 year, 5 months ago
  3. 9b9741c target/riscv/tcg: remove RVG warning by Daniel Henrique Barboza · 1 year, 5 months ago
  4. 608bdeb target/riscv/kvm: support KVM_GET_REG_LIST by Daniel Henrique Barboza · 1 year, 5 months ago
  5. 082e9e4 target/riscv/kvm: improve 'init_multiext_cfg' error msg by Daniel Henrique Barboza · 1 year, 5 months ago
  6. e216256 gdbstub: replace exit calls with proper shutdown for softmmu by Clément Chigot · 1 year, 5 months ago
  7. 354c960 hw/char: riscv_htif: replace exit calls with proper shutdown by Clément Chigot · 1 year, 5 months ago
  8. 215128e hw/misc/sifive_test.c: replace exit calls with proper shutdown by Clément Chigot · 1 year, 5 months ago
  9. 66bbe3e softmmu: pass the main loop status to gdb "Wxx" packet by Clément Chigot · 1 year, 5 months ago
  10. 0386f39 softmmu: add means to pass an exit code when requesting a shutdown by Clément Chigot · 1 year, 5 months ago
  11. eb992b6 target/riscv/tcg-cpu.c: add extension properties for all cpus by Daniel Henrique Barboza · 1 year, 5 months ago
  12. b933720 target/riscv: add riscv_cpu_get_name() by Daniel Henrique Barboza · 1 year, 5 months ago
  13. 3177844 target/riscv/cpu: move priv spec functions to tcg-cpu.c by Daniel Henrique Barboza · 1 year, 5 months ago
  14. 7935e2c target/riscv/cpu.c: export isa_edata_arr[] by Daniel Henrique Barboza · 1 year, 5 months ago
  15. 4de9151 target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c by Daniel Henrique Barboza · 1 year, 5 months ago
  16. 1dbb610 target/riscv/cpu.c: make misa_ext_cfgs[] 'const' by Daniel Henrique Barboza · 1 year, 5 months ago
  17. fce8bb5 target/riscv/tcg: introduce tcg_cpu_instance_init() by Daniel Henrique Barboza · 1 year, 5 months ago
  18. f51d03b target/riscv/cpu.c: export set_misa() by Daniel Henrique Barboza · 1 year, 5 months ago
  19. efa365b target/riscv/kvm: do not use riscv_cpu_add_misa_properties() by Daniel Henrique Barboza · 1 year, 5 months ago
  20. fb80f33 target/riscv: move KVM only files to kvm subdir by Daniel Henrique Barboza · 1 year, 5 months ago
  21. d86c25b target/riscv: introduce KVM AccelCPUClass by Daniel Henrique Barboza · 1 year, 5 months ago
  22. 5c67bc7 target/riscv: remove kvm-stub.c by Daniel Henrique Barboza · 1 year, 5 months ago
  23. 7d0c302 target/riscv: make riscv_add_satp_mode_properties() public by Daniel Henrique Barboza · 1 year, 5 months ago
  24. 32fa177 target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c by Daniel Henrique Barboza · 1 year, 5 months ago
  25. ec34cd7 target/riscv/cpu.c: mark extensions arrays as 'const' by Daniel Henrique Barboza · 1 year, 5 months ago
  26. a7e87cd target/riscv: move 'host' CPU declaration to kvm.c by Daniel Henrique Barboza · 1 year, 5 months ago
  27. 977bbb0 target/riscv/cpu.c: add .instance_post_init() by Daniel Henrique Barboza · 1 year, 5 months ago
  28. e744333 target/riscv: move riscv_tcg_ops to tcg-cpu.c by Daniel Henrique Barboza · 1 year, 5 months ago
  29. 36c1118 target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c by Daniel Henrique Barboza · 1 year, 5 months ago
  30. 9dcecbd target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn() by Daniel Henrique Barboza · 1 year, 5 months ago
  31. 9c5180d target/riscv: introduce TCG AccelCPUClass by Daniel Henrique Barboza · 1 year, 5 months ago
  32. cffa995 disas/riscv: Fix the typo of inverted order of pmpaddr13 and pmpaddr14 by Alvin Chang · 1 year, 6 months ago
  33. 8633951 target/riscv: Clear CSR values at reset and sync MPSTATE with host by liguang.zhang · 1 year, 6 months ago
  34. 67f94b0 target/riscv/cpu.c: consider user option with RVG by Daniel Henrique Barboza · 1 year, 6 months ago
  35. 0a9eb9b target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update() by Daniel Henrique Barboza · 1 year, 6 months ago
  36. 25aa6f7 target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions() by Daniel Henrique Barboza · 1 year, 6 months ago
  37. 549cbf7 target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig by Daniel Henrique Barboza · 1 year, 6 months ago
  38. c72b379 target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize() by Daniel Henrique Barboza · 1 year, 6 months ago
  39. 997e719 target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update() by Daniel Henrique Barboza · 1 year, 6 months ago
  40. 238fd58 target/riscv: make CPUCFG() macro public by Daniel Henrique Barboza · 1 year, 6 months ago
  41. 5f2c80f target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled by Daniel Henrique Barboza · 1 year, 6 months ago
  42. f57d5f8 target/riscv: deprecate the 'any' CPU type by Daniel Henrique Barboza · 1 year, 6 months ago
  43. dfe7d22 avocado, risc-v: add tuxboot tests for 'max' CPU by Daniel Henrique Barboza · 1 year, 6 months ago
  44. b97e5a6 target/riscv: add 'max' CPU type by Daniel Henrique Barboza · 1 year, 6 months ago
  45. cbaac1d target/riscv/cpu.c: limit cfg->vext_spec log message by Daniel Henrique Barboza · 1 year, 6 months ago
  46. b55c39b target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_array() by Daniel Henrique Barboza · 1 year, 6 months ago
  47. 370d7c8 target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array() by Daniel Henrique Barboza · 1 year, 6 months ago
  48. 82822b5 target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[] by Daniel Henrique Barboza · 1 year, 6 months ago
  49. b955fd1 target/riscv/cpu.c: split non-ratified exts from riscv_cpu_extensions[] by Daniel Henrique Barboza · 1 year, 6 months ago
  50. d09d085 target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[] by Daniel Henrique Barboza · 1 year, 6 months ago
  51. 68aba1f target/riscv/cpu.c: split kvm prop handling to its own helper by Daniel Henrique Barboza · 1 year, 6 months ago
  52. bfb37c6 target/riscv/cpu.c: skip 'bool' check when filtering KVM props by Daniel Henrique Barboza · 1 year, 6 months ago
  53. 8ea3fce target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[] by Daniel Henrique Barboza · 1 year, 6 months ago
  54. a51e512 Merge tag 'pull-omnibus-111023-1' of https://gitlab.com/stsquad/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
  55. 4874793 Merge tag 'migration-20231011-pull-request' of https://gitlab.com/juan.quintela/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
  56. 67d2486 Merge tag 'audio-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
  57. 5e79a4b migration: Add migration_rp_wait|kick() by Peter Xu · 1 year, 5 months ago
  58. 1015ff5 migration: Remember num of ramblocks to sync during recovery by Peter Xu · 1 year, 5 months ago
  59. f4b897f qemufile: Always return a verbose error by Peter Xu · 1 year, 5 months ago
  60. 2b2f6f4 migration: Introduce migrate_has_error() by Peter Xu · 1 year, 5 months ago
  61. c94143e migration: Display error in query-migrate irrelevant of status by Peter Xu · 1 year, 5 months ago
  62. 2c88739 migration/rdma: Replace flawed device detail dump by tracing by Markus Armbruster · 1 year, 5 months ago
  63. ff4c919 migration/rdma: Use error_report() & friends instead of stderr by Markus Armbruster · 1 year, 5 months ago
  64. 5cec563 migration/rdma: Downgrade qemu_rdma_cleanup() errors to warnings by Markus Armbruster · 1 year, 5 months ago
  65. b765d21 migration/rdma: Silence qemu_rdma_register_and_get_keys() by Markus Armbruster · 1 year, 5 months ago
  66. 7555c77 migration/rdma: Silence qemu_rdma_block_for_wrid() by Markus Armbruster · 1 year, 5 months ago
  67. 8dee156 migration/rdma: Don't report received completion events as error by Markus Armbruster · 1 year, 5 months ago
  68. 01efb10 migration/rdma: Silence qemu_rdma_reg_control() by Markus Armbruster · 1 year, 5 months ago
  69. 35b1561 migration/rdma: Silence qemu_rdma_connect() by Markus Armbruster · 1 year, 5 months ago
  70. e6696d3 migration/rdma: Silence qemu_rdma_resolve_host() by Markus Armbruster · 1 year, 5 months ago
  71. 07d5b94 migration/rdma: Convert qemu_rdma_alloc_pd_cq() to Error by Markus Armbruster · 1 year, 5 months ago
  72. 3c0c3eb migration/rdma: Convert qemu_rdma_post_recv_control() to Error by Markus Armbruster · 1 year, 5 months ago
  73. f380596 migration/rdma: Convert qemu_rdma_post_send_control() to Error by Markus Armbruster · 1 year, 5 months ago
  74. 446e559 migration/rdma: Convert qemu_rdma_write() to Error by Markus Armbruster · 1 year, 5 months ago
  75. 557c34c migration/rdma: Convert qemu_rdma_write_one() to Error by Markus Armbruster · 1 year, 5 months ago
  76. 5609547 migration/rdma: Convert qemu_rdma_write_flush() to Error by Markus Armbruster · 1 year, 5 months ago
  77. de1aa35 migration/rdma: Convert qemu_rdma_reg_whole_ram_blocks() to Error by Markus Armbruster · 1 year, 5 months ago
  78. 3765ec1 migration/rdma: Convert qemu_rdma_exchange_get_response() to Error by Markus Armbruster · 1 year, 5 months ago
  79. c4c78dc migration/rdma: Convert qemu_rdma_exchange_send() to Error by Markus Armbruster · 1 year, 5 months ago
  80. 96f363d migration/rdma: Convert qemu_rdma_exchange_recv() to Error by Markus Armbruster · 1 year, 5 months ago
  81. dcf07e7 migration/rdma: Drop "@errp is clear" guards around error_setg() by Markus Armbruster · 1 year, 5 months ago
  82. 071d5ae migration/rdma: Fix error handling around rdma_getaddrinfo() by Markus Armbruster · 1 year, 5 months ago
  83. 8fd471b migration/rdma: Retire macro ERROR() by Markus Armbruster · 1 year, 5 months ago
  84. 1718f23 migration/rdma: Delete inappropriate error_report() in macro ERROR() by Markus Armbruster · 1 year, 5 months ago
  85. e518b00 migration/rdma: Plug a memory leak and improve a message by Markus Armbruster · 1 year, 5 months ago
  86. 4a10217 migration/rdma: Check negative error values the same way everywhere by Markus Armbruster · 1 year, 5 months ago
  87. c0d7770 migration/rdma: Drop superfluous assignments to @ret by Markus Armbruster · 1 year, 5 months ago
  88. b86c94a migration/rdma: Replace int error_state by bool errored by Markus Armbruster · 1 year, 5 months ago
  89. ec48697 migration/rdma: Dumb down remaining int error values to -1 by Markus Armbruster · 1 year, 5 months ago
  90. 8c6513f migration/rdma: Return -1 instead of negative errno code by Markus Armbruster · 1 year, 5 months ago
  91. 0724982 migration/rdma: Fix rdma_getaddrinfo() error checking by Markus Armbruster · 1 year, 5 months ago
  92. 0110c6b migration/rdma: Fix QEMUFileHooks method return values by Markus Armbruster · 1 year, 5 months ago
  93. d63f401 migration/rdma: Drop dead qemu_rdma_data_init() code for !@host_port by Markus Armbruster · 1 year, 5 months ago
  94. f35c0d9 migration/rdma: Fix qemu_get_cm_event_timeout() to always set error by Markus Armbruster · 1 year, 5 months ago
  95. 142bd68 migration/rdma: Fix qemu_rdma_broken_ipv6_kernel() to set error by Markus Armbruster · 1 year, 5 months ago
  96. de3e05e migration/rdma: Replace dangerous macro CHECK_ERROR_STATE() by Markus Armbruster · 1 year, 5 months ago
  97. 8e262e0 migration/rdma: Fix io_writev(), io_readv() methods to obey contract by Markus Armbruster · 1 year, 5 months ago
  98. 1b6e1da migration/rdma: Ditch useless numeric error codes in error messages by Markus Armbruster · 1 year, 5 months ago
  99. 0bc2604 migration/rdma: Fix or document problematic uses of errno by Markus Armbruster · 1 year, 5 months ago
  100. 89997ac migration/rdma: Use bool for two RDMAContext flags by Markus Armbruster · 1 year, 5 months ago