index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
qemu-api
/
src
/
assertions.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-05-20
target/riscv: convert TT Ascalon to RISCVCPUDef
Paolo Bonzini
1
-67
/
+60
2025-05-20
target/riscv: convert THead C906 to RISCVCPUDef
Paolo Bonzini
1
-33
/
+28
2025-05-20
target/riscv: generalize custom CSR functionality
Paolo Bonzini
4
-23
/
+40
2025-05-20
target/riscv: th: make CSR insertion test a bit more intuitive
Paolo Bonzini
1
-9
/
+4
2025-05-20
target/riscv: convert SiFive U models to RISCVCPUDef
Paolo Bonzini
2
-43
/
+37
2025-05-20
target/riscv: convert ibex CPU models to RISCVCPUDef
Paolo Bonzini
1
-23
/
+16
2025-05-20
target/riscv: convert SiFive E CPU models to RISCVCPUDef
Paolo Bonzini
2
-54
/
+21
2025-05-20
target/riscv: convert dynamic CPU models to RISCVCPUDef
Paolo Bonzini
1
-82
/
+31
2025-05-20
target/riscv: convert bare CPU models to RISCVCPUDef
Paolo Bonzini
1
-41
/
+17
2025-05-20
target/riscv: convert profile CPU models to RISCVCPUDef
Paolo Bonzini
2
-38
/
+48
2025-05-20
target/riscv: convert abstract CPU classes to RISCVCPUDef
Paolo Bonzini
2
-48
/
+46
2025-05-20
target/riscv: add more RISCVCPUDef fields
Paolo Bonzini
3
-1
/
+51
2025-05-20
target/riscv: include default value in cpu_cfg_fields.h.inc
Paolo Bonzini
2
-12
/
+12
2025-05-20
target/riscv: move RISCVCPUConfig fields to a header file
Paolo Bonzini
2
-160
/
+173
2025-05-20
target/riscv: merge riscv_cpu_class_init with the class_base function
Paolo Bonzini
1
-11
/
+10
2025-05-20
target/riscv: store RISCVCPUDef struct directly in the class
Paolo Bonzini
8
-29
/
+39
2025-05-20
target/riscv: introduce RISCVCPUDef
Paolo Bonzini
2
-9
/
+22
2025-05-20
target/riscv: move satp_mode.{map,init} out of CPUConfig
Paolo Bonzini
3
-30
/
+30
2025-05-20
target/riscv: remove supported from RISCVSATPMap
Paolo Bonzini
2
-11
/
+23
2025-05-20
target/riscv: update max_satp_mode based on QOM properties
Paolo Bonzini
5
-32
/
+24
2025-05-20
target/riscv: cpu: store max SATP mode as a single integer
Paolo Bonzini
3
-7
/
+8
2025-05-20
target/riscv: assert argument to set_satp_mode_max_supported is valid
Paolo Bonzini
1
-1
/
+5
2025-05-20
hw/riscv: acpi: only create RHCT MMU entry for supported types
Paolo Bonzini
1
-3
/
+6
2025-05-20
qapi/misc-target: Fix the doc to distinguish query-sgx and query-sgx-capabili...
Zhao Liu
1
-2
/
+2
2025-05-20
qapi/misc-target: Fix the doc related SGXEPCSection
Zhao Liu
1
-2
/
+2
2025-05-20
qapi/misc-target: Rename SGXInfo to SgxInfo
Zhao Liu
3
-15
/
+15
2025-05-20
qapi/misc-target: Rename SGXEPCSection to SgxEpcSection
Zhao Liu
2
-12
/
+12
2025-05-20
hw/pci-host: Remove unused pci_host_data_be_ops
Rakesh Jeyasingh
3
-11
/
+0
2025-05-20
hw/pci-host/gt64120: Fix endianness handling
Rakesh Jeyasingh
1
-34
/
+48
2025-05-20
i386/hvf: Make CPUID_HT supported
Xiaoyao Li
1
-1
/
+1
2025-05-20
i386/tcg: Make CPUID_HT and CPUID_EXT3_CMP_LEG supported
Xiaoyao Li
1
-3
/
+5
2025-05-19
hw/riscv/virt.c: remove 'long' casts in fmt strings
Daniel Henrique Barboza
1
-15
/
+17
2025-05-19
hw/riscv/virt.c: use s->memmap in finalize_fdt() functions
Daniel Henrique Barboza
1
-22
/
+22
2025-05-19
hw/riscv/virt.c: use s->memmap in create_fdt_virtio()
Daniel Henrique Barboza
1
-7
/
+10
2025-05-19
hw/riscv/virt.c: use s->memmap in create_fdt_sockets() path
Daniel Henrique Barboza
1
-42
/
+47
2025-05-19
hw/riscv/virt.c: use s->memmap in create_fdt() path
Daniel Henrique Barboza
1
-9
/
+10
2025-05-19
hw/riscv/virt.c: add 'base' arg in create_fw_cfg()
Daniel Henrique Barboza
1
-3
/
+2
2025-05-19
hw/riscv/virt.c: use s->memmap in virt_machine_done()
Daniel Henrique Barboza
1
-8
/
+7
2025-05-19
hw/riscv/virt.c: remove trivial virt_memmap references
Daniel Henrique Barboza
1
-15
/
+14
2025-05-19
hw/riscv/virt.c: enforce s->memmap use in machine_init()
Daniel Henrique Barboza
1
-27
/
+27
2025-05-19
target/riscv/kvm: add scounteren CSR
Daniel Henrique Barboza
1
-0
/
+2
2025-05-19
target/riscv/kvm: read/write KVM regs via env size
Daniel Henrique Barboza
1
-5
/
+7
2025-05-19
target/riscv/kvm: add senvcfg CSR
Daniel Henrique Barboza
1
-0
/
+2
2025-05-19
target/riscv/kvm: do not read unavailable CSRs
Daniel Henrique Barboza
1
-3
/
+59
2025-05-19
target/riscv/kvm: add kvm_csr_cfgs[]
Daniel Henrique Barboza
2
-36
/
+86
2025-05-19
target/riscv/kvm: turn kvm_riscv_reg_id_ulong() into a macro
Daniel Henrique Barboza
1
-58
/
+41
2025-05-19
target/riscv/kvm: turn u32/u64 reg functions into macros
Daniel Henrique Barboza
1
-13
/
+9
2025-05-19
target/riscv/kvm: fix leak in kvm_riscv_init_multiext_cfg()
Daniel Henrique Barboza
1
-1
/
+1
2025-05-19
target/riscv/kvm: minor fixes/tweaks
Daniel Henrique Barboza
1
-15
/
+14
2025-05-19
target/riscv: Fix write_misa vs aligned next_pc
Richard Henderson
1
-5
/
+17
[next]