index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-12
target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c
Daniel Henrique Barboza
4
-84
/
+86
2023-10-12
target/riscv/cpu.c: mark extensions arrays as 'const'
Daniel Henrique Barboza
1
-9
/
+13
2023-10-12
target/riscv: move 'host' CPU declaration to kvm.c
Daniel Henrique Barboza
2
-15
/
+21
2023-10-12
target/riscv/cpu.c: add .instance_post_init()
Daniel Henrique Barboza
1
-11
/
+32
2023-10-12
target/riscv: move riscv_tcg_ops to tcg-cpu.c
Daniel Henrique Barboza
3
-63
/
+59
2023-10-12
target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
Daniel Henrique Barboza
5
-357
/
+397
2023-10-12
target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
Daniel Henrique Barboza
2
-128
/
+133
2023-10-12
target/riscv: introduce TCG AccelCPUClass
Daniel Henrique Barboza
5
-4
/
+67
2023-10-12
disas/riscv: Fix the typo of inverted order of pmpaddr13 and pmpaddr14
Alvin Chang
1
-2
/
+2
2023-10-12
target/riscv: Clear CSR values at reset and sync MPSTATE with host
liguang.zhang
2
-0
/
+45
2023-10-12
target/riscv/cpu.c: consider user option with RVG
Daniel Henrique Barboza
1
-2
/
+16
2023-10-12
target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
Daniel Henrique Barboza
1
-0
/
+16
2023-10-12
target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
Daniel Henrique Barboza
1
-9
/
+9
2023-10-12
target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
Daniel Henrique Barboza
1
-99
/
+159
2023-10-12
target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
Daniel Henrique Barboza
1
-25
/
+25
2023-10-12
target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
Daniel Henrique Barboza
1
-3
/
+40
2023-10-12
target/riscv: make CPUCFG() macro public
Daniel Henrique Barboza
3
-6
/
+6
2023-10-12
target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
Daniel Henrique Barboza
1
-9
/
+9
2023-10-12
target/riscv: deprecate the 'any' CPU type
Daniel Henrique Barboza
2
-0
/
+17
2023-10-12
avocado, risc-v: add tuxboot tests for 'max' CPU
Daniel Henrique Barboza
1
-0
/
+32
2023-10-12
target/riscv: add 'max' CPU type
Daniel Henrique Barboza
2
-0
/
+57
2023-10-12
target/riscv/cpu.c: limit cfg->vext_spec log message
Daniel Henrique Barboza
1
-5
/
+4
2023-10-12
target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_array()
Daniel Henrique Barboza
1
-11
/
+13
2023-10-12
target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array()
Daniel Henrique Barboza
1
-16
/
+13
2023-10-12
target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
Daniel Henrique Barboza
1
-1
/
+12
2023-10-12
target/riscv/cpu.c: split non-ratified exts from riscv_cpu_extensions[]
Daniel Henrique Barboza
1
-1
/
+12
2023-10-12
target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
Daniel Henrique Barboza
1
-5
/
+7
2023-10-12
target/riscv/cpu.c: split kvm prop handling to its own helper
Daniel Henrique Barboza
2
-24
/
+44
2023-10-12
target/riscv/cpu.c: skip 'bool' check when filtering KVM props
Daniel Henrique Barboza
1
-10
/
+4
2023-10-12
target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
Daniel Henrique Barboza
1
-10
/
+23
2023-10-11
Merge tag 'pull-omnibus-111023-1' of https://gitlab.com/stsquad/qemu into sta...
Stefan Hajnoczi
50
-273
/
+304
2023-10-11
Merge tag 'migration-20231011-pull-request' of https://gitlab.com/juan.quinte...
Stefan Hajnoczi
16
-641
/
+757
2023-10-11
Merge tag 'audio-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...
Stefan Hajnoczi
2
-157
/
+143
2023-10-11
migration: Add migration_rp_wait|kick()
Peter Xu
3
-11
/
+34
2023-10-11
migration: Remember num of ramblocks to sync during recovery
Peter Xu
1
-3
/
+14
2023-10-11
qemufile: Always return a verbose error
Peter Xu
1
-3
/
+12
2023-10-11
migration: Introduce migrate_has_error()
Peter Xu
2
-0
/
+8
2023-10-11
migration: Display error in query-migrate irrelevant of status
Peter Xu
2
-6
/
+7
2023-10-11
migration/rdma: Replace flawed device detail dump by tracing
Markus Armbruster
2
-15
/
+10
2023-10-11
migration/rdma: Use error_report() & friends instead of stderr
Markus Armbruster
1
-23
/
+21
2023-10-11
migration/rdma: Downgrade qemu_rdma_cleanup() errors to warnings
Markus Armbruster
1
-2
/
+2
2023-10-11
migration/rdma: Silence qemu_rdma_register_and_get_keys()
Markus Armbruster
1
-9
/
+0
2023-10-11
migration/rdma: Silence qemu_rdma_block_for_wrid()
Markus Armbruster
1
-16
/
+0
2023-10-11
migration/rdma: Don't report received completion events as error
Markus Armbruster
1
-2
/
+2
2023-10-11
migration/rdma: Silence qemu_rdma_reg_control()
Markus Armbruster
1
-1
/
+0
2023-10-11
migration/rdma: Silence qemu_rdma_connect()
Markus Armbruster
1
-10
/
+4
2023-10-11
migration/rdma: Silence qemu_rdma_resolve_host()
Markus Armbruster
1
-1
/
+0
2023-10-11
migration/rdma: Convert qemu_rdma_alloc_pd_cq() to Error
Markus Armbruster
1
-13
/
+9
2023-10-11
migration/rdma: Convert qemu_rdma_post_recv_control() to Error
Markus Armbruster
1
-12
/
+10
2023-10-11
migration/rdma: Convert qemu_rdma_post_send_control() to Error
Markus Armbruster
1
-14
/
+17
[next]