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
/
target
/
ppc
/
translate_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-06
PowerPC: Add TS bits into msr_mask
Simon Guo
1
-0
/
+2
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
1
-0
/
+1
2018-02-16
target/ppc: convert to DisasContextBase
Emilio G. Cota
1
-16
/
+16
2018-02-09
Include qapi/qmp/qnull.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
1
-4
/
+4
2018-01-20
target/ppc: add support for hypervisor doorbells on book3s CPUs
Cédric Le Goater
1
-1
/
+1
2017-12-15
spapr/rtas: disable the decrementer interrupt when a CPU is unplugged
Cédric Le Goater
1
-3
/
+6
2017-12-15
pcc: define the Power-saving mode Exit Cause Enable bits in PowerPCCPUClass
Cédric Le Goater
1
-12
/
+11
2017-11-22
ppc: fix VTB migration
Laurent Vivier
1
-2
/
+2
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
1
-1
/
+28
2017-10-26
tcg: Avoid setting tcg_initialize if !CONFIG_TCG
Richard Henderson
1
-0
/
+2
2017-10-25
ppc: Support Capstone in disas_set_info
Richard Henderson
1
-0
/
+6
2017-10-25
target/ppc: Convert to disas_set_info hook
Richard Henderson
1
-0
/
+21
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
1
-16
/
+16
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
1
-4
/
+1
2017-10-17
ppc: spapr: use generic cpu_model parsing
Igor Mammedov
1
-1
/
+1
2017-10-17
ppc: move ppc_cpu_lookup_alias() before its first user
Igor Mammedov
1
-13
/
+13
2017-10-17
ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()
Igor Mammedov
1
-0
/
+57
2017-10-17
target/ppc: Remove unused PPC 460 and 460F definitions
Thomas Huth
1
-217
/
+0
2017-09-27
ppc: Add 460EX embedded CPU
BALATON Zoltan
1
-0
/
+38
2017-09-19
General warn report fixups
Alistair Francis
1
-2
/
+1
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
1
-9
/
+9
2017-09-08
ppc: spapr: Move VCPU ID calculation into sPAPR
Sam Bobroff
1
-15
/
+3
2017-09-08
ppc: drop caching ObjectClass from PowerPCCPUAlias
Igor Mammedov
1
-24
/
+2
2017-09-08
ppc: simplify cpu model lookup by PVR
Igor Mammedov
1
-16
/
+11
2017-09-08
ppc: replace inter-function cyclic dependency/recurssion with 2 simple lookups
Igor Mammedov
1
-30
/
+13
2017-09-08
ppc: make cpu_model translation to type consistent
Igor Mammedov
1
-1
/
+1
2017-09-08
ppc: use macros to make cpu type name from string literal
Igor Mammedov
1
-3
/
+3
2017-09-08
PPC: KVM: Support machine option to set VSMT mode
Sam Bobroff
1
-14
/
+0
2017-09-08
ppc64: introduce e6500
KONRAD Frederic
1
-1
/
+90
2017-09-08
booke206: allow to specify an mmucfg value at the init
KONRAD Frederic
1
-4
/
+5
2017-09-08
ppc: spapr: Rename cpu_dt_id to vcpu_id
Sam Bobroff
1
-4
/
+4
2017-09-01
ppc: replace cpu_ppc_init() with cpu_generic_init()
Igor Mammedov
1
-5
/
+0
2017-08-09
target/ppc: Add stub implementation of the PSSCR
David Gibson
1
-0
/
+5
2017-08-09
target/ppc: Implement TIDR
David Gibson
1
-0
/
+5
2017-07-24
qapi: Use QNull for a more regular visit_type_null()
Markus Armbruster
1
-1
/
+4
2017-07-17
target/ppc: fix CPU hotplug when radix is enabled (TCG)
Cédric Le Goater
1
-1
/
+9
2017-07-14
qdev: Add const qualifier to PropertyInfo definitions
Fam Zheng
1
-1
/
+1
2017-06-30
target/ppc: Proper cleanup when ppc_cpu_realizefn fails
Bharata B Rao
1
-4
/
+8
2017-06-30
ppc: Rework CPU compatibility testing across migration
David Gibson
1
-0
/
+2
2017-06-30
pseries: Move CPU compatibility property to machine
David Gibson
1
-60
/
+26
2017-05-11
target/ppc: Avoid printing wrong aliases in CPU help text
Thomas Huth
1
-2
/
+25
2017-05-11
target/ppc: Change tlbie invalid fields for POWER9 support
Suraj Jitindar Singh
1
-1
/
+1
2017-05-11
target/ppc: do not reset reserve_addr in exec_enter
Nikunj A Dadhania
1
-9
/
+0
2017-04-26
target/ppc: Style fixes
David Gibson
1
-186
/
+186
2017-04-26
e500,book3s: mfspr 259: Register mapped/aliased SPRG3 user read
Bernhard Kaindl
1
-0
/
+10
2017-04-26
target/ppc: Flush TLB on write to PIDR
Suraj Jitindar Singh
1
-2
/
+8
2017-04-26
target/ppc: Add ibm,processor-radix-AP-encodings for TCG
Suraj Jitindar Singh
1
-0
/
+20
2017-03-03
target/ppc/POWER9: Add cpu_has_work function for POWER9
Suraj Jitindar Singh
1
-0
/
+45
[next]