virtcontainers: Move non QEMU specific constants to hypervisor.go

Hotplugging errors and 9pfs size are not particularily QEMU specific.

Signed-off-by: Samuel Ortiz <s.ortiz@apple.com>
This commit is contained in:
Samuel Ortiz
2021-11-24 19:16:17 +01:00
parent 10ae05914c
commit c91035d0e1
3 changed files with 6 additions and 4 deletions

View File

@@ -175,7 +175,6 @@ const (
defaultBridgeBus = "pcie.0"
defaultPCBridgeBus = "pci.0"
maxDevIDSize = 31
defaultMsize9p = 8192
pcieRootPortPrefix = "rp"
)