summaryrefslogtreecommitdiffstats
path: root/hw/pci-bridge
diff options
context:
space:
mode:
authorEduardo Habkost2020-12-11 23:05:12 +0100
committerEduardo Habkost2020-12-18 21:20:17 +0100
commitce35e2295ea10caa97e223c1254e345a888e7ed8 (patch)
treedbd57414b4639f2e968fb9e140c2a0ff15eacfea /hw/pci-bridge
parentMerge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201... (diff)
downloadqemu-ce35e2295ea10caa97e223c1254e345a888e7ed8.tar.gz
qemu-ce35e2295ea10caa97e223c1254e345a888e7ed8.tar.xz
qemu-ce35e2295ea10caa97e223c1254e345a888e7ed8.zip
qdev: Move softmmu properties to qdev-properties-system.h
Move the property types and property macros implemented in qdev-properties-system.c to a new qdev-properties-system.h header. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20201211220529.2290218-16-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'hw/pci-bridge')
-rw-r--r--hw/pci-bridge/gen_pcie_root_port.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci-bridge/gen_pcie_root_port.c b/hw/pci-bridge/gen_pcie_root_port.c
index 8931afc049..ec9907917e 100644
--- a/hw/pci-bridge/gen_pcie_root_port.c
+++ b/hw/pci-bridge/gen_pcie_root_port.c
@@ -16,6 +16,7 @@
#include "hw/pci/msix.h"
#include "hw/pci/pcie_port.h"
#include "hw/qdev-properties.h"
+#include "hw/qdev-properties-system.h"
#include "migration/vmstate.h"
#include "qom/object.h"