qemu
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
2008-05-29 blueswir1Remove unused (for now) reg_REGWPTR (original patch...
2008-05-29 pbrookNPTL host detection and futex syscall passthrough.
2008-05-29 pbrookFix rounding error.
2008-05-29 pbrookStrace fallback for unknown syscalls.
2008-05-29 pbrookImplement clock_nanosleep.
2008-05-29 bellardPush common interrupt variables to cpu-defs.h (Glauber...
2008-05-29 bellardkeep static code gen buffer for user mode - mark user...
2008-05-29 pbrookImplement ARM magic kernel page and TLS register.
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-28 pbrooksvn:ignore qemu-nbd and qemu-nbd.8
2008-05-28 pbrookDon't link usermode emulation against libqemu_common.a
2008-05-28 bellardforce bit 1 in eflags load
2008-05-28 bellardSVM rework
2008-05-28 thsHonour current_tc for MIPS M{T,F}{HI,LO}, by Richard...
2008-05-28 bellardconsistent naming for i386 TCG helper file
2008-05-28 bellardupdate
2008-05-28 bellardmore tests
2008-05-28 bellardvariable dynamic translation buffer size
2008-05-28 bellardAlign file accesses with cache=off (O_DIRECT) (Kevin...
2008-05-27 bellardremoved unused code
2008-05-27 edgar_iglCRIS: Re-add the X flag to the tb flags, it allows...
2008-05-27 bellardqemu-nbd tool (Anthony Liguori)
2008-05-27 edgar_iglCRIS: Use $eda to instead of debug1 (removed) for fault...
2008-05-27 edgar_iglCRIS: Restructure the translator to allow for better...
2008-05-27 edgar_iglETRAX: Avoid compiler warning.
2008-05-27 edgar_iglETRAX: Allow boot from flash. Support the watchdog...
2008-05-27 blueswir1Free temps
2008-05-27 blueswir1Move non-op functions from op_helper.c to helper.c...
2008-05-26 blueswir1More TCG type fixes
2008-05-26 bellardFix signed/unsigned issues of immediate version of...
2008-05-26 blueswir1Fix cas on i386
2008-05-25 bellardfixed x86_64 regression
2008-05-25 bellardppc dyngen fix (malc)
2008-05-25 bellardppc TCG target (malc)
2008-05-25 bellardjump simplification
2008-05-25 bellardjump optimizations
2008-05-25 bellardupdate
2008-05-25 bellardsuppressed unused macro handling
2008-05-25 bellardremove absolete function
2008-05-25 bellardremove absolete function
2008-05-25 bellardtransformed TN into temporaries - add local temporaries...
2008-05-25 bellardadded local temporaries
2008-05-25 pbrookIgnore duplicate timer run requests.
next