summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | qemu-iotests: Check common namespace for id and node-nameKevin Wolf2014-04-222-0/+57
| * | block: Catch duplicate IDs in bdrv_new()Kevin Wolf2014-04-224-6/+57
| * | qemu-img: Avoid duplicate block device IDsKevin Wolf2014-04-221-16/+22
| * | block: Add errp to bdrv_new()Kevin Wolf2014-04-229-15/+24
| * | convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()Aakriti Gupta2014-04-221-7/+9
| * | block: Remove -errno return value from bdrv_assign_node_nameKevin Wolf2014-04-221-12/+11
| * | curl: Replaced old error handling with error reporting API.Maria Kustova2014-04-221-1/+1
| * | block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmapFam Zheng2014-04-224-8/+41
| * | vmdk: Fix %d and %lld to PRI* in format stringsFam Zheng2014-04-221-6/+7
| * | block: Check bdrv_getlength() return value in bdrv_make_zero()Kevin Wolf2014-04-221-1/+7
| * | block: Catch integer overflow in bdrv_rw_co()Kevin Wolf2014-04-222-4/+5
| * | block: Limit size to INT_MAX in bdrv_check_byte_request()Kevin Wolf2014-04-221-0/+4
| * | block: Fix nb_sectors check in bdrv_check_byte_request()Kevin Wolf2014-04-221-1/+1
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-5' into stagingPeter Maydell2014-04-246-1/+1135
|\ \ \
| * | | usb: mtp filesharingGerd Hoffmann2014-04-234-0/+1129
| * | | usb: add CompatibleID support to msosGerd Hoffmann2014-04-222-1/+6
| |/ /
* | | Merge remote-tracking branch 'remotes/rth/tags/tcg-next-20140422' into stagingPeter Maydell2014-04-2426-167/+170
|\ \ \
| * | | tcg: Use HOST_WORDS_BIGENDIANRichard Henderson2014-04-1812-32/+12
| * | | tcg: Fix fallback from muls2_i64 to mulu2_i64Richard Henderson2014-04-181-20/+18
| * | | tcg: Use tcg_gen_mulu2_i32 in tcg_gen_muls2_i32Richard Henderson2014-04-181-4/+2
| * | | tcg: Relax requirement for mulu2_i32 on 32-bit hostsRichard Henderson2014-04-185-1/+12
| * | | tcg-s390: Remove W constraintRichard Henderson2014-04-181-24/+19
| * | | tcg-sparc: Use the type parameter to tcg_target_const_matchRichard Henderson2014-04-181-1/+7
| * | | tcg-ppc64: Use the type parameter to tcg_target_const_matchRichard Henderson2014-04-181-1/+9
| * | | tcg-aarch64: Remove w constraintRichard Henderson2014-04-181-22/+18
| * | | tcg: Add TCGType parameter to tcg_target_const_matchRichard Henderson2014-04-1811-13/+13
| * | | tcg: Fix out of range shift in deposit optimizationsRichard Henderson2014-04-181-6/+4
| * | | tci: Mask shift counts to avoid undefined behaviorRichard Henderson2014-04-181-10/+10
| * | | tcg: Mask shift quantities while foldingRichard Henderson2014-04-181-15/+20
| * | | tcg: Use "unspecified behavior" for shiftsRichard Henderson2014-04-181-5/+13
| * | | tcg: Fix warning (1 bit signed bitfield entry) and replace int by boolStefan Weil2014-04-185-13/+13
| |/ /
* | | Merge remote-tracking branch 'remotes/rth/tags/tcg-ia64-pull-20140421' into s...Peter Maydell2014-04-242-235/+265
|\ \ \
| * | | tcg-ia64: Convert to new ldst opcodesRichard Henderson2014-04-172-67/+35
| * | | tcg-ia64: Move part of softmmu slow path out of lineRichard Henderson2014-04-171-62/+114
| * | | tcg-ia64: Convert to new ldst helpersRichard Henderson2014-04-171-62/+80
| * | | tcg-ia64: Reduce code duplication in tcg_out_qemu_ldRichard Henderson2014-04-171-37/+24
| * | | tcg-ia64: Move tlb addend load into tlb readRichard Henderson2014-04-171-12/+12
| * | | tcg-ia64: Move bswap for store into tlb loadRichard Henderson2014-04-171-63/+31
| * | | tcg-ia64: Re-bundle the tlb loadRichard Henderson2014-04-171-23/+54
| * | | tcg-ia64: Optimize small arguments to exit_tbRichard Henderson2014-04-171-3/+9
* | | | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-18' in...Peter Maydell2014-04-2412-25/+212
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix grammar in commentStefan Weil2014-04-181-1/+1
| * | | doc: grammify "allows to"Michael Tokarev2014-04-182-4/+5
| * | | configure: Remove redundant message for -WerrorStefan Weil2014-04-181-1/+0
| * | | scripts: add sample model file for Coverity ScanPaolo Bonzini2014-04-181-0/+183
| * | | xbzrle.c: Avoid undefined behaviour with signed arithmeticPeter Maydell2014-04-181-3/+5
| * | | int128.h: Avoid undefined behaviours involving signed arithmeticPeter Maydell2014-04-181-2/+2
| * | | hw/ide/ahci.c: Avoid shift left into sign bitPeter Maydell2014-04-181-2/+2
| * | | net: Report error when device / hub combo is not found.Hani Benhabiles2014-04-181-1/+3
| * | | configure: Fix indentation of help for --enable/disable-debug-infoPeter Maydell2014-04-181-2/+2
OpenPOWER on IntegriCloud