aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-10i386: hvf: Move synchronize functions to sysemuRoman Bolshakov2-12/+10
2020-07-10i386: hvf: Set env->eip in macvm_set_rip()Roman Bolshakov1-0/+1
2020-07-10coverity: provide Coverity-friendly MIN_CONST and MAX_CONSTEric Blake1-7/+14
2020-07-10KVM: add support for AMD nested live migrationPaolo Bonzini4-9/+70
2020-07-10target/i386: fix IEEE SSE floating-point exception raisingJoseph Myers11-12/+899
2020-07-10target/i386: set SSE FTZ in correct floating-point stateJoseph Myers1-1/+1
2020-07-10hw/core/null-machine: Do not initialize unused chardev backendsPhilippe Mathieu-Daudé1-0/+5
2020-07-10tests/qmp-cmd-test: Add qmp/object-add-failure-modesEric Auger1-16/+96
2020-07-10tests/qmp-cmd-test: Add qmp/object-add-duplicate-idEric Auger1-0/+19
2020-07-10qom: Introduce object_property_try_add_child()Eric Auger3-9/+45
2020-07-10util/qemu-error: prepend guest name to error message to identify affected VM ...Mario Smarduch4-3/+27
2020-07-10tests: Inject test name also when the test failsHavard Skinnemoen1-1/+1
2020-07-10tcg/svm: use host cr4 during NPT page table walkAlexander Boettcher3-3/+9
2020-07-10Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20200707' i...Peter Maydell4-0/+0
2020-07-10Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-07-v2' i...Peter Maydell294-3774/+3052
2020-07-10xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy8-166/+128
2020-07-10nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy4-4/+14
2020-07-10virtio-9p: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2-7/+6
2020-07-10fw_cfg: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy1-12/+9
2020-07-10pflash: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2-8/+6
2020-07-10sd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy3-21/+17
2020-07-10scripts: Coccinelle script to use ERRP_GUARD()Vladimir Sementsov-Ogievskiy3-0/+339
2020-07-10error: New macro ERRP_GUARD()Vladimir Sementsov-Ogievskiy1-19/+139
2020-07-10hmp: Ignore Error objects where the return value sufficesMarkus Armbruster1-6/+6
2020-07-10qdev: Ignore Error objects where the return value sufficesMarkus Armbruster1-4/+1
2020-07-10qemu-img: Ignore Error objects where the return value sufficesMarkus Armbruster1-12/+3
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster13-45/+20
2020-07-10qapi: Purge error_propagate() from QAPI coreMarkus Armbruster1-21/+19
2020-07-10qapi: Smooth visitor error checking in generated codeMarkus Armbruster3-84/+55
2020-07-10qapi: Smooth another visitor error checking patternMarkus Armbruster15-78/+35
2020-07-10block/parallels: Simplify parallels_open() after previous commitMarkus Armbruster1-5/+2
2020-07-10error: Reduce unnecessary error propagationMarkus Armbruster8-14/+13
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster18-149/+67
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster23-77/+32
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster114-896/+383
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster24-242/+169
2020-07-10qdev: Use returned bool to check for failure, Coccinelle partMarkus Armbruster3-7/+4
2020-07-10qdev: Make functions taking Error ** return bool, not voidMarkus Armbruster2-4/+4
2020-07-10qom: Make functions taking Error ** return bool, not 0/-1Markus Armbruster2-24/+18
2020-07-10qom: Use returned bool to check for failure, manual partMarkus Armbruster3-17/+9
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster28-142/+96
2020-07-10qom: Make functions taking Error ** return bool, not voidMarkus Armbruster6-62/+122
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster138-741/+712
2020-07-10qom: Use return values to check for error where that's simplerMarkus Armbruster1-11/+14
2020-07-10qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster9-79/+12
2020-07-10qom: Crash more nicely on object_property_get_link() failureMarkus Armbruster5-7/+10
2020-07-10qom: Rename qdev_get_type() to object_get_type()Markus Armbruster1-2/+2
2020-07-10qom: Use error_reportf_err() instead of g_printerr() in examplesMarkus Armbruster1-4/+2
2020-07-10s390x/pci: Fix harmless mistake in zpci's property fid's setterMarkus Armbruster1-1/+3
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster9-56/+44