Re: [virt-tools-list] virt-what and security?

2011-07-07 Thread Richard W.M. Jones
On Wed, Jul 06, 2011 at 10:33:18AM +0100, Daniel P. Berrange wrote: On Wed, Jul 06, 2011 at 10:15:10AM +0100, Richard W.M. Jones wrote: On Tue, Jul 05, 2011 at 10:06:01PM -0700, Stephen Hemminger wrote: [...] Why can lscpu find the same information without being root? Most of the checks

Re: [virt-tools-list] [python-virtinst 2/2] virt-install: Create OS dict from libosinfo

2011-07-07 Thread Cole Robinson
On 07/01/2011 04:32 PM, Zeeshan Ali (Khattak) wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org Issues: * Some info is still hard-coded * We lose the following information: * distro * sortby * I get the following error from pylint: E: 25: No name 'Libosinfo' in module

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. ---

Re: [virt-tools-list] [PATCH 2/4] Add inspection data to the domain object.

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 adds the inspection data to the domain object, and passes the data up from the inspection thread. Also an inspection-changed signal has been added so that UI elements can find out when

Re: [virt-tools-list] [PATCH 3/4] Display operating system inspection icons in main vmlist.

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 --- src/virtManager/manager.py | 41 +++-- 1 files changed, 39 insertions(+), 2 deletions(-) diff --git a/src/virtManager/manager.py

Re: [virt-tools-list] [PATCH 4/4] Add basic operating system inspection data to the VMM details page.

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 adds hostname, product name, and list of applications. --- src/virtManager/details.py | 62 src/vmm-details.glade | 137