<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git/examples, branch stable-1.12</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>java: Add guestfs-java(3) man page.</title>
<updated>2011-07-19T16:54:35+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-07-19T16:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=d025e91f6751505c70b7b5f492ee72c67e274ecf'/>
<id>d025e91f6751505c70b7b5f492ee72c67e274ecf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>recipes: in tr command \000 should be \0</title>
<updated>2011-06-03T08:41:20+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-06-03T08:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=3819b657b0e3cc7cf99d04fc1f7bced8269e6ce9'/>
<id>3819b657b0e3cc7cf99d04fc1f7bced8269e6ce9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new guestfs-rescue(1) man page with recipes.</title>
<updated>2011-05-18T20:03:44+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-05-18T14:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=f2c7df589c7e161f33b46d05a943b5489dc2cffe'/>
<id>f2c7df589c7e161f33b46d05a943b5489dc2cffe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>guestfs-examples(3): Remove link to OCaml homepage.</title>
<updated>2011-05-18T16:02:53+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-05-18T14:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=95368927219f2888aeb1232c7ec950dde538bc39'/>
<id>95368927219f2888aeb1232c7ec950dde538bc39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable deprecation warnings on all C programs.</title>
<updated>2011-05-17T16:05:12+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-05-17T14:04:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=34acb80a28d1b48e734883a32f7f3344dc216ec0'/>
<id>34acb80a28d1b48e734883a32f7f3344dc216ec0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New API: inspect-get-windows-current-control-set</title>
<updated>2011-04-05T19:01:15+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-04-05T11:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=9e7c6a548353bde925c16434711bcc6208038d83'/>
<id>9e7c6a548353bde925c16434711bcc6208038d83</id>
<content type='text'>
This returns the actual registry key corresponding to
CurrentControlSet (eg. it might be "ControlSet001").

Previously the inspection code was hard-coding ControlSet001.  Now we
use the correct control set, and also make it available to callers
through the API.

This commit also updates the virt-dhcp-address example so it uses this
new API.

virt-inspector displays the current control set when available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This returns the actual registry key corresponding to
CurrentControlSet (eg. it might be "ControlSet001").

Previously the inspection code was hard-coding ControlSet001.  Now we
use the correct control set, and also make it available to callers
through the API.

This commit also updates the virt-dhcp-address example so it uses this
new API.

virt-inspector displays the current control set when available.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: Add virt-dhcp-address program.</title>
<updated>2011-03-31T21:11:53+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-03-31T19:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=97d737a88b33d3df97ceacb026b29b1656604a8d'/>
<id>97d737a88b33d3df97ceacb026b29b1656604a8d</id>
<content type='text'>
This is like the mythical 'virt-ifconfig'.  There is not enough
certainty around the right way to be doing this for us to make
a full virt tool for this.  Therefore the code is just an example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is like the mythical 'virt-ifconfig'.  There is not enough
certainty around the right way to be doing this for us to make
a full virt tool for this.  Therefore the code is just an example.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: Use WARN_CFLAGS, WERROR_CFLAGS macros instead of -Wall</title>
<updated>2011-03-31T19:18:23+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-03-31T19:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=b41e73008a939ef493d2bfb82c9bd07b0f74736a'/>
<id>b41e73008a939ef493d2bfb82c9bd07b0f74736a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: size_t-correctness change in inspect_vm.c</title>
<updated>2011-03-31T19:17:02+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-03-31T19:17:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=d5eb5216aae0cb83fae686f490d1c3c37c2c074e'/>
<id>d5eb5216aae0cb83fae686f490d1c3c37c2c074e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>perl: Translate C examples into Perl and include a manual page.</title>
<updated>2011-01-30T23:41:05+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-01-30T23:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=477eebc83dcd33d00d34398692692dae6af04f22'/>
<id>477eebc83dcd33d00d34398692692dae6af04f22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
