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-arm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+0
2016-06-29
target-*: Don't redefine cpu_exec()
Peter Crosthwaite
1
-2
/
+0
2016-06-24
softfloat: Implement run-time-configurable meaning of signaling NaN bit
Aleksandar Markovic
2
-27
/
+27
2016-06-20
exec: [tcg] Track which vCPU is performing translation and execution
Lluís Vilanova
1
-0
/
+1
2016-06-17
target-arm/monitor.c: Advertise emulated GICv3 in capabilities
Peter Maydell
1
-2
/
+1
2016-06-17
target-arm/machine.c: Allow user to request GICv3 emulation
Peter Maydell
1
-2
/
+1
2016-06-17
target-arm: Add mp-affinity property for ARM CPU class
Pavel Fedin
1
-0
/
+1
2016-06-17
target-arm: Provide hook to tell GICv3 about changes of security state
Peter Maydell
5
-0
/
+57
2016-06-17
target-arm: Define new arm_is_el3_or_mon() function
Peter Maydell
1
-2
/
+11
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
3
-3
/
+0
2016-06-14
target-arm: Don't permit ARMv8-only Neon insns on ARMv7
Peter Maydell
1
-0
/
+28
2016-06-14
target-arm: Fix reset and migration of TTBCR(S)
Peter Maydell
1
-1
/
+4
2016-06-14
hw/arm/virt: Add PMU node for virt machine
Shannon Zhao
3
-0
/
+54
2016-06-14
target-arm: kvm64: set guest PMUv3 feature bit if supported
Shannon Zhao
2
-0
/
+7
2016-06-07
virtio: move bi-endian target support to a single location
Greg Kurz
1
-2
/
+0
2016-06-06
target-arm: Fix TTBR selecting logic on AArch32 Stage 2 translation
Sergey Sorokin
1
-16
/
+22
2016-06-06
target-arm: Don't try to set ESR IL bit in arm_cpu_do_interrupt_aarch64()
Peter Maydell
1
-3
/
+0
2016-06-06
target-arm: Set IL bit in syndromes for insn abort, watchpoint, swstep
Peter Maydell
1
-3
/
+3
2016-06-06
target-arm: A64: Create Instruction Syndromes for Data Aborts
Edgar E. Iglesias
5
-30
/
+180
2016-06-06
target-arm: Add the HSTR_EL2 register
Alistair Francis
2
-0
/
+8
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
10
-2
/
+9
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
3
-0
/
+3
2016-05-19
arm: move arm_log_exception into .c file
Paolo Bonzini
2
-15
/
+15
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
6
-2
/
+7
2016-05-19
hw: move CPU state serialization to migration/cpu.h
Paolo Bonzini
1
-0
/
+1
2016-05-19
target-arm: make cpu-qom.h not target specific
Paolo Bonzini
2
-178
/
+179
2016-05-19
cpu: make cpu-qom.h only include-able from cpu.h
Paolo Bonzini
1
-1
/
+0
2016-05-12
tcg: Allow goto_tb to any target PC in user mode
Sergey Fedorov
2
-6
/
+14
2016-05-12
tcg: Clean up direct block chaining safety checks
Sergey Fedorov
1
-1
/
+2
2016-05-12
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
1
-1
/
+1
2016-05-12
target-arm: Avoid unnecessary TLB flush on TCR_EL2, TCR_EL3 writes
Peter Maydell
1
-4
/
+8
2016-05-12
ARM: Factor out ARM on/off PSCI control functions
Jean-Christophe DUBOIS
4
-63
/
+307
2016-05-12
target-arm/translate-a64.c: Unify some of the ldst_reg decoding
Edgar E. Iglesias
1
-18
/
+23
2016-05-12
target-arm/translate-a64.c: Use extract32 in disas_ldst_reg_imm9
Edgar E. Iglesias
1
-2
/
+2
2016-05-12
target-arm: Split data abort syndrome generator
Peter Maydell
2
-5
/
+25
2016-05-12
target-arm: Fix descriptor address masking in ARM address translation
Sergey Sorokin
1
-18
/
+11
2016-05-12
target-arm: Stage 2 permission fault was fixed in AArch32 state
Sergey Sorokin
1
-1
/
+3
2016-04-04
target-arm: Make the 64-bit version of VTCR do the migration
Peter Maydell
1
-1
/
+5
2016-04-04
target-arm: Remove incorrect ALIAS tags from ESR_EL2 and ESR_EL3
Peter Maydell
1
-2
/
+0
2016-04-04
target-arm: Correctly reset SCTLR_EL3 for 64-bit CPUs
Peter Maydell
1
-10
/
+13
2016-03-30
arm: implement query-gic-capabilities
Peter Xu
1
-1
/
+57
2016-03-30
arm: enhance kvm_arm_create_scratch_host_vcpu
Peter Xu
2
-3
/
+18
2016-03-30
arm: qmp: add query-gic-capabilities interface
Peter Xu
2
-1
/
+29
2016-03-22
target-arm: dfilter support for in_asm
Alex Bennée
2
-2
/
+4
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2
-0
/
+2
2016-03-16
target-arm: Fix translation level on early translation faults
Sergey Sorokin
1
-10
/
+12
2016-03-16
target-arm: Implement MRS (banked) and MSR (banked) instructions
Peter Maydell
3
-3
/
+366
2016-03-04
target-arm: Only trap SRS from S-EL1 if specified mode is MON
Ralf-Philipp Weinmann
1
-1
/
+2
2016-03-04
target-arm: implement BE32 mode in system emulation
Paolo Bonzini
2
-18
/
+73
[next]