Add 2013 KVM Forum talk.
[libguestfs-talks.git] / 2013-kvm-forum / 4300-libvirt-dont-care.html
1 <link rel="stylesheet" href="style.css" type="text/css"/>
2 <script src="code.js" type="text/javascript"></script>
3
4 <h1>We use ...</h1>
5
6 <table width="95%">
7 <tr><td valign="top" width="45%">
8 <ul>
9 <li> <code>virConnect*</code>
10 <li> "lifecycle APIs" <br/> like <code>virDomainCreateXML</code>
11 <li> libvirt XML
12 <li> hotplugging APIs
13 <li> capabilities
14 </ul>
15 </td><td valign="top" width="45%">
16 <b>.. but we don't care about:</b>
17 <ul>
18 <li> live migration
19 <li> stable guest ABI
20 <li> storage APIs
21 <li> snapshots
22 <li> NUMA
23 </ul>
24 </td></tr></table>