Re: [PATCH v2] include/block: fixup typos

2023-03-13 Thread Philippe Mathieu-Daudé
On 13/3/23 01:37, Wilfred Mallawa wrote: From: Wilfred Mallawa Fixup a few minor typos Signed-off-by: Wilfred Mallawa --- v2: - Fixup typo in commit msg. include/block/aio-wait.h | 2 +- include/block/block_int-common.h | 2 +- 2 files changed, 2 insertions(+), 2

Re: [PATCH v3 0/3] NUMA: Apply cluster-NUMA-node boundary for aarch64 and riscv machines

2023-03-13 Thread Gavin Shan
On 2/25/23 2:35 PM, Gavin Shan wrote: For arm64 and riscv architecture, the driver (/base/arch_topology.c) is used to populate the CPU topology in the Linux guest. It's required that the CPUs in one cluster can't span mutiple NUMA nodes. Otherwise, the Linux scheduling domain can't be sorted

Re: [PATCH v2 0/4] hw/arm/virt: Support dirty ring

2023-03-13 Thread Gavin Shan
On 2/27/23 12:26 PM, Gavin Shan wrote: This series intends to support dirty ring for live migration for arm64. The dirty ring use discrete buffer to track dirty pages. For arm64, the speciality is to use backup bitmap to track dirty pages when there is no-running-vcpu context. It's known that

<    1   2   3   4