aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-27blockdev: unify qmp_drive_backup and drive-backup transaction pathsSergio Lopez
2020-01-27blockdev: fix coding style issues in drive_backup_prepareSergio Lopez
2020-01-27iotests: Add more "skip_if_unsupported" statements to the python testsThomas Huth
2020-01-27iotests.py: Let wait_migration wait even moreMax Reitz
2020-01-27Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200127' into stagingPeter Maydell
2020-01-27s390x: sigp: Fix sense running reportingJanosch Frank
2020-01-27hw/s390x: Add a more verbose comment about get_machine_class() and the wrappersThomas Huth
2020-01-27target/s390x: Remove DisasFields argument from extract_insnRichard Henderson
2020-01-27target/s390x: Move DisasFields into DisasContextRichard Henderson
2020-01-27target/s390x: Pass DisasContext to get_field and have_fieldRichard Henderson
2020-01-27target/s390x: Remove DisasFields argument from callbacksRichard Henderson
2020-01-27target/s390x: Move struct DisasFields definition earlierRichard Henderson
2020-01-27target/s390x/kvm: Enable adapter interruption suppression againThomas Huth
2020-01-27docs/devel: fix stable process doc formattingCornelia Huck
2020-01-27target/s390x: Remove duplicated ifdef macroPhilippe Mathieu-Daudé
2020-01-27s390x/event-facility: fix error propagationCornelia Huck
2020-01-27s390x: adapter routes error handlingCornelia Huck
2020-01-27s390x/event-facility.c: remove unneeded labelsDaniel Henrique Barboza
2020-01-27intc/s390_flic_kvm.c: remove unneeded label in kvm_flic_load()Daniel Henrique Barboza
2020-01-27s390x/sclp.c: remove unneeded label in sclp_service_call()Daniel Henrique Barboza
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-24build-sys: clean up flags included in the linker command linePaolo Bonzini
2020-01-24target/i386: Add the 'model-id' for Skylake -v3 CPU modelsKashyap Chamarthy
2020-01-24qdev: use object_property_help()Marc-André Lureau
2020-01-24qapi/qmp: add ObjectPropertyInfo.default-valueMarc-André Lureau
2020-01-24qom: introduce object_property_help()Marc-André Lureau
2020-01-24qom: simplify qmp_device_list_properties()Paolo Bonzini
2020-01-24vl: print default value in object helpMarc-André Lureau
2020-01-24qdev: register properties as class propertiesMarc-André Lureau
2020-01-24qdev: move instance properties to class propertiesMarc-André Lureau
2020-01-24qdev: rename DeviceClass.propsPaolo Bonzini
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24object: return self in object_ref()Marc-André Lureau
2020-01-24object: release all propsMarc-André Lureau
2020-01-24object: add object_class_property_add_link()Marc-André Lureau
2020-01-24object: express const link with link propertyMarc-André Lureau
2020-01-24object: add direct link flagMarc-André Lureau
2020-01-24object: rename link "child" to "target"Marc-André Lureau
2020-01-24object: check strong flag with &Marc-André Lureau
2020-01-24object: do not free class propertiesMarc-André Lureau
2020-01-24object: add object_property_set_defaultMarc-André Lureau
2020-01-24qstring: add qstring_free()Marc-André Lureau
2020-01-24object: make object_class_property_add* return propertyMarc-André Lureau
2020-01-24object: add class property initializerMarc-André Lureau
2020-01-24object: avoid extra class property key duplicationMarc-André Lureau
2020-01-24qdev: move helper function to monitor/miscMarc-André Lureau
2020-01-24qdev: remove extraneous errorMarc-André Lureau
2020-01-24qdev: remove duplicated qdev_property_add_static() docMarc-André Lureau
2020-01-24object: add extra sanity checksMarc-André Lureau
2020-01-24accel/tcg: Sanitize include pathPhilippe Mathieu-Daudé