aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-22Move macros GCC_ATTR and GCC_FMT_ATTR to common header fileStefan Weil
2010-09-22Fix OpenBSD buildBlue Swirl
2010-09-22block-verify: fix 32-bit buildAnthony Liguori
2010-09-22Fix compilation error (missing include statement)Stefan Weil
2010-09-21Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-09-21mips_malta: Fix format stringsStefan Weil
2010-09-21mips_fulong2e: Fix format stringsStefan Weil
2010-09-21trace: Fix user emulator dependency on trace objectsAndreas Färber
2010-09-21blkverify: Add block driver for verifying I/OStefan Hajnoczi
2010-09-21scsi_bus: fix length and xfer_mode for RESERVE and RELEASE commandsBernhard Kohl
2010-09-21scsi-generic: add missing reset handlerBernhard Kohl
2010-09-21qcow2: Avoid bounce buffers for AIO write requestsKevin Wolf
2010-09-21qcow2: Avoid bounce buffers for AIO read requestsKevin Wolf
2010-09-21cutils: qemu_iovec_copy and qemu_iovec_memsetKevin Wolf
2010-09-21ide: propagate the required alignmentChristoph Hellwig
2010-09-21scsi-disk: propagate the required alignmentChristoph Hellwig
2010-09-21virtio-blk: propagate the required alignmentChristoph Hellwig
2010-09-21qcow2: Get rid of additional sync on COWKevin Wolf
2010-09-21qcow2: Move sync out of qcow2_alloc_clustersKevin Wolf
2010-09-21qcow2: Move sync out of update_refcountKevin Wolf
2010-09-21qcow2: Move sync out of write_refcount_block_entriesKevin Wolf
2010-09-21nbd: correctly manage default portLaurent Vivier
2010-09-21Improve qemu-nbd performance by 4400 %Laurent Vivier
2010-09-21raw-posix: handle > 512 byte alignment correctlyChristoph Hellwig
2010-09-21use qemu_blockalign consistentlyChristoph Hellwig
2010-09-21vvfat: Use cache=unsafeKevin Wolf
2010-09-21vvfat: Fix double free for opening the image rwKevin Wolf
2010-09-21vvfat: Fix segfault on write to read-only diskKevin Wolf
2010-09-20Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-09-20e1000: Pad short frames to minimum size (60 bytes)Stefan Hajnoczi
2010-09-19mingw: use ASLR, no-SEH and DEP if availableBlue Swirl
2010-09-19cris: Fix watchdog resetsEdgar E. Iglesias
2010-09-18cris: Fix TLB exec bit protectionEdgar E. Iglesias
2010-09-18Use gcc warning flag -Wnested-externsBlue Swirl
2010-09-18Use gcc warning flag -Wempty-bodyBlue Swirl
2010-09-18Use a few more gcc warning flagsBlue Swirl
2010-09-18Use gcc warning flag -Wtype-limitsBlue Swirl
2010-09-18pxa2xx: fix SSSR TFN logicBlue Swirl
2010-09-18MIPS: fix yield handlingBlue Swirl
2010-09-18PPC: Suppress gcc warnings with -Wtype-limitsBlue Swirl
2010-09-18blkdebug: fix enum comparisonBlue Swirl
2010-09-18pxa2xx: remove useless checksBlue Swirl
2010-09-18Use range_covers_byteBlue Swirl
2010-09-18Introduce range.hBlue Swirl
2010-09-18linux-user: improve flatload error checkingBlue Swirl
2010-09-18linux-user: fix types in a comparisonBlue Swirl
2010-09-18linux-user: fix socklen_t comparisonsBlue Swirl
2010-09-18Check for errors during BIOS or kernel loadBlue Swirl
2010-09-17Make ARP replies at least 64 bytes longHervé Poussineau
2010-09-17Accept packets with TTL=1Hervé Poussineau