Re: [RFC PATCH 5/5] Enable the MTE support for KVM guest

2021-03-11 Thread Haibo Xu
++ more migration experts! On Mon, 8 Feb 2021 at 11:20, Haibo Xu wrote: > > Signed-off-by: Haibo Xu > --- > hw/arm/virt.c | 22 +++--- > 1 file changed, 19 insertions(+), 3 deletions(-) > > diff --git a/hw/arm/virt.c b/hw/arm/virt.c > index 623d5e9397..c2358cf4c5 100644 > --- a/

[RFC PATCH 5/5] Enable the MTE support for KVM guest

2021-02-07 Thread Haibo Xu
Signed-off-by: Haibo Xu --- hw/arm/virt.c | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/hw/arm/virt.c b/hw/arm/virt.c index 623d5e9397..c2358cf4c5 100644 --- a/hw/arm/virt.c +++ b/hw/arm/virt.c @@ -79,6 +79,7 @@ #include "hw/virtio/virtio-iommu.h" #