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