summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-26mingw: add version information to the executablesBlue Swirl4-3/+48
2010-09-26Avoid exit in trap as it breaks with some shellsLoïc Minier1-1/+3
2010-09-25Introduce qemu_madvise()Andreas Färber8-20/+100
2010-09-24powerpc: Make the decr interrupt type overridableEdgar E. Iglesias3-5/+17
2010-09-24powerpc: Improve emulation of the BookE MMUEdgar E. Iglesias2-8/+33
2010-09-24fmopl: workaround for -Wempty-bodymalc1-2/+4
2010-09-22Move macros GCC_ATTR and GCC_FMT_ATTR to common header fileStefan Weil2-8/+16
2010-09-22Fix OpenBSD buildBlue Swirl1-0/+1
2010-09-22block-verify: fix 32-bit buildAnthony Liguori1-1/+1
2010-09-22Fix compilation error (missing include statement)Stefan Weil1-0/+1
2010-09-21Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori23-123/+721
2010-09-21mips_malta: Fix format stringsStefan Weil1-2/+2
2010-09-21mips_fulong2e: Fix format stringsStefan Weil1-3/+3
2010-09-21trace: Fix user emulator dependency on trace objectsAndreas Färber1-2/+2
2010-09-21blkverify: Add block driver for verifying I/OStefan Hajnoczi3-1/+452
2010-09-21scsi_bus: fix length and xfer_mode for RESERVE and RELEASE commandsBernhard Kohl1-1/+2
2010-09-21scsi-generic: add missing reset handlerBernhard Kohl1-2/+19
2010-09-21qcow2: Avoid bounce buffers for AIO write requestsKevin Wolf1-23/+18
2010-09-21qcow2: Avoid bounce buffers for AIO read requestsKevin Wolf3-30/+68
2010-09-21cutils: qemu_iovec_copy and qemu_iovec_memsetKevin Wolf2-9/+44
2010-09-21ide: propagate the required alignmentChristoph Hellwig1-1/+3
2010-09-21scsi-disk: propagate the required alignmentChristoph Hellwig1-0/+1
2010-09-21virtio-blk: propagate the required alignmentChristoph Hellwig1-0/+1
2010-09-21qcow2: Get rid of additional sync on COWKevin Wolf1-2/+8
2010-09-21qcow2: Move sync out of qcow2_alloc_clustersKevin Wolf3-2/+7
2010-09-21qcow2: Move sync out of update_refcountKevin Wolf1-2/+11
2010-09-21qcow2: Move sync out of write_refcount_block_entriesKevin Wolf1-1/+3
2010-09-21nbd: correctly manage default portLaurent Vivier2-5/+3
2010-09-21Improve qemu-nbd performance by 4400 %Laurent Vivier1-7/+18
2010-09-21raw-posix: handle > 512 byte alignment correctlyChristoph Hellwig1-33/+46
2010-09-21use qemu_blockalign consistentlyChristoph Hellwig5-8/+9
2010-09-21vvfat: Use cache=unsafeKevin Wolf1-4/+10
2010-09-21vvfat: Fix double free for opening the image rwKevin Wolf1-3/+4
2010-09-21vvfat: Fix segfault on write to read-only diskKevin Wolf1-0/+5
2010-09-20Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2-1/+11
2010-09-20e1000: Pad short frames to minimum size (60 bytes)Stefan Hajnoczi1-0/+10
2010-09-19mingw: use ASLR, no-SEH and DEP if availableBlue Swirl1-0/+9
2010-09-19cris: Fix watchdog resetsEdgar E. Iglesias1-2/+3
2010-09-18cris: Fix TLB exec bit protectionEdgar E. Iglesias2-2/+2
2010-09-18Use gcc warning flag -Wnested-externsBlue Swirl4-3/+4
2010-09-18Use gcc warning flag -Wempty-bodyBlue Swirl6-10/+14
2010-09-18Use a few more gcc warning flagsBlue Swirl1-1/+4
2010-09-18Use gcc warning flag -Wtype-limitsBlue Swirl1-1/+1
2010-09-18pxa2xx: fix SSSR TFN logicBlue Swirl1-4/+4
2010-09-18MIPS: fix yield handlingBlue Swirl1-1/+3
2010-09-18PPC: Suppress gcc warnings with -Wtype-limitsBlue Swirl1-25/+25
2010-09-18blkdebug: fix enum comparisonBlue Swirl1-3/+1
2010-09-18pxa2xx: remove useless checksBlue Swirl1-1/+1
2010-09-18Use range_covers_byteBlue Swirl2-8/+11
2010-09-18Introduce range.hBlue Swirl7-31/+34