summaryrefslogtreecommitdiffstats
path: root/hw/misc/lm32_sys.c
Commit message (Collapse)AuthorAgeFilesLines
* lm32: remove lm32_sysMichael Walle2014-05-241-179/+0
| | | | | | | Since we have now semihosting on the lm32 target, this device is no longer needed. Remove it. Signed-off-by: Michael Walle <michael@walle.cc>
* 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>
* lm32_sys: dump cpu state if test case failsMichael Walle2014-02-041-0/+3
| | | | | | This will ease debugging the test cases. Signed-off-by: Michael Walle <michael@walle.cc>
* lm32_sys: print test result on stderrMichael Walle2014-02-041-1/+1
| | | | | | Do not use qemu_log(). Signed-off-by: Michael Walle <michael@walle.cc>
* lm32_sys: increase test case name length limitMichael Walle2014-02-041-2/+3
| | | | | | The new MMU tests use longer names. Signed-off-by: Michael Walle <michael@walle.cc>
* lm32_sys: QOM cast cleanupAndreas Färber2013-07-291-4/+8
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* hw/m*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+2
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* remove some double-includesMichael Tokarev2013-05-181-1/+0
| | | | | | | | Some source files #include the same header more than once for no good reason. Remove second #includes in such cases. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
* hw: move other devices to hw/misc/, configure with default-configs/Paolo Bonzini2013-04-081-0/+172
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
OpenPOWER on IntegriCloud