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

@@ -128,8 +128,6 @@ const (
qemuStopSandboxTimeoutSecs = 15
)
var noGuestMemHotplugErr error = errors.New("guest memory hotplug not supported")
// agnostic list of kernel parameters
var defaultKernelParameters = []Param{
{"panic", "1"},