]> git.proxmox.com Git - mirror_qemu.git/commit
dataplane: Mark host notifiers' client type as "external"
authorFam Zheng <famz@redhat.com>
Fri, 23 Oct 2015 03:08:07 +0000 (11:08 +0800)
committerKevin Wolf <kwolf@redhat.com>
Fri, 23 Oct 2015 16:18:24 +0000 (18:18 +0200)
commit3a1e8074d74ad2acbcedf28d35aebedc3573f19e
treeba5ba53f2992d5c151846608a1ea899bf76f0b54
parent172cc129a5ae58d36feb51f97fd67e2161ae5cc6
dataplane: Mark host notifiers' client type as "external"

They will be excluded by type in the nested event loops in block layer,
so that unwanted events won't be processed there.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/block/dataplane/virtio-blk.c
hw/scsi/virtio-scsi-dataplane.c