]> git.proxmox.com Git - qemu.git/history - target-i386
enabled DMA
[qemu.git] / target-i386 /
2004-10-12 bellardcorrect handling of saved host registers
2004-10-09 bellardmonitor fixes
2004-10-03 bellardremoved access_type hack
2004-08-15 bellardbound instruction fix
2004-08-03 bellardenabled asm memory helpers
2004-07-12 bellardavoid warning
2004-07-12 bellardcomment
2004-07-05 bellardDarwin patch (initial patch by Pierre d'Herbemont)
2004-06-25 bellardhlt instruction fix
2004-06-22 bellardcpu_single_env init
2004-06-20 bellardboot to top of 4GB space
2004-06-20 bellardadded cpu_reset()
2004-06-19 bellardbuffer overflow fix
2004-06-13 bellardjump to gate fix (aka OS/2 Warp install bug)
2004-06-13 bellardfixed 16 bit segment optimisations
2004-06-12 bellardadded ffree - added cpu log option
2004-06-12 bellardadded ffree
2004-06-04 bellardlmsw fix (aka dos4gw bug)
2004-05-29 bellardfnop FPU exception support (aka FreeBSD FPU probe)...
2004-05-20 bellardadded cpu_get_tsc()
2004-05-16 bellardBSR/BSF undefined behaviour fix
2004-05-12 bellardbsd port (Markus Niemisto)
2004-05-08 bellarddivision by zero FPU exception support
2004-05-08 bellardcr0.ET fix (Win95 boot fix)
2004-04-25 bellardprecise self modifying code support
2004-04-25 bellarddump A20 state
2004-04-22 bellardimul imm8 fix - 0x82 opcode support (Hidemi KAWAI)
2004-04-15 bellardsuppressed no longer needed vm86 segment hack (Mike...
2004-04-11 bellardVM86 EIP masking fix (aka NT5 install fix) (Mike Nordell)
2004-04-02 bellardrdtsc fix
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-31 bellardadded cpu_get_fp80() and cpu_set_fp80()
2004-03-26 bellardgcc 2.95.4 compile fix (Petter Reinholdtsen)
2004-03-26 bellardfixed ljmp and iret to TSS
2004-03-24 bellardtask switch fixes
2004-03-21 bellardprotected lret x86 'bug' emulation
2004-03-21 bellardmore log items
2004-03-20 bellardfixed protected lret imm insn (one more OS/2 fix)
2004-03-17 bellardinitial x86-64 host support (Gwenole Beauchesne)
2004-03-04 bellard2.6 kernel compile fix
2004-02-25 bellardnative FPU support in code copy mode
2004-02-25 bellardCR0.MP/EM/TS support
2004-02-25 bellardnative FPU support (disabled)
2004-02-25 bellardCR0.MP/EM/TS support - native fpu support in code copy...
2004-02-25 bellardfpu fix
2004-02-16 bellardexperimental code copy support
2004-02-16 bellardfixed lea exception
2004-02-16 bellardexperimental code copy support - fixed A20 emulation
2004-02-07 bellardfixed WP semantics
2004-02-03 bellardmore precise TLB invalidation - init cleanup
2004-02-03 bellardcleanup
2004-01-24 bellardcorrect NT flag behavior - zero ldt task switch bug...
2004-01-24 bellardfixed eflags optimisations with string operation (aka...
2004-01-24 bellardcombine PDE and PTE protections as in intel specs ...
2004-01-24 bellardcorrect NT flag behavior
2004-01-24 bellardadded TARGET_LONG_BITS
2004-01-19 bellardinterrupt to conforming segment fix (QNX boot fix)
2004-01-19 bellardL4 fix for rep nop (should handle all cases)
2004-01-18 bellardtemporary gcc 3.3 fix
2004-01-18 bellardfixed potential exception pb on cmpxchg
2004-01-18 bellardcomments fix
2004-01-18 bellardxadd fix
2004-01-18 bellardfixed dirty bit support for 4M pages (L4 Pistachio...
2004-01-13 bellardfixed subtle bug: in some cases PG_DIRTY was not set...
2004-01-05 bellarduse generic GenOpFunc
2004-01-05 bellardchanged cpu_x86_in/out to cpu_in/out
2004-01-04 bellardadded raw/user/kernel memory accesses for shifts/adc...
2004-01-04 bellardadded raw/user/kernel memory accesses (faster emulation)
2004-01-04 bellardfixed dx based protected in/outs (win98 install) -...
2004-01-04 bellardadded stx_T1_A0 micro ops
2004-01-04 bellardfixed word bit operations with memory offset - suppress...
2004-01-04 bellardcorrect value for ADDSEG is real mode (fixes GRUB boot...
2004-01-04 bellarddebug updates - page_unprotect() is no longer needed...
2004-01-04 bellardadded PE to static CPU state (avoids flushing translate...
2004-01-04 bellardinvd and wbinvd support - fixed code gen logic for...
2004-01-04 bellarddebug fixes - use more generic TLB mappings
2004-01-04 bellardcorrect zero segment values when coming from VM86 mode...
2003-12-02 bellardP4 style multiplication eflags
2003-12-02 bellarddump irq inhibit flag as it is a part of the cpu state
2003-11-23 bellarda20 fix
2003-11-23 bellardfixed eflags IF/IOPL update
2003-11-22 bellardFTST instruction fix
2003-11-19 bellardadded fcmovxx support
2003-11-19 bellardadded fcmovxx support (fixes segfaults in some recent...
2003-11-19 bellardalways completely redefine the TLB in case of MMU fault
2003-11-16 bellardmore precise stack operations in call/int gates (16...
2003-11-13 bellardcall gate fix - verr and verw fix
2003-11-13 bellardfixed pop %sp bug
2003-11-13 bellardfixed lmsw instruction
2003-11-13 bellardiret and int fix for vm86 - added undefined instruction...
2003-11-13 bellardadded verr, verw, arpl - more precise segment rights...
2003-11-13 bellardio map checks
2003-11-12 bellarddump more registers
2003-11-12 bellardfull TSS support - IO map check support - conforming...
2003-11-12 bellardadded comments and TSS bit
2003-11-04 bellarda20 support
2003-10-30 bellardcmov fix (bug on PowerPC)
2003-10-30 bellardsoft MMU performance fix (oops)
2003-10-28 bellardfixed long double accesses when using soft MMU
2003-10-27 bellardfull softmmu support
next