Re: [PATCH] hostmem: Apply merge property after the memory region is initialized

2024-09-17 Thread David Hildenbrand
On 16.09.24 01:31, Gavin Shan wrote: The semantic change has been introduced by commit 5becdc0ab0 ("hostmem: simplify the code for merge and dump properties") even it clarifies that no senmatic change has been introduced. After the commit, the merge property can be applied even the corresponding

Re: [PATCH] hostmem: Apply merge property after the memory region is initialized

2024-09-16 Thread Zhenyu Zhang
[PATCH] hostmem: Apply merge property after the memory region is initialized Test on 4k and 64k basic page size aarch64 The patches work well on my Ampere host. The test results are as expected. # /home/test/qemu.main/build/qemu-system-aarch64 \ -accel kvm -machine virt -cpu host

[PATCH] hostmem: Apply merge property after the memory region is initialized

2024-09-15 Thread Gavin Shan
The semantic change has been introduced by commit 5becdc0ab0 ("hostmem: simplify the code for merge and dump properties") even it clarifies that no senmatic change has been introduced. After the commit, the merge property can be applied even the corresponding memory region isn't initialized yet. Th