aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-27hw/hppa/machine: Correctly check the firmware is in PDC rangePhilippe Mathieu-Daudé
2020-01-27hppa: Add emulation of Artist graphicsSven Schnelle
2020-01-27seabios-hppa: update to latest versionSven Schnelle
2020-01-27hppa: Switch to tulip NIC by defaultHelge Deller
2020-01-27hppa: add emulation of LASI PS2 controllersSven Schnelle
2020-01-27ps2: accept 'Set Key Make and Break' commandsSven Schnelle
2020-01-27hppa: Add support for LASI chip with i82596 NICHelge Deller
2020-01-27hw/hppa/dino.c: Improve emulation of Dino PCI chipHelge Deller
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