aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-24qdev: rename DeviceClass.propsPaolo Bonzini5-8/+13
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau399-451/+458
2020-01-24object: return self in object_ref()Marc-André Lureau2-3/+5
2020-01-24object: release all propsMarc-André Lureau1-11/+10
2020-01-24object: add object_class_property_add_link()Marc-André Lureau2-1/+54
2020-01-24object: express const link with link propertyMarc-André Lureau1-18/+23
2020-01-24object: add direct link flagMarc-André Lureau2-6/+23
2020-01-24object: rename link "child" to "target"Marc-André Lureau2-14/+14
2020-01-24object: check strong flag with &Marc-André Lureau1-1/+1
2020-01-24object: do not free class propertiesMarc-André Lureau1-4/+4
2020-01-24object: add object_property_set_defaultMarc-André Lureau2-0/+85
2020-01-24qstring: add qstring_free()Marc-André Lureau2-5/+23
2020-01-24object: make object_class_property_add* return propertyMarc-André Lureau2-28/+60
2020-01-24object: add class property initializerMarc-André Lureau2-2/+28
2020-01-24object: avoid extra class property key duplicationMarc-André Lureau1-3/+3
2020-01-24qdev: move helper function to monitor/miscMarc-André Lureau3-28/+26
2020-01-24qdev: remove extraneous errorMarc-André Lureau3-37/+17
2020-01-24qdev: remove duplicated qdev_property_add_static() docMarc-André Lureau1-10/+0
2020-01-24object: add extra sanity checksMarc-André Lureau1-0/+1
2020-01-24accel/tcg: Sanitize include pathPhilippe Mathieu-Daudé1-3/+3
2020-01-24accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé7-11/+10
2020-01-24accel: Introduce the current_accel() wrapperPhilippe Mathieu-Daudé2-0/+7
2020-01-24qom/object: Display more helpful message when a parent is missingPhilippe Mathieu-Daudé1-1/+5
2020-01-24target/arm/kvm: Use CPUState::kvm_state in kvm_arm_pmu_supported()Philippe Mathieu-Daudé1-3/+1
2020-01-24hw/ppc/spapr_rtas: Remove local variablePhilippe Mathieu-Daudé1-3/+2
2020-01-24hw/ppc/spapr_rtas: Access MachineState via SpaprMachineState argumentPhilippe Mathieu-Daudé1-1/+1
2020-01-24hw/ppc/spapr_rtas: Use local MachineState variablePhilippe Mathieu-Daudé1-1/+1
2020-01-24virtio-scsi: convert to new virtio_delete_queuePan Nengyuan1-3/+3
2020-01-24virtio-scsi: delete vqs in unrealize to avoid memleaksPan Nengyuan1-0/+6
2020-01-24target/i386: kvm: initialize microcode revision from KVMPaolo Bonzini2-0/+9
2020-01-24target/i386: add a ucode-rev propertyPaolo Bonzini4-3/+18
2020-01-24target/i386: kvm: initialize feature MSRs very earlyPaolo Bonzini2-33/+49
2020-01-24hw/core/Makefile: Group generic objects versus system-mode objectsPhilippe Mathieu-Daudé1-14/+14
2020-01-24hw/core: Restrict reset handlers API to system-modePhilippe Mathieu-Daudé1-1/+2
2020-01-24Makefile: Remove unhelpful commentPhilippe Mathieu-Daudé1-4/+2
2020-01-24Makefile: Restrict system emulation and tools objectsPhilippe Mathieu-Daudé1-12/+7
2020-01-24Makefile: Clarify all the codebase requires qom/ objectsPhilippe Mathieu-Daudé1-5/+1
2020-01-24configure: Do not build libfdt if not requiredPhilippe Mathieu-Daudé1-0/+2
2020-01-24hw/pci-host/designware: Remove unuseful FALLTHROUGH commentPhilippe Mathieu-Daudé1-1/+1
2020-01-24hw/net/imx_fec: Remove unuseful FALLTHROUGH commentsPhilippe Mathieu-Daudé1-2/+2
2020-01-24hw/net/imx_fec: Rewrite fall through commentsPhilippe Mathieu-Daudé1-1/+2
2020-01-24hw/timer/aspeed_timer: Add a fall through commentPhilippe Mathieu-Daudé1-1/+1
2020-01-24hw/display/tcx: Add missing fall through commentsPhilippe Mathieu-Daudé1-0/+2
2020-01-24audio/audio: Add missing fall through commentPhilippe Mathieu-Daudé1-0/+1
2020-01-24qom/object: Display more helpful message when an interface is missingPhilippe Mathieu-Daudé1-0/+5
2020-01-24pvpanic: implement crashloaded event handlingzhenwei pi5-12/+52
2020-01-24pvpanic: introduce crashloaded for pvpaniczhenwei pi1-2/+6
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz18-36/+18
2020-01-24cpu: Introduce cpu_class_set_parent_reset()Greg Kurz2-0/+12
2020-01-24Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf1' i...Peter Maydell7-11/+6