Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1327289 - qemu argument regression
Summary: qemu argument regression
Keywords:
Status: CLOSED DUPLICATE of bug 1325085
Alias: None
Product: Fedora
Classification: Fedora
Component: qemu
Version: 24
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fedora Virtualization Maintainers
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-14 16:52 UTC by Dennis Gilmore
Modified: 2016-04-14 17:01 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-14 17:01:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Dennis Gilmore 2016-04-14 16:52:52 UTC
Description of problem:

after updating qemu to 2.6.0-0.1.rc1.fc24.armv7hl I get teh following traceback trying to make guests

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/imgfac/Builder.py", line 132, in _build_image_from_template
    self.os_plugin.create_base_image(self, template, parameters)
  File "/usr/lib/python2.7/site-packages/imagefactory_plugins/TinMan/TinMan.py", line 346, in create_base_image
    libvirt_xml = self.guest.install(self.app_config["timeout"])
  File "/usr/lib/python2.7/site-packages/oz/RedHat.py", line 711, in install
    self.initrdfname, self.cmdline)
  File "/usr/lib/python2.7/site-packages/oz/Guest.py", line 1788, in _do_install
    dom = self.libvirt_conn.createXML(xml, 0)
  File "/usr/lib/python2.7/site-packages/libvirt.py", line 3632, in createXML
    if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self)
libvirtError: internal error: process exited while connecting to monitor: qemu-system-arm: -device pci-bridge,chassis_nr=2,id=pci,bus=pci,addr=0x1: Duplicate ID 'pci' for device

Image build FAILED with error: internal error: process exited while connecting to monitor: qemu-system-arm: -device pci-bridge,chassis_nr=2,id=pci,bus=pci,addr=0x1: Duplicate ID 'pci' for device

Version-Release number of selected component (if applicable):
qemu-2.6.0-0.1.rc1.fc24.armv7hl

How reproducible:
always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

downgrading to qemu-2.5.0-10.fc24.armv7hl enables everything to work

Comment 1 Richard W.M. Jones 2016-04-14 16:58:13 UTC
I believe this is a libvirt bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1325085

Comment 2 Dennis Gilmore 2016-04-14 17:01:11 UTC

*** This bug has been marked as a duplicate of bug 1325085 ***


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