public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: david ahern <daahern-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
To: Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
Cc: kvm-devel <kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
Subject: Re: [ANNOUNCE] kvm-51 release
Date: Sun, 11 Nov 2007 08:32:00 -0700	[thread overview]
Message-ID: <47372070.30604@cisco.com> (raw)
In-Reply-To: <47371510.3020804-atKUWr5tajBWk0Htik3J/w@public.gmane.org>

I now have hosts running both 32-bit and 64-bit versions of RHEL5.1. I will retry SMP guests on the RHEL5 kernel, but at present kvm-51 does not compile:

make -C kernel
make[1]: Entering directory `/opt/kvm/kvm-51/kernel'
make -C /lib/modules/2.6.18-53.el5/build M=`pwd` "$@"
make[2]: Entering directory `/usr/src/kernels/2.6.18-53.el5-i686'
  LD      /opt/kvm/kvm-51/kernel/built-in.o
  CC [M]  /opt/kvm/kvm-51/kernel/svm.o
  CC [M]  /opt/kvm/kvm-51/kernel/vmx.o
  CC [M]  /opt/kvm/kvm-51/kernel/vmx-debug.o
  CC [M]  /opt/kvm/kvm-51/kernel/kvm_main.o
/opt/kvm/kvm-51/kernel/kvm_main.c: In function ‘kvm_cpu_hotplug’:
/opt/kvm/kvm-51/kernel/kvm_main.c:1348: error: ‘CPU_UP_CANCELED_FROZEN’ undeclared (first use in this function)
/opt/kvm/kvm-51/kernel/kvm_main.c:1348: error: (Each undeclared identifier is reported only once
/opt/kvm/kvm-51/kernel/kvm_main.c:1348: error: for each function it appears in.)
make[3]: *** [/opt/kvm/kvm-51/kernel/kvm_main.o] Error 1
make[2]: *** [_module_/opt/kvm/kvm-51/kernel] Error 2
make[2]: Leaving directory `/usr/src/kernels/2.6.18-53.el5-i686'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/kvm/kvm-51/kernel'
make: *** [kernel] Error 2

david


Avi Kivity wrote:
> Farkas Levente wrote:
>> Avi Kivity wrote:
>>   
>>> Farkas Levente wrote:
>>>     
>>>> Avi Kivity wrote:
>>>>  
>>>>       
>>>>> If you're having trouble on AMD systems, please try this out.
>>>>>     
>>>>>         
>>>> this version worse than kvm-50:-(
>>>> setup:
>>>> - host:
>>>>   - Intel(R) Core(TM)2 Quad CPU Q6600  @ 2.40GHz
>>>>   - Intel S3000AHV
>>>>   - 8GB RAM
>>>>   - CentOS-5
>>>>   - kernel-2.6.18-8.1.14.el5 x86_64 64bit
>>>> - guest-1:
>>>>   - CentOS-5
>>>>   - kernel-2.6.18-8.1.14.el5 i386 32bit
>>>> - guest-2:
>>>>   - CentOS-5
>>>>   - kernel-2.6.18-8.1.14.el5 x86_64 64bit
>>>> - guest-3:
>>>>   - Mandrake-9
>>>>   - kernel-2.4.19.16mdk-1-1mdk 32bit
>>>> - guest-4:
>>>>   - Windows XP Professional 32bit
>>>> smp not working on any centos guest (guests are hang during boot). even
>>>> the host crash. the worst thing is the host crash during boot with
>>>> another stack trace which i was not able to log.
>>>> i really would like to see some kind of stable version other then
>>>> kvm-36. i see there is a huge ongoing work on ia64, virtio, libkmv and
>>>> arch rearrange, but wouldn't it be better to fix these basic issues
>>>> first? like running two smp guest (32 and 64) on 64 smp host, just to
>>>> boot until the login screen.
>>>> this is when the guest stop and the host dump it:
>>>>   
>>>>       
>>> [...]
>>>
>>>     
>>>> Call Trace:
>>>>  <IRQ>  [<ffffffff800b2cd7>] softlockup_tick+0xdb/0xed
>>>>  [<ffffffff80093493>] update_process_times+0x42/0x68
>>>>  [<ffffffff80073e08>] smp_local_timer_interrupt+0x23/0x47
>>>>  [<ffffffff800744ca>] smp_apic_timer_interrupt+0x41/0x47
>>>>  [<ffffffff8005bd4a>] apic_timer_interrupt+0x66/0x6c
>>>>  <EOI>  [<ffffffff88201d8b>] :kvm:kvm_flush_remote_tlbs+0x16e/0x188
>>>>  [<ffffffff88201d78>] :kvm:kvm_flush_remote_tlbs+0x15b/0x188
>>>>  [<ffffffff8820101b>] :kvm:ack_flush+0x0/0x1
>>>>   
>>>>       
>>> Are you sure this is a regression relative to kvm-50?  Please recheck.
>>>     
>> i', not sure this's a regression since kvm-50 was so terrible slow that
>> we switch back to kvm-46. but i can't catch any stack trace with kvm-50.
>> anyway even if it's not a regression it's currently not working with smp.
>>
>>   
> 
> I can't reproduce this on a centos system here running 2.6.18-8.el5 with 
> a 4-way FC6 x86_64 as guest.  It appears to survive a kernel compile.
> 
> What does one need to do in order to reproduce this?
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

  parent reply	other threads:[~2007-11-11 15:32 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-07 17:28 [ANNOUNCE] kvm-51 release Avi Kivity
     [not found] ` <4731F5B5.1000108-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-07 19:35   ` Haydn Solomon
     [not found]     ` <47321384.8060405-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2007-11-07 19:48       ` Amit Shah
     [not found]         ` <200711080118.46304.amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-07 19:55           ` Haydn Solomon
2007-11-08  5:51       ` Avi Kivity
     [not found]         ` <4732A3F6.8070903-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-08 13:05           ` Haydn Solomon
2007-11-09 10:25   ` Farkas Levente
     [not found]     ` <473435B6.1000503-lWVWdrzSO4GHXe+LvDLADg@public.gmane.org>
2007-11-09 14:59       ` david ahern
     [not found]         ` <473475C2.1070908-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2007-11-10  0:22           ` Farkas Levente
2007-11-11  9:08           ` Avi Kivity
2007-11-11  9:11       ` Avi Kivity
     [not found]         ` <4736C752.7060703-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-11 12:58           ` Farkas Levente
     [not found]             ` <4736FC77.2080804-lWVWdrzSO4GHXe+LvDLADg@public.gmane.org>
2007-11-11 14:43               ` Avi Kivity
     [not found]                 ` <47371510.3020804-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-11 15:32                   ` david ahern [this message]
     [not found]                     ` <47372070.30604-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2007-11-11 15:55                       ` david ahern
     [not found]                         ` <47372600.9080009-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2007-11-11 16:53                           ` Avi Kivity
     [not found]                             ` <47373380.8040809-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-11 17:09                               ` Farkas Levente
     [not found]                                 ` <4737373C.3080009-lWVWdrzSO4GHXe+LvDLADg@public.gmane.org>
2007-11-11 17:11                                   ` Avi Kivity
     [not found]                                     ` <473737D9.4020708-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-11 17:20                                       ` Farkas Levente
     [not found]                                         ` <473739EA.9070804-lWVWdrzSO4GHXe+LvDLADg@public.gmane.org>
2007-11-12  8:22                                           ` Avi Kivity
2007-11-11 21:10                               ` david ahern
     [not found]                                 ` <47376FB3.30303-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2007-11-12  8:19                                   ` Avi Kivity
     [not found]                                     ` <47380C95.1030502-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-12 21:46                                       ` david ahern
     [not found]                                         ` <4738C9B5.6060609-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2007-11-12 22:37                                           ` RHEL5 smp guests on RHE5.1 hosts hang with kvm-52 david ahern
     [not found]                                             ` <4738D58C.70304-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2007-11-13 10:07                                               ` Farkas Levente
2007-11-13  8:29                                           ` [ANNOUNCE] kvm-51 release Avi Kivity
     [not found]                                             ` <4739605A.4010309-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-13 16:12                                               ` david ahern
     [not found]                                                 ` <4739CCED.2060105-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2007-11-13 16:15                                                   ` Avi Kivity
     [not found]                                                     ` <4739CDAD.1030506-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-13 16:31                                                       ` david ahern
     [not found]                                                         ` <4739D167.6020508-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2007-11-13 16:32                                                           ` Avi Kivity
     [not found]                                                             ` <4739D188.5020606-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-13 16:54                                                               ` david ahern
     [not found]                                                                 ` <4739D6B5.2040802-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2007-11-13 16:58                                                                   ` Avi Kivity

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=47372070.30604@cisco.com \
    --to=daahern-fyb4gu1cfyuavxtiumwx3w@public.gmane.org \
    --cc=avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox