]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
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.
2008-05-25  blueswir1Implement byte swapping accesses
2008-05-25  blueswir1Nicer debug output
2008-05-25  pbrookRemove bogus DisplayState member.
2008-05-25  balrogFix VNC update regoin height.
2008-05-25  pbrookFix off-by-one unwinding error.
2008-05-25  balrogInvalidate VNC framebuffer on every resize.
2008-05-24  balrogTab-complete arguments for "logfile" in the monitor.
2008-05-24  balrogRelax a constraint for qemu_ld64 on ARM host.
2008-05-24  balrogFix a deadly typo, correct comments.
2008-05-24  pbrookConvert m68k target to TCG.
2008-05-24  pbrookFix ARM host TLB.
2008-05-24  thsFix mov[tf].ps handling for MIPS, by Richard Sandiford.
2008-05-24  thsUn-break MIPS conditional moves, by Richard Sandiford.
2008-05-24  blueswir1Implement 64-bit constant loads
2008-05-24  blueswir1Use sethi and arith functions, fix comment
2008-05-24  blueswir1Fix stack offsets and alignment
2008-05-24  edgar_iglETRAX: Correct check for second nic.
2008-05-24  edgar_iglDont try to keep the tlb and the jmp cache synchronized.
2008-05-24  pbrookFix A20 debug dumps.
2008-05-24  pbrookDynamically allocate tbs. Avoids branch range problems...
2008-05-24  blueswir1Define stack offsets
2008-05-24  pbrookMore TCGv type fixes.
2008-05-24  pbrookFix ARM conditional branch bug.
2008-05-24  pbrookFix helper operand type mismatch.
2008-05-23  pbrookFix bogus test syntax.
2008-05-23  thsFix parallel builds for dyngen, by Jason Wessel.
2008-05-23  balrogComment non-obvious calculation. Don't clobber r3...
2008-05-23  balrogA branch insn must not overwrite the branch target...
2008-05-23  thsSwithc some MIPS CP0 accesses to TCG.
2008-05-23  thsSwitch MIPS movf/movt to TCG.
2008-05-23  bellardadded tcg_temp_free() and improved the handling of...
2008-05-23  pbrookFix build failure with old kernel headers (loop.h is...
2008-05-23  balrogFix qemu_ld/st for mem_index > 0 on arm host.
2008-05-23  balrogDefine TCG_TARGET_CALL_STACK_OFFSET on arm.
2008-05-23  bellardcompilation fix
2008-05-23  bellardremoved warning
2008-05-23  bellardTCG profiler clean up
2008-05-23  bellardprofiler clean up
2008-05-23  thsFix build failure for MIPS64 targets on 64-bit hosts.
2008-05-22  thsDelete dead code.
2008-05-22  blueswir1Register op helpers
2008-05-22  thsSwitch MIPS branch handling to TCG, and clean out point...
2008-05-22  bellarduse debug_insn_start to have nicer debug traces
2008-05-22  bellardadded debug_insn_start debug instruction
2008-05-22  bellardproper helper definition registering (all targets must...
2008-05-22  bellarddebug output: write helper names
2008-05-22  bellardmore generic call codegen
2008-05-22  bellardfixed zero shifts (64 bit case)
2008-05-22  thsFix block-vmdk.c:vmdk_close() use-after-free, by Ed...
2008-05-22  bellardsmall shift opts
2008-05-22  bellardoptimization of shifts by a constant
2008-05-22  bellardlahf/sahf cpuid test
2008-05-22  bellardcmpxchg8b fix - added cmpxchg16b
2008-05-22  bellardcmpxchg 64 bit fix
2008-05-22  bellardfxsave/fxrstor 64 bit fix
2008-05-21  bellarddisabled dyngen for x86 target
2008-05-21  bellardconverted conditional jumps, SET and CMOVx to TCG
2008-05-21  bellardremoved unused defines
2008-05-21  bellardconverted env access to TCG
2008-05-21  bellardconvert eflags manipulation insns to TCG
next