.. |
3dnow.cc
|
|
|
access.cc
|
Add debug prints before any #GP excepion which only possible to be generated
|
2006-06-09 22:29:07 +00:00 |
apic.cc
|
Small cleanup in he APIC code, removed unused methods
|
2006-10-02 21:49:49 +00:00 |
apic.h
|
Small cleanup in he APIC code, removed unused methods
|
2006-10-02 21:49:49 +00:00 |
arith8.cc
|
|
|
arith16.cc
|
|
|
arith32.cc
|
|
|
arith64.cc
|
Add debug prints before any #GP excepion which only possible to be generated
|
2006-06-09 22:29:07 +00:00 |
bcd.cc
|
|
|
bit.cc
|
Add (when needed) or remove (when not needed) x86-64 compilation hack
|
2006-06-26 20:28:00 +00:00 |
call_far.cc
|
Fixed CR3 masking in long mode
|
2006-10-04 19:08:40 +00:00 |
cpu.cc
|
Reveer back changes for debug.h removal from bochs.h
|
2006-09-26 19:16:10 +00:00 |
cpu.h
|
- improved gdbstub network efficiency (SF patch #1149659 by Avi Kivity)
|
2006-10-29 08:48:30 +00:00 |
cpuid.cc
|
Indent changes
|
2006-06-09 21:17:26 +00:00 |
ctrl_xfer8.cc
|
- Code cleanup, remove x86-64 code from functions which cannot be called from x86-64
|
2006-05-12 17:04:19 +00:00 |
ctrl_xfer16.cc
|
Add debug prints before any #GP excepion which only possible to be generated
|
2006-06-09 22:29:07 +00:00 |
ctrl_xfer32.cc
|
Add debug prints before any #GP excepion which only possible to be generated
|
2006-06-09 22:29:07 +00:00 |
ctrl_xfer64.cc
|
Add debug prints before any #GP excepion which only possible to be generated
|
2006-06-09 22:29:07 +00:00 |
ctrl_xfer_pro.cc
|
Fixed another bug generator - duplication between descriptor type field and four descriptor cache bits
|
2006-06-12 16:58:27 +00:00 |
data_xfer8.cc
|
Handle NULL_SEG_REG (no segment override) case in fetchdecode.cc
|
2006-05-24 20:57:37 +00:00 |
data_xfer16.cc
|
- Code cleanup, remove x86-64 code from functions which cannot be called from x86-64
|
2006-05-12 17:04:19 +00:00 |
data_xfer32.cc
|
Fixed 64-bit NOP problem
|
2006-11-26 12:53:01 +00:00 |
data_xfer64.cc
|
|
|
debugstuff.cc
|
- implemented debugger access to SMRAM area
|
2006-10-02 17:40:20 +00:00 |
descriptor.h
|
Fixed ton of code duplication.
|
2006-08-31 18:18:17 +00:00 |
exception.cc
|
- stop flooding logfile when using MS-DOS with EMM386. It seems to work correctly,
|
2006-10-20 15:38:39 +00:00 |
extdb.cc
|
Fixed compilation error of extdb
|
2006-06-25 21:44:46 +00:00 |
extdb.h
|
Fixed compilation error of extdb
|
2006-06-25 21:44:46 +00:00 |
fetchdecode64.cc
|
Fixes in 64-bit decoding
|
2006-08-11 17:23:36 +00:00 |
fetchdecode.cc
|
Add debug prints before any #GP excepion which only possible to be generated
|
2006-06-09 22:29:07 +00:00 |
fetchdecode.h
|
FetchDecode tables are constant. Marking them const implicitly will help to compiler/linker in optimization.
|
2006-05-12 18:03:26 +00:00 |
flag_ctrl_pro.cc
|
Fixed CR3 masking in long mode
|
2006-10-04 19:08:40 +00:00 |
flag_ctrl.cc
|
Add debug prints before any #GP excepion which only possible to be generated
|
2006-06-09 22:29:07 +00:00 |
fpu_emu.cc
|
|
|
hostasm.h
|
|
|
i387.h
|
Fix FPU tos value (found with save/restore logs browsing
|
2006-06-08 19:56:30 +00:00 |
icache.h
|
- fixed memory leaks found with valgrind when trying to start a second
|
2006-09-20 20:52:23 +00:00 |
init.cc
|
Fixed CR3 masking in long mode
|
2006-10-04 19:08:40 +00:00 |
io_pro.cc
|
Fixed ton of code duplication.
|
2006-08-31 18:18:17 +00:00 |
io.cc
|
- fixed repeat speedup optimization on big endian machines
|
2006-08-01 17:09:05 +00:00 |
iret.cc
|
Fixed ton of code duplication.
|
2006-08-31 18:18:17 +00:00 |
jmp_far.cc
|
Fixed CR3 masking in long mode
|
2006-10-04 19:08:40 +00:00 |
lazy_flags.cc
|
- fixed boot failures on big endian machines (thanks to the SF compile farm)
|
2006-08-03 21:03:21 +00:00 |
lazy_flags.h
|
|
|
logical8.cc
|
|
|
logical16.cc
|
|
|
logical32.cc
|
|
|
logical64.cc
|
|
|
Makefile.in
|
|
|
mmx.cc
|
PALIGNR fixed
|
2006-05-16 16:20:26 +00:00 |
mult8.cc
|
|
|
mult16.cc
|
|
|
mult32.cc
|
|
|
mult64.cc
|
|
|
paging.cc
|
Add debug prints for NX bit feature
|
2006-10-28 12:31:23 +00:00 |
proc_ctrl.cc
|
Fixed CR3 masking in long mode
|
2006-10-04 19:08:40 +00:00 |
protect_ctrl.cc
|
Fixed ton of code duplication.
|
2006-08-31 18:18:17 +00:00 |
resolve16.cc
|
|
|
resolve32.cc
|
|
|
resolve64.cc
|
Fixes in 64-bit decoding
|
2006-08-11 17:23:36 +00:00 |
ret_far.cc
|
Fixed CR3 masking in long mode
|
2006-10-04 19:08:40 +00:00 |
segment_ctrl_pro.cc
|
Fixed ton of code duplication.
|
2006-08-31 18:18:17 +00:00 |
segment_ctrl.cc
|
|
|
shift8.cc
|
|
|
shift16.cc
|
|
|
shift32.cc
|
|
|
shift64.cc
|
|
|
smm.cc
|
Removed debug snapshot when entering SMM/RSM
|
2006-10-03 22:41:02 +00:00 |
smm.h
|
Removed debug snapshot when entering SMM/RSM
|
2006-10-03 22:41:02 +00:00 |
soft_int.cc
|
Fixed ton of code duplication.
|
2006-08-31 18:18:17 +00:00 |
sse_move.cc
|
Fixed ton of code duplication.
|
2006-08-31 18:18:17 +00:00 |
sse_pfp.cc
|
|
|
sse_rcp.cc
|
|
|
sse.cc
|
PALIGNR fixed
|
2006-05-16 16:20:26 +00:00 |
stack16.cc
|
|
|
stack32.cc
|
Fixed another bug generator - duplication between descriptor type field and four descriptor cache bits
|
2006-06-12 16:58:27 +00:00 |
stack64.cc
|
|
|
stack_pro.cc
|
Fixed another bug generator - duplication between descriptor type field and four descriptor cache bits
|
2006-06-12 16:58:27 +00:00 |
string.cc
|
Handle NULL_SEG_REG (no segment override) case in fetchdecode.cc
|
2006-05-24 20:57:37 +00:00 |
tasking.cc
|
1. Fixed bug report
|
2006-09-20 17:02:20 +00:00 |
todo
|
|
|
vm8086.cc
|
Fixed another bug generator - duplication between descriptor type field and four descriptor cache bits
|
2006-06-12 16:58:27 +00:00 |
xmm.h
|
Fix amount of XMM registers in non-x86-64 mode
|
2006-05-22 21:17:27 +00:00 |