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
/
target
/
i386
/
nvmm
/
nvmm-all.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/i386/nvmm: Inline cpu_physical_memory_rw() in nvmm_mem_callback
Philippe Mathieu-Daudé
2025-10-07
1
-1
/
+4
*
cpus: clear exit_request in qemu_process_cpu_events
Paolo Bonzini
2025-09-17
1
-2
/
+0
*
accel: use atomic accesses for exit_request
Paolo Bonzini
2025-09-17
1
-1
/
+1
*
accel: use store_release/load_acquire for cross-thread exit_request
Paolo Bonzini
2025-09-17
1
-3
/
+2
*
treewide: clear bits of cs->interrupt_request with cpu_reset_interrupt()
Paolo Bonzini
2025-09-17
1
-5
/
+5
*
add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide
Igor Mammedov
2025-08-29
1
-12
/
+12
*
Merge tag 'accel-20250715' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2025-07-16
1
-0
/
+1
|
\
|
*
accel: Extract AccelClass definition to 'accel/accel-ops.h'
Philippe Mathieu-Daudé
2025-07-15
1
-0
/
+1
*
|
target/i386: nvmm, whpx: add accel/CPU class that sets host vendor
Paolo Bonzini
2025-07-12
1
-0
/
+25
|
/
*
accel: Propagate AccelState to AccelClass::init_machine()
Philippe Mathieu-Daudé
2025-07-04
1
-1
/
+1
*
accel/nvmm: Expose nvmm_enabled() to common code
Philippe Mathieu-Daudé
2025-07-04
1
-7
/
+1
*
accel/nvmm: Replace @dirty field by generic CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
2025-07-04
1
-11
/
+10
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
include/system: Move exec/ioport.h to system/ioport.h
Richard Henderson
2025-04-23
1
-1
/
+1
*
include/system: Move exec/address-spaces.h to system/address-spaces.h
Richard Henderson
2025-04-23
1
-1
/
+1
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-3
/
+3
*
accel/nvmm: Fix NULL dereference in nvmm_init_vcpu()
Philippe Mathieu-Daudé
2024-05-03
1
-1
/
+1
*
accel/nvmm: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2024-04-26
1
-10
/
+11
*
bulk: Call in place single use cpu_env()
Philippe Mathieu-Daudé
2024-03-12
1
-4
/
+2
*
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-08
1
-10
/
+10
*
migration: simplify blockers
Steve Sistare
2023-10-20
1
-2
/
+1
*
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-04
1
-7
/
+7
*
exec/memory: Add symbolic value for memory listener priority for accel
Isaku Yamahata
2023-06-28
1
-1
/
+1
*
accel: Inline NVMM get_qemu_vcpu()
Philippe Mathieu-Daudé
2023-06-28
1
-17
/
+11
*
accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUState
Philippe Mathieu-Daudé
2023-06-28
1
-16
/
+16
*
accel: Remove NVMM unreachable error path
Philippe Mathieu-Daudé
2023-06-28
1
-4
/
+0
*
accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState
Philippe Mathieu-Daudé
2023-06-28
1
-1
/
+1
*
accel: Rename 'hax_vcpu' as 'accel' in CPUState
Philippe Mathieu-Daudé
2023-06-28
1
-3
/
+3
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
1
-4
/
+4
*
target/i386: Remove pointless CPUArchState casts
Philippe Mathieu-Daudé
2022-03-06
1
-7
/
+7
*
target: Use forward declared type instead of structure type
Philippe Mathieu-Daudé
2022-03-06
1
-7
/
+7
*
nvmm: Fix support for stable version
nia
2021-11-19
1
-0
/
+10
*
memory: Name all the memory listeners
Peter Xu
2021-09-30
1
-0
/
+1
*
Fix nvmm_ram_block_added() function arguments
Reinoud Zandijk
2021-09-13
1
-2
/
+3
*
migration: Unify failure check for migrate_add_blocker()
Markus Armbruster
2021-08-26
1
-2
/
+1
*
whpx nvmm: Drop useless migrate_del_blocker()
Markus Armbruster
2021-08-26
1
-1
/
+0
*
Add NVMM accelerator: x86 CPU support
Reinoud Zandijk
2021-05-04
1
-0
/
+1226