summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-18linux-user: improve flatload error checkingBlue Swirl1-1/+2
2010-09-18linux-user: fix types in a comparisonBlue Swirl1-1/+1
2010-09-18linux-user: fix socklen_t comparisonsBlue Swirl1-7/+13
2010-09-18Check for errors during BIOS or kernel loadBlue Swirl4-13/+18
2010-09-17Make ARP replies at least 64 bytes longHervé Poussineau1-1/+2
2010-09-17Accept packets with TTL=1Hervé Poussineau1-1/+1
2010-09-16cris: Avoid spurios hw_abort on recursive bus faultsEdgar E. Iglesias1-1/+7
2010-09-15PPC: Redesign interrupt trigger pathAlexander Graf1-51/+29
2010-09-15PPC: Enable hint bits for lwarx/ldarxAlexander Graf1-2/+2
2010-09-15serial: Update parameters after loadMichal Novotny1-0/+1
2010-09-14vhost: fix infinite loop on error pathMichael S. Tsirkin1-1/+1
2010-09-14Remove wrong semicolon in macro definitionStefan Weil2-3/+3
2010-09-13serial: Wrap debug prints around a DPRINTF macroMichal Novotny1-12/+13
2010-09-11ESP: fix ESP DMA access when DMA is not enabledBlue Swirl5-18/+88
2010-09-11powerpc: Avoid TLB related log spammingEdgar E. Iglesias1-1/+0
2010-09-11trace: fix a regex portability problemBlue Swirl1-1/+1
2010-09-10trace: fix a typoBlue Swirl1-1/+1
2010-09-10HACKING: add rules for printf-like functionsBlue Swirl1-0/+13
2010-09-10HACKING: add string management rulesBlue Swirl1-0/+24
2010-09-10HACKING: add memory management rulesBlue Swirl1-0/+14
2010-09-10HACKING: add C type rulesBlue Swirl2-3/+68
2010-09-10HACKING: add preprocessor rulesBlue Swirl1-0/+6
2010-09-10vmware_vga: Replace the few tab-indents with spaces (clean-up).Andrzej Zaborowski1-9/+9
2010-09-10vmware_vga: Add checks to deal with non-atomic fifo writes.Andrzej Zaborowski1-8/+56