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: Use proper logging function for possible guest errors
Thomas Huth
2018-06-12
1
-25
/
+12
*
Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...
Peter Maydell
2018-06-04
1
-2
/
+2
|
\
|
*
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
2018-06-02
1
-2
/
+2
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-06-01
2
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
target: Do not include "exec/exec-all.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
|
*
target/ppc: Include "exec/exec-all.h" which provides tlb_flush()
Philippe Mathieu-Daudé
2018-05-31
1
-0
/
+1
*
|
Make address_space_map() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-1
/
+2
*
|
ppc: Rename 2.13 machines to 3.0
Peter Maydell
2018-05-29
3
-6
/
+6
|
/
*
target/ppc: Honor CPU_DUMP_FPU
Richard Henderson
2018-05-18
1
-7
/
+13
*
fpu/softfloat: Specialize on snan_bit_is_one
Richard Henderson
2018-05-18
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-05-14
4
-3
/
+2
|
\
|
*
rename included C files to foo.inc.c, remove osdep.h
Paolo Bonzini
2018-05-11
4
-3
/
+2
*
|
translator: merge max_insns into DisasContextBase
Emilio G. Cota
2018-05-09
1
-3
/
+2
|
/
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...
Peter Maydell
2018-05-04
1
-1
/
+1
|
\
|
*
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-05-04
1
-1
/
+1
*
|
target/ppc: always set PPC_MEM_TLBIE in pre 2.8 migration hack
Greg Kurz
2018-05-04
1
-0
/
+5
*
|
spapr: Move PAPR mode cpu setup fully to spapr code
David Gibson
2018-05-04
3
-42
/
+6
*
|
target/ppc: Delay initialization of LPCR_UPRT for secondary cpus
David Gibson
2018-05-04
1
-16
/
+0
*
|
target/ppc: Add ppc_store_lpcr() helper
David Gibson
2018-05-04
3
-11
/
+13
*
|
spapr: Remove support for explicitly allocated RMAs
David Gibson
2018-05-04
2
-48
/
+0
*
|
target/ppc: add basic support for PTCR on POWER9
Cédric Le Goater
2018-05-04
7
-0
/
+71
*
|
target/ppc: return a nil HPT base address on sPAPR machines
Cédric Le Goater
2018-05-04
1
-0
/
+3
|
/
*
target/ppc: Don't bother with MSR_EP in cpu_ppc_set_papr()
David Gibson
2018-04-27
1
-5
/
+4
*
target/ppc: Fold slb_nr into PPCHash64Options
David Gibson
2018-04-27
6
-26
/
+35
*
target/ppc: Get rid of POWERPC_MMU_VER() macros
David Gibson
2018-04-27
5
-34
/
+28
*
target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_model
David Gibson
2018-04-27
2
-4
/
+2
*
target/ppc: Fold ci_large_pages flag into PPCHash64Options
David Gibson
2018-04-27
5
-6
/
+7
*
target/ppc: Move 1T segment and AMR options to PPCHash64Options
David Gibson
2018-04-27
4
-12
/
+17
*
target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUs
David Gibson
2018-04-27
3
-18
/
+21
*
target/ppc: Split page size information into a separate allocation
David Gibson
2018-04-27
6
-75
/
+78
*
target/ppc: Move page size setup to helper function
David Gibson
2018-04-27
3
-20
/
+49
*
target/ppc: Remove fallback 64k pagesize information
David Gibson
2018-04-27
3
-29
/
+2
*
target/ppc: Avoid taking "env" parameter to mmu-hash64 functions
David Gibson
2018-04-27
3
-20
/
+23
*
target/ppc: Simplify cpu valid check in ppc_cpu_realize
David Gibson
2018-04-27
1
-8
/
+1
*
target/ppc: Standardize instance_init and realize function names
David Gibson
2018-04-27
1
-6
/
+6
*
Add host_memory_backend_pagesize() helper
David Gibson
2018-04-27
1
-5
/
+1
*
Make qemu_mempath_getpagesize() accept NULL
David Gibson
2018-04-27
1
-6
/
+2
*
target/ppc: Fix reserved bit mask of dstst instruction
BALATON Zoltan
2018-04-27
1
-1
/
+1
*
ppc: Fix size of ppc64 xer register
Michael Matz
2018-04-27
1
-7
/
+7
*
target/ppc: Fix backwards migration of msr_mask
David Gibson
2018-04-10
1
-1
/
+9
*
target/ppc: Initialize lazy_tlb_flush correctly
David Gibson
2018-04-10
1
-4
/
+3
*
cpu: get rid of unused cpu_init() defines
Igor Mammedov
2018-03-19
1
-2
/
+0
*
cpu: add CPU_RESOLVING_TYPE macro
Igor Mammedov
2018-03-19
1
-0
/
+1
*
target/ppc: fix tlbsync to check privilege level depending on GTSE
Cédric Le Goater
2018-03-18
1
-2
/
+7
*
PowerPC: Add TS bits into msr_mask
Simon Guo
2018-03-06
1
-0
/
+2
*
ppc/spapr-caps: Convert cap-ibs to custom spapr-cap
Suraj Jitindar Singh
2018-03-06
1
-2
/
+4
*
target/ppc: Check mask when setting cap_ppc_safe_indirect_branch
Suraj Jitindar Singh
2018-03-06
1
-1
/
+1
*
openpic: move KVM-specific declarations into separate openpic_kvm.h file
Mark Cave-Ayland
2018-03-06
1
-1
/
+1
*
target/*/cpu.h: remove softfloat.h
Alex Bennée
2018-02-21
4
-1
/
+3
*
target/ppc: convert to TranslatorOps
Emilio G. Cota
2018-02-16
1
-162
/
+167
[next]