aboutsummaryrefslogtreecommitdiff
path: root/docs/devel/migration/compatibility.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/devel/migration/compatibility.rst')
-rw-r--r--docs/devel/migration/compatibility.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/devel/migration/compatibility.rst b/docs/devel/migration/compatibility.rst
index c787f53..ecb887e 100644
--- a/docs/devel/migration/compatibility.rst
+++ b/docs/devel/migration/compatibility.rst
@@ -401,7 +401,6 @@ the old behaviour or the new behaviour::
DEFINE_PROP_UINT32("acpi-index", PCIDevice, acpi_index, 0),
+ DEFINE_PROP_BIT("x-pcie-err-unc-mask", PCIDevice, cap_present,
+ QEMU_PCIE_ERR_UNC_MASK_BITNR, true),
- DEFINE_PROP_END_OF_LIST()
};
Notice that we enable the feature for new machine types.