Re: [virt-tools-list] [PATCH 1/4] Add inspection thread.

2011-07-18 Thread Richard W.M. Jones
On Thu, Jul 07, 2011 at 10:37:16AM -0400, Cole Robinson wrote: --- a/src/virtManager/manager.py +++ b/src/virtManager/manager.py @@ -685,6 +685,9 @@ class vmmManager(vmmGObjectUI): self._append_vm(model, vm, connection) +if self.engine.inspection_thread: +

[virt-tools-list] [PATCH 1/4] Add inspection thread.

2011-07-18 Thread Richard W.M. Jones
From: Richard W.M. Jones rjo...@redhat.com This commit adds an inspection daemon thread which performs libguestfs inspection on domains when they first appear in the manager UI. python-guestfs is not required. --- src/virtManager/config.py | 31 ++ src/virtManager/engine.py | 17

Re: [virt-tools-list] [PATCH 1/4] Add inspection thread.

2011-07-07 Thread Cole Robinson
On 06/30/2011 04:02 AM, Richard W.M. Jones wrote: From: Richard W.M. Jones rjo...@redhat.com This commit adds an inspection daemon thread which performs libguestfs inspection on domains when they first appear in the manager UI. python-guestfs is not required. ---

[virt-tools-list] [PATCH 1/4] Add inspection thread.

2011-06-30 Thread Richard W.M. Jones
From: Richard W.M. Jones rjo...@redhat.com This commit adds an inspection daemon thread which performs libguestfs inspection on domains when they first appear in the manager UI. python-guestfs is not required. --- src/virtManager/config.py | 25 ++ src/virtManager/engine.py | 15