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
path:
root
/
include
/
hw
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-26
accel/tcg: Add restore_state_to_opc to TCGCPUOps
Richard Henderson
1
-0
/
+11
2022-10-06
dump: Replace opaque DumpState pointer with a typed one
Janosch Frank
1
-4
/
+4
2022-10-04
hw/core: Add CPUClass.get_pc
Richard Henderson
1
-0
/
+3
2022-10-04
include/hw/core: Create struct CPUJumpCache
Richard Henderson
1
-14
/
+1
2022-10-03
accel/tcg: Drop addr member from SavedIOTLB
Richard Henderson
1
-1
/
+0
2022-10-03
cpu: cache CPUClass in CPUState for hot code paths
Alex Bennée
1
-0
/
+9
2022-07-20
softmmu/dirtylimit: Implement virtual CPU throttle
Hyman Huang(黄勇)
1
-0
/
+6
2022-04-29
hw/core: Move the ARM sysbus-fdt to core
Alistair Francis
1
-0
/
+37
2022-04-22
hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()
Bin Meng
1
-0
/
+1
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2
-4
/
+4
2022-04-06
include: move page_size_init() to include/hw/core/cpu.h
Marc-André Lureau
1
-0
/
+2
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-1
/
+1
2022-03-06
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
1
-2
/
+2
2022-03-06
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé
1
-0
/
+18
2022-03-06
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
1
-1
/
+1
2022-03-06
exec: Declare vaddr as a generic target-agnostic type
Philippe Mathieu-Daudé
1
-12
/
+1
2022-01-06
linux-user: Add code for PR_GET/SET_UNALIGN
Richard Henderson
1
-0
/
+3
2021-11-02
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211102' into staging
Richard Henderson
1
-12
/
+59
2021-11-02
hw/core: Add TCGCPUOps.record_sigbus
Richard Henderson
1
-0
/
+23
2021-11-02
accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu
Richard Henderson
1
-12
/
+10
2021-11-02
hw/core: Add TCGCPUOps.record_sigsegv
Richard Henderson
1
-0
/
+26
2021-11-01
KVM: introduce dirty_pages and kvm_dirty_ring_enabled
Hyman Huang(黄勇)
1
-0
/
+1
2021-10-15
Revert "cpu: Move cpu_common_props to hw/core/cpu.c"
Richard Henderson
1
-0
/
+1
2021-10-05
hw/core/cpu: Re-sort the non-pointers to the end of CPUClass
Richard Henderson
1
-4
/
+7
2021-09-21
hw/core: Make do_unaligned_access noreturn
Richard Henderson
1
-1
/
+2
2021-09-14
accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemu
Philippe Mathieu-Daudé
1
-2
/
+2
2021-09-14
accel/tcg: Rename user-mode do_interrupt hack as fake_user_interrupt
Philippe Mathieu-Daudé
1
-8
/
+14
2021-07-21
hw/core: Introduce CPUClass.gdb_adjust_breakpoint
Richard Henderson
1
-0
/
+4
2021-07-21
hw/core: Introduce TCGCPUOps.debug_check_breakpoint
Richard Henderson
1
-0
/
+6
2021-06-03
hvf: Introduce hvf vcpu struct
Alexander Graf
1
-1
/
+2
2021-06-03
hw/core/cpu: removed cpu_dump_statistics function
Bruno Larsen (billionai)
1
-12
/
+0
2021-05-28
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...
Peter Maydell
2
-73
/
+113
2021-05-26
hw/core: Constify TCGCPUOps
Richard Henderson
1
-1
/
+1
2021-05-26
cpu: Move CPUClass::get_paging_enabled to SysemuCPUOps
Philippe Mathieu-Daudé
2
-2
/
+4
2021-05-26
cpu: Move CPUClass::get_memory_mapping to SysemuCPUOps
Philippe Mathieu-Daudé
2
-3
/
+5
2021-05-26
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
2
-8
/
+13
2021-05-26
cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOps
Philippe Mathieu-Daudé
2
-3
/
+5
2021-05-26
cpu: Move CPUClass::write_elf* to SysemuCPUOps
Philippe Mathieu-Daudé
2
-17
/
+24
2021-05-26
cpu: Move CPUClass::get_crash_info to SysemuCPUOps
Philippe Mathieu-Daudé
2
-1
/
+5
2021-05-26
cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps
Philippe Mathieu-Daudé
2
-5
/
+9
2021-05-26
cpu: Move CPUClass::vmsd to SysemuCPUOps
Philippe Mathieu-Daudé
2
-6
/
+8
2021-05-26
cpu: Introduce SysemuCPUOps structure
Philippe Mathieu-Daudé
2
-0
/
+27
2021-05-26
cpu: Rename CPUClass vmsd -> legacy_vmsd
Philippe Mathieu-Daudé
1
-2
/
+3
2021-05-26
cpu: Introduce cpu_virtio_is_big_endian()
Philippe Mathieu-Daudé
1
-0
/
+9
2021-05-26
cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrs
Philippe Mathieu-Daudé
1
-29
/
+4
2021-05-26
KVM: Dirty ring support
Peter Xu
1
-0
/
+7
2021-05-10
accel: add init_accel_cpu for adapting accel behavior to CPU type
Claudio Fontana
1
-0
/
+6
2021-05-10
accel-cpu: make cpu_realizefn return a bool
Claudio Fontana
1
-1
/
+1
[next]