diff options
| author | Marcel Apfelbaum <marcel@redhat.com> | 2017-02-20 22:43:12 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2017-03-16 01:46:41 +0200 |
| commit | d584f1b9ca7452ed8d6cd80f7fccd79d667ae49b (patch) | |
| tree | 7bff296599edb06fae38918ee3bfaac35ed51b10 /include/hw/pci/pcie.h | |
| parent | c2cabb34220d63f93e4a0162a26535cbd1f30243 (diff) | |
| download | focaccia-qemu-d584f1b9ca7452ed8d6cd80f7fccd79d667ae49b.tar.gz focaccia-qemu-d584f1b9ca7452ed8d6cd80f7fccd79d667ae49b.zip | |
hw/virtio: fix Link Control Register for PCI Express virtio devices
Make several Link Control Register flags writable to conform with the PCI Express spec. Signed-off-by: Marcel Apfelbaum <marcel@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/pci/pcie.h')
| -rw-r--r-- | include/hw/pci/pcie.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/pci/pcie.h b/include/hw/pci/pcie.h index 163c5195b6..11c6247431 100644 --- a/include/hw/pci/pcie.h +++ b/include/hw/pci/pcie.h @@ -96,6 +96,9 @@ uint8_t pcie_cap_flags_get_vector(PCIDevice *dev); void pcie_cap_deverr_init(PCIDevice *dev); void pcie_cap_deverr_reset(PCIDevice *dev); +void pcie_cap_lnkctl_init(PCIDevice *dev); +void pcie_cap_lnkctl_reset(PCIDevice *dev); + void pcie_cap_slot_init(PCIDevice *dev, uint16_t slot); void pcie_cap_slot_reset(PCIDevice *dev); void pcie_cap_slot_write_config(PCIDevice *dev, |