index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
translate_init.c
Age
Commit message (
Expand
)
Author
2017-09-08
ppc: spapr: Move VCPU ID calculation into sPAPR
Sam Bobroff
2017-09-08
ppc: drop caching ObjectClass from PowerPCCPUAlias
Igor Mammedov
2017-09-08
ppc: simplify cpu model lookup by PVR
Igor Mammedov
2017-09-08
ppc: replace inter-function cyclic dependency/recurssion with 2 simple lookups
Igor Mammedov
2017-09-08
ppc: make cpu_model translation to type consistent
Igor Mammedov
2017-09-08
ppc: use macros to make cpu type name from string literal
Igor Mammedov
2017-09-08
PPC: KVM: Support machine option to set VSMT mode
Sam Bobroff
2017-09-08
ppc64: introduce e6500
KONRAD Frederic
2017-09-08
booke206: allow to specify an mmucfg value at the init
KONRAD Frederic
2017-09-08
ppc: spapr: Rename cpu_dt_id to vcpu_id
Sam Bobroff
2017-09-01
ppc: replace cpu_ppc_init() with cpu_generic_init()
Igor Mammedov
2017-08-09
target/ppc: Add stub implementation of the PSSCR
David Gibson
2017-08-09
target/ppc: Implement TIDR
David Gibson
2017-07-24
qapi: Use QNull for a more regular visit_type_null()
Markus Armbruster
2017-07-17
target/ppc: fix CPU hotplug when radix is enabled (TCG)
Cédric Le Goater
2017-07-14
qdev: Add const qualifier to PropertyInfo definitions
Fam Zheng
2017-06-30
target/ppc: Proper cleanup when ppc_cpu_realizefn fails
Bharata B Rao
2017-06-30
ppc: Rework CPU compatibility testing across migration
David Gibson
2017-06-30
pseries: Move CPU compatibility property to machine
David Gibson
2017-05-11
target/ppc: Avoid printing wrong aliases in CPU help text
Thomas Huth
2017-05-11
target/ppc: Change tlbie invalid fields for POWER9 support
Suraj Jitindar Singh
2017-05-11
target/ppc: do not reset reserve_addr in exec_enter
Nikunj A Dadhania
2017-04-26
target/ppc: Style fixes
David Gibson
2017-04-26
e500,book3s: mfspr 259: Register mapped/aliased SPRG3 user read
Bernhard Kaindl
2017-04-26
target/ppc: Flush TLB on write to PIDR
Suraj Jitindar Singh
2017-04-26
target/ppc: Add ibm,processor-radix-AP-encodings for TCG
Suraj Jitindar Singh
2017-03-03
target/ppc/POWER9: Add cpu_has_work function for POWER9
Suraj Jitindar Singh
2017-03-03
target/ppc/POWER9: Add POWER9 mmu fault handler
Suraj Jitindar Singh
2017-03-03
target/ppc: Don't gen an SDR1 on POWER9 and rework register creation
Suraj Jitindar Singh
2017-03-01
Add PowerPC 32-bit guest memory dump support
Mike Nawrocki
2017-03-01
target/ppc: support for 32-bit carry and overflow
Nikunj A Dadhania
2017-03-01
target/ppc: SDR1 is a hypervisor resource
David Gibson
2017-03-01
target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()
David Gibson
2017-02-22
target/ppc/POWER9: Adapt LPCR handling for POWER9
Suraj Jitindar Singh
2017-02-22
target/ppc/POWER9: Add ISAv3.00 MMU definition
Suraj Jitindar Singh
2017-01-31
target/ppc: Remove unused POWERPC_FAMILY(POWER)
Thomas Huth
2017-01-31
target/ppc: Add pcr_supported to POWER9 cpu class definition
Suraj Jitindar Singh
2017-01-31
ppc: Rewrite ppc_get_compat_smt_threads()
David Gibson
2017-01-31
ppc: Rewrite ppc_set_compat()
David Gibson
2017-01-31
ppc: Rename cpu_version to compat_pvr
David Gibson
2017-01-31
ppc: Clean up and QOMify hypercall emulation
David Gibson
2017-01-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-01-19
kvm: move cpu synchronization code
Vincent Palatin
2017-01-16
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-common-tlb-reset-...
Peter Maydell
2017-01-13
qom/cpu: move tlb_flush to cpu_common_reset
Alex Bennée
2017-01-12
qmp: Report QOM type name on query-cpu-definitions
Eduardo Habkost
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth