Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hw: move boards and other isolated files to hw/ARCH | Paolo Bonzini | 2013-03-01 | 1 | -101/+0![]() |
| | | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||||
* | hw: include hw header files with full paths | Paolo Bonzini | 2013-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Done with this script: cd hw for i in `find . -name '*.h' | sed 's/^..//'`; do echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,' done | sed -i -f - `find . -type f` This is so that paths remain valid as files are moved. Instead, files in hw/dataplane are referenced with the relative path. We know they are not going to move to include/, and they are the only include files that are in subdirectories _and_ move. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||||
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||||
* | target-or32: Add timer support | Jia Liu | 2012-07-27 | 1 | -0/+101 |
Add OpenRISC timer support. Signed-off-by: Jia Liu <proljc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> |