aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-04-26monitor: Cleanup ID assignment for compat switchJan Kiszka1-5/+3
2010-04-26Monitor: Return before exiting with 'quit'Luiz Capitulino3-1/+22
2010-04-26tcg-hppa: Remove automatically implemented opcodes.Richard Henderson2-19/+5
2010-04-26tcg-hppa: Fix branch offset during retranslation.Richard Henderson1-2/+8
2010-04-26tcg-hppa: Schedule the address masking after the TLB load.Richard Henderson1-1/+6
2010-04-26tcg-hppa: Fix softmmu loads and stores.Richard Henderson1-144/+132
2010-04-26tcg-hppa: Fix GUEST_BASE initialization in prologue.Richard Henderson1-10/+10
2010-04-26tcg-hppa: Constrain immediate inputs to and_i32, or_i32, andc_i32.Richard Henderson2-54/+56
2010-04-26linux-user: Fix sparc32plus stat64 syscalls.Richard Henderson1-1/+1
2010-04-26target-sparc: Fix -singlestep.Richard Henderson1-4/+5
2010-04-26QMP: Check "arguments" member's typeLuiz Capitulino1-0/+3
2010-04-26QError: Improve QERR_QMP_BAD_INPUT_OBJECT descLuiz Capitulino1-1/+1
2010-04-26QMP: Use QERR_QMP_BAD_INPUT_OBJECT_MEMBERLuiz Capitulino1-1/+1
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