2008-02-11 19:23:04

by Glauber Costa

[permalink] [raw]
Subject: [PATCH 0/5] Make vsmp a paravirt client

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.


2008-02-17 18:04:58

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH 0/5] Make vsmp a paravirt client


* Glauber Costa <[email protected]> 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