summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-11libqos/ahci: ATAPI identifyJohn Snow3-1/+13
2016-01-11libqos/ahci: ATAPI supportJohn Snow2-4/+89
2016-01-11ahci-test: fix memory leakJohn Snow1-2/+2
2016-01-11ide: ahci: reset ncq object to unused on errorPrasad J Pandit1-0/+1
2016-01-11macio: fix overflow in lba to offset conversion for ATAPI devicesMark Cave-Ayland1-1/+1
2016-01-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160111-...Peter Maydell28-5309/+12118
2016-01-11hw/arm/virt: Support legacy -nic command line syntaxAshok Kumar1-0/+14
2016-01-11disas/libvixl: Update to upstream VIXL 1.12Peter Maydell24-5188/+11989
2016-01-11hw/dma/xilinx_axidma: remove dead codeAndrew Jones1-10/+0