Re: [RFC PATCH 0/5] target/arm: Add MTE support to KVM guest

2021-02-21 Thread Haibo Xu
On Tue, 16 Feb 2021 at 19:20, Peter Maydell wrote: > > Adding the migration maintainers to the cc list, because > the real meat of this patchset is "how should the migration > of MTE tags be integrated into the migration/ram.c code", > which is pretty well out of my area of expertise... > > thanks

Re: [RFC PATCH 0/5] target/arm: Add MTE support to KVM guest

2021-02-16 Thread Peter Maydell
Adding the migration maintainers to the cc list, because the real meat of this patchset is "how should the migration of MTE tags be integrated into the migration/ram.c code", which is pretty well out of my area of expertise... thanks -- PMM On Mon, 8 Feb 2021 at 03:20, Haibo Xu wrote: > > This s

[RFC PATCH 0/5] target/arm: Add MTE support to KVM guest

2021-02-07 Thread Haibo Xu
This series add support for MTE(Memory Tagging Extension)[1] in KVM guest. It's based on Steven Price's kernel KVM patches V7[2], and has been tested to ensure that test case[3] can be passed in a KVM guest. Basic pre-copy migration test also passed between two MTE enabled kvm guest. This is a RF