Re: [PATCH for-5.1 0/3] target/arm: MTE improvements

2020-07-16 Thread Peter Maydell
On Mon, 13 Jul 2020 at 22:33, Richard Henderson wrote: > > Since MTE is new, and guest support for MTE is still under > development, let's disable it by default. > > Peter mentioned memory hotplug on IRC as something that > would break MTE's assumptions. By putting the enable flag > on the machin

[PATCH for-5.1 0/3] target/arm: MTE improvements

2020-07-13 Thread Richard Henderson
Since MTE is new, and guest support for MTE is still under development, let's disable it by default. Peter mentioned memory hotplug on IRC as something that would break MTE's assumptions. By putting the enable flag on the machine it's much easier to control. For 5.1, we won't have kvm support, s