aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-16linux-user: update syscall listRiku Voipio
2009-06-16add futex wake opRiku Voipio
2009-06-16linux-user: support private futexesMartin Mohring
2009-06-16linux-user: include linux/fs.hMartin Mohring
2009-06-16linux-user: Added IP_(UN)BLOCK_SOURCE/IP_(ADD|DROP)_SOURCE_MEMBERSHIP flags t...Lionel Landwerlin
2009-06-16linux-user: Added IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP flags to setsockoptLionel Landwerlin
2009-06-16Return EOPNOTSUPP instead of ENOSYS for *xattr* syscallsArnaud Patard
2009-06-16Fix struct termios host - target translationArnaud Patard
2009-06-16linux-user: fix utimensatRiku Voipio
2009-06-16linux-user: strace now handles guest strings correctly [v2]Mika Westerberg
2009-06-16linux-user: added x86 and x86_64 support for ELF coredumpMika Westerberg
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg
2009-06-16Implement shm* syscalls and fix 64/32bit errorsRiku Voipio
2009-06-16export mmap_find_vma for shmatRiku Voipio
2009-06-15Incorporate changes from v2 of Gleb's RTC reset patchAnthony Liguori
2009-06-15etrax: Don't pass CPUState to peripherals.Edgar E. Iglesias
2009-06-15Merge commit 'block/master' into stagingAnthony Liguori
2009-06-15Fix warning in qemu-nbd.cAnthony Liguori
2009-06-15raw-posix: cleanup ioctl methodsChristoph Hellwig
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig
2009-06-15raw-posix: split hdev driversChristoph Hellwig
2009-06-15raw-posix: add a raw_open_common helperChristoph Hellwig
2009-06-15raw-posix: always store open flagsChristoph Hellwig
2009-06-15fix qemu_aio_flushAndrea Arcangeli
2009-06-14Add rtc reset function.Gleb Natapov
2009-06-13migrate_fd_close: delete associated io-handler before closing the fdUri Lublin
2009-06-13exec-migration: handle EINTR in popen_get_buffer()Uri Lublin
2009-06-13Fix prototype of function zfree.Stefan Weil
2009-06-13Add static to local machine declaration.Stefan Weil
2009-06-13Don't use cpu_index as apic_id.Gleb Natapov
2009-06-13Apic creation should not depend on pciGleb Natapov
2009-06-13Add -no-virtio-balloon command-line optionEduardo Habkost
2009-06-13Fix SDL include path.Stefan Weil
2009-06-13Really enable -WerrorBlue Swirl
2009-06-13Avoid collision with system NGROUPS definitionBlue Swirl
2009-06-13Fix a warning: uint_fast8_t is not 8 bits on OpenBSD/Sparc64Blue Swirl
2009-06-13Avoid a gcc 3 format warningBlue Swirl
2009-06-13Avoid gcc 4.4 warning about uninitialized fieldBlue Swirl
2009-06-13Fix signedness problemsBlue Swirl
2009-06-13xen nic: check tx queue after connect.Gerd Hoffmann
2009-06-13include inttypes.h in xen.hGerd Hoffmann
2009-06-13xen: adapt to qemu_machine changesGerd Hoffmann
2009-06-13xen_disk: move sanity check to the correct placeGerd Hoffmann
2009-06-13Win32: Don't remove const attribute in type casts.Stefan Weil
2009-06-13Fix mingw32 build warningsBlue Swirl
2009-06-12Enable -Werror by default for git builds on Linux hostsAnthony Liguori
2009-06-12CRIS: Prettify sizes for the internal disasm.Edgar E. Iglesias
2009-06-12ETRAX: DMA fixes for 64bit hosts.Edgar E. Iglesias
2009-06-11ETRAX: Correct PIC creation for the bare FS board.Edgar E. Iglesias
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann