]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2008-06-29  pbrookAdd instruction counter.
2008-06-29  pbrookFix shell quoting.
2008-06-28  malcDocument usage of new options remove stray variables...
2008-06-28  malcConsistency
2008-06-27  thsAvoid unused input arguments which triggered tcg errors...
2008-06-27  thsMore efficient target register / TC accesses.
2008-06-26  blueswir1Fix bogus format, reading uninitialised memory (origina...
2008-06-25  malcChange the way audio is configured
2008-06-25  blueswir1Suppress OpenBSD warning messages for leftover fifo...
2008-06-25  blueswir1Reset correct channel aka NetBSD boot fix
2008-06-24  thsClarify some TODO items.
2008-06-24  thsRemove remaining uses of T0 in the MIPS target.
2008-06-24  thsT1 is now dead.
2008-06-24  thsReduce use of fixed registers a bit more.
2008-06-24  blueswir1Fix Sparc mmu bug seen with NetBSD, based on patch...
2008-06-24  thsUse temporaries instead of fixed registers for some...
2008-06-23  malcMake mixer emulation a configure option (Jan Kiszka)
2008-06-23  blueswir1Fix some compiler signed/unsigned char warnings
2008-06-23  blueswir1Fix compiler warning (Jan Kiszka)
2008-06-23  thsPass T0/T1 explicitly to helper functions, and clean...
2008-06-23  malcAccording to gcc-4.3.0/gcc/config/rs6000/crtsavres...
2008-06-23  malcShuffle contents of tcg_target_reg_alloc_order
2008-06-22  malcAdd missing [SU]32
2008-06-22  blueswir1Eliminate cpu_T[0]
2008-06-22  blueswir1Eliminate cpu_T[1]
2008-06-22  blueswir1Add missing keys, sendkey support for all keys
2008-06-21  malcEmit warning message if user supplied buffer/period...
2008-06-21  blueswir1Convert some cpu_dst uses (with loads/stores) to cpu_tmp0
2008-06-21  blueswir1Avoid brcond problems, use temps for cpu_src1 & cpu_src2
2008-06-21  malcDo not save dynamic field
2008-06-21  malcDisable xLaw debugging
2008-06-21  malcRework period/buffer size setting
2008-06-21  malcAdd VM save/load support
2008-06-21  malcAdd calls to pci_device_save/load
2008-06-20  blueswir1Update TODO
2008-06-20  blueswir1Add support for boot_set command
2008-06-20  blueswir1Add an opaque parameter to boot_set API, move function...
2008-06-20  thsDelete obsolete file.
2008-06-20  thsDelete obsolete file.
2008-06-20  thsDelete obsolete prototypes.
2008-06-20  thsConvert unaligned load/store to TCG.
2008-06-20  blueswir1Fix boot problem on i386 host introduced in r4690
2008-06-20  bellardadded model_id and vendor cpu model options (initial...
2008-06-20  thsConvert vr54xx multiply instructions to TCG.
2008-06-20  bellardcmpxchg fixes
2008-06-19  thsRemove now-dead code.
2008-06-19  thsConvert remaining MIPS FP instructions to TCG.
2008-06-19  blueswir1Fix buffer overruns (reported by Julian Seward)
2008-06-19  blueswir1Also fix 24 bit depth
2008-06-19  blueswir1Fix crash when returning from monitor or serial console...
2008-06-18  aurel32Make save function optional
2008-06-18  aurel32PPC: fix mtfsfi
2008-06-18  aurel32Add image format option in monitor for removable media
2008-06-18  bellardHLT, MWAIT and MONITOR insn fixes (initial patch by...
2008-06-18  malcSave LR into proper place on callers stack frame
2008-06-15  blueswir1Avoid temporary variable use across basic blocks for...
2008-06-15  blueswir1Fix Sparc32plus & Sparc64 debug output
2008-06-13  malcFix vm state save/load
2008-06-13  malcISA version of CS4231A
2008-06-12  thsSwitch the standard multiplication instructions to...
2008-06-12  thsSwitch bitfield instructions and assorted special ops...
2008-06-12  malcReimplement brcond2 and refactor brcond
2008-06-12  thsTCGify the simplest FP instructions.
2008-06-12  thsTCGify a few more instructions.
2008-06-11  thsUpdate TODO list.
2008-06-11  thsCall most FP helpers without deroute through op.c
2008-06-11  thsDelete obsolete file.
2008-06-11  thsSwitch most MIPS FP load/stores to TCG.
2008-06-11  thsAvoid gen_opc_buf overflow.
2008-06-11  thsAllocate register pair for 64-bit registers on 32-bit...
2008-06-11  thsFree some more temporaries.
2008-06-11  thsMove FP TNs to cpu env.
2008-06-11  bellardusing strncpy is *always* a bad idea
2008-06-10  thsFix typo, by Laurent Desnogues.
2008-06-10  malcRemove stray variable
2008-06-10  thsFix data type mixup, spotted by malc.
2008-06-10  edgar_iglETRAX: More DMA context level related fixes.
2008-06-09  malcUse rem/div[u]_i32 drop div[u]2_i32
2008-06-09  edgar_iglCRIS: Add (untested) cpu-state save/load.
2008-06-09  edgar_iglETRAX: Add NMI support to the watchdog and the interrup...
2008-06-09  edgar_iglCRIS: Emulate NMIs.
2008-06-09  edgar_iglCRIS: Support RFN insn.
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.
next