-
Notifications
You must be signed in to change notification settings - Fork 50
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
[Draft] Add interface for arch-specific vCPU #1132
Conversation
ccb0881
to
9e3bff4
Compare
Fix complilation errors caused by refactoring.
9e3bff4
to
802b0cf
Compare
86ee5c3
to
18e09f0
Compare
|
||
#[derive(Debug)] | ||
pub struct x86_64vCPU { |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
I don't have a better idea, that's the nature of this thingy. If linter is ok
then I'm ok :)
|
we really need this. (as soon as we merge with main). I mean not just the vcpu, but the
|
is this on the same agenda of #1136 , as well as the ongoing plan to abstract VM/VCPU creation? |
On Mon May 27, 2024 at 11:54 AM CEST, Tianhao Wang wrote:
is this on the same agenda of #1136
Were not planed in accordance, so maybe only per pure coincidence.
as well as the ongoing plan to abstract VM/VCPU creation?
A predecessor, I plan to use parts of it.
|
The finished work should solve #1105 and allow smoother integration of other architectures in the future.
NOTE: #1109 causes the build to fail.