-
Notifications
You must be signed in to change notification settings - Fork 653
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
[qemu/platform] Add plumbing for getting networks #2462
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2462 +/- ##
=======================================
Coverage 85.18% 85.18%
=======================================
Files 207 207
Lines 10433 10437 +4
=======================================
+ Hits 8887 8891 +4
Misses 1546 1546
Continue to review full report at Codecov.
|
@Saviq ok. so can confirm the current 1.9 dev build isn't ready for this yet. Attempting to start a "simple" instance using
results in a timeout, the VM being set to an I also noticed that my driver is set to Originally posted by @mlb5000 in #1857 (comment) |
Hey @mlb5000, Are you using an M1 or an Intel Mac? What version of macOS do you have? Thanks! |
@mlb5000 that timeout we just found, yes (it wasn't timing out before, I promise you). We're digging into it. |
@townsend2010 ya I'm on an M1 on Big Sur 11.5.1. @Saviq oh that's interesting. For some reason I was under the impression that |
That's the only thing Multipass does today, native VMs - we're thinking of cross-arch workloads (#886) but are not there yet.
We identified the issue (it actually affects Parallels on the M1, too - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1964471) and we have a fix incoming. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Can't bors until #2501 lands, though.
bors merge |
2462: [qemu/platform] Add plumbing for getting networks r=Saviq a=townsend2010 Co-authored-by: Chris Townsend <[email protected]>
2462: [qemu/platform] Add plumbing for getting networks r=Saviq a=townsend2010 Co-authored-by: Chris Townsend <[email protected]>
No description provided.