Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-08 | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | |
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2013-03-01 | hw: include hw header files with full paths | Paolo Bonzini | |
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> | |||
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin | |
update all users so we can remove the makefile hack. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> | |||
2010-10-20 | x3130: pcie upstream port | Isaku Yamahata | |
Implement TI x3130 pcie upstream port switch. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |