<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git/HACKING, branch oldlinux</title>
<subtitle>[MIRROR] library for accessing and modifying guest disk images</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/'/>
<entry>
<title>docs: Obsolete HACKING file, move content into guestfs(3) man page.</title>
<updated>2010-12-19T21:53:09+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-12-19T21:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=d2400da92e5e2cc7fd5e33e61220a33214d5241c'/>
<id>d2400da92e5e2cc7fd5e33e61220a33214d5241c</id>
<content type='text'>
Add a new section called "EXTENDING LIBGUESTFS" to the
guestfs manual page which contains all the information
previously in "HACKING".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new section called "EXTENDING LIBGUESTFS" to the
guestfs manual page which contains all the information
previously in "HACKING".
</pre>
</div>
</content>
</entry>
<entry>
<title>capitests: Add 'InitScratchFS' test environment.</title>
<updated>2010-11-30T11:48:35+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-11-30T11:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=f93cdf1ed3323b8d9451a7f4f6365ac30ab8ba81'/>
<id>f93cdf1ed3323b8d9451a7f4f6365ac30ab8ba81</id>
<content type='text'>
This should allow us to perform filesystem-based write
tests much more quickly, because we don't need to recreate
the filesystem from scratch each time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should allow us to perform filesystem-based write
tests much more quickly, because we don't need to recreate
the filesystem from scratch each time.
</pre>
</div>
</content>
</entry>
<entry>
<title>capitests: Move test documentation into HACKING file.</title>
<updated>2010-11-30T10:42:31+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-11-30T10:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=17233ce2113aa730752ae3420cc209b2a72ab616'/>
<id>17233ce2113aa730752ae3420cc209b2a72ab616</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rescue: Rewrite virt-rescue in C.</title>
<updated>2010-11-26T15:12:25+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-11-26T11:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=a6054bf90f39a84c1a8f8f7d3b9e81e84cb13696'/>
<id>a6054bf90f39a84c1a8f8f7d3b9e81e84cb13696</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update HACKING description of tools/ subdirectory.</title>
<updated>2010-11-26T11:37:50+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-11-26T11:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=076a9726e608c914cd4785e9a14e9a903a61ca34'/>
<id>076a9726e608c914cd4785e9a14e9a903a61ca34</id>
<content type='text'>
This fixes commit 18374b5b7d3154e0b8b8a07e3590f6eee762b58e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes commit 18374b5b7d3154e0b8b8a07e3590f6eee762b58e.
</pre>
</div>
</content>
</entry>
<entry>
<title>df: Rewrite virt-df in C.</title>
<updated>2010-11-25T18:58:13+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-11-23T12:05:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=18374b5b7d3154e0b8b8a07e3590f6eee762b58e'/>
<id>18374b5b7d3154e0b8b8a07e3590f6eee762b58e</id>
<content type='text'>
I have diffed the output from the original virt-df with this
new version, and they agree very closely.  Some differences:

 - Old virt-df have a divide-by-zero error in cases where the
   number of used inodes was 0.  New virt-df fixes this.

 - New virt-df uses gnulib human_readable library which displays
   numbers to 3 significant figures for -h output (old version
   used an ad hoc function).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I have diffed the output from the original virt-df with this
new version, and they agree very closely.  Some differences:

 - Old virt-df have a divide-by-zero error in cases where the
   number of used inodes was 0.  New virt-df fixes this.

 - New virt-df uses gnulib human_readable library which displays
   numbers to 3 significant figures for -h output (old version
   used an ad hoc function).
</pre>
</div>
</content>
</entry>
<entry>
<title>New tool: virt-filesystems</title>
<updated>2010-11-23T10:22:08+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-11-22T17:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=fbc2555903be8c88ad9430d871cf0d27c8fded1e'/>
<id>fbc2555903be8c88ad9430d871cf0d27c8fded1e</id>
<content type='text'>
This tool replaces virt-list-filesystems and virt-list-partitions with
a new tool written in C with a more uniform command line structure
and output.

This existing Perl tools are deprecated but remain indefinitely.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This tool replaces virt-list-filesystems and virt-list-partitions with
a new tool written in C with a more uniform command line structure
and output.

This existing Perl tools are deprecated but remain indefinitely.
</pre>
</div>
</content>
</entry>
<entry>
<title>ls: Rewrite virt-ls in C.</title>
<updated>2010-11-23T09:48:05+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-11-22T12:37:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=f6d3d5677194ae7aaea70d43845341d91907b5ee'/>
<id>f6d3d5677194ae7aaea70d43845341d91907b5ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite virt-cat in C.</title>
<updated>2010-11-11T16:56:43+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-11-11T14:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=d29e9a552f5823d1d8cb8d4962cb1301bbf60b0e'/>
<id>d29e9a552f5823d1d8cb8d4962cb1301bbf60b0e</id>
<content type='text'>
With changes in the core API since 1.5, virt-cat was little
more than a Perl wrapper which did some command line argument
processing.  Thus it could easily be rewritten in C.

This version also shares core command line argument processing
with guestfish and guestmount, so the options have changed
slightly (old-style command line *is* supported).

 virt-cat -a disk.img file [file ...]
 virt-cat -d domname file [file ...]

Several other guestfish options are supported including encryption,
and with the new style multiple files can be downloaded.  See the
man page for details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With changes in the core API since 1.5, virt-cat was little
more than a Perl wrapper which did some command line argument
processing.  Thus it could easily be rewritten in C.

This version also shares core command line argument processing
with guestfish and guestmount, so the options have changed
slightly (old-style command line *is* supported).

 virt-cat -a disk.img file [file ...]
 virt-cat -d domname file [file ...]

Several other guestfish options are supported including encryption,
and with the new style multiple files can be downloaded.  See the
man page for details.
</pre>
</div>
</content>
</entry>
<entry>
<title>HACKING: Mention PHP bindings.</title>
<updated>2010-11-03T22:23:55+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-11-03T22:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=9694cd59f8250ae84c23922fda5cbb751e846e3c'/>
<id>9694cd59f8250ae84c23922fda5cbb751e846e3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
