mirror of
https://passt.top/passt
synced 2025-06-13 11:05:34 +02:00
vhost_user: On 32-bit ARM, mmap() is not available, mmap2() is used instead
Link: https://buildd.debian.org/status/fetch.php?pkg=passt&arch=armel&ver=0.0%7Egit20250121.4f2c8e7-1&stamp=1737477467&raw=0
Link: https://buildd.debian.org/status/fetch.php?pkg=passt&arch=armhf&ver=0.0%7Egit20250121.4f2c8e7-1&stamp=1737477421&raw=0
Fixes: 31117b27c6
("vhost-user: introduce vhost-user API")
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
722d347c19
commit
b75ad159e8
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ static bool map_ring(struct vu_dev *vdev, struct vu_virtq *vq)
|
|||
*
|
||||
* Return: False as no reply is requested
|
||||
*
|
||||
* #syscalls:vu mmap munmap
|
||||
* #syscalls:vu mmap|mmap2 munmap
|
||||
*/
|
||||
static bool vu_set_mem_table_exec(struct vu_dev *vdev,
|
||||
struct vhost_user_msg *msg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue