aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-23qemu-config: qemu_read_config_file() reads the normal config fileKevin Wolf3-24/+28
2010-04-22audio/sdlaudio: remove unused variableSerge Ziryukin1-9/+2
2010-04-22bt-sdp: Fix an excessive ; and assignment of the wrong variableAndrzej Zaborowski1-2/+2
2010-04-22bt-l2cap: fix if statement with empty body, spotted by clangBlue Swirl1-3/+3
2010-04-21audio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixupmalc1-5/+6
2010-04-20pci: fix pci_find_bus().Isaku Yamahata1-9/+16
2010-04-20slirp: fix structure initialization in tcp_listen()Juha Riihimäki1-0/+1