aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-13error: Consistently name Error * objects err, and not errpMarkus Armbruster5-29/+29
2016-01-13s390/sclp: Simplify control flow in sclp_realize()Markus Armbruster1-6/+3
2016-01-13hw/s390x: Rename local variables Error *l_err to just errMarkus Armbruster2-13/+13
2016-01-13error: Clean up errors with embedded newlines (again)Markus Armbruster3-8/+7
2016-01-13vhdx: Fix "log that needs to be replayed" error messageMarkus Armbruster2-8/+10
2016-01-13pci-assign: Clean up "Failed to assign" error messagesMarkus Armbruster1-8/+8
2016-01-13vmdk: Clean up "Invalid extent lines" error messageMarkus Armbruster2-10/+14
2016-01-13vmdk: Clean up control flow in vmdk_parse_extents() a bitMarkus Armbruster1-13/+15
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster14-30/+31
2016-01-13qemu-io qemu-nbd: Use error_report() etc. instead of fprintf()Markus Armbruster17-95/+93
2016-01-13migration: Use error_reportf_err() instead of monitor_printf()Markus Armbruster1-8/+6
2016-01-13spapr: Use error_reportf_err()Markus Armbruster1-3/+4
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster6-30/+19
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster17-76/+47
2016-01-13error: Don't decorate original error message when adding to itMarkus Armbruster4-4/+4
2016-01-13error: New error_prepend(), error_reportf_err()Markus Armbruster2-2/+62
2016-01-13test-throttle: Simplify qemu_init_main_loop() error handlingMarkus Armbruster1-14/+1
2016-01-13qemu-nbd: Clean up "Failed to load snapshot" error messageMarkus Armbruster1-9/+5
2016-01-13block: Clean up "Could not create temporary overlay" error messageMarkus Armbruster1-3/+2
2016-01-13error: Improve documentationMarkus Armbruster3-7/+23
2016-01-13error: Use error_report_err() instead of ad hoc printsMarkus Armbruster3-7/+3
2016-01-13error: Use error_report_err() instead of monitor_printf()Markus Armbruster4-28/+13
2016-01-13error: Use error_report_err() where appropriate (again)Markus Armbruster8-12/+9
2016-01-13qemu-nbd: Replace BSDism <err.h> by error_report()Markus Armbruster1-44/+77
2016-01-13xen-hvm: Mark inappropriate error handling FIXMEMarkus Armbruster1-0/+7
2016-01-13audio: Clean up inappropriate and unreachable use of hw_error()Markus Armbruster1-9/+2
2016-01-13isa: Clean up inappropriate hw_error()Markus Armbruster1-11/+0
2016-01-13isa: Clean up error handling around isa_bus_new()Markus Armbruster12-16/+34
2016-01-13isa: Trivially convert remaining PCI-ISA bridges to realize()Markus Armbruster2-7/+4
2016-01-13sysbus: Don't use hw_error() in machine_init_done_notifiersMarkus Armbruster1-13/+12
2016-01-13hw/arm/virt: Fix property "gic-version" error handlingMarkus Armbruster1-3/+2
2016-01-13error: Don't append a newline when printing the error hintMarkus Armbruster3-3/+5
2016-01-13raven: Mark use of hw_error() in realize() FIXMEMarkus Armbruster1-2/+4
2016-01-13etraxfs_eth: Don't use hw_error() in init() methodMarkus Armbruster1-1/+3
2016-01-13arm_mptimer: Don't use hw_error() in realize() methodMarkus Armbruster1-2/+3
2016-01-13omap: Don't use hw_error() in device init() methodsMarkus Armbruster3-13/+34
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster8-30/+48
2016-01-13hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster8-22/+21
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster13-174/+35
2016-01-13error: Document how to accumulate multiple errorsMarkus Armbruster1-0/+17
2016-01-12Merge remote-tracking branch 'remotes/kvaneesh/tags/for-upstream-signed' into...Peter Maydell31-745/+835
2016-01-12disas/libvixl: Suppress gcc 4.6.3 sign-compare warningsPeter Maydell2-2/+7
2016-01-12Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell6-42/+339
2016-01-129pfs: introduce V9fsVirtioStateWei Liu6-40/+71
2016-01-11libqos/ahci: organize headerJohn Snow1-12/+24
2016-01-11qtest/ahci: ATAPI data testsJohn Snow1-0/+97
2016-01-11libqos/ahci: add ahci_execJohn Snow2-0/+93
2016-01-11libqos/ahci: allow nondata commands for ahci_io variantsJohn Snow2-12/+5
2016-01-11libqos: allow zero-size allocationsJohn Snow3-10/+8
2016-01-11libqos/ahci: Switch to mutable propertiesJohn Snow1-2/+8