Re: [Qemu-devel] [PATCH 1/2] Isolation groups

2012-03-29 Thread David Gibson
On Tue, Mar 27, 2012 at 01:34:43PM -0600, Alex Williamson wrote: [snip] > > > > this case, it gets a bit complex. When the FooBus isolation provider > > > > is active, the FooBus devices would be in their own groups, not the > > > > group of the FooBridge and its sibling. When the FooBus isolatio

Re: [Qemu-devel] [PATCH 1/2] Isolation groups

2012-03-27 Thread Alex Williamson
On Tue, 2012-03-27 at 16:14 +1100, David Gibson wrote: > On Wed, Mar 21, 2012 at 03:12:58PM -0600, Alex Williamson wrote: > > On Sat, 2012-03-17 at 15:57 +1100, David Gibson wrote: > > > On Fri, Mar 16, 2012 at 01:31:18PM -0600, Alex Williamson wrote: > > > > On Fri, 2012-03-16 at 14:45 +1100, Davi

Re: [Qemu-devel] [PATCH 1/2] Isolation groups

2012-03-26 Thread David Gibson
On Wed, Mar 21, 2012 at 03:12:58PM -0600, Alex Williamson wrote: > On Sat, 2012-03-17 at 15:57 +1100, David Gibson wrote: > > On Fri, Mar 16, 2012 at 01:31:18PM -0600, Alex Williamson wrote: > > > On Fri, 2012-03-16 at 14:45 +1100, David Gibson wrote: > > > > On Thu, Mar 15, 2012 at 02:15:01PM -060

Re: [Qemu-devel] [PATCH 1/2] Isolation groups

2012-03-21 Thread Alex Williamson
On Sat, 2012-03-17 at 15:57 +1100, David Gibson wrote: > On Fri, Mar 16, 2012 at 01:31:18PM -0600, Alex Williamson wrote: > > On Fri, 2012-03-16 at 14:45 +1100, David Gibson wrote: > > > On Thu, Mar 15, 2012 at 02:15:01PM -0600, Alex Williamson wrote: > > > > On Wed, 2012-03-14 at 20:58 +1100, Davi

Re: [Qemu-devel] [PATCH 1/2] Isolation groups

2012-03-16 Thread David Gibson
On Fri, Mar 16, 2012 at 01:31:18PM -0600, Alex Williamson wrote: > On Fri, 2012-03-16 at 14:45 +1100, David Gibson wrote: > > On Thu, Mar 15, 2012 at 02:15:01PM -0600, Alex Williamson wrote: > > > On Wed, 2012-03-14 at 20:58 +1100, David Gibson wrote: > > > > On Tue, Mar 13, 2012 at 10:49:47AM -060

Re: [Qemu-devel] [PATCH 1/2] Isolation groups

2012-03-16 Thread Alex Williamson
On Fri, 2012-03-16 at 14:45 +1100, David Gibson wrote: > On Thu, Mar 15, 2012 at 02:15:01PM -0600, Alex Williamson wrote: > > On Wed, 2012-03-14 at 20:58 +1100, David Gibson wrote: > > > On Tue, Mar 13, 2012 at 10:49:47AM -0600, Alex Williamson wrote: > > > > On Wed, 2012-03-14 at 01:33 +1100, Davi

Re: [Qemu-devel] [PATCH 1/2] Isolation groups

2012-03-15 Thread David Gibson
On Thu, Mar 15, 2012 at 02:15:01PM -0600, Alex Williamson wrote: > On Wed, 2012-03-14 at 20:58 +1100, David Gibson wrote: > > On Tue, Mar 13, 2012 at 10:49:47AM -0600, Alex Williamson wrote: > > > On Wed, 2012-03-14 at 01:33 +1100, David Gibson wrote: > > > > On Mon, Mar 12, 2012 at 04:32:54PM -060

Re: [Qemu-devel] [PATCH 1/2] Isolation groups

2012-03-15 Thread Alex Williamson
On Wed, 2012-03-14 at 20:58 +1100, David Gibson wrote: > On Tue, Mar 13, 2012 at 10:49:47AM -0600, Alex Williamson wrote: > > On Wed, 2012-03-14 at 01:33 +1100, David Gibson wrote: > > > On Mon, Mar 12, 2012 at 04:32:54PM -0600, Alex Williamson wrote: > > > > +/* > > > > + * Add a device to an isol

Re: [Qemu-devel] [PATCH 1/2] Isolation groups

2012-03-14 Thread David Gibson
On Tue, Mar 13, 2012 at 10:49:47AM -0600, Alex Williamson wrote: > On Wed, 2012-03-14 at 01:33 +1100, David Gibson wrote: > > On Mon, Mar 12, 2012 at 04:32:54PM -0600, Alex Williamson wrote: > > > Signed-off-by: Alex Williamson > > > --- > > > > > > drivers/base/Kconfig | 10 + > > > driv

Re: [Qemu-devel] [PATCH 1/2] Isolation groups

2012-03-13 Thread Alex Williamson
On Wed, 2012-03-14 at 01:33 +1100, David Gibson wrote: > On Mon, Mar 12, 2012 at 04:32:54PM -0600, Alex Williamson wrote: > > Signed-off-by: Alex Williamson > > --- > > > > drivers/base/Kconfig | 10 + > > drivers/base/Makefile |1 > > drivers/base/base.h |5 > > drive

Re: [Qemu-devel] [PATCH 1/2] Isolation groups

2012-03-13 Thread David Gibson
On Mon, Mar 12, 2012 at 04:32:54PM -0600, Alex Williamson wrote: > Signed-off-by: Alex Williamson > --- > > drivers/base/Kconfig | 10 + > drivers/base/Makefile |1 > drivers/base/base.h |5 > drivers/base/isolation.c | 798 >

[Qemu-devel] [PATCH 1/2] Isolation groups

2012-03-12 Thread Alex Williamson
Signed-off-by: Alex Williamson --- drivers/base/Kconfig | 10 + drivers/base/Makefile |1 drivers/base/base.h |5 drivers/base/isolation.c | 798 + include/linux/device.h|4 include/linux/isolation.h | 138 +++