]> git.ipfire.org Git - thirdparty/qemu.git/commit
vdpa: Never set log_base addr if SVQ is enabled
authorEugenio Pérez <eperezma@redhat.com>
Mon, 14 Mar 2022 17:34:53 +0000 (18:34 +0100)
committerJason Wang <jasowang@redhat.com>
Tue, 15 Mar 2022 05:57:44 +0000 (13:57 +0800)
commit773ebc952ee028e6c0dbeee15f1c36ab28325899
treedfaa03cb5a119d675e37d8630a18afc8a70c1eb3
parent6d0b222666339d09910d495c65e6abb7d404fc2b
vdpa: Never set log_base addr if SVQ is enabled

Setting the log address would make the device start reporting invalid
dirty memory because the SVQ vrings are located in qemu's memory.

Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/virtio/vhost-vdpa.c