Skip to content
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

Allow RTC track=guest in packaged domain XML #55

Open
bgilbert opened this issue Jul 18, 2014 · 0 comments
Open

Allow RTC track=guest in packaged domain XML #55

bgilbert opened this issue Jul 18, 2014 · 0 comments
Assignees

Comments

@bgilbert
Copy link
Contributor

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:

  • Add <timer name="rtc" track="guest"> during extract (and probably during create as well)
  • Remove it again during packaging in make_backward_compatible()

Longer-term fix:

  • Permit track="guest" in domain XML. get_for_execution() will then need to handle the case that it is already present.
  • Wait for the new domain XML schema to propagate to users.
  • Stop removing track="guest" in make_backward_compatible().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants