index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
ppc
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/ppc: fix CPU hotplug when radix is enabled (TCG)
Cédric Le Goater
2017-07-17
1
-1
/
+9
*
pseries: Allow HPT resizing with KVM
David Gibson
2017-07-17
2
-2
/
+86
*
pseries: Implement HPT resizing
David Gibson
2017-07-17
1
-0
/
+4
*
pseries: Stubs for HPT resizing
David Gibson
2017-07-17
2
-0
/
+18
*
qdev: Add const qualifier to PropertyInfo definitions
Fam Zheng
2017-07-14
1
-1
/
+1
*
ppc/kvm: have the "family" CPU alias to point to TYPE_HOST_POWERPC_CPU
Greg Kurz
2017-07-11
1
-1
/
+4
*
target/ppc: Add debug function for radix mmu translation
Suraj Jitindar Singh
2017-07-11
3
-1
/
+48
*
target/ppc: Refactor tcg radix mmu code
Suraj Jitindar Singh
2017-07-11
1
-14
/
+8
*
target-ppc: SPR_BOOKE_ESR not set on FP exceptions
Aaron Larson
2017-07-11
1
-0
/
+1
*
target/ppc: Proper cleanup when ppc_cpu_realizefn fails
Bharata B Rao
2017-06-30
1
-4
/
+8
*
target/ppc: Fix return value in tcg radix mmu fault handler
Suraj Jitindar Singh
2017-06-30
1
-1
/
+1
*
target/ppc/excp_helper: Take BQL before calling cpu_interrupt()
Thomas Huth
2017-06-30
1
-0
/
+3
*
ppc: Rework CPU compatibility testing across migration
David Gibson
2017-06-30
3
-3
/
+69
*
pseries: Move CPU compatibility property to machine
David Gibson
2017-06-30
3
-62
/
+131
*
vmstate: error hint for failed equal checks
Halil Pasic
2017-06-28
1
-4
/
+4
*
target/ppc: fix memory leak in kvmppc_is_mem_backend_page_size_ok()
Greg Kurz
2017-06-08
1
-0
/
+1
*
target/ppc: pass const string to kvmppc_is_mem_backend_page_size_ok()
Greg Kurz
2017-06-08
2
-4
/
+4
*
numa: move numa_node from CPUState into target specific classes
Igor Mammedov
2017-06-05
1
-0
/
+1
*
target/ppc: reset reservation in do_rfi()
Nikunj A Dadhania
2017-05-24
1
-0
/
+3
*
target/ppc: Avoid printing wrong aliases in CPU help text
Thomas Huth
2017-05-11
3
-14
/
+26
*
target/ppc: Allow workarounds for POWER9 DD1
David Gibson
2017-05-11
2
-0
/
+12
*
target/ppc: Implement ISA V3.00 radix page fault handler
Suraj Jitindar Singh
2017-05-11
6
-4
/
+341
*
target/ppc: Change tlbie invalid fields for POWER9 support
Suraj Jitindar Singh
2017-05-11
2
-1
/
+3
*
target/ppc: Update tlbie to check privilege level based on GTSE
Suraj Jitindar Singh
2017-05-11
1
-1
/
+8
*
target/ppc: do not reset reserve_addr in exec_enter
Nikunj A Dadhania
2017-05-11
2
-9
/
+3
*
tcg: enable MTTCG by default for PPC64 on x86
Nikunj A Dadhania
2017-05-11
1
-0
/
+2
*
target/ppc: Generate fence operations
Nikunj A Dadhania
2017-05-11
1
-0
/
+8
*
target/ppc: Emulate LL/SC using cmpxchg helpers
Nikunj A Dadhania
2017-05-11
1
-6
/
+23
*
target/ppc: Style fixes
David Gibson
2017-04-26
1
-186
/
+186
*
e500,book3s: mfspr 259: Register mapped/aliased SPRG3 user read
Bernhard Kaindl
2017-04-26
1
-0
/
+10
*
target/ppc: Flush TLB on write to PIDR
Suraj Jitindar Singh
2017-04-26
3
-2
/
+17
*
target/ppc: Fix size of struct PPCElfPrstatus
Anton Blanchard
2017-04-26
1
-1
/
+1
*
ppc/xics: introduce an 'intc' backlink under PowerPCCPU
Cédric Le Goater
2017-04-26
1
-0
/
+1
*
target/ppc: Add ibm,processor-radix-AP-encodings for TCG
Suraj Jitindar Singh
2017-04-26
1
-0
/
+20
*
target-ppc/kvm: Enable in-kernel TCE acceleration for multi-tce
Alexey Kardashevskiy
2017-04-26
2
-0
/
+20
*
target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALL
Suraj Jitindar Singh
2017-04-26
2
-0
/
+41
*
target-ppc: support KVM_CAP_PPC_MMU_RADIX, KVM_CAP_PPC_MMU_HASH_V3
Sam Bobroff
2017-04-26
2
-0
/
+26
*
spapr: Add ibm,processor-radix-AP-encodings to the device tree
Sam Bobroff
2017-04-26
3
-0
/
+34
*
target-ppc: kvm: make use of KVM_CREATE_SPAPR_TCE_64
Alexey Kardashevskiy
2017-04-26
2
-16
/
+44
*
target/ppc: Improve accuracy of guest HTM availability on P8s
Sam Bobroff
2017-04-26
1
-2
/
+6
*
ppc: remove cannot_destroy_with_object_finalize_yet
Laurent Vivier
2017-04-21
1
-10
/
+0
*
target/ppc: fix cpu_ov setting for 32-bit
Nikunj A Dadhania
2017-03-14
1
-1
/
+1
*
target/ppc: Fix wrong number of UAMR register
Thomas Huth
2017-03-14
1
-1
/
+1
*
target/ppc: use helper for excp handling
Nikunj A Dadhania
2017-03-06
1
-18
/
+2
*
target/ppc: fmadd: add macro for updating flags
Nikunj A Dadhania
2017-03-06
1
-31
/
+30
*
target/ppc: fmadd check for excp independently
Nikunj A Dadhania
2017-03-06
1
-8
/
+12
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...
Peter Maydell
2017-03-04
12
-488
/
+562
|
\
|
*
target/ppc: rewrite f[n]m[add,sub] using float64_muladd
Nikunj A Dadhania
2017-03-03
1
-167
/
+46
|
*
spapr: Small cleanup of PPC MMU enums
Sam Bobroff
2017-03-03
5
-66
/
+51
|
*
target/ppc: Rework hash mmu page fault code and add defines for clarity
Suraj Jitindar Singh
2017-03-03
2
-14
/
+24
[next]