summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-26QError: New QERR_QMP_BAD_INPUT_OBJECT_MEMBERLuiz Capitulino2-0/+7
2010-04-25sh4: remove dead assignments, spotted by clang analyzerBlue Swirl1-2/+1
2010-04-25ppc: add missing 'break', spotted by clang analyzerBlue Swirl1-0/+1
2010-04-25ppc: remove dead assignments, spotted by clang analyzerBlue Swirl3-8/+10
2010-04-25alpha: add missing 'break', spotted by clang analyzerBlue Swirl1-0/+1
2010-04-25alpha: remove dead assignments, spotted by clang analyzerBlue Swirl2-9/+4
2010-04-25microblaze: remove dead assignments, spotted by clang analyzerBlue Swirl2-8/+2
2010-04-25m68k: remove dead assignments, spotted by clang analyzerBlue Swirl1-3/+0
2010-04-25cris: remove dead assignments, spotted by clang analyzerBlue Swirl3-8/+3
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl14-40/+32
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl7-19/+17
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl6-15/+10
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl7-14/+24
2010-04-25bt: remove dead assignments, spotted by clang analyzerBlue Swirl3-10/+5
2010-04-25linux-user: Fix Sparc64 syscall returns.Richard Henderson1-2/+3
2010-04-25Fix dead initialization, spotted by clang analyzerBlue Swirl2-2/+3
2010-04-25Remove IO_MEM_SUBWIDTH.Richard Henderson2-78/+36
2010-04-25linux-user: Remove ELFLOAD32.Richard Henderson5-47/+1
2010-04-25tcg/arm: fix condition in zero/sign extension functionsAurelien Jarno1-6/+6
2010-04-23Fix OpenBSD buildBlue Swirl1-240/+240
2010-04-23m68k: fix if statement with empty body, spotted by clangBlue Swirl1-2/+3
2010-04-23m68k-dis: fix unused return value, spotted by clangBlue Swirl1-29/+35
2010-04-23Fix harmless if statement with empty body, spotted by clangBlue Swirl1-1/+2
2010-04-23Merge remote branch 'origin/master' into stagingAnthony Liguori1-14/+11
2010-04-23target-sparc: Fix address masking in ldqf and stqf.Richard Henderson1-14/+11
2010-04-23block: Free iovec arrays allocated by multiwrite_merge()Stefan Hajnoczi1-0/+3
2010-04-23qcow2: Use QLIST_FOREACH_SAFE macroStefan Hajnoczi1-8/+2
2010-04-23linux-aio: Fix typo in read() EINTR checkStefan Hajnoczi1-1/+1
2010-04-23qemu-img: Fix BRDV_O_FLAGS typoStefan Hajnoczi1-10/+10
2010-04-23qemu-img: Eliminate bdrv_new_open() code duplicationStefan Hajnoczi1-73/+10
2010-04-23block: Convert first_drv to QLISTStefan Hajnoczi2-11/+13
2010-04-23block.h: bdrv_create2 doesn't exist any moreKevin Wolf1-4/+0
2010-04-23Remove un-needed codeBruce Rogers1-1/+0
2010-04-23block: Convert bdrv_first to QTAILQStefan Hajnoczi2-23/+21
2010-04-23block: Do not export bdrv_firstStefan Hajnoczi3-33/+34
2010-04-23cleanup block driver option handling in vl.cChristoph Hellwig1-29/+16
2010-04-23qcow2: Return 0/-errno in l2_allocateKevin Wolf1-17/+23
2010-04-23qcow2: Return 0/-errno in write_l1_entryKevin Wolf1-5/+5
2010-04-23qcow2: Fix error return code in qcow2_alloc_cluster_link_l2Kevin Wolf1-2/+2
2010-04-23qcow2: Return 0/-errno in write_l2_entriesKevin Wolf1-4/+5
2010-04-23block: split raw_getlengthChristoph Hellwig1-23/+42
2010-04-23block: get rid of the BDRV_O_FILE flagChristoph Hellwig3-26/+25
2010-04-23Replace calls of old bdrv_openKevin Wolf11-35/+31
2010-04-23qcow2: Fix creation of large imagesKevin Wolf1-10/+33
2010-04-23qcow2: Trigger blkdebug eventsKevin Wolf5-0/+125
2010-04-23blkdebug: Add events and rulesKevin Wolf4-1/+272
2010-04-23Make qemu-config available for toolsKevin Wolf4-21/+20
2010-04-23blkdebug: Inject errorsKevin Wolf1-0/+81
2010-04-23blkdebug: Basic request passthroughKevin Wolf2-1/+105
2010-04-23qemu-config: Make qemu_config_parse more genericKevin Wolf2-7/+13