Date: Wed, 07 Jan 2026 15:55:32 +0000 From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Siva Mahadevan <me@svmhdvn.name> Subject: git: 963539a85edc - main - emulators/qemu: Enable virtfs support Message-ID: <695e81f4.2383b.b2f8130@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=963539a85edc2942496d4c4eb0d2d8fa1388e139 commit 963539a85edc2942496d4c4eb0d2d8fa1388e139 Author: Siva Mahadevan <me@svmhdvn.name> AuthorDate: 2026-01-07 11:35:06 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2026-01-07 15:55:19 +0000 emulators/qemu: Enable virtfs support v10.2.0 contains the commit which enables 9p support on freebsd. https://gitlab.com/qemu-project/qemu/-/commit/6657f3bb55edba8f068cbc9ac40bb230ea1d7a09, Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D54541 --- emulators/qemu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index ab966ab42515..784808fd2ad7 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,5 +1,6 @@ PORTNAME= qemu DISTVERSION= 10.2.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} @@ -112,7 +113,6 @@ CONFIGURE_ARGS+= --disable-attr \ --disable-tpm \ --disable-user \ --disable-vhost-net \ - --disable-virtfs \ --disable-vnc .endif .if ${FLAVOR:U} == toolshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695e81f4.2383b.b2f8130>
