Re: [PATCH v2 00/14] s390x: virtio-mem support

2024-12-19 Thread David Hildenbrand
On 18.12.24 17:48, Christian Borntraeger wrote: Am 16.12.24 um 22:18 schrieb David Hildenbrand: Thanks, queued to https://github.com/davidhildenbrand/qemu.git mem-next On 13.12.24 15:26, David Hildenbrand wrote: On 13.12.24 13:35, Thomas Huth wrote: On 12/12/2024 22.52, David Hildenbrand wrot

Re: [PATCH v2 00/14] s390x: virtio-mem support

2024-12-18 Thread Christian Borntraeger
Am 16.12.24 um 22:18 schrieb David Hildenbrand: Thanks, queued to https://github.com/davidhildenbrand/qemu.git mem-next On 13.12.24 15:26, David Hildenbrand wrote: On 13.12.24 13:35, Thomas Huth wrote: On 12/12/2024 22.52, David Hildenbrand wrote: On 13.11.24 15:46, David Hildenbrand wrote:

Re: [PATCH v2 00/14] s390x: virtio-mem support

2024-12-16 Thread David Hildenbrand
Thanks, queued to https://github.com/davidhildenbrand/qemu.git mem-next On 13.12.24 15:26, David Hildenbrand wrote: On 13.12.24 13:35, Thomas Huth wrote: On 12/12/2024 22.52, David Hildenbrand wrote: On 13.11.24 15:46, David Hildenbrand wrote: On 08.10.24 12:54, David Hildenbrand wrote: Base

Re: [PATCH v2 00/14] s390x: virtio-mem support

2024-12-13 Thread David Hildenbrand
On 13.12.24 13:35, Thomas Huth wrote: On 12/12/2024 22.52, David Hildenbrand wrote: On 13.11.24 15:46, David Hildenbrand wrote: On 08.10.24 12:54, David Hildenbrand wrote: Based on current master. There is really not much left to do on s390x, because virtio-mem already implements most things

Re: [PATCH v2 00/14] s390x: virtio-mem support

2024-12-13 Thread Thomas Huth
On 12/12/2024 22.52, David Hildenbrand wrote: On 13.11.24 15:46, David Hildenbrand wrote: On 08.10.24 12:54, David Hildenbrand wrote: Based on current master. There is really not much left to do on s390x, because virtio-mem already implements most things we need today (e.g., early-migration, u

Re: [PATCH v2 00/14] s390x: virtio-mem support

2024-12-12 Thread David Hildenbrand
On 13.11.24 15:46, David Hildenbrand wrote: On 08.10.24 12:54, David Hildenbrand wrote: Based on current master. There is really not much left to do on s390x, because virtio-mem already implements most things we need today (e.g., early-migration, unplugged-inaccessible). The biggest part of thi

Re: [PATCH v2 00/14] s390x: virtio-mem support

2024-11-13 Thread David Hildenbrand
On 08.10.24 12:54, David Hildenbrand wrote: Based on current master. There is really not much left to do on s390x, because virtio-mem already implements most things we need today (e.g., early-migration, unplugged-inaccessible). The biggest part of this series is just doing what we do with virtio

Re: [PATCH v2 00/14] s390x: virtio-mem support

2024-10-10 Thread Mario Casquero
This series has been successfully tested in s390x. Booted up a VM including: /home/qemu/build/qemu-system-s390x \ ... -m 4G,maxmem=20G \ -object memory-backend-ram,id=mem0,size=16G,reserve=off \ -device virtio-mem-ccw,id=vmem0,memdev=mem0,dynamic-memslots=on \ ... Check the memory devices (qemu)

[PATCH v2 00/14] s390x: virtio-mem support

2024-10-08 Thread David Hildenbrand
Based on current master. There is really not much left to do on s390x, because virtio-mem already implements most things we need today (e.g., early-migration, unplugged-inaccessible). The biggest part of this series is just doing what we do with virtio-pci, wiring it up in the machine hotplug hand