aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-16vnc: improve numpad support for qemu console.Gerd Hoffmann
2009-06-16virtio blk: fix warning.Gerd Hoffmann
2009-06-16lsi53c895a: Implement write access to DMA Byte CounterSebastian Herbszt
2009-06-16lsi53c895a: Implement read and write access to DMA Next AddressSebastian Herbszt
2009-06-16lsi53c895a: Implement Scratch Byte RegisterSebastian Herbszt
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity
2009-06-16Rearrange io_mem_init()Avi Kivity
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-06-16kvm: Restrict configure check to LinuxJan Kiszka
2009-06-16mux-term: Fix timestamp associationJan Kiszka
2009-06-16mux-term: Localize timestampsJan Kiszka
2009-06-16readline: Remove unneeded qemu_mallocz() checkLuiz Capitulino
2009-06-16update_refcount: Write complete sectorsKevin Wolf
2009-06-16alloc_cluster_link_l2: Write complete sectorsKevin Wolf
2009-06-16l2_allocate: Write complete sectorsKevin Wolf
2009-06-16qcow2: Rename global functionsKevin Wolf
2009-06-16qcow2: Split out snapshot functionsKevin Wolf
2009-06-16qcow2: Split out guest cluster functionsKevin Wolf
2009-06-16qcow2: Split out refcount handlingKevin Wolf
2009-06-16qcow2: Change default cluster size to 64kKevin Wolf
2009-06-16vnc: rework VncState release workflow.Gerd Hoffmann
2009-06-16raw-posix: Remove O_RDWR when attempting to open a file read-onlyAvi Kivity
2009-06-16raw-posix: open flags use BDRV_ namespace, not posix namespaceAvi Kivity
2009-06-16qdev: Fix regression in "pci_add ... storage if=virtio, ..."Markus Armbruster
2009-06-16Make sure to use SDL_CFLAGS everywhere we include SDL headersAnthony Liguori
2009-06-16linux-user: remove duplicate tswap32() from do_getsockopt()Laurent Vivier
2009-06-16linux-user/syscall.c: define _ATFILE_SOURCEEduardo Habkost
2009-06-16linux-user: initialize mmap_mutex properlyNathan Froyd
2009-06-16RFC: fix fcntl support in linux-user - new tryArnaud Patard (Rtp)
2009-06-16linux-user: add tee, splice and vmsplicevibisreenivasan
2009-06-16linux-user: implement pipe2 [v3]Riku Voipio
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