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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-09
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-09' into ...
Peter Maydell
1
-6
/
+6
2016-02-09
tcg: Change tcg_global_mem_new_* to take a TCGv_ptr
Richard Henderson
1
-22
/
+22
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-02-03
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
4
-0
/
+4
2016-02-01
target-ppc: mcrfs should always update FEX/VX and only clear exception bits
James Clarke
2
-4
/
+23
2016-01-30
target-ppc: Make every FPSCR_ macro have a corresponding FP_ macro
James Clarke
1
-9
/
+22
2016-01-30
target-ppc: Allow more page sizes for POWER7 & POWER8 in TCG
David Gibson
2
-0
/
+34
2016-01-30
target-ppc: Helper to determine page size information from hpte alone
David Gibson
2
-0
/
+38
2016-01-30
target-ppc: Add new TLB invalidate by HPTE call for hash64 MMUs
David Gibson
2
-0
/
+15
2016-01-30
target-ppc: Split 44x tlbiva from ppc_tlb_invalidate_one()
David Gibson
3
-5
/
+12
2016-01-30
target-ppc: Remove unused mmu models from ppc_tlb_invalidate_one
David Gibson
1
-44
/
+2
2016-01-30
target-ppc: Use actual page size encodings from HPTE
David Gibson
1
-3
/
+60
2016-01-30
target-ppc: Rework SLB page size lookup
David Gibson
3
-39
/
+56
2016-01-30
target-ppc: Rework ppc_store_slb
David Gibson
4
-22
/
+21
2016-01-30
target-ppc: Convert mmu-hash{32,64}.[ch] from CPUPPCState to PowerPCCPU
David Gibson
6
-93
/
+121
2016-01-30
target-ppc: Remove unused kvmppc_read_segment_page_sizes() stub
David Gibson
1
-5
/
+0
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
target-ppc: rename and export maybe_bswap_register()
Greg Kurz
2
-5
/
+6
2016-01-30
target-ppc: kvm: fix floating point registers sync on little-endian hosts
Greg Kurz
1
-0
/
+12
2016-01-30
ppc: Clean up error handling in ppc_set_compat()
David Gibson
2
-7
/
+8
2016-01-30
target-ppc: use cpu_write_xer() helper in cpu_post_load
Mark Cave-Ayland
1
-1
/
+1
2016-01-30
target-ppc: Use sensible POWER8/POWER8E versions
Benjamin Herrenschmidt
2
-8
/
+8
2016-01-29
ppc: Clean up includes
Peter Maydell
21
-7
/
+21
2016-01-27
gdb: provide the name of the architecture in the target.xml
David Hildenbrand
1
-0
/
+10
2016-01-15
dump: qemunotes aren't commonly needed
Andrew Jones
3
-9
/
+0
2016-01-11
target-ppc: Define kvmppc_read_int_dt()
Sukadev Bhattiprolu
1
-14
/
+22
2015-12-17
ppc: cleanup logging
Paolo Bonzini
6
-43
/
+26
2015-12-17
qemu-log: introduce qemu_log_separate
Paolo Bonzini
2
-20
/
+27
2015-11-30
target-ppc/fpu_helper: fix FPSCR_FX bit shift operation
Madhavan Srinivasan
1
-11
/
+11
2015-11-30
target-ppc: Move the FPSCR bit update macros to cpu.h
Madhavan Srinivasan
2
-21
/
+21
2015-11-12
monitor/target-ppc: Define target_get_monitor_def
Alexey Kardashevskiy
2
-172
/
+65
2015-11-12
PPC: Fix lswx bounds checks
Alexander Graf
1
-2
/
+3
2015-11-12
PPC: Allow Rc bit to be set on mtspr
Alexander Graf
1
-1
/
+1
2015-11-11
ppc: Let kvmppc_reset_htab() return 0 for !CONFIG_KVM
Bharata B Rao
1
-1
/
+1
2015-11-11
ppc: Add/Re-introduce MMU model definitions needed by PR KVM
Bharata B Rao
2
-0
/
+14
2015-11-06
taget-ppc: Fix read access to IBAT registers higher than IBAT3
Julio Guerra
1
-1
/
+1
2015-10-28
target-*: Advance pc after recognizing a breakpoint
Richard Henderson
1
-0
/
+5
2015-10-23
ppc/spapr: Add "ibm,pa-features" property to the device-tree
Benjamin Herrenschmidt
3
-0
/
+9
2015-10-23
ppc: Add mmu_model defines for arch 2.03 and 2.07
Benjamin Herrenschmidt
5
-20
/
+22
2015-10-23
spapr_iommu: Rename vfio_accel parameter
David Gibson
2
-3
/
+3
2015-10-19
kvm: Pass PCI device pointer to MSI routing functions
Pavel Fedin
1
-1
/
+1
2015-10-09
qdev: Protect device-list-properties against broken devices
Markus Armbruster
1
-0
/
+4
2015-10-08
target-ppc: Remove unnecessary variable
Shraddha Barke
1
-2
/
+1
2015-10-07
tcg: Remove gen_intermediate_code_pc
Richard Henderson
1
-35
/
+5
2015-10-07
tcg: Pass data argument to restore_state_to_opc
Richard Henderson
1
-2
/
+3
[next]