[libvirt] [PATCHv2 01/11] don't modify CPU set string in virDomainCpuSetParse

Daniel P. Berrange berrange at redhat.com
Fri Nov 18 10:35:03 UTC 2011


On Thu, Nov 17, 2011 at 05:44:11PM +0800, Hu Tao wrote:
> As the function only parses the CPU set string, there is
> no good reason to modify it.
> ---
>  src/conf/domain_conf.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
> index 6b78d97..71eb209 100644
> --- a/src/conf/domain_conf.c
> +++ b/src/conf/domain_conf.c
> @@ -9163,7 +9163,6 @@ virDomainCpuSetParse(const char **str, char sep,
>          } else
>              goto parse_error;
>      }
> -    *str = cur;
>      return (ret);
>  
>    parse_error:

ACK

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list