[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/5] vhost-user: Add SHMEM_MAP/UNMAP requests
From: |
Stefan Hajnoczi |
Subject: |
Re: [PATCH v3 0/5] vhost-user: Add SHMEM_MAP/UNMAP requests |
Date: |
Mon, 16 Sep 2024 19:57:20 +0200 |
This patch series could use tests. The first two patches seem broken and
testing would have revealed that the memory allocation and pointers are
not quite right.
One testing approach is to write a test device using libvhost-user that
exposes VIRTIO Shared Memory Regions, launch QEMU in qtest mode with
--device vhost-user-device, and then use the qtest API to enumerate and
access the VIRTIO Shared Memory Regions. Unfortunately this involves
writing quite a bit of test code. I can explain it in more detail if you
want.
Does anyone have other ideas for testing?
Stefan
signature.asc
Description: PGP signature
- [PATCH v3 0/5] vhost-user: Add SHMEM_MAP/UNMAP requests, Albert Esteve, 2024/09/12
- [PATCH v3 1/5] vhost-user: Add VIRTIO Shared Memory map request, Albert Esteve, 2024/09/12
- [PATCH v3 2/5] virtio: Track shared memory mappings, Albert Esteve, 2024/09/12
- [PATCH v3 3/5] vhost_user: Add frontend command for shmem config, Albert Esteve, 2024/09/12
- [PATCH v3 4/5] vhost-user-dev: Add cache BAR, Albert Esteve, 2024/09/12
- [PATCH v3 5/5] vhost_user: Add MEM_READ/WRITE backend requests, Albert Esteve, 2024/09/12
- Re: [PATCH v3 0/5] vhost-user: Add SHMEM_MAP/UNMAP requests, Albert Esteve, 2024/09/12
- Re: [PATCH v3 0/5] vhost-user: Add SHMEM_MAP/UNMAP requests,
Stefan Hajnoczi <=