Bug 1708728
Summary: | Starting VM with 'host' smartcard raise wrong error in qemu cmd line info | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | Markus Armbruster <armbru> |
Component: | qemu-kvm | Assignee: | Markus Armbruster <armbru> |
qemu-kvm sub component: | QMP Monitor and CLI | QA Contact: | Xueqiang Wei <xuwei> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | unspecified | ||
Priority: | unspecified | CC: | chayang, ddepaula, dyuan, hhan, jiyan, jtomko, juzhang, lhuang, lmen, tburke, virt-maint, xfu, xiaohli, xuwei, xuzhang, yalzhang |
Version: | --- | Keywords: | Regression |
Target Milestone: | rc | ||
Target Release: | 8.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-4.2.0-4.module+el8.2.0+5220+e82621dc | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1612721 | Environment: | |
Last Closed: | 2020-05-05 09:46:14 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1612721 | ||
Bug Blocks: | 1708726 |
Comment 2
Danilo de Paula
2019-12-03 17:58:36 UTC
Hi Markus, According to Commnet 1, the fix is disable "-device ccid-card-emulated", right? If it's right, I think it's fixed. On rhel7.8: kernel-3.10.0-1118.el7.x86_64 qemu-kvm-rhev-2.12.0-41.el7 # /usr/libexec/qemu-kvm -device ccid-card-emulated,\? ccid-card-emulated.db=str ccid-card-emulated.slot=uint32 ccid-card-emulated.debug=uint8 ccid-card-emulated.cert2=str ccid-card-emulated.backend=str ccid-card-emulated.cert3=str ccid-card-emulated.cert1=str On rhel8.2: kernel-4.18.0-167.el8.x86_64 qemu-kvm-4.2.0-4.module+el8.2.0+5220+e82621dc # /usr/libexec/qemu-kvm -device ccid-card-emulated,\? qemu-kvm: -device ccid-card-emulated,?: Device 'ccid-card-emulated' not found Correct! QEMU has been recently split into sub-components and as a one-time operation to avoid breakage of tools, we are setting the QEMU sub-component of this BZ to "General". Please review and change the sub-component if necessary the next time you review this BZ. Thanks Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2017 |