aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-26tcg-hppa: Fix softmmu loads and stores.Richard Henderson
2010-04-26tcg-hppa: Fix GUEST_BASE initialization in prologue.Richard Henderson
2010-04-26tcg-hppa: Constrain immediate inputs to and_i32, or_i32, andc_i32.Richard Henderson
2010-04-26linux-user: Fix sparc32plus stat64 syscalls.Richard Henderson
2010-04-26target-sparc: Fix -singlestep.Richard Henderson
2010-04-25sh4: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25ppc: add missing 'break', spotted by clang analyzerBlue Swirl
2010-04-25ppc: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25alpha: add missing 'break', spotted by clang analyzerBlue Swirl
2010-04-25alpha: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25microblaze: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25m68k: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25cris: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl
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