-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS: Update vm exit handling to be on par with Linux #802
Labels
Comments
jounathaen
added a commit
that referenced
this issue
Jan 21, 2025
peripherals in special struct. This is a preparation for better frequency detection, as we need the vcpus to be existing before the memory initialization to query the TSC frequency from KVM. Fixes #802
jounathaen
added a commit
that referenced
this issue
Jan 24, 2025
peripherals in special struct. This is a preparation for better frequency detection, as we need the vcpus to be existing before the memory initialization to query the TSC frequency from KVM. Fixes #802
jounathaen
added a commit
that referenced
this issue
Jan 28, 2025
peripherals in special struct. This is a preparation for better frequency detection, as we need the vcpus to be existing before the memory initialization to query the TSC frequency from KVM. Fixes #802
jounathaen
added a commit
that referenced
this issue
Jan 28, 2025
peripherals in special struct. This is a preparation for better frequency detection, as we need the vcpus to be existing before the memory initialization to query the TSC frequency from KVM. Fixes #802
jounathaen
added a commit
that referenced
this issue
Jan 28, 2025
peripherals in special struct. This is a preparation for better frequency detection, as we need the vcpus to be existing before the memory initialization to query the TSC frequency from KVM. Fixes #802
jounathaen
added a commit
that referenced
this issue
Jan 28, 2025
peripherals in special struct. This is a preparation for better frequency detection, as we need the vcpus to be existing before the memory initialization to query the TSC frequency from KVM. Fixes #802
jounathaen
added a commit
that referenced
this issue
Jan 28, 2025
peripherals in special struct. This is a preparation for better frequency detection, as we need the vcpus to be existing before the memory initialization to query the TSC frequency from KVM. Fixes #802
jounathaen
added a commit
that referenced
this issue
Jan 28, 2025
peripherals in special struct. This is a preparation for better frequency detection, as we need the vcpus to be existing before the memory initialization to query the TSC frequency from KVM. Fixes #802
jounathaen
added a commit
that referenced
this issue
Jan 28, 2025
peripherals in special struct. This is a preparation for better frequency detection, as we need the vcpus to be existing before the memory initialization to query the TSC frequency from KVM. Fixes #802
jounathaen
added a commit
that referenced
this issue
Jan 28, 2025
peripherals in special struct. This is a preparation for better frequency detection, as we need the vcpus to be existing before the memory initialization to query the TSC frequency from KVM. Fixes #802
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 28, 2025
peripherals in special struct. This is a preparation for better frequency detection, as we need the vcpus to be existing before the memory initialization to query the TSC frequency from KVM. Fixes #802
This is probably fixed. But macos code is currently not tested. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
On Linux, all other VM threads are ended, once a single one has completed execution. This solves Uhyve hanging on failures of hermit.
uhyve/src/linux/mod.rs
Lines 134 to 141 in 06d18a1
The macOS code should be updated to be on-par with the Linux version.
The text was updated successfully, but these errors were encountered: