[PATCH 04/13] qemu: default to the upstream QEMU git tree
Daniel Gomez <[email protected]> Fri, 12 Jun 2026 14:36:42 +0200
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
From: Daniel Gomez <[email protected]> Default the QEMU git URL choice to the upstream qemu-project tree rather than Cameron's jic23 tree. The jic23 tree carries CXL work that has since landed upstream, so upstream is the better default for the common case. QEMU_GIT and QEMU_GIT_VERSION are already keyed off the choice, so they follow to the upstream URL (or its /mirror path) and the upstream build version automatically. The cxl-switch defconfig still selects QEMU_JIC23 explicitly, so the CXL switch topology keeps building against the tree that carries it. Generated-by: Claude AI Signed-off-by: Daniel Gomez <[email protected]> --- kconfigs/Kconfig.qemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kconfigs/Kconfig.qemu b/kconfigs/Kconfig.qemu index 49a1ae97..b19ef8c0 100644 --- a/kconfigs/Kconfig.qemu +++ b/kconfigs/Kconfig.qemu @@ -24,7 +24,7 @@ if QEMU choice prompt "QEMU git URL to use" - default QEMU_JIC23 + default QEMU_UPSTREAM config QEMU_UPSTREAM bool "https://gitlab.com/qemu-project/qemu.git" -- 2.54.0