Re: [virt-tools-list] [virt-manager PATCH V2] virt-install: add param cache.mode and cache.level for option '--cpu'

2017-09-14 Thread Cole Robinson
On 09/14/2017 12:09 AM, Lin Ma wrote: > libvirt supports guest CPU cache by commit df13c0b, So add this feature > to virt-install to configure cpu L3 cache mode. > > Currently, The valid values are 'passthrough', 'emulate' or 'disable'. > say: > --cpu host-passthrough,cache.mode=passthrough >

Re: [virt-tools-list] [virt-manager PATCH] virt-install: add a host cpu passthrough example to the -help output

2017-09-14 Thread Cole Robinson
On 09/13/2017 11:30 PM, Lin Ma wrote: > Signed-off-by: Lin Ma > --- > virtinst/cli.py | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/virtinst/cli.py b/virtinst/cli.py > index 900d185..7007ddc 100644 > --- a/virtinst/cli.py > +++ b/virtinst/cli.py > @@

Re: [virt-tools-list] [virt-manager PATCH 0/1] virtinst: Use sudo where root permission is needed

2017-09-14 Thread Cole Robinson
On 09/09/2017 11:25 AM, Andrew Wong wrote: > On 09/09/17 05:29 AM, Pavel Hrdina wrote: >> On Fri, Sep 08, 2017 at 11:49:47PM -0400, Andrew Wong wrote: >>> Hello, >>> >>> I have a small request that I hope is reasonable. For testing VMs, I like to >>> install VMs as non-root. However, if I want to

Re: [virt-tools-list] [PATCH 0/3] Fixes for Debian and Ubuntu CD detection

2017-09-14 Thread Cole Robinson
On 09/11/2017 11:19 AM, Viktor Mihajlovski wrote: > When playing around with --location I couldn't get > Ubuntu to work because there was no .disk/mini-info but only a > .disk/info as on Debian CDs. > > Further I've refactored the code a bit, so all CD detection is done > in one method. > > And

Re: [virt-tools-list] [PATCH virt-viewer] Make it clear that only running VMs are listed

2017-09-14 Thread Jonathon Jongsma
On Thu, 2017-08-31 at 09:49 +0200, Guido Günther wrote: > this might otherwise be confusing. > > Reference: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873597#2 > 5 > --- > src/virt-viewer-vm-connection.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git