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