summary refs log tree commit diff stats
path: root/hw/pci/msix.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* pci: fix path for local includesMichael S. Tsirkin2012-12-171-4/+4
| | | | | | | | | Include dependencies from pci core using the correct path. This is required now that it's in the separate directory. Need to check whether they can be minimized, for now, keep the code as is. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* pci: move pci core code to hw/pciMichael S. Tsirkin2012-12-171-0/+562
Move files and modify makefiles to pick them at the new location. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>