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-macros
/
src
/
utils.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-07-04
monitor/hmp-cmds-target: add CPU_DUMP_VPU in hmp_info_registers()
Daniel Henrique Barboza
1
-2
/
+2
2025-07-04
accel/system: Convert pre_resume() from AccelOpsClass to AccelClass
Philippe Mathieu-Daudé
7
-7
/
+15
2025-07-04
accel: Pass AccelState argument to gdbstub_supported_sstep_flags()
Philippe Mathieu-Daudé
5
-5
/
+5
2025-07-04
accel: Remove unused MachineState argument of AccelClass::setup_post()
Philippe Mathieu-Daudé
3
-3
/
+3
2025-07-04
accel: Directly pass AccelState argument to AccelClass::has_memory()
Philippe Mathieu-Daudé
3
-4
/
+4
2025-07-04
accel/kvm: Directly pass KVMState argument to do_kvm_create_vm()
Philippe Mathieu-Daudé
1
-5
/
+2
2025-07-04
accel/kvm: Prefer local AccelState over global MachineState::accel
Philippe Mathieu-Daudé
1
-3
/
+1
2025-07-04
accel/tcg: Prefer local AccelState over global current_accel()
Philippe Mathieu-Daudé
1
-1
/
+1
2025-07-04
accel/hvf: Re-use QOM allocated state
Philippe Mathieu-Daudé
1
-3
/
+1
2025-07-04
accel: Propagate AccelState to AccelClass::init_machine()
Philippe Mathieu-Daudé
11
-11
/
+11
2025-07-04
accel: Keep reference to AccelOpsClass in AccelClass
Philippe Mathieu-Daudé
4
-3
/
+10
2025-07-04
accel: Expose and register generic_handle_interrupt()
Philippe Mathieu-Daudé
8
-6
/
+13
2025-07-04
accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'
Philippe Mathieu-Daudé
6
-5
/
+18
2025-07-04
accel/whpx: Expose whpx_enabled() to common code
Philippe Mathieu-Daudé
5
-17
/
+27
2025-07-04
accel/nvmm: Expose nvmm_enabled() to common code
Philippe Mathieu-Daudé
5
-18
/
+27
2025-07-04
accel/system: Document cpu_synchronize_state_post_init/reset()
Philippe Mathieu-Daudé
2
-0
/
+16
2025-07-04
accel/system: Document cpu_synchronize_state()
Philippe Mathieu-Daudé
2
-1
/
+18
2025-07-04
accel/kvm: Remove kvm_cpu_synchronize_state() stub
Philippe Mathieu-Daudé
1
-4
/
+0
2025-07-04
accel/whpx: Replace @dirty field by generic CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
1
-12
/
+11
2025-07-04
accel/nvmm: Replace @dirty field by generic CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
1
-11
/
+10
2025-07-04
accel/hvf: Replace @dirty field by generic CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
5
-11
/
+10
2025-07-04
cpus: Document CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
1
-1
/
+2
2025-07-04
accel/hvf: Report missing com.apple.security.hypervisor entitlement
Philippe Mathieu-Daudé
1
-0
/
+5
2025-07-04
accel/hvf: Move generic method declarations to hvf-all.c
Philippe Mathieu-Daudé
2
-269
/
+271
2025-07-04
accel/hvf: Move per-cpu method declarations to hvf-accel-ops.c
Philippe Mathieu-Daudé
2
-28
/
+30
2025-07-04
accel/hvf: Restrict internal declarations
Philippe Mathieu-Daudé
2
-38
/
+34
2025-07-04
accel/tcg: Unregister the RCU before exiting RR thread
Philippe Mathieu-Daudé
1
-0
/
+2
2025-07-04
accel/tcg: Clear exit_request once in tcg_cpu_exec()
Philippe Mathieu-Daudé
2
-1
/
+3
2025-07-04
accel/tcg: Factor tcg_dump_stats() out for re-use
Philippe Mathieu-Daudé
2
-3
/
+10
2025-07-04
accel/tcg: Factor tcg_dump_flush_info() out
Philippe Mathieu-Daudé
1
-10
/
+17
2025-07-04
accel/tcg: Remove profiler leftover
Philippe Mathieu-Daudé
1
-6
/
+0
2025-07-04
accel/tcg: Remove 'info opcount' and @x-query-opcount
Philippe Mathieu-Daudé
4
-54
/
+0
2025-07-04
accel/kvm: Reduce kvm_create_vcpu() declaration scope
Philippe Mathieu-Daudé
2
-9
/
+7
2025-07-04
accel/kvm: Remove kvm_init_cpu_signals() stub
Philippe Mathieu-Daudé
1
-5
/
+0
2025-07-04
target: riscv: Add Svrsw60t59b extension support
Alexandre Ghiti
7
-3
/
+18
2025-07-04
target/riscv: Add a property to set vill bit on reserved usage of vsetvli ins...
Vasilis Liaskovitis
5
-4
/
+16
2025-07-04
tests/tcg/riscv64: Add test for MEPC bit masking
Charalampos Mitrodimas
2
-0
/
+77
2025-07-04
target/riscv: Fix MEPC/SEPC bit masking for IALIGN
Charalampos Mitrodimas
3
-6
/
+17
2025-07-04
migration: Fix migration failure when aia is configured as aplic-imsic
liu.xuemei1@zte.com.cn
2
-4
/
+18
2025-07-04
target/riscv: rvv: Fix missing exit TB flow for ldff_trans
Max Chou
1
-0
/
+6
2025-07-04
hw/riscv: Initial support for BOSC's Xiangshan Kunminghu FPGA prototype
Huang Borong
8
-0
/
+346
2025-07-04
target/riscv: Add BOSC's Xiangshan Kunminghu CPU
Huang Borong
2
-0
/
+59
2025-07-04
hw/riscv/virt: Use setprop_sized_cells for pcie
Joel Stanley
1
-2
/
+2
2025-07-04
hw/riscv/virt: Use setprop_sized_cells for iommu
Joel Stanley
1
-2
/
+1
2025-07-04
hw/riscv/virt: Use setprop_sized_cells for rtc
Joel Stanley
1
-2
/
+3
2025-07-04
hw/riscv/virt: Use setprop_sized_cells for uart
Joel Stanley
1
-3
/
+3
2025-07-04
hw/riscv/virt: Use setprop_sized_cells for reset
Joel Stanley
1
-2
/
+3
2025-07-04
hw/riscv/virt: Use setprop_sized_cells for virtio
Joel Stanley
1
-3
/
+1
2025-07-04
hw/riscv/virt: Use setprop_sized_cells for plic
Joel Stanley
1
-2
/
+2
2025-07-04
hw/riscv/virt: Use setprop_sized_cells for aclint
Joel Stanley
1
-9
/
+9
[next]