shithub: front

Download patch

ref: 6dc60ec3a95e88d30b487d13271b042c96eb9532
parent: f0ef1a4be02affea6543834b54a15df7e40fc7b3
author: qwx <qwx@sciops.net>
date: Mon Aug 5 18:23:51 EDT 2024

qcowfs: add 9p debug flag

--- a/sys/src/cmd/disk/qcowfs.c
+++ b/sys/src/cmd/disk/qcowfs.c
@@ -564,6 +564,9 @@
 	size = 0;
 	nflag = 0;
 	ARGBEGIN{
+	case 'D':
+		chatty9p = 1;
+		break;
 	case 'm':
 		mntpt = EARGF(usage());
 		break;
--