OSDN Git Service

pci: drop COMPAT_PROP_PCP for 2.0 machine types
authorIgor Mammedov <imammedo@redhat.com>
Tue, 22 Feb 2022 10:25:04 +0000 (05:25 -0500)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 6 Mar 2022 10:28:55 +0000 (05:28 -0500)
commit3234b9ffaf2dc108209f975b57297ecae0d4bc5f
treef3dcb3936b7eb54a45c0e054ebef79a841100c29
parentcb5fb04fe6805bafc46534637d701874835315fe
pci: drop COMPAT_PROP_PCP for 2.0 machine types

COMPAT_PROP_PCP is 'on' by default and it's used for turning
off PCP capability on PCIe slots for 2.0 machine types using
compat machinery.
Drop not needed compat glue as Q35 supports migration starting
from 2.4 machine types.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20220222102504.3080104-1-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/pc.c