summaryrefslogtreecommitdiff
path: root/hw/virtio-pci.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2012-12-12 14:24:50 +0200
committerMichael S. Tsirkin <mst@redhat.com>2012-12-17 13:02:26 +0200
commita2cb15b0ddfa05f81a42d7b65dd0c7c50e420c33 (patch)
tree6728fcf054002385da6c8cade63dab65f5e5f4ee /hw/virtio-pci.c
parent315a1350c4a386065a73aad2ded1a11d77bf7771 (diff)
downloadqemu-a2cb15b0ddfa05f81a42d7b65dd0c7c50e420c33.tar.gz
pci: update all users to look in pci/
update all users so we can remove the makefile hack. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/virtio-pci.c')
-rw-r--r--hw/virtio-pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/virtio-pci.c b/hw/virtio-pci.c
index 71f4fb5dc6..e9b722dd96 100644
--- a/hw/virtio-pci.c
+++ b/hw/virtio-pci.c
@@ -22,10 +22,10 @@
#include "virtio-net.h"
#include "virtio-serial.h"
#include "virtio-scsi.h"
-#include "pci.h"
+#include "pci/pci.h"
#include "qemu-error.h"
-#include "msi.h"
-#include "msix.h"
+#include "pci/msi.h"
+#include "pci/msix.h"
#include "net.h"
#include "loader.h"
#include "kvm.h"