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

Conversation

emanuellima1
Copy link
Contributor

RTC was being built in a wrong fashion on PR 9519

Copy link
Member

@lifupan lifupan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Member

@beraldoleal beraldoleal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @emanuellima1 thanks for this.

Please add a brief description to the commit description, explaining what was wrong and why this is needed.

Also a minor (maybe nit) suggestion is to use commit hash references instead of a PR reference.

Copy link
Contributor

@pmores pmores left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @emanuellima1 ! I do consider @beraldoleal 's comments relevant though so please take them into account if possible.

@emanuellima1 emanuellima1 marked this pull request as ready for review May 9, 2024 17:57
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>
Copy link
Member

@beraldoleal beraldoleal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

@gkurz
Copy link
Member

gkurz commented May 13, 2024

/test

@gkurz gkurz merged commit e2117d3 into kata-containers:main May 14, 2024
293 of 306 checks passed
@emanuellima1 emanuellima1 deleted the fix-impl-rtc branch May 14, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants