]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
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
2008-05-21  bellardconvert remaining segment handling to TCG
2008-05-21  bellardconverted LSL/LAR/VERW/VERR to TCG - force 16 bit memor...
2008-05-21  bellardfixed dead global variable update
2008-05-21  bellardsuppressed no longer used ops
2008-05-21  bellardconverted INTO/CMPXCHG8B to TCG
2008-05-21  bellardconverted BCD ops to TCG
2008-05-21  bellardconverted MUL/IMUL to TCG
2008-05-21  thsSwitch MIPS clo/clz and the condition tests to TCG.
2008-05-21  thsSwitch MIPS movn/movz to TCG.
2008-05-20  blueswir1Remove currently unnecessary alignment masking
2008-05-20  balrogFix 8-bit signed load/store and a typo.
2008-05-20  balrogImplement neg_i32, clean-up.
2008-05-20  balrogPrevent SEGV in VNC server for old clients (Anthony...
2008-05-20  balrogRemove dyngen ARM code, which did't build.
2008-05-19  balrogARM host support for TCG targets.
2008-05-19  blueswir1Fix Sparc32 compilation broken by r4484
2008-05-19  blueswir1Better solution for the alignment problem
2008-05-18  thsAdd file left out from previous commit.
2008-05-18  thsSwitch most MIPS logical and arithmetic instructions...
2008-05-18  thsFix local register cache handling.
2008-05-18  bellardconverted string OPs and LOOP insns to TCG
2008-05-18  bellardfixed INC/DEC condition codes
2008-05-18  balrogBoot tags setup needed by N800 proprietary bootloader.
2008-05-18  balrogN810 keyboard slide open by default, add more comments.
2008-05-18  balrogAdd N810 to allowed -M values, add documentation part...
2008-05-18  balrogCollapse omap peripherals on L4 bus into one io entry...
2008-05-18  edgar_iglETRAX: Connect both ethernet controllers.
2008-05-18  edgar_iglETRAX: Add support for the ethernet receivers dest...
2008-05-18  blueswir1Fix constant checks on Sparc64 host
2008-05-18  blueswir1Fix TCG alignment problems on Sparc64 host
2008-05-18  blueswir1Fix Sparc64 host signal handling
2008-05-17  edgar_iglSupport signal reception in user-mode. Handle when...
2008-05-17  balrogTry to fix USB HID and make the HID reports readable.
2008-05-17  bellardconverted sign extension ops to TCG
2008-05-17  edgar_iglUse tcg_gen_not.
2008-05-17  bellardMONITOR insn address generation fix - converted XLAT...
2008-05-17  edgar_iglAdd support for the 'k' (kill) and 'D' (detach) packets...
2008-05-17  bellardBSR/BSF TCG conversion
2008-05-17  balrogmusicpal: Improve button handling (Jan Kiszka).
2008-05-17  balrogRemove arm's local not_i32 tcg op now that there's...
2008-05-17  balrogMissing include for Slirp on win32 (Eduardo Felipe).
2008-05-17  bellardconverted bit test operations to TCG
2008-05-17  bellardmoved eflags computation outside op.c
2008-05-17  bellardconverted adc, sbb, cmpxchg to TCG
2008-05-17  bellardconverted condition code supprot to TCG - converted...
2008-05-17  bellardadded 'pure' function attribute - fixed indirect functi...
2008-05-17  bellardadded not pseudo op - more _tl macros
2008-05-17  blueswir1Generate better code for Sparc32 shifts
2008-05-17  blueswir1Fix qemu_ld/st branches, constification, use orcc for...
2008-05-17  blueswir1Improved workaround for the annoying glibc global regis...
2008-05-17  blueswir1Update TODO
2008-05-16  blueswir1Implement qemu_ld/st, fix brcond, handle more corner...
2008-05-15  edgar_iglAlways process real timers regardless of singlestep...
2008-05-15  blueswir1Implement brcond, ldst with large offset; fix direct...
2008-05-15  blueswir1Fix bit fitting checks
2008-05-15  bellardconverted more helpers to TCG - fixed some SVM issues
2008-05-15  bellardcpu_abort() is really an abort
2008-05-14  blueswir1Fix compilation on Sparc host, implement ld and st
2008-05-13  edgar_iglETRAX: Add some kind of support for simulating 802...
next