mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
Add support for Luckfox PicoKVM
Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
func (d *NBDDevice) runClientConn() {
|
||||
err := client.Connect(d.clientConn, d.dev, &client.Options{
|
||||
ExportName: "jetkvm",
|
||||
ExportName: "kvm",
|
||||
BlockSize: uint32(4 * 1024),
|
||||
})
|
||||
d.l.Info().Err(err).Msg("nbd client exited")
|
||||
|
||||
Reference in New Issue
Block a user