Am 17.06.2013 um 17:41 hat Stefan Hajnoczi geschrieben: > On Thu, Jun 13, 2013 at 01:47:41PM +0200, Kevin Wolf wrote: > > @@ -532,6 +548,16 @@ static int qcow2_open(BlockDriverState *bs, QDict > > *options, int flags) > > s->use_lazy_refcounts = qemu_opt_get_bool(opts, > > QCOW2_OPT_LAZY_REFCOUNTS, > > (s->compatible_features & QCOW2_COMPAT_LAZY_REFCOUNTS)); > > > > + s->discard_passthrough[QCOW2_DISCARD_NEVER] = false, > > comma instead of semicolon?
Oh. Isn't C a nice language? :-) I'll fix that. Kevin