]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
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...
2008-05-13 blueswir1Remove some uses of phys_ram_base (initial patch by...
2008-05-13 bellardi386 specific TODO
2008-05-13 bellardupdate
2008-05-13 blueswir1Fix loading of binary ROMs
2008-05-13 thsFix compiler warning.
2008-05-13 edgar_iglCRIS: Improve TLB management and handle delayslots...
2008-05-12 bellardcompilation fix
2008-05-12 bellarduse new helper name
2008-05-12 bellardconverted more helpers to TCG
2008-05-12 bellardremoved unused code
2008-05-12 bellardFPU fixes
2008-05-12 bellardconverted x87 FPU ops to TCG
2008-05-12 blueswir1Move prototype back to avoid a compiler warning
2008-05-12 blueswir1Remove most uses of phys_ram_base (initial patch by...
2008-05-12 bellardconverted SSE/MMX ops to TCG
2008-05-12 blueswir1Wrap long lines
2008-05-12 bellarduse TCG for MMX/SSE memory accesses
2008-05-12 bellardtemporary hack to handle register shortage with dyngen...
2008-05-12 bellard2.6 kernels make int 5 a trap gate
2008-05-12 bellardchar is only for strings
2008-05-12 bellardthe double/triple fault handling was not tested in...
2008-05-12 bellardremoved unused code
2008-05-12 edgar_iglCRIS: Remove some old dyngen T0/T1 fiddle. More usage...
2008-05-12 edgar_iglDebugger single step without interrupts (Jason Wessel).
2008-05-11 blueswir1Remove someexplicit alignment checks (initial patch...
2008-05-11 edgar_iglUpdate the etrax machine.
2008-05-11 edgar_iglAdd limited support for the etrax ethernet controller.
2008-05-11 edgar_iglAdd support for parts of the etraxfs dma controller.
2008-05-11 edgar_iglCorrect interrupt masking for etrax timers.
2008-05-11 pbrookAdd TCG native negation op.
2008-05-11 edgar_iglCRIS: Add support for the pseudo randomized set that...
2008-05-11 pbrookAdd zero extension (pseudo-)ops.
2008-05-10 aurel32Fix parallel build (broken by commit r4407)
2008-05-10 aurel32Fix argument description for -loadvm option
2008-05-10 aurel32Fix broken PPC user space single stepping
2008-05-10 bellardREXB optimization cannot be done at this level
2008-05-10 bellardadded missing return (Mike Frysinger)
2008-05-10 bellardfixed qemu_st8 insn - prologue saved too many registers
2008-05-10 edgar_iglCorrect a formatting issue (Carlo Marcelo Arenas Belon).
2008-05-10 edgar_iglCRIS: helper_dummy no longer needed as barrier for...
2008-05-10 pbrookFix DEBUG_TCGV.
2008-05-10 blueswir1Fix ppcemb-softmmu (Stuart Brady)
2008-05-10 bellardfixed do_restore_state()
2008-05-10 blueswir1Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid...
2008-05-10 blueswir1Remove duplicated field
2008-05-10 blueswir1Add a TODO file
2008-05-10 bellardno need to define global registers in cpu-exec.c
2008-05-10 bellardsuppressed fixed registers
2008-05-10 bellardinitial global prologue/epilogue implementation
2008-05-10 bellardfixed global variable handling with qemu load/stores...
2008-05-10 blueswir1Fix compiler warnings in common files
2008-05-10 blueswir1Fix compiler warnings
2008-05-10 bellardupdate
2008-05-10 balrogSpecial-case CTL_ALIAS instead of CTL_DNS in udp loopba...
2008-05-09 balrogImprove tsc2005 touchscreen usability.
2008-05-09 balrogAdd the LM8323-based keyboard of N810.
2008-05-09 blueswir1CPU feature selection support
2008-05-09 blueswir1Move #include to speed up compilation
2008-05-09 aurel32SH4 serial controler improvements
2008-05-09 aurel32SH4 MMU improvements
2008-05-09 aurel32Move #include "softfloat.h" to cpu-all.h
2008-05-09 bellardx86_64 and better i386 support
2008-05-09 bellardlist of maintainers
2008-05-09 edgar_iglRemove x86-64 specific reg fillers.
2008-05-09 edgar_iglDebugger single step without interrupts (Jason Wessel).
2008-05-09 edgar_iglAdd x86_64 gdb stub for qemu (Jason Wessel).
2008-05-09 edgar_iglCRIS: Concistent use of btarget and make it possible...
2008-05-09 edgar_iglMake a safer guess for max generated ops per guest...
2008-05-08 edgar_iglCFI-0002 linux MTD compatibility.
2008-05-08 aurel32cirrusfb: proper "Attribute Controller Toggle Readback...
2008-05-07 pbrookUpdate ARM non-rt sigframe layout.
2008-05-07 thsBe more economical with local temporaries.
2008-05-07 blueswir1Simplify some constant loads
2008-05-07 blueswir1Fix potential condition code problems
2008-05-07 thsMention missing CPU save/restore.
2008-05-07 edgar_iglCRIS: Disable softfloat and dyngen ops.
2008-05-07 thsDelete redundant prototype.
next