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
/
ppc
/
cpu-qom.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-28
target/ppc: Use GDBFeature for dynamic XML
Akihiko Odaki
1
-0
/
+1
2023-11-07
target/ppc: Move powerpc_input_t definition to 'cpu.h'
Philippe Mathieu-Daudé
1
-21
/
+0
2023-11-07
target/ppc: Move powerpc_mmu_t definition to 'cpu.h'
Philippe Mathieu-Daudé
1
-43
/
+0
2023-11-07
target/ppc: Move powerpc_excp_t definition to 'cpu.h'
Philippe Mathieu-Daudé
1
-29
/
+0
2023-11-07
target/ppc: Move PowerPCCPUClass definition to 'cpu.h'
Philippe Mathieu-Daudé
1
-56
/
+0
2023-11-07
target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.h'
Philippe Mathieu-Daudé
1
-2
/
+0
2023-11-07
target/ppc: Define powerpc_pm_insn_t in 'internal.h'
Philippe Mathieu-Daudé
1
-10
/
+0
2023-11-07
target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
Philippe Mathieu-Daudé
1
-2
/
+1
2023-07-07
target/ppc: Define TYPE_HOST_POWERPC_CPU in cpu-qom.h
Philippe Mathieu-Daudé
1
-0
/
+2
2023-07-07
target/ppc: Move CPU QOM definitions to cpu-qom.h
Philippe Mathieu-Daudé
1
-0
/
+4
2023-03-02
target/ppc: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
1
-0
/
+2
2022-12-16
target/ppc: Convert to 3-phase reset
Peter Maydell
1
-2
/
+2
2022-08-30
target/ppc: Fix host PVR matching for KVM
Nicholas Piggin
1
-1
/
+5
2022-03-06
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé
1
-2
/
+1
2022-03-06
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
1
-1
/
+1
2022-02-09
target/ppc: Merge 7x5 and 7x0 exception model IDs
Fabiano Rosas
1
-4
/
+2
2022-02-09
target/ppc: Merge exception model IDs for 6xx CPUs
Fabiano Rosas
1
-6
/
+2
2022-02-09
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
1
-6
/
+0
2021-12-17
target/ppc: remove 401/403 CPUs
Cédric Le Goater
1
-4
/
+0
2021-12-17
target/ppc: Remove 603e exception model
Fabiano Rosas
1
-2
/
+0
2021-12-17
target/ppc: Remove the software TLB model of 7450 CPUs
Fabiano Rosas
1
-1
/
+5
2021-07-09
target/ppc: Remove PowerPCCPUClass.handle_mmu_fault
Richard Henderson
1
-1
/
+0
2021-07-09
target/ppc: Drop PowerPCCPUClass::interrupts_big_endian()
Greg Kurz
1
-1
/
+0
2021-05-04
target/ppc: Add POWER10 exception model
Nicholas Piggin
1
-0
/
+2
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2020-12-14
target/ppc: Introduce an mmu_is_64bit() helper
Greg Kurz
1
-0
/
+5
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
1
-1
/
+1
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
1
-4
/
+2
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-6
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-3
/
+5
2020-03-19
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
1
-1
/
+1
2020-03-17
cpu: Use DeviceClass reset instead of a special CPUClass reset
Peter Maydell
1
-1
/
+1
2020-03-17
target/ppc: Use class fields to simplify LPCR masking
David Gibson
1
-0
/
+1
2019-08-29
powerpc/spapr: Add host threads parameter to ibm,get_system_parameter
Suraj Jitindar Singh
1
-0
/
+1
2019-08-22
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...
Peter Maydell
1
-1
/
+1
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
1
-1
/
+1
2019-08-21
migration: Do not re-read the clock on pre_save in case of paused guest
Maxiwell S. Garcia
1
-0
/
+1
2019-08-16
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
1
-1
/
+1
2019-03-12
target/ppc: Implement large decrementer support for TCG
Suraj Jitindar Singh
1
-0
/
+1
2019-02-26
target/ppc: Add POWER9 external interrupt model
Benjamin Herrenschmidt
1
-0
/
+2
2019-02-26
target/ppc: Add POWER9 exception model
Benjamin Herrenschmidt
1
-0
/
+2
2019-02-26
target/ppc: Fix support for "STOP light" states on POWER9
Benjamin Herrenschmidt
1
-0
/
+1
2019-02-17
target/ppc: Enable reporting of SPRs to GDB
Fabiano Rosas
1
-0
/
+4
2018-08-28
ppc: Remove deprecated ppcemb target
Thomas Huth
1
-2
/
+0
2018-04-27
target/ppc: Get rid of POWERPC_MMU_VER() macros
David Gibson
1
-6
/
+0
2018-04-27
target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_model
David Gibson
1
-3
/
+1
2018-04-27
target/ppc: Move 1T segment and AMR options to PPCHash64Options
David Gibson
1
-8
/
+3
2018-04-27
target/ppc: Split page size information into a separate allocation
David Gibson
1
-2
/
+2
2018-04-27
target/ppc: Remove fallback 64k pagesize information
David Gibson
1
-4
/
+0
2017-12-15
pcc: define the Power-saving mode Exit Cause Enable bits in PowerPCCPUClass
Cédric Le Goater
1
-0
/
+1
[next]