NVIDIA: [Packaging] Fix amd64 microvm configure failure for QEMU 11.0 - #30
Closed
JiandiAnNVIDIA wants to merge 1 commit into
Closed
NVIDIA: [Packaging] Fix amd64 microvm configure failure for QEMU 11.0#30JiandiAnNVIDIA wants to merge 1 commit into
JiandiAnNVIDIA wants to merge 1 commit into
Conversation
…ility Remove CONFIG options that are incompatible with QEMU 11.0's Kconfig: - CONFIG_Q35=y: conflicts with CONFIG_PCI_DEVICES=n - CONFIG_VIRTIO_MEM=y: requires VIRTIO_MD_SUPPORTED (not available for microvm) - CONFIG_VIRTIO_PMEM=y: requires VIRTIO_MD_SUPPORTED (not available for microvm) This brings the configuration in line with Ubuntu's QEMU 11.0 packaging and fixes the amd64 PPA build failure where minikconf.py was failing with 'contradiction between clauses' errors. Signed-off-by: Matthew R. Ochs <mochs@nvidia.com> (cherry-picked from commit 7d1f6d1 https://github.com/NVIDIA/QEMU nvidia_stable-10.1) [jan: Changed the commit message reference of QEMU 10.1 to QEMU 11.0] Signed-off-by: Jiandi An <jan@nvidia.com>
Collaborator
|
|
Collaborator
|
|
Collaborator
Author
|
Merged |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
debian/microvm-devices.makso the amd64-only microvm flavour configures cleanly against QEMU 11.0 Kconfig.nvidia_stable-10.1packaging fix (7d1f6d12346228e15a435d98edf80f61b5e90a81).Problem
The amd64 PPA/
dpkg-buildpackagebuild fails duringb/microvm/configuredwith: