Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cris: do not use ram_size global | Paolo Bonzini | 2020-12-10 | 1 | -0/+1 |
| | | | | | | Use the machine properties instead. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||||
* | cris: Fix broken header guard in hw/cris/boot.h | Markus Armbruster | 2016-07-12 | 1 | -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 Bonzini | 2013-04-08 | 1 | -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> |