|
From: | Paolo Bonzini |
Subject: | Re: [Qemu-devel] [PATCH 3/6] rename blockdev-group-snapshot-sync |
Date: | Wed, 29 Feb 2012 15:25:29 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1 |
Il 29/02/2012 14:37, Paolo Bonzini ha scritto: > + assert(!(dev_info->snapshot->has_format && format)); Oops, this wanted to be assert(dev_info->snapshot->has_format == (format != NULL)); but it can just be omitted, I wasn't sure of how QAPI handled optionals. Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |