summaryrefslogtreecommitdiffstats
path: root/hw/cris/boot.h
Commit message (Collapse)AuthorAgeFilesLines
* cris: do not use ram_size globalPaolo Bonzini2020-12-101-0/+1
| | | | | | Use the machine properties instead. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* cris: Fix broken header guard in hw/cris/boot.hMarkus Armbruster2016-07-121-2/+2
| | | | | | | Found with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-0/+15
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>