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 1442371 - [pci-bridge] Hotplug devices to pci-bridge failed with win7-64 guest
Summary: [pci-bridge] Hotplug devices to pci-bridge failed with win7-64 guest
Keywords:
Status: CLOSED DUPLICATE of bug 1434706
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm-rhev
Version: 7.4
Hardware: x86_64
OS: Linux
urgent
high
Target Milestone: rc
: ---
Assignee: Marcel Apfelbaum
QA Contact: yduan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-04-14 10:46 UTC by yduan
Modified: 2017-06-28 02:20 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-05-08 11:44:17 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Device Manager (83.14 KB, image/png)
2017-04-14 10:46 UTC, yduan
no flags Details

Description yduan 2017-04-14 10:46:54 UTC
Created attachment 1271650 [details]
Device Manager

Description of problem:
  Hotplug devices to pci-bridge failed with win7-64 guest.

Version-Release number of selected component (if applicable):
Host:
# rpm -q qemu-kvm-rhev
qemu-kvm-rhev-2.9.0-0.el7.patchwork201703291116.x86_64
# uname -r
3.10.0-648.el7.x86_64
Guest:
Win7-64-sp1
virtio-win-prewhql-0.1-135

How reproducible:
100%

Steps to Reproduce:
1.Boot a guest with a pci-bridge:
/usr/libexec/qemu-kvm \
 -machine pc \
 ...
 -device pci-bridge,id=bridge1,chassis_nr=1 \
 ...

2.Hotplug a virtio-blk-pci device to the pci-bridge:
{"execute":"__com.redhat_drive_add", "arguments":{"file":"/home/rhel7.4test/images/blk5.qcow2", "format":"qcow2", "id":"drive_blk"}}
{"execute":"device_add", "arguments":{"driver":"virtio-blk-pci", "drive":"drive_blk", "id":"device_blk", "bus":"bridge1", "addr":0}}

3.Check the hotplugged device in the guest.

Actual results:
Error info in "Device Manager".

Expected results:
Hotplug should be succeeded.

Additional info:
1.Cannot be reproduced with qemu-kvm-rhev-2.8.0-6.el7.x86_64.

2.The screenshot of Device Manager is as attachment.

3.Hotplug virtio-net-pci or virtio-scsi-pci device to pci-bridge also fail with win7-64 guest.

Comment 3 Marcel Apfelbaum 2017-05-08 11:44:17 UTC
Duplicate of: https://bugzilla.redhat.com/show_bug.cgi?id=1434706

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


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