Hi KVM, I'm currently reading through the new-ish multi-address space support in KVM. Most of it makes sense, but I'm a bit confused by the handling of memslots. SMRAM clearly will be its own memslot(s), but when SMM touches non-SMRAM, is it expected to go through a new SMM-specific set of memslots that are basically duplicates of the normal address space's memslots? It seems like this would work and is what is intended, but there might be something that I'm missing. Thanks, Steve