From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dpZx9-0008K7-KW for qemu-devel@nongnu.org; Wed, 06 Sep 2017 09:01:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dpZx5-00027x-6V for qemu-devel@nongnu.org; Wed, 06 Sep 2017 09:01:11 -0400 Date: Wed, 6 Sep 2017 15:00:41 +0200 From: Kevin Wolf Message-ID: <20170906130041.GI3753@dhcp-200-186.str.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [Qemu-block] [PATCH v2 2/3] block-jobs: Optionally unregister live block operations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: qemu-devel@nongnu.org, ehabkost@redhat.com, qemu-block@nongnu.org, dgilbert@redhat.com, peterx@redhat.com, mrezanin@redhat.com Am 30.08.2017 um 19:01 hat Jeff Cody geschrieben: > From: Jeffrey Cody > > If configured without live block operations enabled, unregister the > live block operation commands. > > Signed-off-by: Jeff Cody How sure are we that libvirt will like a qemu that advertises these commands in the schema, but doesn't actually provide them? Kevin