search for: lib_arg

Displaying 2 results from an estimated 2 matches for "lib_arg".

Did you mean: lib_args
2010 Mar 29
4
[PATCH 0/3] Export and merge into Windows Registry
As described here previously: https://www.redhat.com/archives/libguestfs/2010-March/msg00129.html Here is the three part patch to reimplement virt-win-reg to support exporting and merging Windows Registry entries in the 'regedit' format. Tested by me on a local Windows VM. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top'
2009 Nov 09
1
[PATCH libguestfs] indent with spaces, not TABs
...snd style); (* Check for errors. *) diff --git a/tools/virt-win-reg b/tools/virt-win-reg index d4329d1..e11ac34 100755 --- a/tools/virt-win-reg +++ b/tools/virt-win-reg @@ -167,9 +167,9 @@ my $i; for ($i = 0; $i < @ARGV; ++$i) { if (substr ($ARGV[$i], 0, 1) eq "\\") { - @lib_args = @ARGV[0 .. ($i-1)]; - @ARGV = @ARGV[$i .. $#ARGV]; - last; + @lib_args = @ARGV[0 .. ($i-1)]; + @ARGV = @ARGV[$i .. $#ARGV]; + last; } } @@ -214,63 +214,63 @@ for ($i = 0; $i < @ARGV; ++$i) { $_ = $ARGV[$i]; if (/^\\HKEY_LOCAL_MACHINE\\SAM(\\.*)/i) { - $w...