aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-25qerror.h: Remove unused error classesCole Robinson
2014-04-25error: Print error_report() to stderr if using qmpCole Robinson
2014-04-25monitor: Remove unused monitor_print_filenameCole Robinson
2014-04-25error: Privatize error_print_locCole Robinson
2014-04-25vnc: Remove default_mon usageCole Robinson
2014-04-25slirp: Remove default_mon usageCole Robinson
2014-04-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-04-24Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-5' into stagingPeter Maydell
2014-04-24Merge remote-tracking branch 'remotes/rth/tags/tcg-next-20140422' into stagingPeter Maydell
2014-04-24Merge remote-tracking branch 'remotes/rth/tags/tcg-ia64-pull-20140421' into s...Peter Maydell
2014-04-24Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-18' in...Peter Maydell
2014-04-23block/cloop: use PRIu32 format specifier for uint32_tStefan Hajnoczi
2014-04-23usb: mtp filesharingGerd Hoffmann
2014-04-22vmdk: Fix "%x" to PRIx32 in format strings for cidFam Zheng
2014-04-22qemu-img: Improve error messagesFam Zheng
2014-04-22usb: add CompatibleID support to msosGerd Hoffmann
2014-04-22qemu-iotests: Check common namespace for id and node-nameKevin Wolf
2014-04-22block: Catch duplicate IDs in bdrv_new()Kevin Wolf
2014-04-22qemu-img: Avoid duplicate block device IDsKevin Wolf
2014-04-22block: Add errp to bdrv_new()Kevin Wolf
2014-04-22convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()Aakriti Gupta
2014-04-22block: Remove -errno return value from bdrv_assign_node_nameKevin Wolf
2014-04-22curl: Replaced old error handling with error reporting API.Maria Kustova
2014-04-22block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmapFam Zheng
2014-04-22vmdk: Fix %d and %lld to PRI* in format stringsFam Zheng
2014-04-22block: Check bdrv_getlength() return value in bdrv_make_zero()Kevin Wolf
2014-04-22block: Catch integer overflow in bdrv_rw_co()Kevin Wolf
2014-04-22block: Limit size to INT_MAX in bdrv_check_byte_request()Kevin Wolf
2014-04-22block: Fix nb_sectors check in bdrv_check_byte_request()Kevin Wolf
2014-04-18tcg: Use HOST_WORDS_BIGENDIANRichard Henderson
2014-04-18tcg: Fix fallback from muls2_i64 to mulu2_i64Richard Henderson
2014-04-18tcg: Use tcg_gen_mulu2_i32 in tcg_gen_muls2_i32Richard Henderson
2014-04-18tcg: Relax requirement for mulu2_i32 on 32-bit hostsRichard Henderson
2014-04-18tcg-s390: Remove W constraintRichard Henderson
2014-04-18tcg-sparc: Use the type parameter to tcg_target_const_matchRichard Henderson
2014-04-18tcg-ppc64: Use the type parameter to tcg_target_const_matchRichard Henderson
2014-04-18tcg-aarch64: Remove w constraintRichard Henderson
2014-04-18tcg: Add TCGType parameter to tcg_target_const_matchRichard Henderson
2014-04-18tcg: Fix out of range shift in deposit optimizationsRichard Henderson
2014-04-18tci: Mask shift counts to avoid undefined behaviorRichard Henderson
2014-04-18tcg: Mask shift quantities while foldingRichard Henderson
2014-04-18tcg: Use "unspecified behavior" for shiftsRichard Henderson
2014-04-18tcg: Fix warning (1 bit signed bitfield entry) and replace int by boolStefan Weil
2014-04-18Fix grammar in commentStefan Weil
2014-04-18doc: grammify "allows to"Michael Tokarev
2014-04-18configure: Remove redundant message for -WerrorStefan Weil
2014-04-18scripts: add sample model file for Coverity ScanPaolo Bonzini
2014-04-18xbzrle.c: Avoid undefined behaviour with signed arithmeticPeter Maydell
2014-04-18int128.h: Avoid undefined behaviours involving signed arithmeticPeter Maydell
2014-04-18hw/ide/ahci.c: Avoid shift left into sign bitPeter Maydell