summary refs log tree commit diff stats
path: root/hw/pci (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pci: move pci core code to hw/pciMichael S. Tsirkin2012-12-1729-0/+9014
| | | | | | | Move files and modify makefiles to pick them at the new location. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* pci: prepare makefiles for pci code reorganizationMichael S. Tsirkin2012-12-121-0/+1
To make it easier to move code around without breaking build at intermedite steps, tweak makefiles to look in pci/ and hw/ for include files, automatically. This will be reverted at the end of the reorganization. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>