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 990053 - fail to disable e1000 nic in win2012 guest
Summary: fail to disable e1000 nic in win2012 guest
Keywords:
Status: CLOSED DUPLICATE of bug 874406
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm
Version: 7.0
Hardware: x86_64
OS: Windows
medium
medium
Target Milestone: rc
: ---
Assignee: Yvugenfi@redhat.com
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-30 10:04 UTC by FuXiangChun
Modified: 2013-08-26 15:32 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-26 15:32:39 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description FuXiangChun 2013-07-30 10:04:47 UTC
Description of problem:
Boot win2012 guest with e1000 nic, then try to disable it in guest.  it will cause guest hang. 

BTW, virtio and rtl8139 don't hit this issue. and win7-64 guest also don't this issue.  

Version-Release number of selected component (if applicable):
# uname -r
3.10.0-3.el7.x86_64
# rpm -qa|grep qemu-kvm
qemu-kvm-1.5.2-1.el7.x86_64

How reproducible:
8/10

Steps to Reproduce:
1. /usr/libexec/qemu-kvm -name 'virtio-network' -nodefaults -m 4G -smp 4,cores=2,threads=2,sockets=1 -M q35 -cpu Opteron_G2 -rtc base=utc,clock=host,driftfix=slew -k en-us -boot menu=on -monitor stdio -vnc :1 -spice disable-ticketing,port=5931 -qmp tcp:0:5555,server,nowait -vga qxl \

-drive file=/home/win2012-64-virtio.qcow2,if=none,id=drive-scsi-disk,format=qcow2,cache=none,werror=stop,rerror=stop -device virtio-blk-pci,id=scsi0,drive=drive-scsi-disk -balloon virtio-balloon-pci,id=balloon \

-device virtio-net-pci,netdev=fuxc,mac=00:24:21:7f:0d:10,id=n1 -netdev tap,id=fuxc,vhost=on,script=/etc/qemu-ifup  \

-device e1000,netdev=vnet1,id=vnic1,mac=54:52:01:1a:2c:04 -netdev tap,id=vnet1,script=/etc/qemu-ifup

2. disable e1000 nic in Device Manager
3.

Actual results:
guest hang

and cpu and memory usage will rise by qemu-kvm process  
3470 root 20 0 6819972 3.977g   6328 S 102.9 54.6  35:40.64 qemu-kvm


Expected results:
disable successfully and guest work well

Additional info:

Comment 2 Andrew Jones 2013-07-30 16:16:51 UTC
Take a look at the comments in bug 874406 for some history when the last person (me) attempted to debug this.

Comment 3 Yvugenfi@redhat.com 2013-08-26 15:32:39 UTC

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


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