]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio: do not set is_external=true on host notifiers
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 16 May 2023 19:02:37 +0000 (15:02 -0400)
committerKevin Wolf <kwolf@redhat.com>
Tue, 30 May 2023 15:32:03 +0000 (17:32 +0200)
commit03d7162a21e60d87cfa39a8d078c784487fa5f30
tree69e470f69366dd06f2617e153d26e5fd6fece5dd
parent766aa2de0f29b657148e04599320d771c36fd126
virtio: do not set is_external=true on host notifiers

Host notifiers can now use is_external=false since virtio-blk and
virtio-scsi no longer rely on is_external=true for drained sections.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20230516190238.8401-20-stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/virtio/virtio.c