qemu
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...
2008-11-09 aurel32target-ppc: optimize mullw and make the code more readable
2008-11-09 aurel32target-ppc: indentation fixes
2008-11-09 blueswir1Sparc32 BSD user support
2008-11-09 balrogDocument bluetooth support in qemu-doc.
2008-11-09 balrogAdd qemu_strndup: qemu_strdup with length limit.
2008-11-09 balrogAdd the -bt switch for setting up bluetooth stuff.
2008-11-08 balrogRevert r5532, r5536 and a piece of r5531.
2008-11-08 aliguoriUse an option rom instead of boot sector for -kernel
2008-11-08 aurel32target-alpha: fix the return value of stl_c/stq_c
2008-11-08 aurel32target-ppc: fix tcg fatal error on i386 host
2008-11-07 balrogUse the right format string to printf sector num with...
2008-11-07 blueswir1Fix some build issues for BSD.
2008-11-07 aurel32target-alpha: fix locked loads/stores
2008-11-07 aurel32target-ppc: fix flags computation for tcg_gen_qemu_st
2008-11-06 malcFix interrupt exclusion via SSTEP_NOIRQ
2008-11-06 aurel32User qemu profiling
2008-11-06 aurel32Remove unused reg_T2 definition
2008-11-06 aliguoriMake sure to resume the monitor only after flushing...
2008-11-06 aurel32Win32: Fix warnings
next