Sign in
qemu-android
/
qemu-android
/
436d8b892a84eed2144030a8a07affb94b5f15d7
436d8b8
correct value for ADDSEG is real mode (fixes GRUB boot) - update static protected mode state - use generic tlb_set_page()
by bellard
· 21 years ago
dc6f57f
debug updates - page_unprotect() is no longer needed in softmmu case
by bellard
· 21 years ago
65262d5
added PE to static CPU state (avoids flushing translated code when swiching between protected and real mode) - moved memory defs to cpu-all.h
by bellard
· 21 years ago
773b93e
signal fix: update the host signal 'signal ignored' state to avoid unexpected -EINTR values (ash fix)
by bellard
· 21 years ago
82c7e2a
update
by bellard
· 21 years ago
546cdbd
first multi target test (lauches 'ls')
by bellard
· 21 years ago
c265508
more precise PIT gate emulation
by bellard
· 21 years ago
dd4e27d
removed test code
by bellard
· 21 years ago
a41bc9a
explicited S3 specific code - added more debug code
by bellard
· 21 years ago
3bfd9da
termios support for SPARC and PPC
by bellard
· 21 years ago
c573ff6
stat64 fix - added getpagesize()
by bellard
· 21 years ago
060366c
SPARC fixes : syscall fixes - added user register window exception support
by bellard
· 21 years ago
6da41ea
added CPU callbacks
by bellard
· 21 years ago
0124311
more generic TLB support - began to fix unlikely interrupt issues
by bellard
· 21 years ago
f515528
aligned stack on 16 byte boundary - PPC target fixes - SPARC target fixes
by bellard
· 21 years ago
b453b70
sparc fixes
by bellard
· 21 years ago
0ac4bd5
float access fixes
by bellard
· 21 years ago
3811a29
update
by bellard
· 21 years ago
3415a4d
invd and wbinvd support - fixed code gen logic for invlpg - simpler exception handling in load_seg()
by bellard
· 21 years ago
b7f0f46
debug fixes - use more generic TLB mappings
by bellard
· 21 years ago
8e68201
correct zero segment values when coming from VM86 mode - cache infos in CPUID - simpler exception handling in load_seg() - validate segments after lret/iret
by bellard
· 21 years ago
cf495bc
SPARC fixes: corrected PC/NPC logic (now slower but can be optimized a lot) - fixed flags computations - added register window exceptions support - fixed mul and div - added mulscc - fixed immediate field decoding
by bellard
· 21 years ago
fb0eaff
PowerPC fixes (Jocelyn Mayer)
by bellard
· 21 years ago
07ad1b9
disable keyboard interrupts if keyboard clock disabled (may not be fully correct) - added keyboard ID for extended keyboard
by bellard
· 21 years ago
d36cd60
P4 style multiplication eflags
by bellard
· 21 years ago
5e809a8
dump irq inhibit flag as it is a part of the cpu state
by bellard
· 21 years ago
791c226
more complete eflags testing for multiplication (P4 case only)
by bellard
· 21 years ago
163a7cb
imull fix (suggested by Robert J. Harley)
by bellard
· 21 years ago
6bb7057
a20 fix
by bellard
· 21 years ago
4136f33
fixed eflags IF/IOPL update
by bellard
· 21 years ago
6dca201
fixed PPC state reloading
by bellard
· 21 years ago
6786730
PowerPC target support (Jocelyn Mayer) - added better support for uid16
by bellard
· 21 years ago
28b6751
suppressed use of gen_multi - use intermediate FT0 register for floats - use T0 temporary for fpscr update - use PARAM1 for spr access - added untested single load/store support
by bellard
· 21 years ago
79aceca
PowerPC support (Jocelyn Mayer)
by bellard
· 21 years ago
6a8c397
FTST instruction fix
by bellard
· 21 years ago
9cdf757
more fcmovxx tests
by bellard
· 21 years ago
36bdbe5
fixed TB linking in case of code invalidation (fixes random segfaults)
by bellard
· 21 years ago
8004340
added fcmovxx support
by bellard
· 21 years ago
a2cc3b2
added fcmovxx support (fixes segfaults in some recent linux tools) - fixed irq inhibit logic : the irqs are inhibited only for one instruction after, even if the next one also inhibit irqs - stop translation after irq inhibition stops to give a chance to irqs (fixes install NT kernel startup)
by bellard
· 21 years ago
afa05eb
always completely redefine the TLB in case of MMU fault
by bellard
· 21 years ago
de5eaa6
static config for SDL
by bellard
· 21 years ago
7517502
fcmovx support
by bellard
· 21 years ago
8f2b1fb
more hack for CMOS interruption (enable linux /dev/rtc not to hang) - auto boot on cdrom if only device present
by bellard
· 21 years ago
891b38e
more precise stack operations in call/int gates (16 bit wrapping is handled in all cases) - makes all call/int gates operations restartable in case of exception
by bellard
· 21 years ago
7dea1da
quick and dirty CMOS irq emulation (windows install uses it) - emm386 keyboard fix (need a better way...) - better serial emulation (windows install uses it) - LDT and TR caches init fix
by bellard
· 21 years ago
4ce900b
make windows happier
by bellard
· 21 years ago
f3f2d9b
call gate fix - verr and verw fix
by bellard
· 21 years ago
77729c2
fixed pop %sp bug
by bellard
· 21 years ago
d71b9a8
fixed lmsw instruction
by bellard
· 21 years ago
181f155
update
by bellard
· 21 years ago
2750332
Soundblaster 16 support (malc)
by bellard
· 21 years ago
f115e91
iret and int fix for vm86 - added undefined instructions for real and vm86 modes - added verr, verrw, arpl - added port io map
by bellard
· 21 years ago
3ab493d
added verr, verw, arpl - more precise segment rights checks
by bellard
· 21 years ago
3e25f95
io map checks
by bellard
· 21 years ago
246d897
dump more registers
by bellard
· 21 years ago
7e84c24
full TSS support - IO map check support - conforming segment check fixes - iret in vm86 mode fix
by bellard
· 21 years ago
e670b89
added comments and TSS bit
by bellard
· 21 years ago
bd0d90b
make Knoppix CD-ROM probe happy
by bellard
· 21 years ago
1a0636f
new VGA bios
by bellard
· 21 years ago
2e134c9
64-bit multiplication fix (Ulrich Hecht)
by bellard
· 21 years ago
5391d80
moved IDE driver to ide.c
by bellard
· 21 years ago
36b486b
hardware level IDE CD-ROM emulation - added second IDE interface for up to 4 IDE disks emulation - added -boot command to enable CD boot
by bellard
· 21 years ago
4ad06a2
soft mmu fix (aka debian random seg fault fix)
by bellard
· 21 years ago
e58143b
ppc fix
by bellard
· 21 years ago
1f5476f
a20 support - keyboard led fix
by bellard
· 21 years ago
461c047
a20 support
by bellard
· 21 years ago
9c3ad57
update
by bellard
· 21 years ago
e748ba4
ARM half word load/store fix (Ulrich Hecht)
by bellard
· 21 years ago
b8ed223
big endian fixes
by bellard
· 21 years ago
c970a16
temporary hack for PowerPC system emulation
by bellard
· 21 years ago
c321f67
enabled system emulator build on PowerPC - increased portability of soft mmu code
by bellard
· 21 years ago
7f7f987
endianness and portability fixes
by bellard
· 21 years ago
aebcb60
no need for locks in system mode
by bellard
· 21 years ago
1a18c71
unused functions in system mode
by bellard
· 21 years ago
03a6c51
cannot simply write segment registers in system mode
by bellard
· 21 years ago
128b346
cmov fix (bug on PowerPC)
by bellard
· 21 years ago
415fa2e
soft MMU performance fix (oops)
by bellard
· 21 years ago
9951bf3
fixed long double accesses when using soft MMU
by bellard
· 21 years ago
8948b5d
fixed ldq() macros
by bellard
· 21 years ago
5086347
CONFIG_STATIC patch
by bellard
· 21 years ago
9d4520d
update
by bellard
· 21 years ago
5b9f457
update
by bellard
· 21 years ago
3a4739d
static link
by bellard
· 21 years ago
76b62fd
added binary archive
by bellard
· 21 years ago
b1f6457
redhat 9 fix
by bellard
· 21 years ago
bc1b050
fixed distclean target
by bellard
· 21 years ago
03d5f74
update
by bellard
· 21 years ago
9f05cc3
fixed big endian ops
by bellard
· 21 years ago
285dc33
update
by bellard
· 21 years ago
baf8ebf
fixed virtual memory access
by bellard
· 21 years ago
9d16dd5
make cpu test static
by bellard
· 21 years ago
78d6da9
license
by bellard
· 21 years ago
dd6ee15
fixed idt/gdt relocation bug - added support for Redhat kernels
by bellard
· 21 years ago
0db6347
qemu with softmmu is now the default executable
by bellard
· 21 years ago
6e59c1d
full soft mmu support
by bellard
· 21 years ago
61382a5
full softmmu support
by bellard
· 21 years ago
3a51dee
disabled signal hacks for softmmu version (qemu should be much more portable now...)
by bellard
· 21 years ago
cc38b84
factorized debug code
by bellard
· 21 years ago
c6105c0
added correct memory access code for system emulation
by bellard
· 21 years ago
93a40ea
fixed mmu fault priviledge logic
by bellard
· 21 years ago
Next »