-
Notifications
You must be signed in to change notification settings - Fork 270
providers/qemu: fix default to fwcfg #944
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
Conversation
|
Thanks! Was actually looking at the best way to approach this too. :) I think this is fine, though I was thinking the opposite of this, i.e. use the blockdev provider on everything but where we know (On that topic, note that Fedora at least stopped building 32-bit x86 kernels in recent releases. But no reason not to keep supporting it upstream.) |
|
Can one of the admins verify this patch? |
|
According to https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-firmware-qemu_fw_cfg (first sentence) there should be several more platforms supporting Sorry for not seeing the discussion in the other ticket by the way, I would have attached myself there. |
|
OK sure, given that Though my hope is that we end up using the same mechanism across all architectures eventually (see #928). But let's not rush that process. |
jlebon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
Can we change the commit title to something like: |
|
Sure, just a minute. |
Commit 3b930b made it impossible to build Ignition on any other arch then s390x, ppc64le, amd64 or arm64 by explicitly stating the allowed platforms. This made it impossible to build e.g. for 386. Continue to use the fw_cfg interface as default instead.
|
ok to test |
|
Thanks for the fix! |
Commit 3b930b made it impossible to build Ignition on any other arch then s390x, ppc64le, amd64 or arm64 by explicitly stating the allowed platforms. This made it impossible to build e.g. for 386.
Continue to use the fw_cfg interface as default instead.