]> www.infradead.org Git - qemu-nvme.git/commit
vdpa: Remove shadow CVQ command check
authorEugenio Pérez <eperezma@redhat.com>
Thu, 20 Oct 2022 08:02:30 +0000 (10:02 +0200)
committerJason Wang <jasowang@redhat.com>
Fri, 28 Oct 2022 05:28:52 +0000 (13:28 +0800)
commit6ce262fbe7744a3d82d872e232fd0d39cfba0363
treedcc6e37e4d5e038df6f19cbb4893a835fa6fd3a6
parentfaa825ddb3f116c2aa4db0ab5ed72bd093f39337
vdpa: Remove shadow CVQ command check

The guest will see undefined behavior if it issue not negotiate
commands, bit it is expected somehow.

Simplify code deleting this check.

Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/vhost-vdpa.c