[WIP] Updates: support in-process mode

This commit is contained in:
Alex P 2025-10-07 09:54:48 +03:00
parent 9d7fd878a1
commit 0f16e0b11a
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import (
"fmt" "fmt"
"os" "os"
"sync" "sync"
"unsafe"
"github.com/jetkvm/kvm/internal/logging" "github.com/jetkvm/kvm/internal/logging"
"github.com/rs/zerolog" "github.com/rs/zerolog"