Re: [Qemu-devel] [PATCH v2 15/23] target-i386: use memory API to implement SMRAM

2015-06-04 Thread Paolo Bonzini
On 04/06/2015 09:19, Peter Crosthwaite wrote: > > Remove cpu_smm_register and cpu_smm_update. Instead, each CPU > > address space gets an extra region which is an alias of > > /machine/smram. This extra region is enabled or disabled > > as the CPU enters/exits SMM. > > Why is the connectivity f

Re: [Qemu-devel] [PATCH v2 15/23] target-i386: use memory API to implement SMRAM

2015-06-04 Thread Peter Crosthwaite
On Wed, Jun 3, 2015 at 10:08 AM, Paolo Bonzini wrote: > Remove cpu_smm_register and cpu_smm_update. Instead, each CPU > address space gets an extra region which is an alias of > /machine/smram. This extra region is enabled or disabled > as the CPU enters/exits SMM. > Why is the connectivity fro