index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
Age
Commit message (
Expand
)
Author
Files
Lines
2004-02-16
experimental code copy support
bellard
3
-2
/
+1555
2004-02-16
fixed lea exception
bellard
1
-2
/
+4
2004-02-16
experimental code copy support - fixed A20 emulation
bellard
1
-1
/
+28
2004-02-07
fixed WP semantics
bellard
1
-3
/
+3
2004-02-03
more precise TLB invalidation - init cleanup
bellard
3
-48
/
+74
2004-02-03
cleanup
bellard
1
-5
/
+6
2004-01-24
correct NT flag behavior - zero ldt task switch bug fix - task switch thru ca...
bellard
1
-24
/
+47
2004-01-24
fixed eflags optimisations with string operation (aka linux 2.6.2rc1 fix) - r...
bellard
1
-3
/
+17
2004-01-24
combine PDE and PTE protections as in intel specs - added cpu_get_phys_page_d...
bellard
1
-18
/
+62
2004-01-24
correct NT flag behavior
bellard
1
-6
/
+6
2004-01-24
added TARGET_LONG_BITS
bellard
1
-0
/
+2
2004-01-19
interrupt to conforming segment fix (QNX boot fix)
bellard
1
-0
/
+1
2004-01-19
L4 fix for rep nop (should handle all cases)
bellard
1
-0
/
+5
2004-01-18
temporary gcc 3.3 fix
bellard
1
-1
/
+5
2004-01-18
fixed potential exception pb on cmpxchg
bellard
1
-3
/
+3
2004-01-18
comments fix
bellard
1
-2
/
+2
2004-01-18
xadd fix
bellard
1
-1
/
+3
2004-01-18
fixed dirty bit support for 4M pages (L4 Pistachio fix)
bellard
1
-2
/
+2
2004-01-13
fixed subtle bug: in some cases PG_DIRTY was not set correctly
bellard
1
-7
/
+12
2004-01-05
use generic GenOpFunc
bellard
1
-5
/
+0
2004-01-05
changed cpu_x86_in/out to cpu_in/out
bellard
1
-4
/
+4
2004-01-04
added raw/user/kernel memory accesses for shifts/adc/sbb/cmpxchg/push/pop (fa...
bellard
1
-319
/
+295
2004-01-04
added raw/user/kernel memory accesses (faster emulation)
bellard
1
-23
/
+51
2004-01-04
fixed dx based protected in/outs (win98 install) - changed JUMP_TB2 branch nu...
bellard
1
-5
/
+13
2004-01-04
added stx_T1_A0 micro ops
bellard
1
-0
/
+17
2004-01-04
fixed word bit operations with memory offset - suppressed push/pop micro oper...
bellard
1
-80
/
+14
2004-01-04
correct value for ADDSEG is real mode (fixes GRUB boot) - update static prote...
bellard
1
-77
/
+14
2004-01-04
debug updates - page_unprotect() is no longer needed in softmmu case
bellard
1
-12
/
+28
2004-01-04
added PE to static CPU state (avoids flushing translated code when swiching b...
bellard
1
-3
/
+6
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
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-11-23
a20 fix
bellard
1
-0
/
+4
2003-11-23
fixed eflags IF/IOPL update
bellard
4
-59
/
+70
2003-11-22
FTST instruction fix
bellard
1
-1
/
+1
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
more precise stack operations in call/int gates (16 bit wrapping is handled i...
bellard
1
-200
/
+188
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
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
[next]