summary refs log tree commit diff stats
path: root/hw/misc/slavio_misc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | After previous Peter patch, they are redundant. This way we don't assign them except when needed. Once there, there were lots of case where the ".fields" indentation was wrong: .fields = (VMStateField []) { and .fields = (VMStateField []) { Change all the combinations to: .fields = (VMStateField[]){ The biggest problem (appart from aesthetics) was that checkpatch complained when we copy&pasted the code from one place to another. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
* slavio_misc: QOM cast cleanup for APCStateAndreas Färber2013-07-291-3/+7
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* slavio_misc: QOM cast cleanup for MiscStateAndreas Färber2013-07-291-15/+20
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* slavio_misc: Fix slavio_led_mem_readw/_writew tracepointsMarkus Armbruster2013-07-181-1/+1
| | | | | | | Broken since they got added in commit 97bf485. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
* hw/m*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-8/+8
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-8/+8
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* hw: move other devices to hw/misc/, configure with default-configs/Paolo Bonzini2013-04-081-0/+508
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>