mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
67 lines
2.1 KiB
XML
67 lines
2.1 KiB
XML
<?xml version="1.0"?>
|
|
<html>
|
|
<body>
|
|
<h1>Contacting the development team</h1>
|
|
|
|
<h2>Mailing lists</h2>
|
|
|
|
<p>
|
|
There are two mailing-lists:
|
|
</p>
|
|
|
|
<dl>
|
|
<dt><a href="https://www.redhat.com/archives/libvir-list/">libvir-list@redhat.com</a></dt>
|
|
<dd>This list a place for discussions about the <strong>development</strong> of libvirt. Topics for discussion include
|
|
<ul>
|
|
<li>New features for libvirt</li>
|
|
<li>Bug fixing of libvirt</li>
|
|
<li>New hypervisor drivers</li>
|
|
<li>Development of language bindings for libvirt API</li>
|
|
<li>Testing and documentation of libvirt</li>
|
|
</ul>
|
|
</dd>
|
|
|
|
<dt><a href="https://www.redhat.com/archives/libvirt-users/">libvirt-users@redhat.com</a></dt>
|
|
<dd>This list a place for discussions involving libvirt <strong>users</strong>. Topics for discussion include
|
|
<ul>
|
|
<li>Usage of libvirt / virsh</li>
|
|
<li>Administration of libvirtd</li>
|
|
<li>Deployment of libvirt with hypervisors</li>
|
|
<li>Development of applications on top of / using the libvirt API(s)</li>
|
|
<li>Any other topics along these lines</li>
|
|
</ul>
|
|
</dd>
|
|
</dl>
|
|
|
|
<p>
|
|
Both mailing lists require that you subscribe before posting to the list,
|
|
otherwise your posting will be delayed for manual approval by mailman.
|
|
You can subscribe at the linked webpages above.
|
|
</p>
|
|
<p>
|
|
Patches with explanations and provided as attachments are really appreciated and should
|
|
be directed to the development mailing list will be discussed on the mailing list.
|
|
If possible generate the patches by using <code>git format-patch</code> in a GIT
|
|
clone.
|
|
</p>
|
|
|
|
<h2>IRC discussion</h2>
|
|
|
|
<p>
|
|
Some of the libvirt developers may be found on IRC on the <a href="http://oftc.net">OFTC IRC</a>
|
|
network. Use the settings:
|
|
</p>
|
|
<ul>
|
|
<li>server: irc.oftc.net</li>
|
|
<li>port: 6667 (the usual IRC port)</li>
|
|
<li>channel: #virt</li>
|
|
</ul>
|
|
<p>
|
|
NB There is no guarantee that someone will be watching or able to reply
|
|
promptly, so use the mailing-list if you don't get an answer on the IRC
|
|
channel.
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|