From 60f6e1a5f8675b9ba937f25392d9935c641f0658 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 21 Jul 2010 13:38:25 +0200 Subject: [PATCH] libvirt: Added libvirt 0.8.2 - A virtualization toolkit and API --- emulators/libvirt/libvirt.conf | 17 ++++++++++++ emulators/libvirt/libvirt.desc | 51 ++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 emulators/libvirt/libvirt.conf create mode 100644 emulators/libvirt/libvirt.desc diff --git a/emulators/libvirt/libvirt.conf b/emulators/libvirt/libvirt.conf new file mode 100644 index 000000000..dede0aa11 --- /dev/null +++ b/emulators/libvirt/libvirt.conf @@ -0,0 +1,17 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../libvirt/libvirt.conf +# Copyright (C) 2010 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +if ! pkginstalled libnl; then + var_append extraconfopt ' ' '--without-macvtap' +fi diff --git a/emulators/libvirt/libvirt.desc b/emulators/libvirt/libvirt.desc new file mode 100644 index 000000000..91c6a7869 --- /dev/null +++ b/emulators/libvirt/libvirt.desc @@ -0,0 +1,51 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../libvirt/libvirt.desc +[COPY] Copyright (C) 2010 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] A virtualization toolkit and API + +[T] Libvirt is a library for management of virtualized operating systems. +[T] Initially supporting the Xen hypervisor, it provides a generic driver +[T] backend to allow implementations for management of arbitrary hypervisors, +[T] paravirtualized kernel solutions, container systems and emulators. +[T] libvirt supports: +[T] - The Xen hypervisor on Linux and Solaris hosts. +[T] - The QEMU emulator +[T] - The KVM Linux hypervisor +[T] - The LXC Linux container system +[T] - The OpenVZ Linux container system +[T] - The User Mode Linux paravirtualized kernel +[T] - The VirtualBox hypervisor +[T] - The VMware ESX and GSX hypervisors +[T] - Storage on IDE/SCSI/USB disks, FibreChannel, LVM, iSCSI, NFS and +[T] filesystems +[T] The library aims to provide a long term stable API to isolate applications +[T] from instability in the APIs of the underlying virtualization technology. +[T] The core library API is written in C, with bindings for Python and a +[T] command line tool for shell scripting also provided. The library allows +[T] either full read-write access to the hypervisor, or for unprivileged use a +[T] secure read-only channel (eg for monitoring). + +[U] ftp://libvirt.org/libvirt + +[A] Daniel Berrange +[M] The OpenSDE Community + +[C] extra/emulator + +[L] LGPL +[S] Stable +[V] 0.8.2 +[P] X -----5---9 800.000 + +[D] 4102309198 libvirt-0.8.2.tar.gz ftp://libvirt.org/libvirt/