Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2012-12-17 | pci: fix path for local includes | Michael S. Tsirkin | |
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> | |||
2012-12-17 | pci: move pci core code to hw/pci | Michael S. Tsirkin | |
Move files and modify makefiles to pick them at the new location. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |