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

2021-12-02 Thread Gavin Shan
On 12/1/21 8:03 PM, David Hildenbrand wrote: * It has been passing the tests with various combinations like 64KB and 4KB page sizes on host and guest, different memory device backends like normal, transparent huge page and HugeTLB, plus migration. Perfect. A note that

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

2021-12-01 Thread David Hildenbrand
>>> >>> * It has been passing the tests with various combinations like 64KB >>> and 4KB page sizes on host and guest, different memory device >>> backends like normal, transparent huge page and HugeTLB, plus >>> migration. >> >> Perfect. A note that hugetlbfs isn't fully suppo

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

2021-11-30 Thread Gavin Shan
On 11/30/21 8:37 PM, David Hildenbrand wrote: On 30.11.21 01:33, Gavin Shan wrote: This supports virtio-mem-pci device on "virt" platform, by simply following the implementation on x86. Thanks for picking this up! Thanks, David. * The patch was written by David Hildenbrand mod

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

2021-11-30 Thread David Hildenbrand
On 30.11.21 01:33, Gavin Shan wrote: > This supports virtio-mem-pci device on "virt" platform, by simply > following the implementation on x86. Thanks for picking this up! > >* The patch was written by David Hildenbrand > modified by Jonathan Cameron Maybe replace this section by Co

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

2021-11-29 Thread Gavin Shan
This supports virtio-mem-pci device on "virt" platform, by simply following the implementation on x86. * The patch was written by David Hildenbrand modified by Jonathan Cameron * This implements the hotplug handlers to support virtio-mem-pci device hot-add, while the hot-remove