Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-29 | pci: pass address space to pci bus when created | Avi Kivity | |
This is now done sloppily, via get_system_memory(). Eventually callers will be converted to stop using that. Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | |||
2009-12-01 | pci: pci.h cleanup: move out stuff not in pci.c | Michael S. Tsirkin | |
pci.h declares some functions which aren't defined in pci.h. Clean up moving things to appropriate headers, and update all users. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |