All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Lucas Meneghel Rodrigues <lmr@redhat.com>
Cc: KVM mailing list <kvm@vger.kernel.org>,
	Michael Goldish <mgoldish@redhat.com>,
	Eduardo Habkost <ehabkost@redhat.com>,
	Dor Laor <dlaor@redhat.com>, Avi Kivity <avi@redhat.com>
Subject: Re: qemu-kvm.git build problem
Date: Mon, 11 Jan 2010 11:13:38 +0100	[thread overview]
Message-ID: <4B4AF9D2.3080100@siemens.com> (raw)
In-Reply-To: <1263014581.2439.207.camel@localhost.localdomain>

Lucas Meneghel Rodrigues wrote:
> On Mon, 2009-12-28 at 16:40 -0200, Lucas Meneghel Rodrigues wrote:
>> Hi, we've had a problem on today's git testing when trying to build from
>> latest upstream qemu-kvm.git repo:
>>
>> 12/28 13:39:18 DEBUG|     utils:0069| Running 'make -j 2'
>> 12/28 13:39:18 DEBUG|     utils:0101| [stdout] make -C /lib/modules/2.6.31.6-166.fc12.x86_64/build M=`pwd` \
>> 12/28 13:39:18 DEBUG|     utils:0101| [stdout] 		LINUXINCLUDE="-I`pwd`/include -Iinclude \
>> 12/28 13:39:18 DEBUG|     utils:0101| [stdout] 		 -Iarch/x86/include -I`pwd`/include-compat -I`pwd`/x86 \
>> 12/28 13:39:18 DEBUG|     utils:0101| [stdout] 		-include include/linux/autoconf.h \
>> 12/28 13:39:18 DEBUG|     utils:0101| [stdout] 		-include `pwd`/x86/external-module-compat.h" \
>> 12/28 13:39:18 DEBUG|     utils:0101| [stdout] 		"$@"
>> 12/28 13:39:18 DEBUG|     utils:0101| [stdout] make[1]: Entering directory `/usr/src/kernels/2.6.31.6-166.fc12.x86_64'
>> 12/28 13:39:19 DEBUG|     utils:0101| [stdout]   LD      /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/built-in.o
>> 12/28 13:39:19 DEBUG|     utils:0101| [stdout]   CC [M]  /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/svm.o
>> 12/28 13:39:19 DEBUG|     utils:0101| [stdout]   CC [M]  /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx.o
>> 12/28 13:39:22 ERROR|     utils:0101| [stderr] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx.c:271: error: ‘MSR_TSC_AUX’ undeclared here (not in a function)
>> 12/28 13:39:22 ERROR|     utils:0101| [stderr] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx.c: In function ‘setup_msrs’:
>> 12/28 13:39:22 ERROR|     utils:0101| [stderr] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx.c:985: warning: passing argument 2 of ‘__find_msr_index’ makes integer from pointer without a cast
>> 12/28 13:39:22 ERROR|     utils:0101| [stderr] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx.c:424: note: expected ‘u32’ but argument is of type ‘const u32 *’
>> 12/28 13:39:22 ERROR|     utils:0101| [stderr] make[3]: *** [/usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx.o] Error 1
>> 12/28 13:39:22 ERROR|     utils:0101| [stderr] make[3]: *** Waiting for unfinished jobs....
>> 12/28 13:39:23 ERROR|     utils:0101| [stderr] make[2]: *** [/usr/local/autotest/tests/kvm/src/kvm_kmod/x86] Error 2
>> 12/28 13:39:23 DEBUG|     utils:0101| [stdout] make[1]: Leaving directory `/usr/src/kernels/2.6.31.6-166.fc12.x86_64'
>> 12/28 13:39:23 ERROR|     utils:0101| [stderr] make[1]: *** [_module_/usr/local/autotest/tests/kvm/src/kvm_kmod] Error 2
>> 12/28 13:39:23 ERROR|     utils:0101| [stderr] make: *** [all] Error 2
>>
>> This might be a problem on kvm-kmod, I am just making sure you guys are aware of this.
> 
> Hi folks, as of today this build problem hasn't been fixed (just a
> friendly reminder).
> 

I'm aware of the issues, already fixed some of them, but were unable to
fully test during vacation + the KVM tree moved on. Hope I'll find some
time to push a complete solution the next days.

BTW, does anybody know how to back-port synchronize_srcu_expedited best?
It looked like a simple mapping to synchronize_srcu was not sufficient
to achieve the same performance as with the pre-srcu locking (e.g.
guest&host stalled during guest's framebuffer setup).

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux

  reply	other threads:[~2010-01-11 10:13 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-28 18:40 qemu-kvm.git build problem Lucas Meneghel Rodrigues
2009-12-28 19:55 ` Avi Kivity
2010-01-09  5:23 ` Lucas Meneghel Rodrigues
2010-01-11 10:13   ` Jan Kiszka [this message]
2010-01-11 10:18     ` Avi Kivity
2010-01-11 10:21       ` Jan Kiszka
2010-01-12  0:23         ` Jan Kiszka
2010-01-12  0:51           ` Paul E. McKenney
2010-01-12  8:28             ` Jan Kiszka
2010-01-12 13:50               ` Paul E. McKenney
2010-01-14  0:11                 ` Jan Kiszka
2010-01-14  2:13                   ` Paul E. McKenney
2010-01-15  8:58                     ` Jan Kiszka
2010-01-18  2:09                       ` Paul E. McKenney
2010-01-14 20:02                   ` Lucas Meneghel Rodrigues
2010-01-14 23:48                   ` Paul E. McKenney
2010-01-15  8:56                     ` Jan Kiszka

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=4B4AF9D2.3080100@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=avi@redhat.com \
    --cc=dlaor@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=lmr@redhat.com \
    --cc=mgoldish@redhat.com \
    /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.