Re: [PATCH v4 14/18] virtio-mem: Pass non-const VirtIOMEM via virtio_mem_range_cb

2023-09-28 Thread Maciej S. Szmigiero
On 26.09.2023 20:57, David Hildenbrand wrote: Let's prepare for a user that has to modify the VirtIOMEM device state. Signed-off-by: David Hildenbrand --- hw/virtio/virtio-mem.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/virtio/virtio-mem.c b/hw/virtio/

[PATCH v4 14/18] virtio-mem: Pass non-const VirtIOMEM via virtio_mem_range_cb

2023-09-26 Thread David Hildenbrand
Let's prepare for a user that has to modify the VirtIOMEM device state. Signed-off-by: David Hildenbrand --- hw/virtio/virtio-mem.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/virtio/virtio-mem.c b/hw/virtio/virtio-mem.c index da5b09cefc..0b0e6c5090 100644 -