doc: Update information on supported network adapters.
[qemu] / linux-user /
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
2008-10-01 aurel32Add mincore syscall
2008-10-01 aurel32Add fadvise64 stubs
2008-09-30 blueswir1Silence some warnings about uninitialized variables
2008-09-29 aurel32TARGET_MAP_xx macros: clean and alpha specific values
2008-09-21 balrogBand-aid vfork() emulation (Kirill Shutemov).
2008-09-21 balrogEnable same-arch consistency check on x86-64, print...
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
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-16 balrogMove offsetof to osdep.h, remove local defintions.
2008-09-15 aurel32qemu sh4 nptl support
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2008-09-07 aurel32alpha: only print debug information to the log file
2008-09-06 blueswir1Fix most warnings that would be caused by gcc flag...
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-08-30 blueswir1Add correct stack bias if a 64 bit stack is used
2008-08-27 blueswir1Fix Sparc64 window handling problems detected by Vince...
2008-08-24 blueswir1To make syscall.c for 64 bit truly warning-free, we...
2008-08-20 malcKludge to support linux-user on a PPC64
2008-08-20 malcFix tswap size
2008-08-17 blueswir1Fix some warnings that would be generated by gcc -Wmiss...
2008-07-29 balrogUnswap qemu-arm data and prefetch abort addresses ...
2008-07-19 balroglinux-user: Fix target_statfs[64] on 64-bit hosts
2008-07-16 balrogFix a bunch of type mismatch-related warnings (Jan...
2008-06-27 thsMore efficient target register / TC accesses.
2008-06-15 blueswir1Fix Sparc32plus & Sparc64 debug output
2008-06-10 thsFix typo, by Laurent Desnogues.
2008-06-09 pbrookUse qemu_mallocz to allocate new thread state. Remove...
2008-06-09 pbrookPrevent guest reusing host memory allocations.
2008-06-09 pbrookDespite what the documentation says/implies, PTHREAD_ST...
2008-06-07 pbrookImplement thread creation.
2008-06-07 pbrookMultithreaded locking fixes.
2008-06-07 blueswir1Allow NWINDOWS selection (CPU feature with model specif...
2008-06-03 thsSpelling fixes, by Stefan Weil.
2008-06-02 pbrookMultithreaded locking for mmap().
2008-06-02 pbrookFix location of futex.h.
2008-05-31 pbrookMark host brk() area as reserved.
2008-05-31 pbrookMake signal queues per thread.
2008-05-31 pbrookFix usermode build.
2008-05-30 pbrookCopy siginfo.si_code.
2008-05-30 pbrookTranslate whole of target_sigset. Use host sigset...
2008-05-30 pbrookFix structure type in sigtimedwait syscall.
2008-05-30 pbrookHandle NULL argp/envp in execve syscall.
2008-05-30 pbrookImplement waitid syscall.
2008-05-30 pbrookPerform target->host signal mapping for *kill syscalls.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-29 pbrookNPTL host detection and futex syscall passthrough.
2008-05-29 pbrookStrace fallback for unknown syscalls.
2008-05-29 pbrookImplement clock_nanosleep.
2008-05-29 pbrookImplement ARM magic kernel page and TLS register.
2008-05-28 bellardvariable dynamic translation buffer size
2008-05-27 edgar_iglCRIS: Use $eda to instead of debug1 (removed) for fault...
2008-05-23 pbrookFix build failure with old kernel headers (loop.h is...
2008-05-12 bellard2.6 kernels make int 5 a trap gate
2008-05-10 bellardadded missing return (Mike Frysinger)
2008-05-07 pbrookUpdate ARM non-rt sigframe layout.
2008-05-06 pbrookUpdate ARM rt_frame layout.
2008-04-26 balrogAdd loop device ioctls (Gary Thomas).
2008-04-26 balrogTeach mmap to not overwrite reserved pages and fix...
2008-04-24 balrogCope with arch-specific page protection flags in mmap...
2008-04-22 blueswir1Revert the previous patch
2008-04-22 blueswir1Move 128-bit float emulation under linux-user including...
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-04-09 aurel32Move target-arm/nwfpe into linux-user/arm/nwfpe
2008-04-07 aurel32Implement ARM floating point exception emulation
2008-04-06 blueswir1Remove unwanted executable properties
2008-03-28 aurel32add pread64 and pwrite64 system calls
2008-03-28 aurel32Fix flock64 structure on a few target (noticed by Gary...
2008-03-26 pbrookImplement AT_CLKTCK.
2008-03-26 pbrookRevert accidental commit.
2008-03-26 pbrookRemove fixed length commandline buffers.
2008-03-25 pbrookm68k mmap2 fixes.
2008-03-21 pbrookFix Thumb signal handlers.
2008-03-14 edgar_iglUse TARGET_FMT_lx.
2008-03-11 aurel32Revert fix for CVE-2008-0928. Will be fixed in a differ...
2008-03-05 blueswir1 Convert Sparc64 trap state ops to TCG
2008-03-03 edgar_iglCRIS signals:
2008-02-28 edgar_iglFirst try at supporting ordinary signals for CRIS linux...
2008-02-12 thsMake MIPS MT implementation more cache friendly.
2008-02-10 balrogDon't error out on zero-length chunks in writev, as...
2008-02-04 bellardlock_iovec() fix
2008-01-08 thsFix section switching buglet, by Edgar E. Iglesias.
2008-01-06 bellardcopyright update
2007-12-24 balrogFix a compiler error with DEBUG_REMAP enabled (Thayne...
2007-12-18 thsCorrect errno return for setsockopt(), by Thayne Harbaugh.
2007-12-18 thsCorrect errno return for getsockopt(), by Thayne Harbaugh.
2007-12-18 thsm68k missing get_sp_from_cpustate(), by Thayne Harbaugh.
2007-12-16 balrogQEMU_STRACE documentation bit by Thayne Harbaugh.
2007-12-12 balrogMark host pages as reserved (Magnus Damm).
2007-12-12 balrogsh_serial: enable tx after reset (Magnus Damm).
2007-12-11 balrogAdd missing break just before execve, by Takashi Yoshii.
2007-12-10 j_mayerVarious linux-user structures and definitions fixes...
next