From: Avi Kivity <avi@qumranet.com>
To: "Hesse, Christian" <mail@earthworm.de>
Cc: kvm-devel@lists.sourceforge.net,
linux-kernel <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@osdl.org>
Subject: Re: [ANNOUNCE] kvm howto
Date: Thu, 02 Nov 2006 16:32:05 +0200 [thread overview]
Message-ID: <454A0165.7090009@qumranet.com> (raw)
In-Reply-To: <200611021527.09664.mail@earthworm.de>
Hesse, Christian wrote:
> On Thursday 02 November 2006 14:25, Avi Kivity wrote:
>
>> I've just uploaded a HOWTO to http://kvm.sourceforge.net, including
>> (hopefuly) everything needed to get kvm running. Please take a look and
>> comment.
>>
>
> CC [M] /tmp/kvm-module/kvm_main.o
> {standard input}: Assembler messages:
> {standard input}:168: Error: no such instruction: `vmxon 16(%esp)'
> {standard input}:182: Error: no such instruction: `vmxoff'
> {standard input}:192: Error: no such instruction: `vmread %eax,%eax'
> {standard input}:415: Error: no such instruction: `vmwrite %ebx,%esi'
> {standard input}:1103: Error: no such instruction: `vmclear 16(%esp)'
> {standard input}:1676: Error: no such instruction: `vmptrld 16(%esp)'
> {standard input}:4107: Error: no such instruction: `vmwrite %esp,%eax'
> {standard input}:4119: Error: no such instruction: `vmlaunch '
> {standard input}:4121: Error: no such instruction: `vmresume '
>
> I get a number of errors compiling the module. No difference between the
> downloaded tarball and my patched kernel tree. Any hints?
>
You need a newer binutils. I'm using binutils-2.16.91.0.6 (gotta love
that version number), shipped with Fedora Core 5.
I'll update the howto to reflect this.
--
error compiling committee.c: too many arguments to function
WARNING: multiple messages have this Message-ID (diff)
From: Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
To: "Hesse, Christian" <mail-8oMOrB1mGocUSW6y5lq3GQ@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
Andrew Morton <akpm-3NddpPZAyC0@public.gmane.org>,
linux-kernel
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [ANNOUNCE] kvm howto
Date: Thu, 02 Nov 2006 16:32:05 +0200 [thread overview]
Message-ID: <454A0165.7090009@qumranet.com> (raw)
In-Reply-To: <200611021527.09664.mail-8oMOrB1mGocUSW6y5lq3GQ@public.gmane.org>
Hesse, Christian wrote:
> On Thursday 02 November 2006 14:25, Avi Kivity wrote:
>
>> I've just uploaded a HOWTO to http://kvm.sourceforge.net, including
>> (hopefuly) everything needed to get kvm running. Please take a look and
>> comment.
>>
>
> CC [M] /tmp/kvm-module/kvm_main.o
> {standard input}: Assembler messages:
> {standard input}:168: Error: no such instruction: `vmxon 16(%esp)'
> {standard input}:182: Error: no such instruction: `vmxoff'
> {standard input}:192: Error: no such instruction: `vmread %eax,%eax'
> {standard input}:415: Error: no such instruction: `vmwrite %ebx,%esi'
> {standard input}:1103: Error: no such instruction: `vmclear 16(%esp)'
> {standard input}:1676: Error: no such instruction: `vmptrld 16(%esp)'
> {standard input}:4107: Error: no such instruction: `vmwrite %esp,%eax'
> {standard input}:4119: Error: no such instruction: `vmlaunch '
> {standard input}:4121: Error: no such instruction: `vmresume '
>
> I get a number of errors compiling the module. No difference between the
> downloaded tarball and my patched kernel tree. Any hints?
>
You need a newer binutils. I'm using binutils-2.16.91.0.6 (gotta love
that version number), shipped with Fedora Core 5.
I'll update the howto to reflect this.
--
error compiling committee.c: too many arguments to function
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
next prev parent reply other threads:[~2006-11-02 14:32 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-02 13:25 [ANNOUNCE] kvm howto Avi Kivity
2006-11-02 14:27 ` Hesse, Christian
2006-11-02 14:32 ` Avi Kivity [this message]
2006-11-02 14:32 ` Avi Kivity
2006-11-02 15:14 ` Magnus Damm
2006-11-02 15:14 ` Magnus Damm
2006-11-02 15:19 ` Avi Kivity
2006-11-02 15:19 ` Avi Kivity
2006-11-05 17:14 ` Tomasz Torcz
2006-11-06 8:15 ` Dor Laor
2006-11-13 20:34 ` overriding BIOS (was: Re: [ANNOUNCE] kvm howto) Tomasz Torcz
2006-11-13 20:34 ` Tomasz Torcz
2006-11-13 20:39 ` Arjan van de Ven
2006-11-13 20:39 ` Arjan van de Ven
2006-11-06 8:51 ` [ANNOUNCE] kvm howto Avi Kivity
2006-11-06 10:14 ` Arjan van de Ven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=454A0165.7090009@qumranet.com \
--to=avi@qumranet.com \
--cc=akpm@osdl.org \
--cc=kvm-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mail@earthworm.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.