On Mon, 10 Oct 2016 13:53:29 +0200 Paolo Bonzini <pbonz...@redhat.com> wrote:
> Avoid "tricking" virtio-blk-dataplane into thinking that ioeventfd will be > available when it is not. This bug has always been there, but it will break > TCG+ioeventfd=on once the dataplane code will be always used when > ioeventfd=on. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > hw/s390x/virtio-ccw.c | 8 ++++---- > hw/virtio/virtio-pci.c | 8 ++++---- > 2 files changed, 8 insertions(+), 8 deletions(-) I had simply copied the pci logic (as in other places :), but this makes sense. Reviewed-by: Cornelia Huck <cornelia.h...@de.ibm.com>