vhost_vdpa: fix the input in trace_vhost_vdpa_listener_region_del()
authorCindy Lu <lulu@redhat.com>
Wed, 10 May 2023 05:46:29 +0000 (13:46 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 19 May 2023 14:30:46 +0000 (10:30 -0400)
commit3d1e4d34a81a212e234f674e57e73c824d4b131a
treef2d0d0149b392877a47e9a9c35615f5ef7e6a497
parent74b5d2b56c85515f1559ee0dfa8289bbb9832d51
vhost_vdpa: fix the input in trace_vhost_vdpa_listener_region_del()

In trace_vhost_vdpa_listener_region_del, the value for llend
should change to int128_get64(int128_sub(llend, int128_one()))

Signed-off-by: Cindy Lu <lulu@redhat.com>
Message-Id: <20230510054631.2951812-3-lulu@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/vhost-vdpa.c