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.