Re: [PATCH v2 1/2] hw/arm/virt: Support for virtio-mem-pci

2021-12-03 Thread Gavin Shan
On 12/4/21 5:18 AM, David Hildenbrand wrote: On 03.12.21 04:35, Gavin Shan wrote: This supports virtio-mem-pci device on "virt" platform, by simply following the implementation on x86. * This implements the hotplug handlers to support virtio-mem-pci device hot-add, while the hot-remov

Re: [PATCH v2 1/2] hw/arm/virt: Support for virtio-mem-pci

2021-12-03 Thread David Hildenbrand
On 03.12.21 04:35, Gavin Shan wrote: > This supports virtio-mem-pci device on "virt" platform, by simply > following the implementation on x86. > >* This implements the hotplug handlers to support virtio-mem-pci > device hot-add, while the hot-remove isn't supported as we have > on x

[PATCH v2 1/2] hw/arm/virt: Support for virtio-mem-pci

2021-12-02 Thread Gavin Shan
This supports virtio-mem-pci device on "virt" platform, by simply following the implementation on x86. * This implements the hotplug handlers to support virtio-mem-pci device hot-add, while the hot-remove isn't supported as we have on x86. * The block size is 512MB on ARM64 instea