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
2013-10-31
target-arm: fix sorting issue of KVM cpreg list
Alvise Rigo
1
-1
/
+7
2013-10-31
target-arm: sort TCG cpreg list by KVM-style 64 bit ID number
Alvise Rigo
1
-3
/
+9
2013-10-31
target-arm: Add CP15 VBAR support
Nathan Rossi
2
-0
/
+22
2013-10-18
Merge remote-tracking branch 'bonzini/configure' into staging
Anthony Liguori
1
-1
/
+1
2013-10-16
Makefile.target: CONFIG_NO_* variables removed
Ákos Kovács
1
-1
/
+1
2013-10-11
Merge remote-tracking branch 'rth/tcg-pull' into staging
Anthony Liguori
2
-7
/
+4
2013-10-10
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
1
-3
/
+0
2013-10-10
tcg: Remove stray semi-colons from target-*/helper.h
Richard Henderson
1
-4
/
+4
2013-10-10
tcg: Move helper registration into tcg_context_init
Richard Henderson
1
-3
/
+0
2013-10-07
cpu: Drop cpu_model_str from CPU_COMMON
Andreas Färber
1
-3
/
+0
2013-09-25
misc: Use new rotate functions
Stefan Weil
1
-1
/
+1
2013-09-10
target-arm: Add AArch64 gdbstub support
Alexander Graf
4
-1
/
+80
2013-09-10
target-arm: Add AArch64 translation stub
Alexander Graf
6
-4
/
+178
2013-09-10
target-arm: Prepare translation for AArch64 code
Alexander Graf
5
-38
/
+151
2013-09-10
target-arm: Disable 32 bit CPUs in 64 bit linux-user builds
Peter Maydell
1
-2
/
+7
2013-09-10
target-arm: Add new AArch64CPUInfo base class and subclasses
Peter Maydell
3
-0
/
+124
2013-09-10
target-arm: Pass DisasContext* to gen_set_pc_im()
Peter Maydell
1
-13
/
+13
2013-09-10
target-arm: Fix target_ulong/uint32_t confusions
Alexander Graf
2
-6
/
+7
2013-09-10
target-arm: Export cpu_env
Alexander Graf
2
-1
/
+3
2013-09-10
target-arm: Extract the disas struct to a header file
Alexander Graf
2
-23
/
+28
2013-09-10
target-arm: Abstract out load/store from a vaddr in AArch32
Peter Maydell
1
-124
/
+210
2013-09-10
target-arm: Implement qmp query-cpu-definitions
Cole Robinson
1
-0
/
+32
2013-09-10
target-arm: fix ARMv7M stack alignment on reset
Sebastian Ottlik
1
-1
/
+1
2013-09-10
target-arm: Avoid "1 << 31" undefined behaviour
Peter Maydell
2
-18
/
+18
2013-09-10
target-arm: Use sextract32() in branch decode
Peter Maydell
1
-2
/
+3
2013-09-10
target-arm: Make '-cpu any' available in linux-user mode only
Peter Maydell
1
-0
/
+4
2013-09-03
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
1
-0
/
+4
2013-09-02
tcg: Change tcg_gen_exit_tb argument to uintptr_t
Richard Henderson
1
-1
/
+1
2013-09-01
target-arm: Report unimplemented opcodes (LOG_UNIMP)
Stefan Weil
1
-0
/
+4
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2
-7
/
+7
2013-08-20
target-arm: Implement the generic timer
Peter Maydell
5
-8
/
+290
2013-08-20
target-arm: Support coprocessor registers which do I/O
Peter Maydell
2
-4
/
+18
2013-08-20
target-arm: Allow raw_read() and raw_write() to handle 64 bit regs
Peter Maydell
1
-2
/
+10
2013-08-20
target-arm: Make IRQ and FIQ gpio lines on the CPU object
Peter Maydell
2
-0
/
+63
2013-08-20
target-arm: Implement 'int' loglevel
Peter Maydell
1
-0
/
+42
2013-07-29
cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"
Andreas Färber
1
-1
/
+3
2013-07-27
misc: Use g_assert_not_reached for code which is expected to be unreachable
Stefan Weil
1
-1
/
+1
2013-07-27
cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML
Andreas Färber
1
-0
/
+1
2013-07-27
cpu: Introduce CPUClass::gdb_{read,write}_register()
Andreas Färber
4
-2
/
+16
2013-07-27
gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions
Andreas Färber
1
-3
/
+3
2013-07-26
target-arm: Move cpu_gdb_{read,write}_register()
Andreas Färber
1
-0
/
+94
2013-07-26
cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs
Andreas Färber
1
-0
/
+1
2013-07-23
gdbstub: Change gdb_register_coprocessor() argument to CPUState
Andreas Färber
1
-3
/
+4
2013-07-23
exec: Change cpu_memory_rw_debug() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-07-23
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
Andreas Färber
3
-4
/
+11
2013-07-23
gdbstub: Change syscall callback argument to CPUState
Andreas Färber
1
-2
/
+6
2013-07-23
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
1
-3
/
+4
2013-07-23
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
Andreas Färber
1
-5
/
+0
2013-07-23
cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()
Andreas Färber
1
-0
/
+8
2013-07-15
target-arm: Avoid g_hash_table_get_keys()
Peter Maydell
1
-2
/
+10
[next]