qemu
2008-09-18 aurel32target-alpha: convert remaining arith3 functions to TCG
2008-09-18 thsUse TCG registers for most CPU register accesses.
2008-09-18 thsMove the active FPU registers into env again, and use...
2008-09-18 aurel32target-alpha: fix one more literal sign issue
2008-09-18 aurel32target-alpha: instruction decoding simplification
2008-09-18 aurel32target-alpha: convert cmp* instructions to TCG
2008-09-18 aurel32alpha: fix a missing literal sign issue
2008-09-18 aurel32target-alpha: switch a few helpers to TCG
2008-09-17 aurel32target-alpha: convert byte manipulation instructions...
2008-09-17 aurel32alpha: convert cmov and bcond to TCG
2008-09-17 aurel32alpha: improve testsuite
2008-09-17 aurel32[PATCH] alpha: fix linux syscall convention
2008-09-17 aurel32[PATCH] usb-serial: Fix data corruption with usb serial...
2008-09-17 blueswir1Enable ld flag --warn-common
2008-09-17 blueswir1Fix warnings that would be caused by ld flag --warn...
2008-09-17 balrog16550A UART: RHR irq enable bit also masks the Rx timeo...
2008-09-16 aurel32target-alpha: small optimizations
2008-09-16 aurel32target-alpha: fix TCG register names
2008-09-16 aurel32target-alpha: convert some arith3 instructions to TCG
2008-09-16 aurel32target-alpha: convert arith2 instructions to TCG
2008-09-16 balrogMove offsetof to osdep.h, remove local defintions.
2008-09-16 aliguoriblock-raw is not a protocol
2008-09-15 balrogFix range in the hid report descriptor for USB tablet.
2008-09-15 aliguoriMake sure to define fd_open when not on Linux
2008-09-15 aliguoriWMVi extension support (Stefano Stabellini)
2008-09-15 aliguorivnc dynamic resolution (Stefano Stabellini)
2008-09-15 aliguoriRight now, kvm keeps the memory allocation split, so...
2008-09-15 aliguoriMake page_find() return 0 for too-large addresses ...
2008-09-15 aliguoriUse common objects for qemu-img and qemu-nbd
2008-09-15 blueswir1Define a few structures instead of including a file...
2008-09-15 aurel32SH4: Privilege check for instructions
2008-09-15 aurel32qemu sh4 nptl support
2008-09-15 aurel32sh4: doesn't set the cpu_model_str
2008-09-15 aurel32SH4: Serial controller improvement
2008-09-15 aurel32SH4: sleep instruction bug fix
2008-09-14 blueswir1Fix array subscript above array bounds error
2008-09-14 aurel32ppc: Convert op_andi to TCG
2008-09-14 aurel32ppc: Convert ctr, lr moves to TCG
2008-09-14 aurel32alpha: add tests
2008-09-14 aurel32MIPS: Fix tlbwi/tlbwr
2008-09-14 aurel32MIPS: remove empty cpu_mips_irqctrl_init()
2008-09-14 aurel32target-mips: fix warning
2008-09-14 aurel32alpha: fix helper.h
2008-09-14 aurel32alpha: fix lit sign
2008-09-14 blueswir1qemu_next_deadline_dyntick is only used on Linux and...
2008-09-14 blueswir1Revert incorrect part of r4574 to avoid unaligned traps...
2008-09-14 blueswir1Display TCGCond name in tcg dumper (original patch...
2008-09-14 blueswir1Enable gcc flag -Wwrite-strings
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2008-09-14 aliguoriusb: Support for removing device by host addr, improved...
2008-09-14 aliguorihusb: Make control transactions asynchronous (Max Krasn...
2008-09-13 blueswir1Use 64 bit loads for tlb addend only if addend size...
2008-09-13 blueswir1Fix stack alignment on Sparc32 host
2008-09-13 blueswir1Fix mulscc with high bits set in either src1 or src2
2008-09-12 aliguoriLet snapshot work with protocols
2008-09-11 aliguoriuhci: Change default transaction lifetime to 32 frames...
2008-09-11 blueswir1Enable gcc flag -Wendif-labels
2008-09-11 aliguoriOnly build compatfd when using AIO and make sure to...
2008-09-11 blueswir1Write zeros to high bits of y, based on patch by Vince...
2008-09-11 aliguoriMake sure to read siginfo from signalfd
2008-09-11 aliguoriFix the build on non-Linux systems
2008-09-10 blueswir1Convert rest of ops using float32 to TCG, remove FT0...
2008-09-10 blueswir1Partially convert float128 conversion ops to TCG
2008-09-10 blueswir1Convert basic 64 bit VIS ops to TCG
2008-09-10 blueswir1Convert basic 32 bit VIS ops to TCG
2008-09-10 blueswir1Convert basic float32 ops to TCG
2008-09-10 aliguoriAdd missing files from previous commit.
2008-09-10 aliguoriUse signalfd() to work around signal/select race
2008-09-10 aliguoriqemu-nbd: remove useless parameter from nbd_negotiate...
2008-09-09 blueswir1Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert...
2008-09-09 blueswir1Add missing "static"
2008-09-09 aliguoriAdd gitignore file
2008-09-09 aliguoriFix up pxe boot (Glauber Costa)
2008-09-07 aurel32alpha: only print debug information to the log file
2008-09-07 pbrookTCG: Use x86-64 zero extension instructions.
2008-09-07 pbrookImplement TCG sign extension ops for x86-64.
2008-09-07 pbrookFix libvdeplug link test.
2008-09-06 blueswir1Fix a typo in fpsub32
2008-09-06 blueswir1Convert most env fields to TCG registers
2008-09-06 blueswir1Silence gcc warning about constant overflow
2008-09-06 blueswir1Enable gcc flag -Wundef
2008-09-06 blueswir1Fix most warnings that would be caused by gcc flag...
2008-09-06 aurel32Some little fixes on QEMU
2008-09-05 aurel32fix alpha cmovxx instruction
2008-09-05 edgar_iglCRIS: Mask off the cache selection bit after MMU transl...
2008-09-05 aurel32Revert "TCG: enable debug"
2008-09-05 aurel32ppc: Convert op_subf to TCG
2008-09-05 aurel32ppc: Convert op_add, op_addi to TCG
2008-09-05 aurel32TCG: enable debug
2008-09-05 aurel32TCG fixes for target-cris
2008-09-05 aurel32TCG fixes for target-mips
2008-09-05 pbrookFix swapped mvz/mvs instructions.
2008-09-04 aurel32ppc: replace op_set_FT0 with tcg_gen_movi_i64
2008-09-04 aurel32alpha: add target-alpha/helper.h (missing from commit...
2008-09-04 aurel32ppc: Convert nip moves to TCG
2008-09-04 aurel32ppc: remove unused code
2008-09-04 aurel32ppc: Convert CRF moves to TCG
2008-09-04 aurel32ppc: fix fpr TCG registers creation
2008-09-04 aurel32ppc: Convert FPR moves to TCG
2008-09-04 aurel32ppc: Convert Altivec register moves to TCG
next