On Tue, 09/06 18:33, Kevin Wolf wrote: > > + lock_mode = qemu_opt_get(opts, BDRV_OPT_LOCK_MODE) ? : "off"; > > Am I missing some other place that overrides this or does it make the > default "off" rather than "auto"?
It is in patch 19, once all tests are fixed (this patch cannot be reordered after tests fixing because it involves specifying the lock-mode option.)