Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0d2ca75b9f31f03decbc20c2730c56d036a31192)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0d2ca75b9f31f03decbc20c2730c56d036a31192)
  • Date: Wed, 22 Nov 2023 16:20:50 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

utils/qemu/BUILD | 1 +
utils/qemu/DETAILS | 2 +-
utils/qemu/HISTORY | 8 ++++++--
3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit 0d2ca75b9f31f03decbc20c2730c56d036a31192
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/qemu: version 8.1.3

diff --git a/utils/qemu/BUILD b/utils/qemu/BUILD
index e97b1a9..7dfd986 100755
--- a/utils/qemu/BUILD
+++ b/utils/qemu/BUILD
@@ -20,6 +20,7 @@ esac &&
--localstatedir="$INSTALL_ROOT/var" \
--target-list="${QEMU_ARCHS// /,}" \
--audio-drv-list="${QEMU_AUDIO// /,}" \
+ --enable-fdt="internal" \
$QEMU_OPTS \
$OPTS &&

diff --git a/utils/qemu/DETAILS b/utils/qemu/DETAILS
index 6c940b9..8bcf64a 100755
--- a/utils/qemu/DETAILS
+++ b/utils/qemu/DETAILS
@@ -1,5 +1,5 @@
SPELL=qemu
- VERSION=8.1.2
+ VERSION=8.1.3
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION%-*}"
diff --git a/utils/qemu/HISTORY b/utils/qemu/HISTORY
index c5fadca..24a96e6 100644
--- a/utils/qemu/HISTORY
+++ b/utils/qemu/HISTORY
@@ -1,7 +1,11 @@
-2023-10-17 Pavel Vinogradov <public AT sorcemage.org>
+2023-11-22 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 8.1.3
+ * BUILD: use internal libfdt
+
+2023-10-17 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 8.1.2

-2023-09-22 Pavel Vinogradov <public AT sorcemage.org>
+2023-09-22 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 8.1.1

2023-08-23 Pavel Vinogradov <public AT sourcemage.org>



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0d2ca75b9f31f03decbc20c2730c56d036a31192), Pavel Vinogradov, 11/22/2023

Archive powered by MHonArc 2.6.24.

Top of Page