2 messages in com.xensource.lists.xen-bugs[Xen-bugs] [Bug 805] New: kon cannot ...
FromSent OnAttachments
bugz...@lists.xensource.com30 Oct 2006 20:35 
bugz...@lists.xensource.com30 Oct 2006 20:46 
Subject:[Xen-bugs] [Bug 805] New: kon cannot work on HVM.
From:bugz...@lists.xensource.com (bugz@lists.xensource.com)
Date:10/30/2006 08:35:35 PM
List:com.xensource.lists.xen-bugs

http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=805

Summary: kon cannot work on HVM. Product: Xen Version: unstable Platform: x86 OS/Version: Linux-2.6 Status: NEW Severity: normal Priority: P2 Component: HVM AssignedTo: xen-@lists.xensource.com ReportedBy: wata@soft.fujitsu.com CC: sak@jp.fujitsu.com

I tried executing "kon" (Kanji console emulater) to display Japanese characters on HVM domain, but it didn't work with the following message.

kon>fatal error: can't activate VC(41)

I got strace of kon and found that it specified tty41 as the console, but the max console number was defined in "tools/ioemu/console.c" as below.

#define MAX_CONSOLES 12

So I increased it to 64 and compiled it again. But the same result returned.

I'm using RHEL4U3 for both HVM domain and domain0.