]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2004-01-24 bellardadded TARGET_LONG_BITS
2004-01-24 bellardadded cpu_get_phys_page_debug()
2004-01-24 bellardadded cpu_get_phys_page_debug()
2004-01-24 bellardremoved warnings
2004-01-24 bellardupdate
2004-01-24 bellardincreased physical RAM limit to 2047 MB in soft MMU...
2004-01-22 bellardATAPI transfer size fix (NetBSD CDROM access fix) ...
2004-01-19 bellardinterrupt to conforming segment fix (QNX boot fix)
2004-01-19 bellard16 bit DMA fix (malc)
2004-01-19 bellardL4 fix for rep nop (should handle all cases)
2004-01-19 bellardtest at least one invalid lock op code
2004-01-18 bellardPowerPC merge (Jocelyn Mayer)
2004-01-18 bellardupdate
2004-01-18 bellardavoid exiting directly if file not found
2004-01-18 bellardPowerPC merge (Jocelyn Mayer)
2004-01-18 bellardPowerPC merge (Jocelyn Mayer)
2004-01-18 bellardARM fcntl flag fixes (Lennert Buytenhek)
2004-01-18 bellardautomatic floppy boot
2004-01-18 bellardtemporary gcc 3.3 fix
2004-01-18 bellardsb16 patch (malc)
2004-01-18 bellardalpha fix (Falk Hueffner)
2004-01-18 bellardsuppressed cast to lvalue
2004-01-18 bellardmore xadd tests - cmpxchg8b test
2004-01-18 bellardcmos return current date - current irq priority in...
2004-01-18 bellardcast to return type
2004-01-18 bellardfixed tlb invalidation
2004-01-18 bellardppc code gen size fix
2004-01-18 bellardsimpler second page physical address test
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-18 bellardgenerate read error if no image (win XP install boot)
2004-01-13 bellardfixed subtle bug: in some cases PG_DIRTY was not set...
2004-01-05 bellardppc support (Jocelyn Mayer)
2004-01-05 bellardFloppy disk emulation (Jocelyn Mayer)
2004-01-05 bellardupdate
2004-01-05 bellarduse generic GenOpFunc
2004-01-05 bellarddebug fixes
2004-01-05 bellardchanged cpu_x86_in/out to cpu_in/out
2004-01-05 bellarduse CPUState
2004-01-05 bellardPowerPC system emulation (Jocelyn Mayer) - PIC poll...
2004-01-04 bellardfcntl flags convertion (Jocelyn Mayer)
2004-01-04 bellardPowerPC support - float macros
2004-01-04 bellardPowerPC update (Jocelyn Mayer)
2004-01-04 bellardfactorized GenOpFunc
2004-01-04 bellardPowerPC System emulation (Jocelyn Mayer)
2004-01-04 bellardppc fix
2004-01-04 bellardchanged cpu_x86_in/out to cpu_in/out
2004-01-04 bellardaalib support with SDL
2004-01-04 bellardinfer access type
2004-01-04 bellardsuppressed explicit access type and use the exception...
2004-01-04 bellardPowerPC system emulation (Jocelyn Mayer) - modified...
2004-01-04 bellardupdate
2004-01-04 bellardmake the bios be a ROM memory - glibc hacks for setvbuf...
2004-01-04 bellardhack for target_ulong define
2004-01-04 bellardassembly soft MMU defines on i386
2004-01-04 bellardWHEEL defines may not be available in SDL
2004-01-04 bellardupdated so that PPC/ARM/SPARC executables are automatic...
2004-01-04 bellardcorrect cpu state
2004-01-04 bellardCD-ROM detection fix
2004-01-04 bellard(temporary) only physical dump is possible in gdb
2004-01-04 bellardnew generic TLB support - faster self modifying code...
2004-01-04 bellardadded support for direct patching on i386 host (faster...
2004-01-04 bellardadded support for direct patching on i386 host (faster...
2004-01-04 bellardinclude stddef.h for size_t definition
2004-01-04 bellardexport more memory defines
2004-01-04 bellardsupport for new TLB handling
2004-01-04 bellardwaiting for TARGET_HAS_SMC patch
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 bellardsignal fix: update the host signal 'signal ignored...
2004-01-04 bellardupdate
2004-01-04 bellardfirst multi target test (lauches 'ls')
2004-01-04 bellardmore precise PIT gate emulation
2004-01-04 bellardremoved test code
2004-01-04 bellardexplicited S3 specific code - added more debug code
2004-01-04 bellardtermios support for SPARC and PPC
2004-01-04 bellardstat64 fix - added getpagesize()
2004-01-04 bellardSPARC fixes : syscall fixes - added user register windo...
2004-01-04 bellardadded CPU callbacks
2004-01-04 bellardmore generic TLB support - began to fix unlikely interr...
2004-01-04 bellardaligned stack on 16 byte boundary - PPC target fixes...
2004-01-04 bellardsparc fixes
2004-01-04 bellardfloat access fixes
2004-01-04 bellardupdate
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...
2004-01-04 bellardSPARC fixes: corrected PC/NPC logic (now slower but...
2004-01-04 bellardPowerPC fixes (Jocelyn Mayer)
2003-12-02 bellarddisable keyboard interrupts if keyboard clock disabled...
2003-12-02 bellardP4 style multiplication eflags
2003-12-02 bellarddump irq inhibit flag as it is a part of the cpu state
next