Skip to content

Comments

More improvements after riscv64 testing#17

Open
svmhdvn wants to merge 3 commits intomarkjdb:master-pythonfrom
svmhdvn:push-tvurywyqowpu
Open

More improvements after riscv64 testing#17
svmhdvn wants to merge 3 commits intomarkjdb:master-pythonfrom
svmhdvn:push-tvurywyqowpu

Conversation

@svmhdvn
Copy link
Contributor

@svmhdvn svmhdvn commented Feb 19, 2026

See individual commits.

NOTE: RVVM support requires upstream RVVM, not the current emulators/rvvm freebsd port. Currently pending the addition of emulators/rvvm-devel tracking upstream HEAD.

This improves incremental compilation speed.
Passing --freebsd-vm-image/packages= should work.
RVVM seems to have a significant performance advantage
over QEMU.
"-nogui",
]
if self.nic_driver != VMRun.NetworkDriver.VIRTIO:
rvvm_cmd.extend(["-nonet"])
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Presumably this should raise an exception instead?

"MAKEOBJDIRPREFIX": objdir,
"SRCCONF": "/dev/null",
"__MAKE_CONF": "/dev/null",
"WITH_META_MODE": "yes",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be honest, I've never really tried meta-mode. Does it require anything (e.g., filemon)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants