From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alY5f-0001bj-2r for qemu-devel@nongnu.org; Thu, 31 Mar 2016 04:36:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alY5a-0000NW-3p for qemu-devel@nongnu.org; Thu, 31 Mar 2016 04:36:31 -0400 Received: from mail-wm0-x243.google.com ([2a00:1450:400c:c09::243]:36442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alY5Z-0000NS-RK for qemu-devel@nongnu.org; Thu, 31 Mar 2016 04:36:26 -0400 Received: by mail-wm0-x243.google.com with SMTP id 20so21524853wmh.3 for ; Thu, 31 Mar 2016 01:36:25 -0700 (PDT) Sender: Paolo Bonzini References: <1459342088-24311-1-git-send-email-pbonzini@redhat.com> <1459342088-24311-4-git-send-email-pbonzini@redhat.com> <56FCE09E.1070807@linux.vnet.ibm.com> From: Paolo Bonzini Message-ID: <56FCE186.8030606@redhat.com> Date: Thu, 31 Mar 2016 10:36:22 +0200 MIME-Version: 1.0 In-Reply-To: <56FCE09E.1070807@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/9] virtio-blk: fix disabled mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tu bo , qemu-devel@nongnu.org Cc: cornelia.huck@de.ibm.com, borntraeger@de.ibm.com, famz@redhat.com, mst@redhat.com On 31/03/2016 10:32, tu bo wrote: >> >> diff --git a/include/hw/virtio/virtio-blk.h >> b/include/hw/virtio/virtio-blk.h >> index 5cb66cd..073c632 100644 >> --- a/include/hw/virtio/virtio-blk.h >> +++ b/include/hw/virtio/virtio-blk.h >> @@ -53,6 +53,7 @@ typedef struct VirtIOBlock { >> unsigned short sector_mask; >> bool original_wce; >> VMChangeStateEntry *change; >> + bool dataplane_disabled; >> bool dataplane_started; >> int reentrancy_test; > > There is no "int reentrancy_test;" in the latest qemu master. thx Indeed, I will resend a fix version soon. Paolo