Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37749718
en ru br
ALT Linux repos
S:3.18.0-alt7

Group :: Emulators
RPM: kvmtool

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: do_synchronous_writes.patch
Download


diff --git a/builtin-run.c b/builtin-run.c
index edcaf3e..f2f2d73 100644
--- a/builtin-run.c
+++ b/builtin-run.c
@@ -590,7 +591,7 @@ static struct kvm *kvm_cmd_run_init(int argc, const char **argv)
 	}
 
 	if (kvm->cfg.using_rootfs) {
-		strcat(real_cmdline, " rw rootflags=trans=virtio,version=9p2000.L,cache=loose rootfstype=9p");
+		strcat(real_cmdline, " rw rootflags=trans=virtio,version=9p2000.L,cache=mmap rootfstype=9p");
 		if (kvm->cfg.custom_rootfs) {
 			kvm_run_set_sandbox(kvm);
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin