qemu
2008-06-09 edgar_iglCRIS: Translator updates.
2008-06-09 bellardSVM: Fix segment attribute clobbering (Alexander Graf)
2008-06-09 malcEmit trampolines manually in prologue
2008-06-09 malcFix test for signed div fast path
2008-06-09 pbrookAdd proper file header.
2008-06-09 pbrookUse qemu_mallocz to allocate new thread state. Remove...
2008-06-09 pbrookUse qemu_mallocz.
2008-06-09 pbrookPrevent guest reusing host memory allocations.
2008-06-09 pbrookDespite what the documentation says/implies, PTHREAD_ST...
2008-06-09 thsSwitch remaining CP0 instructions to TCG or helper...
2008-06-09 malcAdd -mlongcall for PPC host (needed for MIPS for instance)
2008-06-09 malcR_PPC_REL24 safety net
2008-06-09 malcFix div[u]2.
2008-06-09 pbrookClean up MMIO TLB handling.
2008-06-09 balrogFix the sendkey hold time calculation (Jan Kiszka).
2008-06-09 balrogTC6393XB system features (Dmitry Baryshkov).
2008-06-08 balrogEnhance sendkey with key hold time (Jan Kiszka).
2008-06-08 thsRegister helper functions.
2008-06-08 malcCheck the returned audio_buf_info fields
2008-06-08 malcFix error reporting under Win32 (CreateFile does not...
2008-06-08 malcUpdate
2008-06-08 malcFix some signedness issues caught by gcc 4.3
2008-06-08 pbrookRemove dead and bitrotten "qemu-fast" code.
2008-06-08 malcDo not scare users with ominous error messages from...
2008-06-07 pbrookImplement thread creation.
2008-06-07 pbrookMultithreaded locking fixes.
2008-06-07 malcPPC TCG Fixes
2008-06-07 blueswir1Allow NWINDOWS selection (CPU feature with model specif...
2008-06-07 blueswir1Fix Sparc32plus GDBstub support
2008-06-07 thsAllocate a register pair instead of a single register.
2008-06-06 bellardundocumented 0x82 opcode is invalid in 64 bit code
2008-06-06 bellardFix i386 segment descriptor types on reset (Avi Kivity)
2008-06-06 edgar_iglCRIS: Add the P flag to the tb dependent flags.
2008-06-06 edgar_iglCRIS translator updates
2008-06-06 edgar_iglCorrect P flag assertion in rfe.
2008-06-06 edgar_iglMake the tests run when built with experimental gcc...
2008-06-06 edgar_iglAdd a testcase for broken x arithmetic sequences.
2008-06-06 edgar_iglIncrease the odds for the movei test to pass in system...
2008-06-06 edgar_iglAvoid warnings.
2008-06-06 edgar_iglETRAX machine updates.
2008-06-06 edgar_iglCompile with debug.
2008-06-06 thsFix compiler warning.
2008-06-05 thsCompile fix for Apple, by C.W. Betts.
2008-06-05 thsFix always_inline definition for Darwin, by Andreas...
2008-06-05 thsRemove dead-code (else-block) from block-qcow.c, by...
2008-06-05 thsNew qemu-img convert -B option, by Marc Bevand.
2008-06-05 thsUpdate documentation for qemu-img convert options,...
2008-06-05 thsFree constant temporaries.
2008-06-04 bellardsave more CPU state
2008-06-04 bellardSVM: added tsc_offset
2008-06-04 thsExplicitly free temporaries.
2008-06-04 thsRemove the temporaries cache of the MIPS target.
2008-06-04 thsFix pointer calculation for MIPS64 targets.
2008-06-04 bellardfixed exceptions for cpuid and invlpg
2008-06-04 bellardGIF flag handling fix (Alexander Graf)
2008-06-04 bellardreworked SVM interrupt handling logic - fixed vmrun...
2008-06-04 bellardupdate
2008-06-04 bellard32 bit SVM fixes - INVLPG and INVLPGA updates
2008-06-04 bellardEFER loading fixes, including SVME bit
2008-06-04 balrogAdd sysrq to key names known by "sendkey".
2008-06-04 balrogRefactor and fix do_sendkey (Jan Kiszka).
2008-06-04 thsDelete duplicate code.
2008-06-03 thsSpelling fixes, by Stefan Weil.
2008-06-02 pbrookMultithreaded locking for mmap().
2008-06-02 pbrookFix location of futex.h.
2008-06-02 thsFix type mismatch.
2008-06-02 thsFix argument order.
2008-06-02 thsProper sign extensions for 32-bit divisions, spotted...
2008-06-02 balrogFix ATAPI GET_CONFIGURATION function (Alexander Graf...
2008-06-02 balrogMark a dead_tmp as such in ARM msr.
2008-06-02 balrogImprove dependencies generation (malc).
2008-06-02 balrogMusicPal: Restore display size after invalidation ...
2008-06-02 balrogFix smbus_eeprom.c compile with DEBUG (spotted by Duili...
2008-06-02 balrogDon't forget to save VNC FB dimensions after resize...
2008-06-02 balrogProvide basic emulation for Sharp SL-6000 PDA (Tosa...
2008-06-02 balrogFactor out common SharpSL PDA code (Dmitry Baryshkov).
2008-06-02 balrogRestore ARM signal handler compilation on glibc < 2...
2008-06-02 balrogEnable SD card on creation.
2008-06-02 balrogMake -mtdblock optional again.
2008-06-01 blueswir1Fix compilation warning
2008-05-31 pbrookMark host brk() area as reserved.
2008-05-31 pbrookAdd TLS sections.
2008-05-31 pbrookMake signal queues per thread.
2008-05-31 pbrookFix usermode build.
2008-05-31 blueswir1Add more SuperSparcs
2008-05-30 pbrookCopy siginfo.si_code.
2008-05-30 pbrookTranslate whole of target_sigset. Use host sigset...
2008-05-30 pbrookFix structure type in sigtimedwait syscall.
2008-05-30 bellardsupport of long calls for PPC (malc)
2008-05-30 bellardkqemu API change - allow use of kqemu with 32 bit QEMU...
2008-05-30 pbrookHandle NULL argp/envp in execve syscall.
2008-05-30 pbrookImplement waitid syscall.
2008-05-30 pbrookPerform target->host signal mapping for *kill syscalls.
2008-05-30 pbrookFix typo.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-30 thsFix for 32-bit MIPS.
2008-05-29 thsAvoid qemu SIGFPE for MIPS DIV, by Richard Sandiford.
2008-05-29 thsFix truncate/extend reversal in MIPS DIV{, U} handling...
2008-05-29 thsFix modulus result from MIPS DDIV & avoid overflowing...
2008-05-29 blueswir1MicroSparc I didn't have fsmuld op
next