Re: [Qemu-devel] qemu-0.13.0 compiling error on ppc64

2010-10-20 Thread acrux
On Wed, 20 Oct 2010 03:54:04 +0400 (MSD) malc wrote: > On Wed, 20 Oct 2010, acrux wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > i've this error only on ppc64 compiling qemu-0.13.0: > > > > It was fixed by b1

[Qemu-devel] qemu-0.13.0 compiling error on ppc64

2010-10-19 Thread acrux
1 make: *** [subdir-i386-softmmu] Error 2 My testing systems are a PowerMac G5 and an IBM POWER4+. CRUX PPC 2.6 (64bit) binutils-2.20, glibc-2.11.2, gcc-4.4.5 cheers, - - -acrux - -- GNU/Linux on Power Architecture CRUX PPC - http://cruxppc.org/ -BEGIN PGP SIGNATURE- Version:

Re: [Qemu-devel] qemu-0.12.2 compiling error (on ppc32/ppc64): kvm.c:50: error: 'struct kvm_sregs' has no member named 'pvr'

2010-01-27 Thread acrux
e a try > > 2) with -M mac99 it boots but seems to be unable to find a proper > > IDE device. > > Yeah, that's because your guest kernel doesn't have cmd64x support > compiled in. > it's the same bootkernel as above with cmd64x module b

Re: [Qemu-devel] qemu-0.12.2 compiling error (on ppc32/ppc64): kvm.c:50: error: 'struct kvm_sregs' has no member named 'pvr'

2010-01-27 Thread acrux
On Mon, 25 Jan 2010 10:25:30 +0100 Alexander Graf wrote: _omissis__ > > Ugh. Please use --disable-kvm on such old kernel versions. KVM > doesn't work on G4s (yet) anyway. I guess I'll need to add a minimum > version check for KVM on ppc. > _cut__ thanks, it now compiles fine on both ppc32 and

[Qemu-devel] qemu-0.12.2 compiling error (on ppc32/ppc64): kvm.c:50: error: 'struct kvm_sregs' has no member named 'pvr'

2010-01-24 Thread acrux
ected 'target_ulong *' but argument is of type 'uint32_t *' make[1]: *** [kvm.o] Error 1 make: *** [subdir-ppc64-softmmu] Error 2 thanks, -- acrux