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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
target
/
s390x
/
cpu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-20
machine: adding s390 topology to query-cpu-fast
Pierre Morel
1
-0
/
+9
2023-10-20
CPU topology: extend with s390 specifics
Pierre Morel
1
-0
/
+7
2023-10-11
hw/core/cpu: Return static value with gdb_arch_name()
Akihiko Odaki
1
-2
/
+2
2023-10-04
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
1
-2
/
+0
2023-05-16
hw/core: Use a callback for target specific query-cpus-fast information
Thomas Huth
1
-0
/
+8
2023-03-20
target/s390x: Implement Early Exception Recognition
Ilya Leoshkevich
1
-0
/
+26
2023-01-09
target/s390x: Restrict sysemu/reset.h to system emulation
Philippe Mathieu-Daudé
1
-1
/
+3
2022-10-26
target/s390x: Convert to tcg_ops restore_state_to_opc
Richard Henderson
1
-0
/
+1
2022-10-04
hw/core: Add CPUClass.get_pc
Richard Henderson
1
-0
/
+8
2022-05-04
disas: Remove old libopcode s390 disassembler
Thomas Huth
1
-1
/
+0
2021-11-02
target/s390x: Implement s390x_cpu_record_sigbus
Richard Henderson
1
-0
/
+1
2021-11-02
target/s390x: Implement s390_cpu_record_sigsegv
Richard Henderson
1
-2
/
+4
2021-07-07
target/s390x: move kvm files into kvm/
Cho, Yu-Chen
1
-1
/
+1
2021-07-07
target/s390x: split cpu-dump from helper.c
Cho, Yu-Chen
1
-0
/
+43
2021-07-07
target/s390x: move sysemu-only code out to cpu-sysemu.c
Cho, Yu-Chen
1
-276
/
+9
2021-07-07
target/s390x: rename internal.h to s390x-internal.h
Cho, Yu-Chen
1
-1
/
+1
2021-05-26
hw/core: Constify TCGCPUOps
Richard Henderson
1
-1
/
+1
2021-05-26
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
1
-1
/
+1
2021-05-26
cpu: Move CPUClass::write_elf* to SysemuCPUOps
Philippe Mathieu-Daudé
1
-1
/
+1
2021-05-26
cpu: Move CPUClass::get_crash_info to SysemuCPUOps
Philippe Mathieu-Daudé
1
-1
/
+1
2021-05-26
cpu: Move CPUClass::vmsd to SysemuCPUOps
Philippe Mathieu-Daudé
1
-1
/
+1
2021-05-26
cpu: Introduce SysemuCPUOps structure
Philippe Mathieu-Daudé
1
-0
/
+8
2021-05-26
cpu: Rename CPUClass vmsd -> legacy_vmsd
Philippe Mathieu-Daudé
1
-1
/
+1
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
1
-13
/
+20
2021-02-05
cpu: move do_unaligned_access to tcg_ops
Claudio Fontana
1
-1
/
+1
2021-02-05
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
1
-1
/
+1
2021-02-05
cpu: Move debug_excp_handler to tcg_ops
Eduardo Habkost
1
-1
/
+1
2021-02-05
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
1
-1
/
+1
2021-02-05
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
1
-1
/
+1
2021-02-05
cpu: Introduce TCGCpuOperations struct
Eduardo Habkost
1
-1
/
+1
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
1
-2
/
+0
2020-12-11
s390x/cpu: Use timer_free() in the finalize function to avoid memleaks
Gan Qixin
1
-0
/
+5
2020-11-18
s390/kvm: fix diag318 propagation and reset functionality
Collin Walling
1
-0
/
+7
2020-10-03
disas: Enable capstone disassembly for s390x
Richard Henderson
1
-0
/
+4
2020-09-22
s390x: Register all CPU properties as class properties
Eduardo Habkost
1
-1
/
+0
2020-09-18
target/s390x: Set instance_align on S390CPU TypeInfo
Richard Henderson
1
-0
/
+1
2020-09-08
target/s390x: Use start-powered-off CPUState property
Thiago Jung Bauermann
1
-1
/
+1
2020-06-05
target/s390x: Restrict CpuClass::get_crash_info() to system-mode
Philippe Mathieu-Daudé
1
-7
/
+5
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-1
/
+1
2020-04-29
s390x: protvirt: Set guest IPL PSW
Janosch Frank
1
-9
/
+17
2020-04-29
s390x: protvirt: Support unpack facility
Janosch Frank
1
-0
/
+1
2020-03-17
cpu: Use DeviceClass reset instead of a special CPUClass reset
Peter Maydell
1
-3
/
+5
2020-02-27
s390x: Rename and use constants for short PSW address and mask
Janosch Frank
1
-2
/
+2
2020-02-26
s390x: Add missing vcpu reset functions
Janosch Frank
1
-2
/
+12
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-24
cpu: Use cpu_class_set_parent_reset()
Greg Kurz
1
-2
/
+1
2019-12-18
s390x: Properly fetch and test the short psw on diag308 subc 0/1
Janosch Frank
1
-2
/
+10
2019-12-14
s390x: Fix cpu normal reset ri clearing
Janosch Frank
1
-1
/
+6
2019-12-14
s390x: Move clear reset
Janosch Frank
1
-41
/
+17
[next]