diff --git a/vm/cfg.go b/vm/cfg.go index eddc618..cbb7d00 100644 --- a/vm/cfg.go +++ b/vm/cfg.go @@ -331,7 +331,6 @@ func configureVMCmdBlockDevicePassthrough(logger *slog.Logger, cfg Config) ([]qe {Key: "file", Value: devPath}, {Key: "format", Value: "raw"}, {Key: "if", Value: "virtio"}, - {Key: "cache", Value: "none"}, }) if err != nil { return nil, errors.Wrapf(err, "create drive key-value arg (path '%v')", devPath)