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 902153 - [virtio-win][serial]Guest failure in adding port for device virtio-serial after resume from S4 during transferring data from guest to host
Summary: [virtio-win][serial]Guest failure in adding port for device virtio-serial ...
Keywords:
Status: CLOSED DUPLICATE of bug 902150
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: virtio-win
Version: 6.4
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: rc
: ---
Assignee: Gal Hammer
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-21 03:05 UTC by dawu
Modified: 2013-01-21 07:38 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-01-21 07:38:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description dawu 2013-01-21 03:05:10 UTC
Description of problem:
Guest failure in adding port  for device  virtio-serial  after resume from F4 during transferring data from guest to host

Version-Release number of selected component (if applicable):
kernel-2.6.32-351.el6.x86_64
qemu-kvm-rhev-0.12.1.2-2.351.el6.x86_64
virtio-win-prewhql-0.1-51

How reproducible:
100%

Steps to Reproduce:
1.Start guest with CLI:
   /usr/libexec/qemu-kvm -M rhel6.4.0 -m 2G -smp 2 -usb -device usb-tablet,id=tablet0 -drive file=win7-32.qcow2,if=none,id=drive-virtio0-0-0,format=qcow2,werror=stop,rerror=stop,cache=none -device ide-drive,drive=drive-virtio0-0-0,id=virti0-0-0,bootindex=1 -netdev tap,id=hostnet0,vhost=on,script=/etc/qemu-ifup -device rtl8139,netdev=hostnet0,id=net0,mac=00:12:10:94:a3:f8 -uuid 8677bf9b-3cf6-47a1-b3e9-94213b801c87  -monitor stdio -global PIIX4_PM.disable_s3=1 -global PIIX4_PM.disable_s4=0 -vga std -device virtio-serial-pci,id=virtio-serial0,max_ports=16 -chardev socket,id=channel0,path=/tmp/helloworld,server,nowait -device virtserialport,chardev=channel0,name=com.redhat.rhevm.vdsm,bus=virtio-serial0.0,id=port0  -vnc :1

2.Transerring data from guest to host
eg: in the host : #python serial-host-receive.py /tmp/helloworld
    in the guest: #for ((;;))
                   do 
                   python  VirtIOChannel_guest_send.py com.redhat.rhevm.vdsm;
                   done      
3.Doing hibernate in the guest
4.Resuming guest by start guest CLI again.

Actual results:
Guest can resuming with error from qemu side and serial function fails to work.
  (qemu) qemu-kvm: virtio-serial-bus: Guest failure in adding port 1 for device virtio-serial0.0

Expected results: 
Guest should resume without any error,and serial function works well.

Additional info:
when reboot guest, all can work well.

Comment 2 Mike Cao 2013-01-21 07:28:12 UTC
 virtio-serial driver does not work after S3 as well on windows 7-64 bit guest

Comment 3 Gal Hammer 2013-01-21 07:33:27 UTC
Isn't this a duplicate of bz#902150?

Comment 4 dawu 2013-01-21 07:38:53 UTC
(In reply to comment #3)
> Isn't this a duplicate of bz#902150?

Hi Gal Hammer,
yes, duplicate maybe caused when I hit bugzillar error when I submitted this bug, so I re-submitted it again, will close this bug as duplicate with bz#902150.

Thanks for reminder,
Best Regards,
Dawn

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


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