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
/
include
/
hw
/
core
/
cpu.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/log: Add vector registers to log
Ivan Klokov
2023-06-13
1
-0
/
+2
*
tcg: remove the final vestiges of dstate
Alex Bennée
2023-06-01
1
-5
/
+0
*
cpu: Introduce a wrapper for being able to use TARGET_NAME in common code
Thomas Huth
2023-05-16
1
-0
/
+2
*
hw/core: Use a callback for target specific query-cpus-fast information
Thomas Huth
2023-05-16
1
-0
/
+4
*
softmmu: Restore use of CPU watchpoint for all accelerators
Philippe Mathieu-Daudé
2023-03-28
1
-1
/
+1
*
softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel
Philippe Mathieu-Daudé
2023-03-28
1
-37
/
+0
*
include/qemu: Split out plugin-event.h
Richard Henderson
2023-03-22
1
-1
/
+1
*
softmmu: Check watchpoints for read+write at once
Richard Henderson
2023-03-05
1
-3
/
+4
*
hw/cpu: Extend CPUState::cluster_index documentation
Philippe Mathieu-Daudé
2023-02-27
1
-0
/
+2
*
softmmu: Extract watchpoint API from physmem.c
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+1
*
cpus: Make {start,end}_exclusive() recursive
Ilya Leoshkevich
2023-02-21
1
-2
/
+2
*
accel: introduce accelerator blocker API
Emanuele Giuseppe Esposito
2023-01-11
1
-0
/
+3
*
accel/qtest: Support qtest accelerator for Windows
Xuzhou Cheng
2022-10-28
1
-0
/
+1
*
hw/core: Add CPUClass.get_pc
Richard Henderson
2022-10-04
1
-0
/
+3
*
include/hw/core: Create struct CPUJumpCache
Richard Henderson
2022-10-04
1
-14
/
+1
*
accel/tcg: Drop addr member from SavedIOTLB
Richard Henderson
2022-10-03
1
-1
/
+0
*
cpu: cache CPUClass in CPUState for hot code paths
Alex Bennée
2022-10-03
1
-0
/
+9
*
softmmu/dirtylimit: Implement virtual CPU throttle
Hyman Huang(黄勇)
2022-07-20
1
-0
/
+6
*
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-04-21
1
-1
/
+1
*
include: move page_size_init() to include/hw/core/cpu.h
Marc-André Lureau
2022-04-06
1
-0
/
+2
*
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
1
-1
/
+1
*
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
2022-03-06
1
-2
/
+2
*
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé
2022-03-06
1
-0
/
+18
*
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
2022-03-06
1
-1
/
+1
*
exec: Declare vaddr as a generic target-agnostic type
Philippe Mathieu-Daudé
2022-03-06
1
-12
/
+1
*
linux-user: Add code for PR_GET/SET_UNALIGN
Richard Henderson
2022-01-06
1
-0
/
+3
*
KVM: introduce dirty_pages and kvm_dirty_ring_enabled
Hyman Huang(黄勇)
2021-11-01
1
-0
/
+1
*
Revert "cpu: Move cpu_common_props to hw/core/cpu.c"
Richard Henderson
2021-10-15
1
-0
/
+1
*
hw/core/cpu: Re-sort the non-pointers to the end of CPUClass
Richard Henderson
2021-10-05
1
-4
/
+7
*
hw/core: Introduce CPUClass.gdb_adjust_breakpoint
Richard Henderson
2021-07-21
1
-0
/
+4
*
hvf: Introduce hvf vcpu struct
Alexander Graf
2021-06-03
1
-1
/
+2
*
hw/core/cpu: removed cpu_dump_statistics function
Bruno Larsen (billionai)
2021-06-03
1
-12
/
+0
*
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...
Peter Maydell
2021-05-28
1
-73
/
+21
|
\
|
*
hw/core: Constify TCGCPUOps
Richard Henderson
2021-05-26
1
-1
/
+1
|
*
cpu: Move CPUClass::get_paging_enabled to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
1
-2
/
+0
|
*
cpu: Move CPUClass::get_memory_mapping to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
1
-3
/
+0
|
*
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
1
-8
/
+0
|
*
cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
1
-3
/
+0
|
*
cpu: Move CPUClass::write_elf* to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
1
-17
/
+0
|
*
cpu: Move CPUClass::get_crash_info to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
1
-1
/
+0
|
*
cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
1
-5
/
+0
|
*
cpu: Move CPUClass::vmsd to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
1
-6
/
+2
|
*
cpu: Introduce SysemuCPUOps structure
Philippe Mathieu-Daudé
2021-05-26
1
-0
/
+6
|
*
cpu: Rename CPUClass vmsd -> legacy_vmsd
Philippe Mathieu-Daudé
2021-05-26
1
-2
/
+3
|
*
cpu: Introduce cpu_virtio_is_big_endian()
Philippe Mathieu-Daudé
2021-05-26
1
-0
/
+9
|
*
cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrs
Philippe Mathieu-Daudé
2021-05-26
1
-29
/
+4
*
|
KVM: Dirty ring support
Peter Xu
2021-05-26
1
-0
/
+7
|
/
*
accel: add init_accel_cpu for adapting accel behavior to CPU type
Claudio Fontana
2021-05-10
1
-0
/
+6
[next]