On Wed, Sep 06, 2017 at 05:26:58PM +0300, Marcel Apfelbaum wrote: > For most cases the devices attached to PCIe Root Ports > do not need IO ports range, add an 'enable-io-fwd' property > making it false by default, but keeping it true for older machines. > > Signed-off-by: Marcel Apfelbaum <mar...@redhat.com> [...] > @@ -78,6 +111,7 @@ static const VMStateDescription vmstate_rp_dev = { > > static Property gen_rp_props[] = { > DEFINE_PROP_BOOL("x-migrate-msix", GenPCIERootPort, migrate_msix, true), > + DEFINE_PROP_BOOL("enable-io-fwd", GenPCIERootPort, enable_io_fwd, false),
There's no "x-" prefix, so I guess we really need to let the user or management software to set enable-io-fwd=on explicitly on some cases? -- Eduardo