aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* raw-posix: Remove O_RDWR when attempting to open a file read-onlyAvi Kivity2009-06-161-0/+1
* raw-posix: open flags use BDRV_ namespace, not posix namespaceAvi Kivity2009-06-161-1/+1
* qdev: Fix regression in "pci_add ... storage if=virtio, ..."Markus Armbruster2009-06-161-1/+0
* Make sure to use SDL_CFLAGS everywhere we include SDL headersAnthony Liguori2009-06-162-1/+3
* linux-user: remove duplicate tswap32() from do_getsockopt()Laurent Vivier2009-06-161-1/+0
* linux-user/syscall.c: define _ATFILE_SOURCEEduardo Habkost2009-06-161-0/+1
* linux-user: initialize mmap_mutex properlyNathan Froyd2009-06-161-1/+1
* RFC: fix fcntl support in linux-user - new tryArnaud Patard (Rtp)2009-06-162-24/+73
* linux-user: add tee, splice and vmsplicevibisreenivasan2009-06-162-0/+63
* linux-user: implement pipe2 [v3]Riku Voipio2009-06-162-18/+58
* linux-user: update syscall listRiku Voipio2009-06-1611-0/+96
* add futex wake opRiku Voipio2009-06-161-0/+2
* linux-user: support private futexesMartin Mohring2009-06-161-5/+9
* linux-user: include linux/fs.hMartin Mohring2009-06-161-0/+1
* linux-user: Added IP_(UN)BLOCK_SOURCE/IP_(ADD|DROP)_SOURCE_MEMBERSHIP flags t...Lionel Landwerlin2009-06-162-0/+20
* linux-user: Added IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP flags to setsockoptLionel Landwerlin2009-06-162-0/+45
* Return EOPNOTSUPP instead of ENOSYS for *xattr* syscallsArnaud Patard2009-06-161-1/+2
* Fix struct termios host - target translationArnaud Patard2009-06-161-0/+2
* linux-user: fix utimensatRiku Voipio2009-06-162-14/+46
* linux-user: strace now handles guest strings correctly [v2]Mika Westerberg2009-06-164-77/+1118
* linux-user: added x86 and x86_64 support for ELF coredumpMika Westerberg2009-06-161-0/+83
* linux-user: implemented ELF coredump support for ARM targetMika Westerberg2009-06-169-68/+1101
* Implement shm* syscalls and fix 64/32bit errorsRiku Voipio2009-06-161-49/+250
* export mmap_find_vma for shmatRiku Voipio2009-06-162-1/+2
* Incorporate changes from v2 of Gleb's RTC reset patchAnthony Liguori2009-06-151-4/+8
* etrax: Don't pass CPUState to peripherals.Edgar E. Iglesias2009-06-156-20/+10
* Merge commit 'block/master' into stagingAnthony Liguori2009-06-156-332/+408
|\
| * raw-posix: cleanup ioctl methodsChristoph Hellwig2009-06-151-34/+8
| * block: add bdrv_probe_device methodChristoph Hellwig2009-06-154-32/+74
| * raw-posix: split hdev driversChristoph Hellwig2009-06-152-277/+347
| * raw-posix: add a raw_open_common helperChristoph Hellwig2009-06-151-29/+19
| * raw-posix: always store open flagsChristoph Hellwig2009-06-151-26/+21
| * fix qemu_aio_flushAndrea Arcangeli2009-06-152-5/+10
* | Fix warning in qemu-nbd.cAnthony Liguori2009-06-151-2/+6
* | Add rtc reset function.Gleb Natapov2009-06-141-0/+19
|/
* migrate_fd_close: delete associated io-handler before closing the fdUri Lublin2009-06-131-0/+2
* exec-migration: handle EINTR in popen_get_buffer()Uri Lublin2009-06-131-1/+8
* Fix prototype of function zfree.Stefan Weil2009-06-131-2/+2
* Add static to local machine declaration.Stefan Weil2009-06-131-1/+1
* Don't use cpu_index as apic_id.Gleb Natapov2009-06-133-13/+40
* Apic creation should not depend on pciGleb Natapov2009-06-131-8/+2
* Add -no-virtio-balloon command-line optionEduardo Habkost2009-06-134-1/+15
* Fix SDL include path.Stefan Weil2009-06-132-2/+2
* Really enable -WerrorBlue Swirl2009-06-131-13/+14
* Avoid collision with system NGROUPS definitionBlue Swirl2009-06-131-3/+3
* Fix a warning: uint_fast8_t is not 8 bits on OpenBSD/Sparc64Blue Swirl2009-06-131-2/+6
* Avoid a gcc 3 format warningBlue Swirl2009-06-132-12/+4
* Avoid gcc 4.4 warning about uninitialized fieldBlue Swirl2009-06-131-0/+1
* Fix signedness problemsBlue Swirl2009-06-131-3/+3
* xen nic: check tx queue after connect.Gerd Hoffmann2009-06-131-0/+2