Page MenuHomeFreeBSD

emulators/qemu-devel: Make the port a bit more in line with emulators/qemu and enable testing
ClosedPublic

Authored by arrowd on Feb 25 2026, 3:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 26, 4:44 AM
Unknown Object (File)
Wed, Mar 25, 2:46 AM
Unknown Object (File)
Sat, Mar 21, 8:45 PM
Unknown Object (File)
Fri, Mar 20, 6:11 AM
Unknown Object (File)
Fri, Mar 20, 4:40 AM
Unknown Object (File)
Thu, Mar 19, 3:14 AM
Unknown Object (File)
Wed, Mar 11, 11:02 AM
Unknown Object (File)
Wed, Mar 11, 10:18 AM
Subscribers
None

Details

Summary

Warner started upstreaming qemu-bsd-user, so I decided to wire in the testing
support into the port. This will allow us to quickly pull in upstreamed commits
and verify that the test suite still pass.

Test Plan

make test on 15.0-RELEASE amd64

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

arrowd created this revision.

The rest looks good.

emulators/qemu-devel/Makefile
157–158

While I understand that you want to speed things up but this often causes regression. So I will request you to remove the parallel builds part.

emulators/qemu-devel/Makefile
157–158

But emulators/qemu does support MAKE_JOBS. You mean that regressions may happen because this is a development branch?

emulators/qemu-devel/Makefile
157–158

Yes correct. I have never faced it with the production branch. But often faced it here.

  • Don't use MAKE_JOBS for do-build and add an explaining comment
This revision was not accepted when it landed; it landed in state Needs Review.Mon, Mar 2, 7:12 PM
This revision was automatically updated to reflect the committed changes.