RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1974317 - Downstream qemu-ga should report the build number and not QEMU version [rhel-8.4.0.z]
Summary: Downstream qemu-ga should report the build number and not QEMU version [rhel-...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: virtio-win
Version: 8.4
Hardware: Unspecified
OS: Windows
high
medium
Target Milestone: beta
: ---
Assignee: Yvugenfi@redhat.com
QA Contact: dehanmeng
URL:
Whiteboard:
Depends On: 1957377
Blocks: 1936298
TreeView+ depends on / blocked
 
Reported: 2021-06-21 11:16 UTC by RHEL Program Management Team
Modified: 2022-06-28 08:20 UTC (History)
13 users (show)

Fixed In Version: mingw-qemu-ga-win-102.0.2-0.el8_4
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1957377
Environment:
Last Closed: 2022-06-28 08:20:35 UTC
Type: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 1 dehanmeng 2021-06-23 01:48:29 UTC
Reproduce this issue with the last qga version mingw-qemu-ga-win-102.0.0-2.el8,
steps to reproduce:
1. boot up win2016 guest.
2. connect guest with qga and send qga command:
{"execute":"guest-info"}

Actual result:
{"return": {"version": "5.2.0", ... ... ..."success-response": true}, {"enabled": true, "name": "guest-sync-delimited", "success-response": true}]}}
Expected result:
The version should be the build number but not QEMU number.

Verify this issue with latest qga version mingw-qemu-ga-win-102.0.1-2.el8_4
Steps to verify as above.

Actual result:
{"execute":"guest-info"}
{"return": {"version": "102.0.1", "supported_commands": [{... ... ... {"enabled": true, "name": "guest-sync", "success-response": true}, {"enabled": true, "name": "guest-sync-delimited", "success-response": true}]}}

Expected result:
The version should be the build number but not QEMU number.


Note You need to log in before you can comment on or make changes to this bug.