Bug 1334857

Summary: Allow the user to specify guest GIC version when installing
Product: Red Hat Enterprise Linux 7 Reporter: Andrea Bolognani <abologna>
Component: virt-managerAssignee: Pavel Hrdina <phrdina>
Status: CLOSED CURRENTRELEASE QA Contact: Virtualization Bugs <virt-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.3CC: crobinso, juzhou, mxie, mzhan, tzheng, xiaodwan
Target Milestone: rcKeywords: OtherQA
Target Release: ---   
Hardware: aarch64   
OS: Linux   
Whiteboard:
Fixed In Version: virt-manager-1.4.0-1.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-13 14:48:47 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:

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.