public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* problem with kvm-85 release
@ 2009-04-21 15:14 Ingmar Schraub
  2009-04-22  2:50 ` Zhang, Xiantao
  0 siblings, 1 reply; 3+ messages in thread
From: Ingmar Schraub @ 2009-04-21 15:14 UTC (permalink / raw)
  To: Avi Kivity; +Cc: KVM list

Hello,

I have a problem with this release version (qemu-kvm-devel-85) when
running ./configure

It shows me a problem with KVM support. Last version I tried was 85-rc3
and I haven't had this problem. Please see below:

ingmar@nexoc:~/downloads/KVM/qemu-kvm-devel-85> ./configure --disable-bluez
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       /home/ingmar/downloads/KVM/qemu-kvm-devel-85/qemu
C compiler        gcc
Host C compiler   gcc
ARCH_CFLAGS       -m64
make              make
install           install
host CPU          x86_64
host big endian   no
target list       x86_64-softmmu
gprof enabled     no
sparse enabled    no
strip binaries    yes
profiler          no
static build      no
-Werror enabled   no
SDL support       yes
SDL static link   yes
curses support    no
mingw32 support   no
Audio drivers     oss
Extra audio cards ac97 es1370 sb16
Mixer emulation   no
VNC TLS support   no
VNC SASL support  yes
    SASL CFLAGS
    SASL LIBS      -lsasl2
kqemu support     no
kvm support       no - (field 'arch' has incomplete type, field 'arch'
has incomplete type)
CPU emulation     yes
brlapi support    no
Documentation     yes
NPTL support      yes
vde support       yes
AIO support       yes
Install blobs     yes
KVM support       no - (field 'arch' has incomplete type, field 'arch'
has incomplete type)
fdt support       no
preadv support    no

On the other hand 85rc3 shows me:

ingmar@nexoc:~/downloads/KVM/qemu-kvm-devel-85rc3> ./configure
--disable-bluez
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       /home/ingmar/downloads/KVM/qemu-kvm-devel-85rc3/qemu
C compiler        gcc
Host C compiler   gcc
ARCH_CFLAGS       -m64
make              make
install           install
host CPU          x86_64
host big endian   no
target list       x86_64-softmmu
gprof enabled     no
sparse enabled    no
strip binaries    yes
profiler          no
static build      no
-Werror enabled   no
SDL support       yes
SDL static link   yes
curses support    no
mingw32 support   no
Audio drivers     oss
Extra audio cards ac97 es1370 sb16
Mixer emulation   no
VNC TLS support   no
VNC SASL support  yes
    SASL CFLAGS
    SASL LIBS      -lsasl2
kqemu support     no
kvm support       yes
CPU emulation     yes
brlapi support    no
Documentation     yes
NPTL support      yes
vde support       yes
AIO support       yes
Install blobs     yes
KVM support       yes
fdt support       no

I am running opensuse 11.0 64bit on an Intel(R) Core(TM)2 Extreme CPU
X7900  @ 2.80GHz

Thanks, Ingmar

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: problem with kvm-85 release
  2009-04-21 15:14 problem with kvm-85 release Ingmar Schraub
@ 2009-04-22  2:50 ` Zhang, Xiantao
  2009-04-22  7:04   ` Ingmar Schraub
  0 siblings, 1 reply; 3+ messages in thread
From: Zhang, Xiantao @ 2009-04-22  2:50 UTC (permalink / raw)
  To: Ingmar Schraub, Avi Kivity; +Cc: KVM list

Avi should have a fix in upstream, but don't know why it is missing in kvm-85. For solving the issue, you need to create a soft link in the directory "include" and "include-compat" under kernel before configure.
"ln -sf asm-x86 asm".
Xiantao



-----Original Message-----
From: kvm-owner@vger.kernel.org [mailto:kvm-owner@vger.kernel.org] On Behalf Of Ingmar Schraub
Sent: Tuesday, April 21, 2009 11:15 PM
To: Avi Kivity
Cc: KVM list
Subject: problem with kvm-85 release

Hello,

I have a problem with this release version (qemu-kvm-devel-85) when
running ./configure

It shows me a problem with KVM support. Last version I tried was 85-rc3
and I haven't had this problem. Please see below:

ingmar@nexoc:~/downloads/KVM/qemu-kvm-devel-85> ./configure --disable-bluez
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       /home/ingmar/downloads/KVM/qemu-kvm-devel-85/qemu
C compiler        gcc
Host C compiler   gcc
ARCH_CFLAGS       -m64
make              make
install           install
host CPU          x86_64
host big endian   no
target list       x86_64-softmmu
gprof enabled     no
sparse enabled    no
strip binaries    yes
profiler          no
static build      no
-Werror enabled   no
SDL support       yes
SDL static link   yes
curses support    no
mingw32 support   no
Audio drivers     oss
Extra audio cards ac97 es1370 sb16
Mixer emulation   no
VNC TLS support   no
VNC SASL support  yes
    SASL CFLAGS
    SASL LIBS      -lsasl2
kqemu support     no
kvm support       no - (field 'arch' has incomplete type, field 'arch'
has incomplete type)
CPU emulation     yes
brlapi support    no
Documentation     yes
NPTL support      yes
vde support       yes
AIO support       yes
Install blobs     yes
KVM support       no - (field 'arch' has incomplete type, field 'arch'
has incomplete type)
fdt support       no
preadv support    no

On the other hand 85rc3 shows me:

ingmar@nexoc:~/downloads/KVM/qemu-kvm-devel-85rc3> ./configure
--disable-bluez
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       /home/ingmar/downloads/KVM/qemu-kvm-devel-85rc3/qemu
C compiler        gcc
Host C compiler   gcc
ARCH_CFLAGS       -m64
make              make
install           install
host CPU          x86_64
host big endian   no
target list       x86_64-softmmu
gprof enabled     no
sparse enabled    no
strip binaries    yes
profiler          no
static build      no
-Werror enabled   no
SDL support       yes
SDL static link   yes
curses support    no
mingw32 support   no
Audio drivers     oss
Extra audio cards ac97 es1370 sb16
Mixer emulation   no
VNC TLS support   no
VNC SASL support  yes
    SASL CFLAGS
    SASL LIBS      -lsasl2
kqemu support     no
kvm support       yes
CPU emulation     yes
brlapi support    no
Documentation     yes
NPTL support      yes
vde support       yes
AIO support       yes
Install blobs     yes
KVM support       yes
fdt support       no

I am running opensuse 11.0 64bit on an Intel(R) Core(TM)2 Extreme CPU
X7900  @ 2.80GHz

Thanks, Ingmar
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: problem with kvm-85 release
  2009-04-22  2:50 ` Zhang, Xiantao
@ 2009-04-22  7:04   ` Ingmar Schraub
  0 siblings, 0 replies; 3+ messages in thread
From: Ingmar Schraub @ 2009-04-22  7:04 UTC (permalink / raw)
  To: Zhang, Xiantao; +Cc: Avi Kivity, KVM list

Thanks a lot Xiantao. That fixed it!

Keep up the great work!

Ingmar

Zhang, Xiantao wrote:
> Avi should have a fix in upstream, but don't know why it is missing in kvm-85. For solving the issue, you need to create a soft link in the directory "include" and "include-compat" under kernel before configure.
> "ln -sf asm-x86 asm".
> Xiantao
> 
> 
> 
> -----Original Message-----
> From: kvm-owner@vger.kernel.org [mailto:kvm-owner@vger.kernel.org] On Behalf Of Ingmar Schraub
> Sent: Tuesday, April 21, 2009 11:15 PM
> To: Avi Kivity
> Cc: KVM list
> Subject: problem with kvm-85 release
> 
> Hello,
> 
> I have a problem with this release version (qemu-kvm-devel-85) when
> running ./configure
> 
> It shows me a problem with KVM support. Last version I tried was 85-rc3
> and I haven't had this problem. Please see below:
> 
> ingmar@nexoc:~/downloads/KVM/qemu-kvm-devel-85> ./configure --disable-bluez
> 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       /home/ingmar/downloads/KVM/qemu-kvm-devel-85/qemu
> C compiler        gcc
> Host C compiler   gcc
> ARCH_CFLAGS       -m64
> make              make
> install           install
> host CPU          x86_64
> host big endian   no
> target list       x86_64-softmmu
> gprof enabled     no
> sparse enabled    no
> strip binaries    yes
> profiler          no
> static build      no
> -Werror enabled   no
> SDL support       yes
> SDL static link   yes
> curses support    no
> mingw32 support   no
> Audio drivers     oss
> Extra audio cards ac97 es1370 sb16
> Mixer emulation   no
> VNC TLS support   no
> VNC SASL support  yes
>     SASL CFLAGS
>     SASL LIBS      -lsasl2
> kqemu support     no
> kvm support       no - (field 'arch' has incomplete type, field 'arch'
> has incomplete type)
> CPU emulation     yes
> brlapi support    no
> Documentation     yes
> NPTL support      yes
> vde support       yes
> AIO support       yes
> Install blobs     yes
> KVM support       no - (field 'arch' has incomplete type, field 'arch'
> has incomplete type)
> fdt support       no
> preadv support    no
> 
> On the other hand 85rc3 shows me:
> 
> ingmar@nexoc:~/downloads/KVM/qemu-kvm-devel-85rc3> ./configure
> --disable-bluez
> 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       /home/ingmar/downloads/KVM/qemu-kvm-devel-85rc3/qemu
> C compiler        gcc
> Host C compiler   gcc
> ARCH_CFLAGS       -m64
> make              make
> install           install
> host CPU          x86_64
> host big endian   no
> target list       x86_64-softmmu
> gprof enabled     no
> sparse enabled    no
> strip binaries    yes
> profiler          no
> static build      no
> -Werror enabled   no
> SDL support       yes
> SDL static link   yes
> curses support    no
> mingw32 support   no
> Audio drivers     oss
> Extra audio cards ac97 es1370 sb16
> Mixer emulation   no
> VNC TLS support   no
> VNC SASL support  yes
>     SASL CFLAGS
>     SASL LIBS      -lsasl2
> kqemu support     no
> kvm support       yes
> CPU emulation     yes
> brlapi support    no
> Documentation     yes
> NPTL support      yes
> vde support       yes
> AIO support       yes
> Install blobs     yes
> KVM support       yes
> fdt support       no
> 
> I am running opensuse 11.0 64bit on an Intel(R) Core(TM)2 Extreme CPU
> X7900  @ 2.80GHz
> 
> Thanks, Ingmar
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-22  7:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-21 15:14 problem with kvm-85 release Ingmar Schraub
2009-04-22  2:50 ` Zhang, Xiantao
2009-04-22  7:04   ` Ingmar Schraub

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox