index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
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
2016-07-25
target-ppc: add PPC_MFTB flag to e500mc and e5500
Michael Walle
1
-2
/
+2
2016-07-18
ppc: abort if compat property contains an unknown value
Greg Kurz
1
-2
/
+2
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-1
/
+1
2016-07-05
ppc/hash64: Add proper real mode translation support
Benjamin Herrenschmidt
1
-1
/
+13
2016-07-05
ppc: simplify max_smt initialization in ppc_cpu_realizefn()
Greg Kurz
1
-1
/
+1
2016-07-01
ppc: Fix 64K pages support in full emulation
Benjamin Herrenschmidt
1
-3
/
+19
2016-07-01
ppc: LPCR is a HV resource
Benjamin Herrenschmidt
1
-4
/
+5
2016-07-01
ppc: Initial HDEC support
Benjamin Herrenschmidt
1
-0
/
+30
2016-07-01
ppc: Use a helper to filter writes to LPCR
Benjamin Herrenschmidt
1
-19
/
+37
2016-07-01
ppc: Add a bunch of hypervisor SPRs to Book3s
Benjamin Herrenschmidt
1
-3
/
+116
2016-06-23
ppc: Add P7/P8 Power Management instructions
Benjamin Herrenschmidt
1
-2
/
+90
2016-06-23
ppc: Add real mode CI load/store instructions for P7 and P8
Benjamin Herrenschmidt
1
-2
/
+4
2016-06-23
ppc: Fix POWER7 and POWER8 exception definitions
Benjamin Herrenschmidt
1
-6
/
+21
2016-06-23
ppc: define a default LPCR value
Benjamin Herrenschmidt
1
-0
/
+14
2016-06-22
ppc: Improve emulation of THRM registers
Benjamin Herrenschmidt
1
-3
/
+12
2016-06-14
ppc: Add PowerISA 2.07 compatibility mode
Thomas Huth
1
-0
/
+3
2016-06-14
ppc: Improve PCR bit selection in ppc_set_compat()
Thomas Huth
1
-4
/
+11
2016-06-14
ppc: Split pcr_mask settings into supported bits and the register mask
Thomas Huth
1
-2
/
+4
2016-06-07
ppc: POWER7 has lq/stq instructions and stq need to check ISA
Benjamin Herrenschmidt
1
-1
/
+1
2016-06-07
ppc: POWER7 had ACOP and PID registers
Benjamin Herrenschmidt
1
-0
/
+18
2016-06-07
ppc: Better figure out if processor has HV mode
Benjamin Herrenschmidt
1
-4
/
+15
2016-05-30
ppc: Add PPC_64H instruction flag to POWER7 and POWER8
Benjamin Herrenschmidt
1
-2
/
+2
2016-05-27
PPC/KVM: early validation of vcpu id
Greg Kurz
1
-0
/
+8
2016-05-19
ppc: use PowerPCCPU instead of CPUPPCState
Paolo Bonzini
1
-54
/
+38
2016-04-05
ppc: Rework POWER7 & POWER8 exception model
Cédric Le Goater
1
-1
/
+1
2016-03-24
ppc: move POWER8 Book4 regs in their own routine
Cédric Le Goater
1
-0
/
+8
2016-03-24
ppc: A couple more dummy POWER8 Book4 regs
Benjamin Herrenschmidt
1
-0
/
+12
2016-03-24
ppc: Add dummy CIABR SPR
Benjamin Herrenschmidt
1
-0
/
+5
2016-03-24
ppc: Add POWER8 IAMR register
Benjamin Herrenschmidt
1
-2
/
+39
2016-03-24
ppc: Fix writing to AMR/UAMOR
Benjamin Herrenschmidt
1
-15
/
+59
2016-03-24
ppc: Initialize AMOR in PAPR mode
Benjamin Herrenschmidt
1
-0
/
+4
2016-03-24
ppc: Add dummy SPR_IC for POWER8
Benjamin Herrenschmidt
1
-0
/
+12
2016-03-24
ppc: Create cpu_ppc_set_papr() helper
Benjamin Herrenschmidt
1
-1
/
+22
2016-03-24
ppc: Add a bunch of hypervisor SPRs to Book3s
Benjamin Herrenschmidt
1
-0
/
+21
2016-03-24
ppc: Add macros to register hypervisor mode SPRs
Benjamin Herrenschmidt
1
-4
/
+31
2016-03-24
ppc64: set MSR_SF bit
Laurent Vivier
1
-1
/
+1
2016-03-16
target-ppc: Add PVR for POWER8NVL processor
Alexey Kardashevskiy
1
-0
/
+3
2016-03-16
ppc: Add a few more P8 PMU SPRs
Benjamin Herrenschmidt
1
-0
/
+28
2016-03-16
ppc: Fix migration of the TAR SPR
Thomas Huth
1
-4
/
+4
2016-03-16
ppc: Define the PSPB register on POWER8
Thomas Huth
1
-0
/
+9
2016-02-08
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
1
-4
/
+4
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-2
/
+2
2016-01-30
target-ppc: Allow more page sizes for POWER7 & POWER8 in TCG
David Gibson
1
-0
/
+32
2016-01-30
target-ppc: gdbstub: Add VSX support
Anton Blanchard
1
-0
/
+24
2016-01-30
target-ppc: gdbstub: fix spe registers for little-endian guests
Greg Kurz
1
-1
/
+10
2016-01-30
target-ppc: gdbstub: fix altivec registers for little-endian guests
Greg Kurz
1
-2
/
+10
2016-01-30
target-ppc: gdbstub: introduce avr_need_swap()
Greg Kurz
1
-14
/
+23
2016-01-30
target-ppc: gdbstub: fix float registers for little-endian guests
Greg Kurz
1
-0
/
+4
2016-01-30
ppc: Clean up error handling in ppc_set_compat()
David Gibson
1
-6
/
+7
2016-01-29
ppc: Clean up includes
Peter Maydell
1
-3
/
+1
[next]