diff options
author | Jason Wang | 2021-09-03 11:10:16 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2021-09-04 23:34:05 +0200 |
commit | 9ff7a54bcf9cc2ecb7433a971d4e28199b539fd2 (patch) | |
tree | 3a10c7124425238b8be51005ff3040570afa99f3 /scripts | |
parent | vhost_net: do not assume nvqs is always 2 (diff) | |
download | qemu-9ff7a54bcf9cc2ecb7433a971d4e28199b539fd2.tar.gz qemu-9ff7a54bcf9cc2ecb7433a971d4e28199b539fd2.tar.xz qemu-9ff7a54bcf9cc2ecb7433a971d4e28199b539fd2.zip |
vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()
The VhostVDPAState is just allocated by qemu_new_net_client() via
g_malloc0() in net_vhost_vdpa_init(). So s->vhost_net is NULL for
sure, let's remove this unnecessary check in vhost_vdpa_add().
Signed-off-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20210903091031.47303-7-jasowang@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions