I guess I am doing something very dumb, but when I try to compile kvm-72 on 
z900 architecture (actually Hercules) I immediately get a compile error:

zgentoo kvm-72 # ./configure --disable-gfx-check --disable-sdl
Install prefix    /usr/local
BIOS directory    /usr/local/share/qemu
binary directory  /usr/local/bin
Manual directory  /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /usr/tmp/kvm-72/qemu
C compiler        gcc
Host C compiler   gcc
ARCH_CFLAGS       -march=z900
make              make
install           install
host CPU          s390
host big endian   yes
target list       i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu 
m68k-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu 
ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu 
sparc-softmmu i386-linux-user x86_64-linux-user alpha-linux-user 
arm-linux-user armeb-linux-user cris-linux-user m68k-linux-user 
mips-linux-user mipsel-linux-user ppc-linux-user ppc64-linux-user 
ppc64abi32-linux-user sh4-linux-user sh4eb-linux-user sparc-linux-user 
sparc64-linux-user sparc32plus-linux-user
gprof enabled     no
profiler          no
static build      no
-Werror enabled   no
SDL support       no
curses support    yes
mingw32 support   no
Audio drivers     oss
Extra audio cards
Mixer emulation   no
VNC TLS support   no
kqemu support     no
kvm support       no
CPU emulation     yes
brlapi support    no
Documentation     yes
NPTL support      yes
vde support       no
zgentoo kvm-72 # make
make -C libkvm
make[1]: Entering directory `/var/tmp/kvm-72/libkvm'
gcc -MMD -MF ./.libkvm.d -g -fomit-frame-pointer -Wall  -fno-stack-protector   
-I /var/tmp/kvm-72/kernel/include   -c -o 
libkvm.o libkvm.c
libkvm.c: In function 'kvm_run':
libkvm.c:1003: warning: label 'more' defined but not used
gcc -MMD -MF ./.libkvm-s390.d -g -fomit-frame-pointer -Wall  
-fno-stack-protector   -I /var/tmp/kvm-72/kernel/include   -c -o 
libkvm-s390.o libkvm-s390.c
libkvm-s390.c: In function 'kvm_show_regs':
libkvm-s390.c:63: error: 'struct kvm_regs' has no member named 'gprs'
libkvm-s390.c:64: error: 'struct kvm_regs' has no member named 'gprs'
libkvm-s390.c:65: error: 'struct kvm_regs' has no member named 'gprs'
.... <snip> ....

Obviously some s390-specific equates are missing but I can't find any options 
to enable them and the arch seems correctly detected. The kernel is 2.6.26.

TIA
-Robin
-- 
----------------------------------------------------------------------
Robin Atwood.

"Ship me somewheres east of Suez, where the best is like the worst,
 Where there ain't no Ten Commandments an' a man can raise a thirst"
         from "Mandalay" by Rudyard Kipling
----------------------------------------------------------------------








--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to