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 1334857 - Allow the user to specify guest GIC version when installing
Summary: Allow the user to specify guest GIC version when installing
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: virt-manager
Version: 7.3
Hardware: aarch64
OS: Linux
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Pavel Hrdina
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-05-10 16:26 UTC by Andrea Bolognani
Modified: 2018-10-13 14:48 UTC (History)
6 users (show)

Fixed In Version: virt-manager-1.4.0-1.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-13 14:48:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Andrea Bolognani 2016-05-10 16:26:49 UTC
Right now, a guest will get whatever GIC version libvirt picks as the default.

virt-install and virt-manager should implement a way for the user to choose a specific GIC versions among those listed as usable in the domain capabilities.

Comment 2 Pavel Hrdina 2016-06-17 10:33:54 UTC
Upstream commit:

commit df1c3e74aae92b6dff8571e787c06f6c0e3b72b6
Author: Pavel Hrdina <phrdina>
Date:   Fri Jun 10 17:42:56 2016 +0200

    virt-install: add a new guest feature GIC for ARM guests

Comment 5 Pavel Hrdina 2016-09-13 10:37:17 UTC
1. Execute this virt-install command:

    virt-install --print-xml --dry-run --name gic-test --memory 1024 --disk none --feature gic_version=2

2. The printed xml contains gic version:

  ...
  <features>
    ...
    <gic version="2"/>
    ...
  </features>
  ...

This bug is resolved and can be moved to verified.

Comment 6 tingting zheng 2016-09-13 11:54:37 UTC
Refer to comment 6,move the bug to VERIFIED.


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