Re: [libvirt] PATCH: Refactor LXC to remove some state from lxc_vm_t

2008-07-14 Thread Dan Smith
DB> I've been working on getting LXC ready to use the common XML DB> routines. One of the first tasks is finding a way to remove some DB> of the state stored in the lxc_vm_t struct, so it can be switched DB> over to virDomainObj struct instead. This patch does some simple DB> re-factoring of the wa

[libvirt] PATCH: Refactor LXC to remove some state from lxc_vm_t

2008-07-14 Thread Daniel P. Berrange
I've been working on getting LXC ready to use the common XML routines. One of the first tasks is finding a way to remove some of the state stored in the lxc_vm_t struct, so it can be switched over to virDomainObj struct instead. This patch does some simple re-factoring of the way the TTYs and contr