aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25bt: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25linux-user: Fix Sparc64 syscall returns.Richard Henderson
2010-04-25Fix dead initialization, spotted by clang analyzerBlue Swirl
2010-04-25Remove IO_MEM_SUBWIDTH.Richard Henderson
2010-04-25linux-user: Remove ELFLOAD32.Richard Henderson
2010-04-25tcg/arm: fix condition in zero/sign extension functionsAurelien Jarno
2010-04-23Fix OpenBSD buildBlue Swirl
2010-04-23m68k: fix if statement with empty body, spotted by clangBlue Swirl
2010-04-23m68k-dis: fix unused return value, spotted by clangBlue Swirl
2010-04-23Fix harmless if statement with empty body, spotted by clangBlue Swirl
2010-04-23Merge remote branch 'origin/master' into stagingAnthony Liguori
2010-04-23target-sparc: Fix address masking in ldqf and stqf.Richard Henderson
2010-04-23block: Free iovec arrays allocated by multiwrite_merge()Stefan Hajnoczi
2010-04-23qcow2: Use QLIST_FOREACH_SAFE macroStefan Hajnoczi
2010-04-23linux-aio: Fix typo in read() EINTR checkStefan Hajnoczi
2010-04-23qemu-img: Fix BRDV_O_FLAGS typoStefan Hajnoczi
2010-04-23qemu-img: Eliminate bdrv_new_open() code duplicationStefan Hajnoczi
2010-04-23block: Convert first_drv to QLISTStefan Hajnoczi
2010-04-23block.h: bdrv_create2 doesn't exist any moreKevin Wolf
2010-04-23Remove un-needed codeBruce Rogers
2010-04-23block: Convert bdrv_first to QTAILQStefan Hajnoczi
2010-04-23block: Do not export bdrv_firstStefan Hajnoczi
2010-04-23cleanup block driver option handling in vl.cChristoph Hellwig
2010-04-23qcow2: Return 0/-errno in l2_allocateKevin Wolf
2010-04-23qcow2: Return 0/-errno in write_l1_entryKevin Wolf
2010-04-23qcow2: Fix error return code in qcow2_alloc_cluster_link_l2Kevin Wolf
2010-04-23qcow2: Return 0/-errno in write_l2_entriesKevin Wolf
2010-04-23block: split raw_getlengthChristoph Hellwig
2010-04-23block: get rid of the BDRV_O_FILE flagChristoph Hellwig
2010-04-23Replace calls of old bdrv_openKevin Wolf
2010-04-23qcow2: Fix creation of large imagesKevin Wolf
2010-04-23qcow2: Trigger blkdebug eventsKevin Wolf
2010-04-23blkdebug: Add events and rulesKevin Wolf
2010-04-23Make qemu-config available for toolsKevin Wolf
2010-04-23blkdebug: Inject errorsKevin Wolf
2010-04-23blkdebug: Basic request passthroughKevin Wolf
2010-04-23qemu-config: Make qemu_config_parse more genericKevin Wolf
2010-04-23qemu-config: qemu_read_config_file() reads the normal config fileKevin Wolf
2010-04-22audio/sdlaudio: remove unused variableSerge Ziryukin
2010-04-22bt-sdp: Fix an excessive ; and assignment of the wrong variableAndrzej Zaborowski
2010-04-22bt-l2cap: fix if statement with empty body, spotted by clangBlue Swirl
2010-04-21audio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixupmalc
2010-04-20pci: fix pci_find_bus().Isaku Yamahata
2010-04-20slirp: fix structure initialization in tcp_listen()Juha Riihimäki
2010-04-19Compile event_notifier only onceBlue Swirl
2010-04-19Compile vl.c onceBlue Swirl
2010-04-19provide a stub version of kvm-all.c if !CONFIG_KVMPaolo Bonzini
2010-04-19tcg/arm: don't try to load constants using pcAurelien Jarno