sdk/emulator/qemu.git
2007-04-06 blueswir1Full implementation of IEEE exceptions (Aurelien Jarno)
2007-04-06 blueswir1Enforce even float register pair for double register...
2007-04-06 thsFix handling of ADES exceptions.
2007-04-06 thsSave state for all CP0 instructions, they may throw...
2007-04-06 pbrookUse correct type for card field.
2007-04-06 pbrookSD card emulation (initial implementation by Andrzei...
2007-04-06 j_mayerCode provision for x86_64 and PowerPC 64 linux user...
2007-04-06 j_mayerAdd alpha targets.
2007-04-06 j_mayerFix for PowerPC 64 rotates.
2007-04-06 j_mayerCode provision for 64 bits linux user-mode targets...
2007-04-05 thsfix branch delay slot cornercases.
2007-04-05 thsFix rotr immediate ops, mask shift/rotate arguments...
2007-04-05 thsHandle EBase properly.
2007-04-05 thsFix disabling of the Cause register for R2.
2007-04-05 thsFix RDHWR handling. Code formatting. Don't use *_direct...
2007-04-05 ths64bit MIPS FPUs have 32 registers.
2007-04-05 thsClear BEV and ERL for the fake bootloader.
2007-04-05 j_mayerFix alpha target compilation on 32 bits hosts.
2007-04-05 j_mayerRules needed to compile linux user-mode alpha target.
2007-04-05 j_mayerTemporary hack for alpha user-mode emulation.
2007-04-05 blueswir1Documentation update
2007-04-05 blueswir1Fix stdfq op (Aurelien Jarno)
2007-04-05 blueswir1Fix co-processor branch and store ops (Aurelien Jarno)
2007-04-05 blueswir1Fill in real SparcStation 10 values
2007-04-05 j_mayerIntegrate Alpha target in Qemu core.
2007-04-05 j_mayerPreliminary patch for Alpha Linux user mode emulation...
2007-04-05 j_mayerDefinitions needed for Alpha linux user-mode emulation.
2007-04-05 j_mayerAlpha CPU palcode emulation. Only usable in user mode...
2007-04-05 j_mayerAlpha architecture emulation core.
2007-04-05 j_mayerInfrastructure to support more than 2 MMU modes.
2007-04-04 thsFix code formatting.
2007-04-04 j_mayerChange NIC registration to be consistent with other...
2007-04-04 j_mayerTARGET_FMT_ld may also be useful for debugging purposes.
2007-04-04 j_mayerAdd missing 64 bits memory accessors.
2007-04-03 thsi386 return APIC ID with cpuid, by Bernhard Kauer.
2007-04-03 thsFix Malta tty2 UART registers.
2007-04-02 thsMIPS32R2 needs RDPGPR/WRPGPR instructions even when...
2007-04-02 thsFix guest x86/amd64 helper_fprem/helper_fprem1, by...
2007-04-02 thsBuild fix for 64bit machines. (This is still not correc...
2007-04-02 thsQcow2: Release refcount table clusters after growing...
2007-04-02 thsUse __sFILE to typedef for _BSD.
2007-04-02 thsEepro100 emulation, by Stefan Weil.
2007-04-02 thsaudio/ossaudio.c for OpenBSD, by Todd T. Fries.
2007-04-02 thsltr for x86_64 should check the upper descriptor type...
2007-04-02 thsne2k buffer full bug fix, by Marcel Block.
2007-04-02 thsRandom bug fixes from code inspection, by Wang Cheng...
2007-04-02 thsVMware SVGA II emulation, by Andrzej Zaborowski.
2007-04-01 thsQcow2 corruption fix, by Juergen Keil.
2007-04-01 thsSolaris 9/x86 support, by Ben Taylor.
2007-04-01 thsConditionalize more syscall implementations, by Mike...
2007-04-01 thsSingle mode for PIC i8259, by Bernhard Kauer.
2007-04-01 thsImproved initrd support for mips.
2007-04-01 blueswir1Fix off-by-one error
2007-04-01 blueswir1Change Sparc uses of pic_set_irq to pic_set_irq_new
2007-04-01 blueswir1Add SparcStation-10 machine
2007-04-01 blueswir1Reorganise Sun4m to allow other machine types
2007-04-01 blueswir1Fix Sparc shift ops (Aurelien Jarno)
2007-04-01 blueswir1Fix Sparc lda/ldda/sta/stda asi handling, fault on...
2007-04-01 blueswir1Fix Sparc co-processor ops (Aurelien Jarno)
2007-04-01 blueswir1Fix Sparc ASR handling (Aurelien Jarno)
2007-04-01 thsActually enable 64bit configuration.
2007-04-01 thsMIPS64 configurations.
2007-03-31 thsGenerate double and triple faults, by Bernhard Kauer.
2007-03-31 pbrookLarge kernel initrd fix (initial patch by Daniel Jacobo...
2007-03-31 thsDon't let sigaction handle SIGKILL/SIGSTOP, by Stuart...
2007-03-31 thsUpdate for binfmt_misc handler, by Stefan Weil.
2007-03-31 thsfcntl() remaining fix, by Stuart Anderson.
2007-03-31 thsFix usb hid and mass-storage protocol revision, by...
2007-03-31 thsMalta CBUS UART support.
2007-03-31 j_mayerSupport for PowerPC BookE exception model.
2007-03-31 j_mayerEmbedded PowerPC timers support.
2007-03-31 j_mayerMerge PowerPC 405 MMU model.
2007-03-31 j_mayerAs embedded PowerPC TLB model is very different from...
2007-03-31 j_mayerBetter fix for OpenPIC: should not depend on PowerPC.
2007-03-30 thsSwitch include for Solaris to avoid namespace issues...
2007-03-30 thsSpelling fixes, by Stefan Weil.
2007-03-30 thsUpdate mips TODO.
2007-03-30 thsFix typo, suggested by Ben Taylor.
2007-03-30 thsSquash logic bugs while they are fresh...
2007-03-30 thsSanitize mips exception handling.
2007-03-30 thsFix build failure.
2007-03-30 j_mayerFix rfi instruction: do not depend on current execution...
2007-03-30 j_mayerFix / update PowerPC BookE definitions.
2007-03-30 j_mayerNew model for PowerPC CPU hardware interrupt events:
2007-03-28 j_mayerSolaris host compilation fix by Shaddy Baddah.
2007-03-25 thsqemu_create_pidfile implementation for Win32, based...
2007-03-25 thsMove determination of AIOLIBS until after all configure...
2007-03-25 thsFix segfault with -nographic, by Enache Adrian.
2007-03-25 thsTypo in configure, by Nicholas Sauzede.
2007-03-25 thsImproved kqemu error message, by Robert Millan.
2007-03-25 thsWindows sockets like to be different. Inspired by a...
2007-03-25 blueswir1Sparc32/64 CPU selection
2007-03-24 thsOne more bit of mips CPU configuration, and support...
2007-03-24 blueswir1Upgrade Sparc FPU version (based on patch by Aurelien...
2007-03-23 blueswir1Sparc tagged operations (Aurelien Jarno)
2007-03-23 j_mayerAdd missing PowerPC 64 instructions
2007-03-23 j_mayerFix debug printf: we need different macros for target_u...
2007-03-23 thsFix enough FPU/R2 support to get 24Kf going.
2007-03-22 j_mayerPowerPC improvments:
2007-03-22 j_mayerPowerPC bugfixes:
next