We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A straightforward implementation of vmnetx-generate extract (#54) will create a VM that launches slowly while qemu brings the RTC up to date.
vmnetx-generate extract
Short-term fix:
<timer name="rtc" track="guest">
make_backward_compatible()
Longer-term fix:
track="guest"
get_for_execution()
The text was updated successfully, but these errors were encountered:
jaharkes
No branches or pull requests
A straightforward implementation of
vmnetx-generate extract
(#54) will create a VM that launches slowly while qemu brings the RTC up to date.Short-term fix:
<timer name="rtc" track="guest">
during extract (and probably during create as well)make_backward_compatible()
Longer-term fix:
track="guest"
in domain XML.get_for_execution()
will then need to handle the case that it is already present.track="guest"
inmake_backward_compatible()
.The text was updated successfully, but these errors were encountered: