Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | |
Many of these should be cleaned up with proper qdev-/QOM-ification. Right now there are many catch-all headers in include/hw/ARCH depending on cpu.h, and this makes it necessary to compile these files per-target. However, fixing this does not belong in these patches. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2012-03-14 | mips hw/: Don't use CPUState | Andreas Färber | |
Scripted conversion: for file in hw/mips_*.[hc]; do sed -i "s/CPUState/CPUMIPSState/g" $file done Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: Anthony Liguori <aliguori@us.ibm.com> | |||
2010-03-27 | Compile some MIPS devices only once | Blue Swirl | |
Move CPU specific declarations to a separate file. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> |