[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 4/5] configure: Clarify URL to source downloads
From: |
Peter Maydell |
Subject: |
[Qemu-devel] [PULL 4/5] configure: Clarify URL to source downloads |
Date: |
Mon, 22 Jul 2019 14:14:26 +0100 |
If configure detects that it's being run on a source tree which
is missing git modules, it prints an error messages suggesting
that the user downloads a correct source archive from the project
website. However https://www.qemu.org/download/ is a link to a
page with multiple tabs, with the default being the one telling
users how to get binaries from their distro. Clarify the URL
we print to include the #source anchor, so that the browser will
go directly to the source-tarball instructions.
Reported-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Stefan Weil <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>
Message-id: address@hidden
Suggested-by: Stefan Weil <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 99c64be6b74..4d991511220 100755
--- a/configure
+++ b/configure
@@ -323,7 +323,7 @@ else
echo "to acquire QEMU source archives. Non-GIT builds are only"
echo "supported with source archives linked from:"
echo
- echo " https://www.qemu.org/download/"
+ echo " https://www.qemu.org/download/#source"
echo
echo "Developers working with GIT can use scripts/archive-source.sh"
echo "if they need to create valid source archives."
--
2.20.1
- [Qemu-devel] [PULL 0/5] target-arm queue, Peter Maydell, 2019/07/22
- [Qemu-devel] [PULL 1/5] target/arm: Add missing break statement for Hypervisor Trap Exception, Peter Maydell, 2019/07/22
- [Qemu-devel] [PULL 2/5] hw/arm/fsl-imx6ul.c: Remove dead SMP-related code, Peter Maydell, 2019/07/22
- [Qemu-devel] [PULL 3/5] target/arm: Limit ID register assertions to TCG, Peter Maydell, 2019/07/22
- [Qemu-devel] [PULL 5/5] contrib/elf2dmp: Build download.o with CURL_CFLAGS, Peter Maydell, 2019/07/22
- [Qemu-devel] [PULL 4/5] configure: Clarify URL to source downloads,
Peter Maydell <=
- Re: [Qemu-devel] [PULL 0/5] target-arm queue, Peter Maydell, 2019/07/22
- [Qemu-devel] [PULL 0/5] target-arm queue, Peter Maydell, 2019/07/26
- [Qemu-devel] [PULL 1/5] pl330: fix vmstate description, Peter Maydell, 2019/07/26
- [Qemu-devel] [PULL 2/5] stellaris_input: Fix vmstate description of buttons field, Peter Maydell, 2019/07/26
- [Qemu-devel] [PULL 3/5] vmstate.h: Type check VMSTATE_STRUCT_VARRAY macros, Peter Maydell, 2019/07/26
- [Qemu-devel] [PULL 4/5] hw/arm/boot: Rename elf_{low, high}_addr to image_{low, high}_addr, Peter Maydell, 2019/07/26
- [Qemu-devel] [PULL 5/5] hw/arm/boot: Further improve initrd positioning code, Peter Maydell, 2019/07/26
- Re: [Qemu-devel] [PULL 0/5] target-arm queue, Peter Maydell, 2019/07/26