summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/1791
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/1791
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1791')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/179140
1 files changed, 0 insertions, 40 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1791 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1791
deleted file mode 100644
index b01c936b3..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1791
+++ /dev/null
@@ -1,40 +0,0 @@
-qemu 8.1.0 rc tarballs are broken, missing subproject content
-Description of problem:
-The released tarballs for 8.1.0 rc releases (both rc0 adn rc1) are missing the
-subproject content. Only the submodule content appears present
-Steps to reproduce:
-1. `wget http://download.qemu.org/qemu-8.1.0-rc1.tar.xz`
-2. `tar Jxvf qemu-8.1.0-rc1.tar.xz`
-3. `cd qemu-8.1.0-rc1`
-4. `./configure  --target-list=x86_64-softmmu --disable-download`
-
-```
-Using './build' as the directory for build output
-
-ERROR: missing subprojects
-
-This is not a GIT checkout but subproject content appears to
-be missing. Do not use 'git archive' or GitHub download links
-to acquire QEMU source archives. Non-GIT builds are only
-supported with source archives linked from:
-
-  https://www.qemu.org/download/#source
-
-Developers working with GIT can use scripts/archive-source.sh
-if they need to create valid source archives.
-
-```
-
-The missing subprojects are
-
-```
- berkeley-softfloat-3
- berkeley-testfloat-3
- dtc
- keycodemapdb
- libvfio-user
-```
-
-If I use 'make-release . 8.1.0-rc1' to create a tarball from git, it has all the expected content.
-
-IOW, either the release tarballs are not being created using 'make-release', or there's something broken with 'make-release' in some scenarios