On Mon, May 4, 2009 at 11:19 PM, Iustin Pop <[email protected]> wrote: > > From: Iustin Pop <[email protected]> > > Currently both hv_fake and hv_kvm implement practically identical code > to get the node information. Since future container-like hypervisors > will also need this functionality, this patch moves it into the base > class (as a separate function) which can then be called from classes > which need this info. > --- > Whoever added hv_kvm should have done this in the first place :) > > This also adds an extra check for int() conversions.
LGTM Thanks, Guido
