summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-25qerror.h: Replace QERR_NOT_SUPPORTED with QERR_UNSUPPORTEDCole Robinson3-5/+2
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson15-91/+37
2014-04-25qerror.h: Remove unused error classesCole Robinson1-9/+0
2014-04-25error: Print error_report() to stderr if using qmpCole Robinson1-1/+1
2014-04-25monitor: Remove unused monitor_print_filenameCole Robinson4-35/+0
2014-04-25error: Privatize error_print_locCole Robinson2-2/+1
2014-04-25vnc: Remove default_mon usageCole Robinson1-2/+2
2014-04-25slirp: Remove default_mon usageCole Robinson3-17/+6
2014-04-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell18-115/+302
2014-04-24Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-5' into stagingPeter Maydell6-1/+1135
2014-04-24Merge remote-tracking branch 'remotes/rth/tags/tcg-next-20140422' into stagingPeter Maydell26-167/+170
2014-04-24Merge remote-tracking branch 'remotes/rth/tags/tcg-ia64-pull-20140421' into s...Peter Maydell2-235/+265
2014-04-24Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-18' in...Peter Maydell12-25/+212
2014-04-23block/cloop: use PRIu32 format specifier for uint32_tStefan Hajnoczi1-6/+6
2014-04-23usb: mtp filesharingGerd Hoffmann4-0/+1129
2014-04-22vmdk: Fix "%x" to PRIx32 in format strings for cidFam Zheng1-5/+5
2014-04-22qemu-img: Improve error messagesFam Zheng1-28/+46
2014-04-22usb: add CompatibleID support to msosGerd Hoffmann2-1/+6
2014-04-22qemu-iotests: Check common namespace for id and node-nameKevin Wolf2-0/+57
2014-04-22block: Catch duplicate IDs in bdrv_new()Kevin Wolf4-6/+57
2014-04-22qemu-img: Avoid duplicate block device IDsKevin Wolf1-16/+22
2014-04-22block: Add errp to bdrv_new()Kevin Wolf9-15/+24
2014-04-22convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()Aakriti Gupta1-7/+9
2014-04-22block: Remove -errno return value from bdrv_assign_node_nameKevin Wolf1-12/+11
2014-04-22curl: Replaced old error handling with error reporting API.Maria Kustova1-1/+1
2014-04-22block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmapFam Zheng4-8/+41
2014-04-22vmdk: Fix %d and %lld to PRI* in format stringsFam Zheng1-6/+7
2014-04-22block: Check bdrv_getlength() return value in bdrv_make_zero()Kevin Wolf1-1/+7
2014-04-22block: Catch integer overflow in bdrv_rw_co()Kevin Wolf2-4/+5
2014-04-22block: Limit size to INT_MAX in bdrv_check_byte_request()Kevin Wolf1-0/+4
2014-04-22block: Fix nb_sectors check in bdrv_check_byte_request()Kevin Wolf1-1/+1
2014-04-18tcg: Use HOST_WORDS_BIGENDIANRichard Henderson12-32/+12
2014-04-18tcg: Fix fallback from muls2_i64 to mulu2_i64Richard Henderson1-20/+18
2014-04-18tcg: Use tcg_gen_mulu2_i32 in tcg_gen_muls2_i32Richard Henderson1-4/+2
2014-04-18tcg: Relax requirement for mulu2_i32 on 32-bit hostsRichard Henderson5-1/+12
2014-04-18tcg-s390: Remove W constraintRichard Henderson1-24/+19
2014-04-18tcg-sparc: Use the type parameter to tcg_target_const_matchRichard Henderson1-1/+7
2014-04-18tcg-ppc64: Use the type parameter to tcg_target_const_matchRichard Henderson1-1/+9
2014-04-18tcg-aarch64: Remove w constraintRichard Henderson1-22/+18
2014-04-18tcg: Add TCGType parameter to tcg_target_const_matchRichard Henderson11-13/+13
2014-04-18tcg: Fix out of range shift in deposit optimizationsRichard Henderson1-6/+4
2014-04-18tci: Mask shift counts to avoid undefined behaviorRichard Henderson1-10/+10
2014-04-18tcg: Mask shift quantities while foldingRichard Henderson1-15/+20
2014-04-18tcg: Use "unspecified behavior" for shiftsRichard Henderson1-5/+13
2014-04-18tcg: Fix warning (1 bit signed bitfield entry) and replace int by boolStefan Weil5-13/+13
2014-04-18Fix grammar in commentStefan Weil1-1/+1
2014-04-18doc: grammify "allows to"Michael Tokarev2-4/+5
2014-04-18configure: Remove redundant message for -WerrorStefan Weil1-1/+0
2014-04-18scripts: add sample model file for Coverity ScanPaolo Bonzini1-0/+183
2014-04-18xbzrle.c: Avoid undefined behaviour with signed arithmeticPeter Maydell1-3/+5