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
Age
Commit message (
Expand
)
Author
Files
Lines
2004-01-04
termios support for SPARC and PPC
bellard
5
-227
/
+1023
2004-01-04
stat64 fix - added getpagesize()
bellard
1
-17
/
+51
2004-01-04
SPARC fixes : syscall fixes - added user register window exception support
bellard
1
-21
/
+129
2004-01-04
added CPU callbacks
bellard
1
-37
/
+103
2004-01-04
more generic TLB support - began to fix unlikely interrupt issues
bellard
2
-20
/
+52
2004-01-04
aligned stack on 16 byte boundary - PPC target fixes - SPARC target fixes
bellard
1
-31
/
+84
2004-01-04
sparc fixes
bellard
1
-8
/
+8
2004-01-04
float access fixes
bellard
1
-42
/
+86
2004-01-04
update
bellard
2
-1
/
+2
2004-01-04
invd and wbinvd support - fixed code gen logic for invlpg - simpler exception...
bellard
2
-4
/
+19
2004-01-04
debug fixes - use more generic TLB mappings
bellard
1
-18
/
+8
2004-01-04
correct zero segment values when coming from VM86 mode - cache infos in CPUID...
bellard
2
-55
/
+107
2004-01-04
SPARC fixes: corrected PC/NPC logic (now slower but can be optimized a lot) -...
bellard
4
-765
/
+1064
2004-01-04
PowerPC fixes (Jocelyn Mayer)
bellard
6
-180
/
+382
2003-12-02
disable keyboard interrupts if keyboard clock disabled (may not be fully corr...
bellard
1
-2
/
+17
2003-12-02
P4 style multiplication eflags
bellard
4
-24
/
+49
2003-12-02
dump irq inhibit flag as it is a part of the cpu state
bellard
1
-2
/
+3
2003-12-02
more complete eflags testing for multiplication (P4 case only)
bellard
1
-9
/
+14
2003-11-30
imull fix (suggested by Robert J. Harley)
bellard
1
-1
/
+1
2003-11-23
a20 fix
bellard
1
-0
/
+4
2003-11-23
fixed eflags IF/IOPL update
bellard
4
-59
/
+70
2003-11-23
fixed PPC state reloading
bellard
1
-3
/
+3
2003-11-23
PowerPC target support (Jocelyn Mayer) - added better support for uid16
bellard
11
-125
/
+495
2003-11-23
suppressed use of gen_multi - use intermediate FT0 register for floats - use ...
bellard
5
-227
/
+385
2003-11-23
PowerPC support (Jocelyn Mayer)
bellard
8
-0
/
+4902
2003-11-22
FTST instruction fix
bellard
1
-1
/
+1
2003-11-19
more fcmovxx tests
bellard
1
-0
/
+2
2003-11-19
fixed TB linking in case of code invalidation (fixes random segfaults)
bellard
3
-1
/
+15
2003-11-19
added fcmovxx support
bellard
1
-0
/
+8
2003-11-19
added fcmovxx support (fixes segfaults in some recent linux tools) - fixed ir...
bellard
1
-12
/
+38
2003-11-19
always completely redefine the TLB in case of MMU fault
bellard
1
-0
/
+3
2003-11-16
static config for SDL
bellard
2
-4
/
+10
2003-11-16
fcmovx support
bellard
1
-0
/
+40
2003-11-16
more hack for CMOS interruption (enable linux /dev/rtc not to hang) - auto bo...
bellard
1
-1
/
+5
2003-11-16
more precise stack operations in call/int gates (16 bit wrapping is handled i...
bellard
1
-200
/
+188
2003-11-16
quick and dirty CMOS irq emulation (windows install uses it) - emm386 keyboar...
bellard
1
-12
/
+118
2003-11-16
make windows happier
bellard
1
-0
/
+6
2003-11-13
call gate fix - verr and verw fix
bellard
1
-5
/
+43
2003-11-13
fixed pop %sp bug
bellard
1
-5
/
+15
2003-11-13
fixed lmsw instruction
bellard
1
-0
/
+2
2003-11-13
update
bellard
2
-23
/
+48
2003-11-13
Soundblaster 16 support (malc)
bellard
6
-2
/
+1679
2003-11-13
iret and int fix for vm86 - added undefined instructions for real and vm86 mo...
bellard
1
-88
/
+142
2003-11-13
added verr, verw, arpl - more precise segment rights checks
bellard
3
-11
/
+190
2003-11-13
io map checks
bellard
2
-0
/
+17
2003-11-12
dump more registers
bellard
1
-10
/
+31
2003-11-12
full TSS support - IO map check support - conforming segment check fixes - ir...
bellard
1
-60
/
+465
2003-11-12
added comments and TSS bit
bellard
1
-5
/
+7
2003-11-12
make Knoppix CD-ROM probe happy
bellard
1
-0
/
+26
2003-11-11
new VGA bios
bellard
1
-0
/
+0
[next]