Re: [libvirt] [PATCH 0/6 v3] New APIs to get/set node memory tunables

2012-09-16 Thread Osier Yang
On 2012年09月15日 14:57, Daniel Veillard wrote: On Fri, Sep 14, 2012 at 10:42:13PM +0800, Osier Yang wrote: v1: https://www.redhat.com/archives/libvir-list/2012-September/msg00517.html v1 - v2: * Rename virNode{Get,Set}SharedMemoryParameters to virNode{Get,Set}MemoryParameters, in case of

Re: [libvirt] [PATCH 5/5] list: Use virConnectListAllSecrets in virsh

2012-09-16 Thread Osier Yang
On 2012年09月14日 19:50, Peter Krempa wrote: On 09/14/12 10:38, Osier Yang wrote: This introduce four new options for secret-list, to filter the s/introduce/introduces/ returned secrets by whether it's ephemeral or not, and/or by whether it's private or not. * tools/virsh-secret.c: (New helper

Re: [libvirt] [PATCH 1/5] list: Define new API virConnectListAllSecrets

2012-09-16 Thread Osier Yang
On 2012年09月14日 17:47, Peter Krempa wrote: On 09/14/12 10:38, Osier Yang wrote: This is to list the secret objects. No flags are supported This statement isn't accurate as you added filtering flags. include/libvirt/libvirt.h.in: Declare enum virConnectListAllSecretFlags and virConnectListAll

Re: [libvirt] [RFC] [PATCH v3 1/6] add a configure option --with-fuse to prepare introduction of fuse support for libvirt lxc

2012-09-16 Thread Gao feng
于 2012年09月11日 10:54, Gao feng 写道: > add a configure option --with-fuse to prepare introduction > of fuse support for libvirt lxc. > > With help from Daniel > > Signed-off-by: Gao feng > --- ping... -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libv

Re: [libvirt] [PATCH 5/5] list: Use virConnectListAllNWFilters in virsh

2012-09-16 Thread Osier Yang
On 2012年09月06日 22:41, Peter Krempa wrote: On 09/05/12 08:02, Osier Yang wrote: tools/virsh-nwfilter.c: * vshNWFilterSorter to sort network filters by name * vshNWFilterListFree to free the network filter objects list. * vshNWFilterListCollect to collect the network filter objects, trying to us

Re: [libvirt] [PATCH 6/7 v6] virsh: Don't motify the const string

2012-09-16 Thread Osier Yang
On 2012年09月15日 06:05, Peter Krempa wrote: On 09/14/12 18:21, Osier Yang wrote: This improve helper vshStringToArray to accept const string as argument instead. To not convert the const string when using vshStringToArray, and thus avoid motifying it. --- tools/virsh-domain.c | 7 +++ tools/vir

Re: [libvirt] [PATCH 7/7 v5] list: Use virConnectListAllNodeDevices in virsh

2012-09-16 Thread Osier Yang
On 2012年09月14日 21:55, Peter Krempa wrote: On 09/13/12 08:59, Osier Yang wrote: tools/virsh-nodedev.c: * vshNodeDeviceSorter to sort node devices by name * vshNodeDeviceListFree to free the node device objects list. * vshNodeDeviceListCollect to collect the node device objects, trying to use ne

[libvirt] [PATCH v8] support offline migration

2012-09-16 Thread liguang
original migration did not aware of offline case so, add code to support offline migration quietly (did not disturb original migration) by pass VIR_MIGRATE_OFFLINE flag to migration APIs if only the domain is really inactive, and migration process will not puzzled by domain offline and exit unexpec

Re: [libvirt] libvirt plans: dns support for IPv6?

2012-09-16 Thread Gene Czarcinski
On 09/15/2012 05:10 PM, Laine Stump wrote: On 09/15/2012 04:07 PM, Gene Czarcinski wrote: How is the version of dnsmasq being determined ... at [ugly] runtime or during configuration/compilation? You can't rely on any information gathered at compile time, since the binary may be built on one sy

Re: [libvirt] [PATCHv7 5/9] blockjob: make drive-reopen safer

2012-09-16 Thread Paolo Bonzini
Il 16/09/2012 01:53, Eric Blake ha scritto: > This is only a problem for the RHEL 6.3 drive-reopen command; which > partly explains why upstream qemu 1.3 abandoned that command and > went with block-job-complete instead. Not really true, in fact it's worse with block-job-complete because it's asyn