On 11 December 2011 10:24, Christoffer Dall <c.dall at virtualopensystems.com> wrote: > The following series implements KVM support for ARM processors, > specifically on the Cortex A-15 platform. > Still on the to-do list: > ?- Reuse VMIDs > ?- Fix SMP host support > ?- Fix SMP guest support > ?- Support guest Thumb mode for MMIO emulation > ?- Further testing > ?- Performance improvements Other items for this list: - Support Neon/VFP in guests (the fpu regs struct is empty ATM) - Support guest debugging I couldn't see any support for the TLS registers in your cp15 emulation: did I miss it, or do we handle it without needing to trap? -- PMM