Merge from vendor branch TNF:
authoragc <agc>
Tue, 26 Jul 2011 06:05:00 +0000 (06:05 +0000)
committeragc <agc>
Tue, 26 Jul 2011 06:05:00 +0000 (06:05 +0000)
commit0c0ee4770cc360e193a78b02650af47f0b656534
tree0c45b6671a783a7d74a695f8ab216ef41fb029f7
parente8477540007f5f67917edb2a27d05c3514a5c9b8
parent10c278b378ebeb2e609cf3748402583dd0f86f85
Merge from vendor branch TNF:
Initial import of libvert version 0.9.3 into the packages collection.

libvirt is:
+ A toolkit to interact with the virtualization capabilities of recent
  versions of operating systems, see our project goals for details.
+ A long term stable C API
+ A set of bindings for common languages
+ A CIM provider for the DMTF virtualization schema
+ A QMF agent for the AMQP/QPid messaging system
libvirt supports:
+ The KVM/QEMU Linux hypervisor
+ The Xen hypervisor
+ The LXC Linux container system
+ The OpenVZ Linux container system
+ The User Mode Linux paravirtualized kernel
+ The VirtualBox hypervisor
+ The VMware ESX and GSX hypervisors
+ The VMware Workstation and Player hypervisors
+ Virtual networks using bridging, NAT, VEPA and VN-LINK.
+ Storage on IDE/SCSI/USB disks, FibreChannel, LVM, iSCSI, NFS and filesystems
libvirt provides:
+ Remote management using TLS encryption and x509 certificates
+ Remote management authenticating with Kerberos and SASL
+ Local access control using PolicyKit
+ Zero-conf discovery using Avahi multicast-DNS
+ Management of virtual machines, virtual networks and storage

I'm fairly sure that the NetBSD part of the bridging code still needs
some more work, but I'll leave that as an exercise for someone more
versed in it than I am.