kata-containers/govmm

govmm does not allow io-reserve, mem-reserve etc. properties to be specified for PCI bridges

dgibson opened this issue · 0 comments

Which feature do you think can be improved?

The BridgeDevice type is used to add PCI or PCIe bridges to the VMM.

How can it be improved?

Currently it doesn't allow qemu's io-reserve, mem-reserve and pref64-reserve properties for the bridge device to be specified.

Additional Information

These parameters control the windows in PCI address spaces which are reserved for devices under the bridge which might be hotplugged at a later stage.