<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git/format, 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>tests: Add ./run --test option.</title>
<updated>2012-06-26T22:34:30+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-26T21:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=05d4e07918bfa9907a1fa66391e8e2e2370c64d4'/>
<id>05d4e07918bfa9907a1fa66391e8e2e2370c64d4</id>
<content type='text'>
This option, when added via
  TESTS_ENVIRONMENT = [...] $(top_builddir)/run --test
allows us to run the tests and only print the full output (including
debugging etc) when the test fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option, when added via
  TESTS_ENVIRONMENT = [...] $(top_builddir)/run --test
allows us to run the tests and only print the full output (including
debugging etc) when the test fails.
</pre>
</div>
</content>
</entry>
<entry>
<title>virt-format: Don't call wipefs unless API is available.</title>
<updated>2012-06-22T09:57:55+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-22T07:49:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=6cb74d46ba5b1c3f1edd3bfb12df9d4da2ec8a8f'/>
<id>6cb74d46ba5b1c3f1edd3bfb12df9d4da2ec8a8f</id>
<content type='text'>
This API is optional.  Don't call it unless it's available
in the appliance.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This API is optional.  Don't call it unless it's available
in the appliance.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the new lvcreate-free API to create largest possible LVs.</title>
<updated>2012-03-15T16:15:45+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-03-15T10:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=b05611d8efbfad10518fe874d53292c6a1b7f2b9'/>
<id>b05611d8efbfad10518fe874d53292c6a1b7f2b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix strict-overflow bugs and reenable this warning.</title>
<updated>2012-03-12T16:27:10+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-03-12T16:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=d66dd2260c724bdfe57a8595aac37c8e9173cee5'/>
<id>d66dd2260c724bdfe57a8595aac37c8e9173cee5</id>
<content type='text'>
In two places, we were counting things in an array using an 'int'.  In
theory, the int could overflow, so gcc determines this to be undefined
behaviour.

The fix is to use size_t or ssize_t instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In two places, we were counting things in an array using an 'int'.  In
theory, the int could overflow, so gcc determines this to be undefined
behaviour.

The fix is to use size_t or ssize_t instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>format: Remove unused variables.</title>
<updated>2012-03-12T11:53:04+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-03-12T11:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=e9e0920c00c55894358559bcdbd89d55cbb66d2a'/>
<id>e9e0920c00c55894358559bcdbd89d55cbb66d2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dist: Distribute all tests, even when configured with --disable-appliance.</title>
<updated>2012-03-07T19:21:14+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-03-07T19:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=4504f424f5589f81086f5250674b55708e162e5f'/>
<id>4504f424f5589f81086f5250674b55708e162e5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not run test-virt-format.sh if appliance has not been built</title>
<updated>2012-02-12T11:35:26+00:00</updated>
<author>
<name>Hilko Bengen</name>
<email>bengen@hilluzination.de</email>
</author>
<published>2012-02-12T11:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=c8a11468c4dc761acdcb9b184d345bafe1b5114d'/>
<id>c8a11468c4dc761acdcb9b184d345bafe1b5114d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>virt-format: Add a test.</title>
<updated>2012-02-10T14:01:38+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-02-10T10:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=badf2d6c4d2c2a3e12bad4dcbd5854401156bb5f'/>
<id>badf2d6c4d2c2a3e12bad4dcbd5854401156bb5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>virt-format: erase the filesystem signatures before erase partitions</title>
<updated>2012-02-10T09:34:17+00:00</updated>
<author>
<name>Wanlong Gao</name>
<email>gaowanlong@cn.fujitsu.com</email>
</author>
<published>2012-02-10T09:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=088546af9dd7574ed74d19989b24ddbb2eb122e4'/>
<id>088546af9dd7574ed74d19989b24ddbb2eb122e4</id>
<content type='text'>
erase the filesystem signatures on each device, then erase
the partitions, avoid to list all the partitions here.

Signed-off-by: Wanlong Gao &lt;gaowanlong@cn.fujitsu.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
erase the filesystem signatures on each device, then erase
the partitions, avoid to list all the partitions here.

Signed-off-by: Wanlong Gao &lt;gaowanlong@cn.fujitsu.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>New tool: virt-format: erase and make blank disks.</title>
<updated>2012-01-18T16:28:31+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-01-17T17:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=6de1a1242e9501f8a7042d3cdd970ab9c7496823'/>
<id>6de1a1242e9501f8a7042d3cdd970ab9c7496823</id>
<content type='text'>
This tool allows you to easily reformat a disk, creating a blank disk
with optional partition, LVM and empty filesystem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This tool allows you to easily reformat a disk, creating a blank disk
with optional partition, LVM and empty filesystem.
</pre>
</div>
</content>
</entry>
</feed>
