Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e5cf425e8ae4388ffb634f303a03f851b2808cb3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e5cf425e8ae4388ffb634f303a03f851b2808cb3)
  • Date: Sun, 17 Jan 2021 12:45:48 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
utils/kvmtool/BUILD | 2 ++
utils/kvmtool/DETAILS | 23 +++++++++++++++++++++++
utils/kvmtool/HISTORY | 2 ++
utils/kvmtool/PREPARE | 2 ++
5 files changed, 32 insertions(+)

New commits:
commit e5cf425e8ae4388ffb634f303a03f851b2808cb3
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

kvmtool: new spell, Stand-alone Native Linux KVM Tool

diff --git a/ChangeLog b/ChangeLog
index 7dcd345..69e927c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2021-01-17 Ismael Luceno <ismael AT sourcemage.org>
+ * utils/kvmtool: new spell, Stand-alone Native Linux KVM Tool
+
2021-01-15 Ismael Luceno <ismael AT sourcemage.org>
* gnome2-libs/enchant-2: new spell, Spell checking library

diff --git a/utils/kvmtool/BUILD b/utils/kvmtool/BUILD
new file mode 100755
index 0000000..f9a5eb2
--- /dev/null
+++ b/utils/kvmtool/BUILD
@@ -0,0 +1,2 @@
+WERROR=0 \
+default_build_make
diff --git a/utils/kvmtool/DETAILS b/utils/kvmtool/DETAILS
new file mode 100755
index 0000000..0a429f0
--- /dev/null
+++ b/utils/kvmtool/DETAILS
@@ -0,0 +1,23 @@
+. "$GRIMOIRE"/FUNCTIONS
+ SPELL=kvmtool
+ VERSION=$(get_scm_version)
+ SOURCE="$SPELL-git.tar.xz"
+ SOURCE_URL[0]=git://github.com/$SPELL/$SPELL.git:$SPELL-git
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
+ WEB_SITE="https://github.com/kvmtool/kvmtool";
+ LICENSE[0]="GPL-2.0-only"
+ ENTERED=20210117
+ KEYWORDS=""
+ SHORT="Stand-alone Native Linux KVM Tool"
+cat << EOF
+Lightweight tool for hosting KVM guests. As a pure virtualization tool it
+only supports guests using the same architecture, though it supports running
+32-bit guests on those 64-bit architectures that allow this.
+
+The goal of this tool is to provide a clean, from-scratch, lightweight KVM
+host tool implementation that can boot Linux guest images (just a hobby,
+won't be big and professional like QEMU) with no BIOS dependencies and with
+only the minimal amount of legacy device emulation.
+EOF
diff --git a/utils/kvmtool/HISTORY b/utils/kvmtool/HISTORY
new file mode 100644
index 0000000..743a066
--- /dev/null
+++ b/utils/kvmtool/HISTORY
@@ -0,0 +1,2 @@
+2021-01-17 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, PREPARE: spell created
diff --git a/utils/kvmtool/PREPARE b/utils/kvmtool/PREPARE
new file mode 100755
index 0000000..5ffb038
--- /dev/null
+++ b/utils/kvmtool/PREPARE
@@ -0,0 +1,2 @@
+. $GRIMOIRE/FUNCTIONS &&
+prepare_select_branch



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e5cf425e8ae4388ffb634f303a03f851b2808cb3), Ismael Luceno, 01/17/2021

Archive powered by MHonArc 2.6.24.

Top of Page