qemu
2008-11-19 aurel32target-sh4: use CPU_Float/CPU_Double instead of ugly...
2008-11-19 aurel32target-ppc: fix TCG type errors introduced in r5754
2008-11-19 aliguoriMake KVMSlot a real structure
2008-11-19 aurel32target-ppc: convert fp ops to TCG
2008-11-19 aliguorikvm: de-register mem region for MMIO (Glauber Costa)
2008-11-19 aliguoriFix media detection on emulated CDROM (Gary Grebus)
2008-11-19 pbrookOnly force inlining when optimizing.
2008-11-18 aliguoriAdd 40-bit DMA support to LSI scsi emulation (Ryan...
2008-11-18 aliguoriFix Windows build
2008-11-18 aliguorix86: Dump debug registers (Jan Kiszka)
2008-11-18 aliguorix86: Debug register emulation (Jan Kiszka)
2008-11-18 aliguoriIntroduce BP_CPU as a breakpoint type (Jan Kiszka)
2008-11-18 aliguoriAdd debug exception hook (Jan Kiszka)
2008-11-18 aliguoriIntroduce BP_WATCHPOINT_HIT flag (Jan Kiszka)
2008-11-18 aliguorigdbstub: manage CPUs as threads (Jan Kiszka)
2008-11-18 aliguoriRemove premature memop TB terminations (Jan Kiszka)
2008-11-18 aliguoriRestore pc on watchpoint hits (Jan Kiszka)
2008-11-18 aliguoriRespect length of watchpoints (Jan Kiszka)
2008-11-18 aliguoriSet mem_io_vaddr on io_read (Jan Kiszka)
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18 aliguorigdbstub: Return appropriate watch message to gdb (Jan...
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-11-18 aliguoriMake KVM slot management more robust
2008-11-18 aurel32target-ppc: fix regression introduced by commit 5729
2008-11-18 malcPreliminary AIX support
2008-11-18 malcAIX's assembler does not support local labels, use...
2008-11-18 malcUse qemu_memalign instead of memalign in qemu_vmalloc
2008-11-17 pbrookTCG variable type checking.
2008-11-16 aurel32target-i386: fix helper_pmovmskb_mmx helper
2008-11-16 blueswir1Attached patch fixes a series of this warning
2008-11-16 blueswir1Use correct trap for syscalls on Sparc32
2008-11-16 blueswir1Fix warnings caused by timer_t, it is 32 bits on Sparc64
2008-11-16 blueswir1Fix no_frame unused warning when SDL is disabled
2008-11-15 aurel32target-mips: avoid tcg internal error in mfc0/dmfc0
2008-11-14 aurel32target-alpha: implement getxuid and getxgid syscalls
2008-11-14 aurel32ppc-linux-user: handle EXCP_DEBUG
2008-11-13 edgar_iglETRAX-FS: Don't schedule DMA processing without active...
2008-11-13 edgar_iglETRAX-FS: Fix a segfault if pflash drive not found.
2008-11-13 aliguorix86: fix warning without CONFIG_KVM (Mark McLoughlin)
2008-11-13 aliguoriFix CPUID ext2 features masking (Avi Kivity)
2008-11-13 aliguoriblock: make raw aio signaling non-blocking (Gerd Hoffman)
2008-11-13 aliguoriDefine kvm_ioctl in the same way as ioctl
2008-11-13 aliguoricopyright & license for qemu_sockets.c (Gerd Hoffman)
2008-11-12 aliguoriFix brown-paper-bag bugs from live-migration patch...
2008-11-12 malcRename hz to hertz to keep AIX happy
2008-11-12 malcRename misnamed BACK_CHAIN_OFFSET to LR_OFFSET
2008-11-12 malcAvoid compiler warning
2008-11-12 balrogDon't use "hz" in identifiers to make AIX happy.
2008-11-12 balrogInclude <strings.h> for ffs().
2008-11-12 balrogr5531 made x509 certs not loadable (original patch...
2008-11-12 balrogImplement LSI53C895A quirks exposed by OpenServer ...
2008-11-12 aliguorifix some variable initizalization issues (Stefano Stabe...
2008-11-12 aurel32target-alpha: fix termbits and target IOC macros
2008-11-11 aliguoriFix -linux-user build by reverting r5701
2008-11-11 aliguoriAllocate guest memory on host page boundaries (Hollis...
2008-11-11 aliguoriDefine OS-dependent qemu_getpagesize() (Hollis Blanchard)
2008-11-11 aliguoriSplit savevm code into savevm.c
2008-11-11 aliguoriMove the things that aren't target specific to libqemu_...
2008-11-11 aliguoriwindows cdrom cache flush (Stefano Stabellini)
2008-11-11 aliguorisockets: switch over tcp/telnet/unix serial line to...
2008-11-11 aliguorisockets: switch vnc to new code, support vnc port auto...
2008-11-11 aliguorisockets: helper functions for qemu (Gerd Hoffman)
2008-11-11 aliguoriReintroduce migrate-to-exec: support (Charles Duffy)
2008-11-11 aurel32target-alpha: fix decoding of CVTST /S
2008-11-11 aurel32target-alpha: fix syscall error check
2008-11-11 aurel32Revert commits 5685 to 5688 committed by mistake
2008-11-11 aurel32target-alpha: disable single stepping and TB flush...
2008-11-11 aurel32target-alpha: fix syscall error check
2008-11-11 aurel32qemu: generate signals on tap I/O
2008-11-11 aurel32Use HOST_CC instead of CC on TCG only targets
2008-11-11 aurel32Don't stop translation for mtc0 compare
2008-11-11 aurel32Disable debug code for production.
2008-11-11 aurel32target-mips: gen_compute_branch1()
2008-11-11 aurel32target-mips: optimize movc*()
2008-11-11 aurel32target-mips: optimize gen_farith()
2008-11-11 aurel32target-mips: optimize gen_muldiv()
2008-11-11 aurel32target-mips: optimize gen_arith()/gen_arith_imm()
2008-11-11 aurel32target-mips: convert bit shuffle ops to TCG
2008-11-11 aurel32target-mips: convert bitfield ops to TCG
2008-11-11 aurel32target-mips: optimize gen_op_addr_add() (2/2)
2008-11-11 aurel32target-mips: optimize gen_op_addr_add() (1/2)
2008-11-11 aurel32target-mips: optimize gen_save_pc()
2008-11-11 aurel32target-mips: fix mft* helpers/call
2008-11-11 aurel32target-mips: fix temporary variable freeing in op_ldst_...
2008-11-11 aurel32target-alpha: add proper fcntl definitions
2008-11-11 aurel32target-alpha: fix double TCG variable allocation
2008-11-11 malcFix alignment problem with some 64bit load/store instru...
2008-11-10 aliguoriKVM: simplify kvm_cpu_exec hook
2008-11-10 aurel32target-ppc: convert most SPE integer instructions to TCG
2008-11-10 aurel32target-alpha: fix cmpbge instruction
2008-11-10 balroguse target_mmap() to allocate idt, gdt and ldt (Kirill...
2008-11-10 balrogCurrently trying to turn an oversized directory into...
2008-11-10 balrogx86 CPUID extended family/model (Andre Przywara).
2008-11-09 blueswir1Use TCG not op
2008-11-09 blueswir1Use andc, orc, nor and nand
2008-11-09 aurel32target-ppc: fix TCG argument
2008-11-09 aurel32target-ppc: Remove a few TCG temp variable leaks
2008-11-09 aurel32target-ppc: fixes for gen_op_neg()
2008-11-09 aurel32target-ppc: gen_op_arith_divw() & gen_op_arith_divd...
next