kvm: Rework dirty bitmap synchronization
[qemu] / linux-user /
2009-05-19 Paul BrookOnly define __llseek if it is going to be used
2009-05-19 Paul BrookAvoid implicit truncation compiler warnings
2009-05-15 Nathan Froydsupport ELF_HWCAP for PPPC
2009-05-15 Nathan Froydlinux-user: ppc signal handling
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-05-04 Paul BrookFix compiler warnings in nwfpe code.
2009-04-21 pbrookMIPS signal handling fixes.
2009-04-21 pbrookMIPS: Raise SIGSEGV, not SIGILL when an access faults.
2009-04-21 pbrookFix target_siginfo ordering for MIPS.
2009-04-19 aurel32linux-user: Linux kernel's fchmodat and faccessat have...
2009-04-18 aurel32linux-user: fix IPCOP_sem* and implement sem*
2009-04-17 aurel32linux-user: fix inotify syscalls
2009-04-16 pbrookTranslate signal values in exit status.
2009-04-16 aurel32linux-user: fix getcwd syscall
2009-04-15 aurel32linux-user: fix warnings introduced by r7118
2009-04-15 aurel32linux-user: proper exit code for uncaught signals
2009-04-15 aurel32linux-user: prefer glibc over direct syscalls
2009-04-15 aurel32linux-user: removed unnecessary MAX_SOCK_ADDR checks...
2009-04-15 aurel32linux-user: unix sockets - fix running dbus
2009-04-15 aurel32linux-user: add support for passing contents of argv0
2009-04-15 aurel32linux-user: Added posix message queue syscalls except...
2009-04-09 pbrookEnable generic accepts-anything cpu by default for...
2009-04-08 aurel32linux-user: fix fstatat64()/newfstatat() syscall implem...
2009-04-08 aurel32linux-user: fix problems with inotify syscalls
2009-04-07 pbrookAdd --with-pkgversion.
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-03-07 aurel32Use a dedicated function to request exit from execution...
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-02-28 blueswir1Flush stdout after printing usage()
2009-02-09 aurel32Fix crash caused by missing command line arguments
2009-02-03 edgar_iglPartialy fix mmap at EOF for large pagesize targets...
2009-02-03 aurel32linux-user: Remove incorrect break;
2009-02-01 malcReplace noreturn with QEMU_NORETURN
2009-01-30 aurel32linux-user: fix signal.c warning
2009-01-30 aurel32linux-user: identify running binary in /proc/self/exe
2009-01-30 aurel32linux-user: Add generic env variable handling
2009-01-30 aurel32target-ppc: Fix struct target_stat64 for 32-bit host
2009-01-30 aurel32target-sh4: Fix struct target_stat64 for 64-bit host
2009-01-30 aurel32linuw-user fix: read() and acct() on NULL arguments
2009-01-30 aurel32linux-user: don't crash with null name
2009-01-30 aurel32linux-user: return EINVAL on incorrect sockaddr
2009-01-30 aurel32linux-user: fix accept(2) with NULL peer
2009-01-28 malcFix qemu_malloc.
2009-01-23 aliguorilinux-user: add qemu_realloc() implementation to unbrea...
2009-01-20 blueswir1Fix user emulator breakage, based on patch by Riku...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-14 aurel32Get rid of user_mode_only
2009-01-14 blueswir1Add noreturn function attribute
2009-01-14 malcRemove all traces of __powerpc__
2009-01-07 edgar_iglCRIS: Add a bunch of syscall numbers.
2009-01-07 edgar_iglCRIS: Clone flags are reversed on CRIS.
2009-01-07 edgar_iglCRIS: Implement set_thread_area for CRIS.
2009-01-05 blueswir1Fix more FSF addresses
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2009-01-03 aurel32Fix qemu endless loop when raising a SIGSEGV/SIGBUS...
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-18 aurel32User-mode GDB stub improvements - handle signals
2008-12-18 aurel32User-mode GDB stub improvements - handle fork
2008-12-15 blueswir1Fix mremap, based on patch by Kirill A. Shutemov
2008-12-13 blueswir1Fix warning about unused shm_regions
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-12-11 blueswir1Fix compiling without MREMAP_FIXED
2008-12-10 malcIntroduce and use cache-utils.[ch]
2008-12-08 aurel32linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MA...
2008-12-08 aurel32linux-user: mmap: add check if requested memory area...
2008-12-08 aurel32linux-user: Move abi_* typedefs into qemu-types.h
2008-11-27 thslinux-user: Add support for STOP/CONT signals.
2008-11-27 thslinux-user: sig is target signal.
2008-11-18 aliguorix86: Debug register emulation (Jan Kiszka)
2008-11-14 aurel32target-alpha: implement getxuid and getxgid syscalls
2008-11-14 aurel32ppc-linux-user: handle EXCP_DEBUG
2008-11-12 aurel32target-alpha: fix termbits and target IOC macros
2008-11-11 aurel32target-alpha: add proper fcntl definitions
2008-11-10 balroguse target_mmap() to allocate idt, gdt and ldt (Kirill...
2008-11-06 aurel32User qemu profiling
2008-10-28 balrogFix return value printing for shmat (Lauro Ramos Venancio).
2008-10-28 balrogRecvmsg must return the number of bytes received (Lauro...
2008-10-28 balrogFix iovec for the case with invalid elements (Lauro...
2008-10-28 balrogUse the host exit syscall for exiting (Lauro Ramos...
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-25 blueswir1Replace uses of strncpy (a GNU extension) with Qemu...
2008-10-24 aurel32Add missing return statement (fixes compiler warning).
2008-10-22 pbrook* Use function pointers for symbol lookup (currently...
2008-10-13 aurel32linux-user: implement msg* syscalls
2008-10-13 aurel32linux-user: fix and cleanup IPCOP_msg* ipc calls handling
2008-10-13 aurel32linux-user: fix getdents* syscalls
2008-10-13 aurel32linux-user: Add readahead syscall
2008-10-08 edgar_iglCRIS: linux-user signals dont need ERP compensation...
2008-10-08 edgar_iglCRIS: linux-user ERP compensation not needed anymore.
2008-10-05 blueswir1Make various generated structures static
2008-10-05 blueswir1Make target_sigaltstack_used static
2008-10-05 blueswir1Export x86_stack_size in qemu.h
2008-10-05 blueswir1Make ioctl table static
2008-10-05 blueswir1Make bitmask tables static const
2008-10-05 blueswir1Make struct_termios_def const
2008-10-03 blueswir1Fix warning about unused function
2008-10-02 blueswir1Include qemu-common.h in order to get prototypes for...
2008-10-02 blueswir1Make CPULogItem tables const
2008-10-01 aurel32Add inotify syscall family
next