Skip to content

deps: Bump bcvk-qemu to e953294#2217

Merged
cgwalters merged 1 commit into
bootc-dev:mainfrom
jeckersb:bump-bcvk
May 28, 2026
Merged

deps: Bump bcvk-qemu to e953294#2217
cgwalters merged 1 commit into
bootc-dev:mainfrom
jeckersb:bump-bcvk

Conversation

@jeckersb
Copy link
Copy Markdown
Collaborator

Update bcvk-qemu to the latest version. The VirtiofsConfig struct
gained a virtiofsd_binary field in
bootc-dev/bcvk#266 (f661aad), so update
the struct literal in anaconda.rs accordingly.

Assisted-by: OpenCode (Claude claude-opus-4-6)
Signed-off-by: John Eckersberg jeckersb@redhat.com

Update bcvk-qemu to the latest version. The VirtiofsConfig struct
gained a virtiofsd_binary field in
bootc-dev/bcvk#266 (f661aad), so update
the struct literal in anaconda.rs accordingly.

Assisted-by: OpenCode (Claude claude-opus-4-6)
Signed-off-by: John Eckersberg <jeckersb@redhat.com>
@bootc-bot bootc-bot Bot requested a review from henrywang May 27, 2026 19:01
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the bcvk-qemu dependency to a newer git revision (e953294441c49bc6cd8a25fb5e6b5d7a71eaa143) in both Cargo.lock and crates/tests-integration/Cargo.toml. To accommodate this update, the virtiofsd_binary field has been added and initialized to None in crates/tests-integration/src/anaconda.rs. There are no review comments, and I have no feedback to provide.

@jeckersb
Copy link
Copy Markdown
Collaborator Author

spun off from #2211

debug: false,
readonly: true,
log_file: None,
virtiofsd_binary: None,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Should probably use ..Default::default() here in the future.

@cgwalters cgwalters added this pull request to the merge queue May 27, 2026
Merged via the queue into bootc-dev:main with commit 02c8c5c May 28, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants