Re: [libvirt] [PATCH 12/16] Split Container class definition into Container Class and ServiceContainer Class.

2013-04-03 Thread Daniel P. Berrange
On Tue, Apr 02, 2013 at 06:11:28PM -0400, Dan Walsh wrote: > This way we can share common methods between the ServiceContainer and the > InteractiveContainer > --- > bin/virt-sandbox-service | 823 > ++- > 1 file changed, 450 insertions(+), 373 deletion

[libvirt] [PATCH 12/16] Split Container class definition into Container Class and ServiceContainer Class.

2013-04-02 Thread Dan Walsh
This way we can share common methods between the ServiceContainer and the InteractiveContainer --- bin/virt-sandbox-service | 823 ++- 1 file changed, 450 insertions(+), 373 deletions(-) diff --git a/bin/virt-sandbox-service b/bin/virt-sandbox-service i