qemu
2008-09-20 blueswir1Move signal handler prototype back to cpu.h
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-09-20 blueswir1Add signed versions of save/load functions
2008-09-20 balrogFix QADD / QSUB decoding on ARM (Torbjörn Andersson).
2008-09-20 balrogFix pread() and pwrite() syscall on ARM EABI (Kirill...
2008-09-20 balrogAdd MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill...
2008-09-20 balrogFix building with 2.6.27 kernel headers (Kirill Shutemov).
2008-09-20 balrogImplement the futimesat() syscall (by Kirill Shutemov).
2008-09-20 balrogImplement fstatat64() syscall (by Kirill Shutemov).
2008-09-20 balrogSwap only altered elements of the grouplist in getgroup...
2008-09-20 balrogFix getgroups() with zero size parameter (Kirill Shutemov).
2008-09-20 balrogUse a QEMUBH when an OMAP timer must expire immediately.
2008-09-20 balrogAdd a comment about masking of CTI interrupt in 16550A...
2008-09-20 balrogAllow attaching devices to OMAP UARTs.
2008-09-18 blueswir1Update OpenBIOS images to SVN r237.
2008-09-18 blueswir1Add Sparc32 display depth to firmware configuration
2008-09-18 blueswir1Add common keys to firmware configuration
2008-09-18 blueswir1Add UUID to firmware configuration info (Gleb Natapov)
2008-09-18 blueswir1Add "info uuid" command to monitor (Gleb Natapov)
2008-09-18 blueswir1Add -uuid command line option (Gleb Natapov)
2008-09-18 blueswir1Key/value based qemu<->guest firmware communication...
2008-09-18 aurel32target-alpha: switch most load/store ops to TCG
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
next