]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
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
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
next