summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* alpha: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-252-9/+4Star
* microblaze: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-252-8/+2Star
* m68k: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-3/+0Star
* cris: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-253-8/+3Star
* arm: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-2514-40/+32Star
* x86: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-257-19/+17Star
* Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl2010-04-256-15/+10Star
* usb: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-257-14/+24
* bt: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-253-10/+5Star
* linux-user: Fix Sparc64 syscall returns.Richard Henderson2010-04-251-2/+3
* Fix dead initialization, spotted by clang analyzerBlue Swirl2010-04-252-2/+3
* Remove IO_MEM_SUBWIDTH.Richard Henderson2010-04-252-78/+36Star
* linux-user: Remove ELFLOAD32.Richard Henderson2010-04-255-47/+1Star
* tcg/arm: fix condition in zero/sign extension functionsAurelien Jarno2010-04-251-6/+6
* Fix OpenBSD buildBlue Swirl2010-04-231-240/+240
* m68k: fix if statement with empty body, spotted by clangBlue Swirl2010-04-231-2/+3
* m68k-dis: fix unused return value, spotted by clangBlue Swirl2010-04-231-29/+35
* Fix harmless if statement with empty body, spotted by clangBlue Swirl2010-04-231-1/+2
* Merge remote branch 'origin/master' into stagingAnthony Liguori2010-04-231-14/+11Star
|\
| * target-sparc: Fix address masking in ldqf and stqf.Richard Henderson2010-04-231-14/+11Star
* | block: Free iovec arrays allocated by multiwrite_merge()Stefan Hajnoczi2010-04-231-0/+3
* | qcow2: Use QLIST_FOREACH_SAFE macroStefan Hajnoczi2010-04-231-8/+2Star
* | linux-aio: Fix typo in read() EINTR checkStefan Hajnoczi2010-04-231-1/+1
* | qemu-img: Fix BRDV_O_FLAGS typoStefan Hajnoczi2010-04-231-10/+10
* | qemu-img: Eliminate bdrv_new_open() code duplicationStefan Hajnoczi2010-04-231-73/+10Star
* | block: Convert first_drv to QLISTStefan Hajnoczi2010-04-232-11/+13
* | block.h: bdrv_create2 doesn't exist any moreKevin Wolf2010-04-231-4/+0Star
* | Remove un-needed codeBruce Rogers2010-04-231-1/+0Star
* | block: Convert bdrv_first to QTAILQStefan Hajnoczi2010-04-232-23/+21Star
* | block: Do not export bdrv_firstStefan Hajnoczi2010-04-233-33/+34
* | cleanup block driver option handling in vl.cChristoph Hellwig2010-04-231-29/+16Star
* | qcow2: Return 0/-errno in l2_allocateKevin Wolf2010-04-231-17/+23
* | qcow2: Return 0/-errno in write_l1_entryKevin Wolf2010-04-231-5/+5
* | qcow2: Fix error return code in qcow2_alloc_cluster_link_l2Kevin Wolf2010-04-231-2/+2
* | qcow2: Return 0/-errno in write_l2_entriesKevin Wolf2010-04-231-4/+5
* | block: split raw_getlengthChristoph Hellwig2010-04-231-23/+42
* | block: get rid of the BDRV_O_FILE flagChristoph Hellwig2010-04-233-26/+25Star
* | Replace calls of old bdrv_openKevin Wolf2010-04-2311-35/+31Star
* | qcow2: Fix creation of large imagesKevin Wolf2010-04-231-10/+33
* | qcow2: Trigger blkdebug eventsKevin Wolf2010-04-235-0/+125
* | blkdebug: Add events and rulesKevin Wolf2010-04-234-1/+272
* | Make qemu-config available for toolsKevin Wolf2010-04-234-21/+20Star
* | blkdebug: Inject errorsKevin Wolf2010-04-231-0/+81
* | blkdebug: Basic request passthroughKevin Wolf2010-04-232-1/+105
* | qemu-config: Make qemu_config_parse more genericKevin Wolf2010-04-232-7/+13
* | qemu-config: qemu_read_config_file() reads the normal config fileKevin Wolf2010-04-233-24/+28
|/
* audio/sdlaudio: remove unused variableSerge Ziryukin2010-04-221-9/+2Star
* bt-sdp: Fix an excessive ; and assignment of the wrong variableAndrzej Zaborowski2010-04-221-2/+2
* bt-l2cap: fix if statement with empty body, spotted by clangBlue Swirl2010-04-221-3/+3
* audio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixupmalc2010-04-211-5/+6