Hi, This series of five patches turns the vsmp architecture support in x86_64 into a paravirt client. If PARAVIRT is on, the probe function vsmp_init() is run unconditionally, patching the necessary irq functions accordingly if running ontop of such box.
* Glauber Costa <gcosta at redhat.com> wrote:> This series of five patches turns the vsmp architecture support in > x86_64 into a paravirt client. If PARAVIRT is on, the probe function > vsmp_init() is run unconditionally, patching the necessary irq > functions accordingly if running ontop of such box.thanks Glauber, applied. I'll reply with a few minor comments to the patches themselves. Ingo