summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* monitor: Add device_add and device_del completion.Hani Benhabiles2014-04-253-14/+28
* monitor: Add command_completion callback to mon_cmd_t.Hani Benhabiles2014-04-253-6/+18
* monitor: Fix drive_del id argument type completion.Hani Benhabiles2014-04-251-1/+1
* error: Remove some unused headersCole Robinson2014-04-252-5/+1
* qerror.h: Replace QERR_NOT_SUPPORTED with QERR_UNSUPPORTEDCole Robinson2014-04-253-5/+2
* qerror.h: Remove QERR defines that are only used onceCole Robinson2014-04-2515-91/+37
* qerror.h: Remove unused error classesCole Robinson2014-04-251-9/+0
* error: Print error_report() to stderr if using qmpCole Robinson2014-04-251-1/+1
* monitor: Remove unused monitor_print_filenameCole Robinson2014-04-254-35/+0
* error: Privatize error_print_locCole Robinson2014-04-252-2/+1
* vnc: Remove default_mon usageCole Robinson2014-04-251-2/+2
* slirp: Remove default_mon usageCole Robinson2014-04-253-17/+6
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-04-2518-115/+302
|\
| * block/cloop: use PRIu32 format specifier for uint32_tStefan Hajnoczi2014-04-231-6/+6
| * vmdk: Fix "%x" to PRIx32 in format strings for cidFam Zheng2014-04-221-5/+5
| * qemu-img: Improve error messagesFam Zheng2014-04-221-28/+46
| * 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
OpenPOWER on IntegriCloud