diff options
| author | Laszlo Ersek | 2015-06-19 04:40:10 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2015-06-23 22:57:47 +0200 |
| commit | 3cf0ecb3c4f9bb6a7a58a62c0209509b4c9d13c6 (patch) | |
| tree | 35afe71a027e7ef2def22ba314a5d5e84a2d6170 /include | |
| parent | hw/pci-bridge: expose _test parameter in SHPC_VMSTATE() (diff) | |
| download | qemu-3cf0ecb3c4f9bb6a7a58a62c0209509b4c9d13c6.tar.gz qemu-3cf0ecb3c4f9bb6a7a58a62c0209509b4c9d13c6.tar.xz qemu-3cf0ecb3c4f9bb6a7a58a62c0209509b4c9d13c6.zip | |
hw/pci-bridge: add macro for "chassis_nr" property
This should help catch property name typos at compile time.
Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: Marcel Apfelbaum <marcel@redhat.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/pci/pci_bridge.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/pci/pci_bridge.h b/include/hw/pci/pci_bridge.h index 1d8f9973c7..f3ac49f1c8 100644 --- a/include/hw/pci/pci_bridge.h +++ b/include/hw/pci/pci_bridge.h @@ -28,6 +28,8 @@ #include "hw/pci/pci.h" +#define PCI_BRIDGE_DEV_PROP_CHASSIS_NR "chassis_nr" + int pci_bridge_ssvid_init(PCIDevice *dev, uint8_t offset, uint16_t svid, uint16_t ssid); |
