summary refs log tree commit diff stats
path: root/hw/intc/sun4c_intctl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove Sun4c, Sun4d and a few CPUsBlue Swirl2013-05-261-208/+0
| | | | | | | | | | | Sun4c and Sun4d architectures and related CPUs are not fully implemented (especially Sun4c MMU) and there has been no interest for them. Likewise, a few CPUs (Cypress, Ross etc) are only half implemented. Remove the machines and CPUs, they can be re-added if needed later. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-0/+208
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>