Fix pty test in vscode integrated terminal - #4
Closed
abernardeau-wallix wants to merge 5 commits into
Closed
abernardeau-wallix wants to merge 5 commits into
abernardeau-wallix wants to merge 5 commits into
Conversation
Refresh a host checkout's index on the host, after waiting out the second `reset --hard` stamped it in, so no entry is left racily clean. Otherwise the guest re-hashes every file on its first git command, over virtio-fs, on every job.
Vendor ipstack 1.0.1 with a patch that resets a guest-bound flow whose retransmissions are exhausted, instead of leaving it Established with a permanent hole that stalls the guest for the rest of the job. Hold a segment for six retransmissions (63s, up from the default three / 7s) so a switch the host briefly fails to schedule no longer costs the flow.
A read-only share keeps its DAX windows across REMOVEMAPPING rather than tearing each one down: the mapping cannot be written through, and the next SETUPMAPPING replaces it in place. This drops nearly half the host mmaps of a guest reading a large source tree. The read-write path instead merges a batch's adjacent ranges into one mmap.
A share's window now maps only regular files at or above a size floor (`dax=inode`) rather than every file: the guest mounts the share dax=inode and the host flags the qualifying entries, since small files never repay a mapping's cost. `vk run --dax`, x-virtkit.dax and [executor.vm] dax take <size>:always for the old behaviour and <size>:inode=<min> to move the floor.
vanackere
force-pushed
the
next
branch
2 times, most recently
from
September 15, 2026 11:48
e51f414 to
ad32833
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.