Re: [PATCH v7 0/5] Enable shared device assignment

2025-06-24 Thread David Hildenbrand
On 18.06.25 23:58, Peter Xu wrote: Hi, Chenyi, On Thu, Jun 12, 2025 at 04:27:41PM +0800, Chenyi Qiang wrote: Relationship with in-place conversion - In-place page conversion is the ongoing work to allow mmap() of guest_memfd to userspace so that both private

Re: [PATCH v7 0/5] Enable shared device assignment

2025-06-18 Thread Chenyi Qiang
On 6/19/2025 6:22 AM, Peter Xu wrote: > On Thu, Jun 12, 2025 at 04:27:41PM +0800, Chenyi Qiang wrote: >> This is the v7 series of the shared device assignment support. > > Building doc fails, see: > > https://gitlab.com/peterx/qemu/-/jobs/10396029551 > > You should be able to reproduce with

Re: [PATCH v7 0/5] Enable shared device assignment

2025-06-18 Thread Peter Xu
On Thu, Jun 12, 2025 at 04:27:41PM +0800, Chenyi Qiang wrote: > This is the v7 series of the shared device assignment support. Building doc fails, see: https://gitlab.com/peterx/qemu/-/jobs/10396029551 You should be able to reproduce with --enable-docs. I think you need to follow the rest wit

Re: [PATCH v7 0/5] Enable shared device assignment

2025-06-18 Thread Peter Xu
Hi, Chenyi, On Thu, Jun 12, 2025 at 04:27:41PM +0800, Chenyi Qiang wrote: > Relationship with in-place conversion > - > In-place page conversion is the ongoing work to allow mmap() of > guest_memfd to userspace so that both private and shared memory can use > th

[PATCH v7 0/5] Enable shared device assignment

2025-06-12 Thread Chenyi Qiang
This is the v7 series of the shared device assignment support. There are not many differences compared to the previous version [1]. The primary changes include some code cleanup in patch #4 and the addition of a new comment in patch #5 to describe the brief period of status consistency. Overview