Re: [PATCH 0/5] kernel handling of dynamic logical partitioning

2009-09-14 Thread Nathan Fontenot
Daniel Walker wrote: On Fri, 2009-09-11 at 16:08 -0500, Nathan Fontenot wrote: am cc'ing lkml. Patches include in this set: 1/5 - DLPAR infrastructure for powerpc/pseries platform. 2/5 - Move the of_drconf_cell struct to prom.h 3/5 - Export the memory sysdev class 4/5 - Memory DLPAR handling

Re: [PATCH 0/5] kernel handling of dynamic logical partitioning

2009-09-14 Thread Daniel Walker
On Mon, 2009-09-14 at 13:22 -0500, Nathan Fontenot wrote: Daniel Walker wrote: On Fri, 2009-09-11 at 16:08 -0500, Nathan Fontenot wrote: am cc'ing lkml. Patches include in this set: 1/5 - DLPAR infrastructure for powerpc/pseries platform. 2/5 - Move the of_drconf_cell struct to

[PATCH 0/5] kernel handling of dynamic logical partitioning

2009-09-11 Thread Nathan Fontenot
The Dynamic Logical Partitioning (DLPAR) capabilities of the powerpc pseries platform allows for the addition and removal of resources (i.e. cpus, memory, pci devices) from a partition. The removal of a resource involves removing the resource's node from the device tree and then returning the

[PATCH 0/5] kernel handling of dynamic logical partitioning

2009-09-11 Thread Nathan Fontenot
The Dynamic Logical Partitioning (DLPAR) capabilities of the powerpc pseries platform allows for the addition and removal of resources (i.e. cpus, memory, pci devices) from a partition. The removal of a resource involves removing the resource's node from the device tree and then returning the

Re: [PATCH 0/5] kernel handling of dynamic logical partitioning

2009-09-11 Thread Daniel Walker
On Fri, 2009-09-11 at 16:08 -0500, Nathan Fontenot wrote: am cc'ing lkml. Patches include in this set: 1/5 - DLPAR infrastructure for powerpc/pseries platform. 2/5 - Move the of_drconf_cell struct to prom.h 3/5 - Export the memory sysdev class 4/5 - Memory DLPAR handling 5/5 - CPU DLPAR