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

runtime-rs: Fix constructing the RTC struct #9571

Merged
merged 1 commit into from
May 14, 2024

Commits on May 9, 2024

  1. runtime-rs: Fix constructing the RTC struct

    RTC was being built in a wrong fashion on commit #2bc5e3c6e2ab0145fa9e8be95df0d5086c07a517
    
    RTC was being constructed inside the QemuCmdLine struct,
    but it should've been built inside the devices vector.
    
    Signed-off-by: Emanuel Lima <emlima@redhat.com>
    emanuellima1 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    59c1567 View commit details
    Browse the repository at this point in the history