<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git/generator, 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>EPEL 5: Don't use C99-style variable decls in for-loop.</title>
<updated>2012-06-27T15:36:15+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-16T12:55:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=b03b16688dbaccd9bb7836cc8f4b967d03fda109'/>
<id>b03b16688dbaccd9bb7836cc8f4b967d03fda109</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure #include &lt;config.h&gt; occurs in every C file.</title>
<updated>2012-06-27T14:49:06+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-27T14:49:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=1d17a6e9d8f434f952f3c171b5a81ca6b916fa1f'/>
<id>1d17a6e9d8f434f952f3c171b5a81ca6b916fa1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>src/actions.c: Include &lt;config.h&gt; in this generated file.</title>
<updated>2012-06-27T14:37:03+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-27T14:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=6777425636d1c04494e52c61dc44f523458d12d3'/>
<id>6777425636d1c04494e52c61dc44f523458d12d3</id>
<content type='text'>
On RHEL 5, because _GNU_SOURCE was not defined, open_memstream was not
being declared, resulting in miscompilation and a segfault in the
trace code whenever open_memstream returned a pointer &gt;= 0x80000000
(which would be truncated to a 32 bit int and then sign-extended).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On RHEL 5, because _GNU_SOURCE was not defined, open_memstream was not
being declared, resulting in miscompilation and a segfault in the
trace code whenever open_memstream returned a pointer &gt;= 0x80000000
(which would be truncated to a 32 bit int and then sign-extended).
</pre>
</div>
</content>
</entry>
<entry>
<title>launch: Treat /dev/null specially, for old KVM.</title>
<updated>2012-06-25T10:20:35+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-25T08:03:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=729bb9c6b5ae0c0e7c68dc802b1617936062f966'/>
<id>729bb9c6b5ae0c0e7c68dc802b1617936062f966</id>
<content type='text'>
Old KVM can't add /dev/null readonly.  Treat /dev/null as a special
case.

We also fix a few tests where /dev/null was being used with
format=qcow2.  This was always incorrect behaviour, but qemu appears
to tolerate it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Old KVM can't add /dev/null readonly.  Treat /dev/null as a special
case.

We also fix a few tests where /dev/null was being used with
format=qcow2.  This was always incorrect behaviour, but qemu appears
to tolerate it.
</pre>
</div>
</content>
</entry>
<entry>
<title>ruby: Add a replacement rb_hash_lookup function for Ruby 1.8.5.</title>
<updated>2012-06-22T10:29:57+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-22T08:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=8098d062b4cb70defd4aecba0ba8cd75cf893751'/>
<id>8098d062b4cb70defd4aecba0ba8cd75cf893751</id>
<content type='text'>
This function was first added to Ruby in 1.8.7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function was first added to Ruby in 1.8.7.
</pre>
</div>
</content>
</entry>
<entry>
<title>New API: device-index.</title>
<updated>2012-06-13T22:07:26+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-13T21:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=a9d7d044f552855a7ef78d953c0c2672e35bfc80'/>
<id>a9d7d044f552855a7ef78d953c0c2672e35bfc80</id>
<content type='text'>
This returns the index of the device, eg. /dev/sdb =&gt; 1.
Or you can think of it as the order that the device was
added, or the index of the device in guestfs_list_devices.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This returns the index of the device, eg. /dev/sdb =&gt; 1.
Or you can think of it as the order that the device was
added, or the index of the device in guestfs_list_devices.
</pre>
</div>
</content>
</entry>
<entry>
<title>New API: guestfs_canonical_device_name.</title>
<updated>2012-06-13T22:07:26+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-13T19:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=46ed232dc2ff2f7dff91cd93a13d7ce6f2cec504'/>
<id>46ed232dc2ff2f7dff91cd93a13d7ce6f2cec504</id>
<content type='text'>
This API makes device names canonical, eg. /dev/vda1 -&gt; /dev/sda1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This API makes device names canonical, eg. /dev/vda1 -&gt; /dev/sda1.
</pre>
</div>
</content>
</entry>
<entry>
<title>New API: guestfs_max_disks.</title>
<updated>2012-06-13T21:05:45+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-13T13:42:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=4165e28b53d7024c38a171586acfb5c5b2c858b7'/>
<id>4165e28b53d7024c38a171586acfb5c5b2c858b7</id>
<content type='text'>
Returns the maximum number of disks that may be added to a handle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Returns the maximum number of disks that may be added to a handle.
</pre>
</div>
</content>
</entry>
<entry>
<title>New API: fstrim - allow filesystem trim.</title>
<updated>2012-06-12T13:33:57+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-12T13:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=7590924022066f49d0adc48dbd05a4e8c053a5a4'/>
<id>7590924022066f49d0adc48dbd05a4e8c053a5a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>blockdev_getbsz: Remove test.</title>
<updated>2012-06-09T19:50:25+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-09T19:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=42475dd21fbdc551137fe815efadf08a87729642'/>
<id>42475dd21fbdc551137fe815efadf08a87729642</id>
<content type='text'>
The output of this test depends on page size, so on ppc64
it returns 64K.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The output of this test depends on page size, so on ppc64
it returns 64K.
</pre>
</div>
</content>
</entry>
</feed>
