Bug 495299

Summary: Text console problem with qemu-kvm cirrus/SDL
Product: [Fedora] Fedora Reporter: Sergei LITVINENKO <sergei.litvinenko>
Component: qemuAssignee: Glauber Costa <gcosta>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: dwmw2, gcosta, markmc, sergei.litvinenko, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-20 13:23:48 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:

Description Sergei LITVINENKO 2009-04-11 12:03:14 UTC
Description of problem:
In text mode as soon as all available lines on screen are used, cursor go outside of console area and is not visible more.

Version-Release number of selected component (if applicable):
qemu-system-x86-0.10-6.fc11.i586
qemu-common-0.10-6.fc11.i586
bochs-bios-2.3.8-0.6.git04387139e3b.fc11.noarch

How reproducible:
100%

Steps to Reproduce:
1. qemu-kvm -localtime -hda centos-5.img -boot c
2. boot in text mode (runlevel 3)
3. login and press <enter> 30 times
  
Actual results:
current position of cursor is not accessible - outside of screen area.

Expected results:
scrolling, cursor is in last line of text screen.

Additional info:
`less` do not work.

Comment 1 Sergei LITVINENKO 2009-04-11 17:04:21 UTC
in original version kvm-84.tar.gz there is the same problem.

Comment 2 Mark McLoughlin 2009-04-19 10:26:17 UTC
Sergei: is this also reproducible if you do?

  $> qemu-kvm -localtime -hda centos-5.img -boot c -vnc localhost:0
  $> vncviewer localhost

if not, then the bug is specific to the SDL backend

Comment 3 Sergei LITVINENKO 2009-04-20 13:10:15 UTC
Bug is resolved after some updates. I do not found this problem in qemu-0.10-8.fc11. Current version of SDL is:

[root@homedesk download]# rpm -qa | grep SDL
SDL-1.2.13-9.fc11.i586
SDL_image-1.2.6-7.fc11.i586
SDL_mixer-1.2.8-12.fc11.i586
SDL-devel-1.2.13-9.fc11.i586


PS: I think, this bug report should be closed

Comment 4 Mark McLoughlin 2009-04-20 13:23:48 UTC
Thanks Sergei