summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-16qcow2: Split out refcount handlingKevin Wolf4-870/+966
2009-06-16qcow2: Change default cluster size to 64kKevin Wolf1-1/+1
2009-06-16vnc: rework VncState release workflow.Gerd Hoffmann1-45/+75
2009-06-16raw-posix: Remove O_RDWR when attempting to open a file read-onlyAvi Kivity1-0/+1
2009-06-16raw-posix: open flags use BDRV_ namespace, not posix namespaceAvi Kivity1-1/+1
2009-06-16qdev: Fix regression in "pci_add ... storage if=virtio, ..."Markus Armbruster1-1/+0
2009-06-16Make sure to use SDL_CFLAGS everywhere we include SDL headersAnthony Liguori2-1/+3
2009-06-16linux-user: remove duplicate tswap32() from do_getsockopt()Laurent Vivier1-1/+0
2009-06-16linux-user/syscall.c: define _ATFILE_SOURCEEduardo Habkost1-0/+1
2009-06-16linux-user: initialize mmap_mutex properlyNathan Froyd1-1/+1
2009-06-16RFC: fix fcntl support in linux-user - new tryArnaud Patard (Rtp)2-24/+73
2009-06-16linux-user: add tee, splice and vmsplicevibisreenivasan2-0/+63
2009-06-16linux-user: implement pipe2 [v3]Riku Voipio2-18/+58
2009-06-16linux-user: update syscall listRiku Voipio11-0/+96
2009-06-16add futex wake opRiku Voipio1-0/+2
2009-06-16linux-user: support private futexesMartin Mohring1-5/+9
2009-06-16linux-user: include linux/fs.hMartin Mohring1-0/+1
2009-06-16linux-user: Added IP_(UN)BLOCK_SOURCE/IP_(ADD|DROP)_SOURCE_MEMBERSHIP flags t...Lionel Landwerlin2-0/+20
2009-06-16linux-user: Added IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP flags to setsockoptLionel Landwerlin2-0/+45
2009-06-16Return EOPNOTSUPP instead of ENOSYS for *xattr* syscallsArnaud Patard1-1/+2
2009-06-16Fix struct termios host - target translationArnaud Patard1-0/+2
2009-06-16linux-user: fix utimensatRiku Voipio2-14/+46
2009-06-16linux-user: strace now handles guest strings correctly [v2]Mika Westerberg4-77/+1118
2009-06-16linux-user: added x86 and x86_64 support for ELF coredumpMika Westerberg1-0/+83
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg9-68/+1101
2009-06-16Implement shm* syscalls and fix 64/32bit errorsRiku Voipio1-49/+250
2009-06-16export mmap_find_vma for shmatRiku Voipio2-1/+2
2009-06-15Incorporate changes from v2 of Gleb's RTC reset patchAnthony Liguori1-4/+8
2009-06-15etrax: Don't pass CPUState to peripherals.Edgar E. Iglesias6-20/+10
2009-06-15Merge commit 'block/master' into stagingAnthony Liguori6-332/+408
2009-06-15Fix warning in qemu-nbd.cAnthony Liguori1-2/+6
2009-06-15raw-posix: cleanup ioctl methodsChristoph Hellwig1-34/+8
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig4-32/+74
2009-06-15raw-posix: split hdev driversChristoph Hellwig2-277/+347
2009-06-15raw-posix: add a raw_open_common helperChristoph Hellwig1-29/+19
2009-06-15raw-posix: always store open flagsChristoph Hellwig1-26/+21
2009-06-15fix qemu_aio_flushAndrea Arcangeli2-5/+10
2009-06-14Add rtc reset function.Gleb Natapov1-0/+19
2009-06-13migrate_fd_close: delete associated io-handler before closing the fdUri Lublin1-0/+2
2009-06-13exec-migration: handle EINTR in popen_get_buffer()Uri Lublin1-1/+8
2009-06-13Fix prototype of function zfree.Stefan Weil1-2/+2
2009-06-13Add static to local machine declaration.Stefan Weil1-1/+1
2009-06-13Don't use cpu_index as apic_id.Gleb Natapov3-13/+40
2009-06-13Apic creation should not depend on pciGleb Natapov1-8/+2
2009-06-13Add -no-virtio-balloon command-line optionEduardo Habkost4-1/+15
2009-06-13Fix SDL include path.Stefan Weil2-2/+2
2009-06-13Really enable -WerrorBlue Swirl1-13/+14
2009-06-13Avoid collision with system NGROUPS definitionBlue Swirl1-3/+3
2009-06-13Fix a warning: uint_fast8_t is not 8 bits on OpenBSD/Sparc64Blue Swirl1-2/+6
2009-06-13Avoid a gcc 3 format warningBlue Swirl2-12/+4