Re: [PATCH v3 05/16] vhost: Return number of free memslots

2023-09-16 Thread Maciej S. Szmigiero
On 8.09.2023 16:21, David Hildenbrand wrote: Let's return the number of free slots instead of only checking if there is a free slot. Required to support memory devices that consume multiple memslots. This is a preparation for memory devices that consume multiple memslots. Signed-off-by: David H

[PATCH v3 05/16] vhost: Return number of free memslots

2023-09-08 Thread David Hildenbrand
Let's return the number of free slots instead of only checking if there is a free slot. Required to support memory devices that consume multiple memslots. This is a preparation for memory devices that consume multiple memslots. Signed-off-by: David Hildenbrand --- hw/mem/memory-device.c| 2