mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
pci: fix path for local includes
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>
This commit is contained in:
parent
a2cb15b0dd
commit
c759b24fae
22 changed files with 62 additions and 62 deletions
|
@ -14,10 +14,10 @@
|
|||
* GNU GPL, version 2 or (at your option) any later version.
|
||||
*/
|
||||
|
||||
#include "hw.h"
|
||||
#include "msi.h"
|
||||
#include "msix.h"
|
||||
#include "pci.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/pci/msi.h"
|
||||
#include "hw/pci/msix.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "range.h"
|
||||
|
||||
#define MSIX_CAP_LENGTH 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue