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-cris
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-05
cris: Avoid debug clobbering for both I & D MMU state.
Edgar E. Iglesias
3
-20
/
+10
2010-07-05
cris: Dont clobber the MMU state across calls to cpu_get_phys_page_debug.
Edgar E. Iglesias
1
-0
/
+17
2010-07-05
cris: Break out rand LFSR update into a separate func.
Edgar E. Iglesias
1
-8
/
+13
2010-07-03
remove exec-all.h inclusion from cpu.h
Paolo Bonzini
1
-1
/
+0
2010-07-03
move cpu_pc_from_tb to target-*/exec.h
Paolo Bonzini
2
-5
/
+6
2010-07-03
remove unused stuff from */exec.h
Paolo Bonzini
1
-3
/
+0
2010-06-16
cris: Move sign extension.
Edgar E. Iglesias
1
-13
/
+13
2010-06-16
cris: Centralize fetching
Edgar E. Iglesias
1
-22
/
+44
2010-06-16
cris: Make the CRISv32 insn decoders return signed int.
Edgar E. Iglesias
1
-86
/
+86
2010-06-10
cris: Break out image loading to hw/cris-boot.c.
Edgar E. Iglesias
1
-0
/
+2
2010-05-22
Fix %lld or %llx printf format use
Blue Swirl
1
-2
/
+2
2010-05-19
Fix __VA__ARGS__ typo in cris mmu.c
Riccardo Magliocchetti
1
-1
/
+1
2010-04-25
cris: remove dead assignments, spotted by clang analyzer
Blue Swirl
2
-7
/
+2
2010-03-18
Replace assert(0) with abort() or cpu_abort()
Blue Swirl
2
-8
/
+10
2010-03-17
Large page TLB flush
Paul Brook
1
-2
/
+3
2010-03-12
Remove cpu_get_phys_page_debug from userspace emulation
Paul Brook
1
-5
/
+0
2010-03-12
Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
Richard Henderson
1
-0
/
+3
2010-03-07
Update to a hopefully more future proof FSF address
Blue Swirl
2
-4
/
+2
2010-02-20
cris: Mask interrupts on dslots for CRISv10.
Edgar E. Iglesias
1
-0
/
+4
2010-02-15
crisv10: Prettify.
Edgar E. Iglesias
1
-95
/
+91
2010-02-15
cris: Add support for CRISv10 translation.
Edgar E. Iglesias
4
-30
/
+1486
2010-02-15
cris: Use tcg_gen_movi_tl.
Edgar E. Iglesias
1
-2
/
+2
2010-02-15
cris: Add v10 style interrupts.
Edgar E. Iglesias
1
-5
/
+63
2010-02-15
crisv10: Always clear the V and C flags on btst.
Edgar E. Iglesias
1
-0
/
+2
2010-02-15
cris: Prepare for CRISv10.
Edgar E. Iglesias
1
-1
/
+7
2010-01-31
cris: Prettify register dumps.
Edgar E. Iglesias
1
-2
/
+2
2010-01-19
kill regs_to_env and env_to_regs
Paolo Bonzini
1
-8
/
+0
2009-10-10
CRIS: Segmented addressing only for kernel mode.
Edgar E. Iglesias
2
-3
/
+5
2009-10-08
CRIS: Update PR_EDA on TLB faults.
Edgar E. Iglesias
2
-7
/
+5
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-2
/
+2
2009-10-01
Get rid of _t suffix
malc
1
-2
/
+2
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-2
/
+2
2009-08-24
cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
Nathan Froyd
1
-0
/
+1
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
8
-16
/
+8
2009-06-23
cris: Remove unused internal flag.
Edgar E. Iglesias
1
-3
/
+0
2009-06-12
CRIS: Prettify sizes for the internal disasm.
Edgar E. Iglesias
1
-8
/
+8
2009-06-03
CRIS: Remove duplicated flag defines.
Edgar E. Iglesias
1
-2
/
+0
2009-05-21
Convert machine registration to use module init functions
Anthony Liguori
1
-6
/
+0
2009-05-13
Include assert.h from qemu-common.h
Paul Brook
2
-2
/
+0
2009-05-12
CRIS: Fix bmi.
Edgar E. Iglesias
1
-1
/
+2
2009-04-25
CRIS: cris_mmu_result_t -> cris_mmu_result
Edgar E. Iglesias
3
-6
/
+6
2009-04-24
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
aliguori
1
-0
/
+1
2009-04-24
qemu: per-arch cpu_has_work (Marcelo Tosatti)
aliguori
1
-0
/
+5
2009-04-05
Add new command line option -singlestep for tcg single stepping.
aurel32
1
-0
/
+1
2009-03-07
The _exit syscall is used for both thread termination in NPTL applications,
pbrook
1
-1
/
+2
2009-03-03
CRIS: Avoid endless loops for unstested CRIS cpu-state load/save.
edgar_igl
1
-4
/
+4
2009-02-22
CRIS: Fix remaining build warnings.
edgar_igl
3
-4
/
+5
2009-02-05
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-2
/
+0
2009-01-26
CRIS: Init the feedback shiftreg used for randomizing TLB sets.
edgar_igl
2
-0
/
+3
2009-01-26
Log reset events (Jan Kiszka)
aliguori
1
-0
/
+5
[next]