Bug 496205
Summary: | PVFB frontend can send bogus screen updates | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Markus Armbruster <armbru> |
Component: | kernel-xen | Assignee: | Paolo Bonzini <pbonzini> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | high | Docs Contact: | |
Priority: | low | ||
Version: | 4.9 | CC: | byu, clalance, drjones, jarod, joseph.szczypek, ktokunag, lwang, martine.silbermann, mjenner, pbonzini, peterm, rick.hester, syeghiay, xen-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 370341 | Environment: | |
Last Closed: | 2011-02-16 16:05:55 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 370341, 456893 | ||
Bug Blocks: | 458302 |
Comment 5
Vivek Goyal
2009-07-28 17:22:08 UTC
verify this bug on rhel4.8 i386 pv guest with 89.32.EL More details as follows, for bug verification. Version-Release number of selected component (if applicable): host: rhel5.5-32bit xen-3.0.3-120.el5 kernel-xen-2.6.18-233.el5 guest: rhel4.8 32bit-pv, with kernel updated to 89.32.EL Steps to verify: 1. Configure a pv guest to use SDL graphics 2. xm create <pv guest> 3. wait for the guest to boot all the way up 4. if the sdl window remains present when the paravirt guest is started, xm shutdown <pv guest> and repeat step2~4 20 times. useful scripts to do this loop operation: #!/bin/sh x=1 while((x<=20)) do echo this is the $x th time xm create /etc/xen/rhel4.8-32-pv.cfg echo boot over sleep 70 echo sleep over and shutdown guest xm shutdown rhel4u8-32-pv echo shut over sleep 30 echo sleep over and repeat to boot let x=x+1 done Actual results: The SDL window remains present every time a paravirt guest is started. Additional info: no reproduce this bug Verify this bug on rhel4.9 i386 pv guest with 93.EL More details as follows, for bug verification. Version-Release number of selected component (if applicable): host: rhel5.5-32bit xen-3.0.3-120.el5 kernel-xen-2.6.18-233.el5 guest: rhel4.9 32bit-pv ( by updating rhel4.8 kernel to 93.EL ) Steps to verify: same with verification for rhel4.8 Actual results: The SDL window remains present every time a paravirt guest is started. Additional info: no reproduce this bug An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0263.html |