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
/
darwin-user
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-05
Avoid allocating TCG resources in non-TCG mode
Jan Kiszka
1
-2
/
+2
2011-07-30
user: Restore debug usage message for '-d ?' in user mode emulation
Peter Maydell
1
-3
/
+5
2011-06-28
user: Fix -d debug logging for usermode emulation
Edgar E. Iglesias
1
-1
/
+1
2011-06-15
Command line support for altering the log file location
Matthew Fernandez
1
-18
/
+27
2010-05-07
darwin-user: Add missing static attribute
Stefan Weil
1
-1
/
+1
2009-12-21
PPC: Make DCR uint32_t
Alexander Graf
1
-2
/
+2
2009-12-21
PPC64: Fix alternate timebase
Aurelien Jarno
1
-2
/
+2
2009-12-21
PPC64: Fix timebase
Alexander Graf
1
-2
/
+2
2009-11-07
user: move CPU reset call to main.c for x86/PPC/Sparc
Blue Swirl
1
-0
/
+1
2009-08-16
Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
Blue Swirl
1
-2
/
+2
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-3
/
+1
2009-07-09
consolidate user cpu_{in, out}[bwl] into ioport-user.c
Isaku Yamahata
1
-33
/
+0
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
1
-6
/
+6
2009-04-05
Add new command line option -singlestep for tcg single stepping.
aurel32
1
-0
/
+5
2009-02-28
Flush stdout after printing usage()
blueswir1
1
-2
/
+2
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
1
-4
/
+2
2009-01-14
Get rid of user_mode_only
aurel32
1
-1
/
+0
2009-01-05
Fix more FSF addresses
blueswir1
1
-1
/
+2
2008-05-28
variable dynamic translation buffer size
bellard
1
-0
/
+1
2007-11-17
Resynchronize darwin-user target with linux-user:
j_mayer
1
-4
/
+31
2007-11-17
Always make all PowerPC exception definitions visible.
j_mayer
1
-6
/
+0
2007-11-12
Allow use of SPE extension by all PowerPC targets,
j_mayer
1
-2
/
+0
2007-11-10
added cpu_model parameter to cpu_init()
bellard
1
-1
/
+10
2007-11-08
removed obsolete x86 code copy support
bellard
1
-8
/
+0
2007-10-27
Fix PowerPC FPSCR update and floating-point exception generation
j_mayer
1
-6
/
+1
2007-09-30
Fix missing case in the new PowerPC exception model.
j_mayer
1
-0
/
+3
2007-09-30
Implement the PowerPC alternate time-base, following the 2.04 specification.
j_mayer
1
-14
/
+4
2007-09-29
Rework PowerPC exceptions model to make it more versatile:
j_mayer
1
-233
/
+337
2007-08-19
Darwin-user: Compile fix for ppc targets, by Pierre d'Herbemont.
ths
1
-0
/
+15
2007-02-05
Darwin cleanup usage (Pierre d'Herbemont)
bellard
1
-8
/
+4
2007-01-31
Fix set_error return value, by Pierre d'Herbemont.
ths
1
-1
/
+1
2007-01-18
Darwin userspace emulation, by Pierre d'Herbemont.
ths
1
-0
/
+922