All of lore.kernel.org
 help / color / mirror / Atom feed
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
Subject: Re: [PATCH] KVM: fix calculation of initial value of rdx register
Date: Sun, 19 Nov 2006 10:22:10 +0200	[thread overview]
Message-ID: <45601432.1000403@qumranet.com> (raw)
In-Reply-To: <200611181116.07278.mail-8oMOrB1mGocUSW6y5lq3GQ@public.gmane.org>

Hesse, Christian wrote:
> On Thursday 16 November 2006 14:03, Hesse, Christian wrote:
>   
>> It did crash again. The log is attached.
>>     
>
> I don't know if I already mentioned it, but I think it could be interesting: 
> When I reboot the notebook after a crash it starts up normally until X server 
> ist started, then it freezes again. Looks like the second core still has any 
> problem with its interrupts...
>
>   

Very strange.


Something to try:

   boot into runlevel 3 (no X)
  
   # bind all processes to cpu 0
   for i in /proc/[1-9]*/task/*; do taskset -p 1 ${i##*/}; done
   # bind all interrupts to cpu 0
   pkill -9 irqbalance
   for i in  /proc/irq/*/smp_affinity; do echo 1 > $i; done   
   # (may give some errors)

   # run kvm with vnc (don't require X)
   ./qemu ... -vnc 1
> root@revo:~# cat /proc/interrupts
>            CPU0       CPU1
>   0:   57707101          2    IO-APIC-edge  timer
>   1:      26901          0    IO-APIC-edge  i8042
>   8:     521165          0    IO-APIC-edge  rtc
>   9:      46288          1   IO-APIC-level  acpi
>  12:     509781          0    IO-APIC-edge  i8042
>  14:     267769          0    IO-APIC-edge  ide0
>  16:     714844          0   IO-APIC-level  ipw3945
>  17:    4899673    2306254   IO-APIC-level  uhci_hcd:usb5, 
> i915@pci:0000:00:02.0, eth0
>  18:     439507          0   IO-APIC-level  uhci_hcd:usb4
>  19:          0          0   IO-APIC-level  uhci_hcd:usb3
>  20:          0          0   IO-APIC-level  yenta
>  21:          2          0   IO-APIC-level  ohci1394
>  22:          2          0   IO-APIC-level  ehci_hcd:usb1, uhci_hcd:usb2
>  23:    1100203          0   IO-APIC-level  sdhci:slot0, HDA Intel
> NMI:          0          0
> LOC:   57706935   57669244
> ERR:          1
> MIS:          0
> root@revo:~# lspci | grep 00:02.0
> 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML 
> Express Integrated Graphics Controller (rev 03)
>
> The second power cycle works without problems though. Do you think that is 
> helpful in any way?
>   


-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

      parent reply	other threads:[~2006-11-19  8:22 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-06 13:15 [PATCH] KVM: fix calculation of initial value of rdx register Avi Kivity
2006-11-06 13:15 ` Avi Kivity
2006-11-06 18:47 ` Hesse, Christian
     [not found]   ` <200611061947.47165.mail-8oMOrB1mGocUSW6y5lq3GQ@public.gmane.org>
2006-11-07  8:14     ` Avi Kivity
     [not found]       ` <4550407F.6030007-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2006-11-07 11:55         ` Hesse, Christian
     [not found]           ` <200611071255.59831.mail-8oMOrB1mGocUSW6y5lq3GQ@public.gmane.org>
2006-11-07 12:31             ` Avi Kivity
     [not found]               ` <45507C84.70504-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2006-11-07 13:04                 ` Hesse, Christian
     [not found]                   ` <200611071404.38825.mail-8oMOrB1mGocUSW6y5lq3GQ@public.gmane.org>
2006-11-07 13:25                     ` Avi Kivity
     [not found]                       ` <4550893A.1000304-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2006-11-07 13:46                         ` Hesse, Christian
     [not found]                           ` <200611071446.17870.mail-8oMOrB1mGocUSW6y5lq3GQ@public.gmane.org>
2006-11-07 14:11                             ` Avi Kivity
     [not found]                               ` <4550941E.4070409-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2006-11-08  8:04                                 ` Hesse, Christian
     [not found]                                   ` <200611080904.27777.mail-8oMOrB1mGocUSW6y5lq3GQ@public.gmane.org>
2006-11-08  8:11                                     ` Avi Kivity
     [not found]                                       ` <4551914D.70303-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2006-11-08  8:24                                         ` Hesse, Christian
     [not found]                                           ` <200611080924.59607.mail-8oMOrB1mGocUSW6y5lq3GQ@public.gmane.org>
2006-11-08  8:28                                             ` Avi Kivity
     [not found]                                               ` <45519512.3050606-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2006-11-09 12:10                                                 ` Hesse, Christian
     [not found]                                                   ` <200611091310.25066.mail-8oMOrB1mGocUSW6y5lq3GQ@public.gmane.org>
2006-11-09 13:01                                                     ` Avi Kivity
     [not found]                                                       ` <455326C3.90601-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2006-11-09 13:29                                                         ` Hesse, Christian
     [not found]                                                           ` <200611091429.57097.mail-8oMOrB1mGocUSW6y5lq3GQ@public.gmane.org>
2006-11-09 14:03                                                             ` Hesse, Christian
     [not found]                                                               ` <200611091503.25231.mail-8oMOrB1mGocUSW6y5lq3GQ@public.gmane.org>
2006-11-09 14:27                                                                 ` Avi Kivity
2006-11-10  8:09                                                         ` Hesse, Christian
     [not found]                                                           ` <200611100909.32168.mail-8oMOrB1mGocUSW6y5lq3GQ@public.gmane.org>
2006-11-10 15:51                                                             ` Avi Kivity
     [not found]                                                               ` <45549FF0.8070207-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2006-11-14 10:41                                                                 ` Avi Kivity
     [not found]                                                                   ` <45599D57.2090001-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2006-11-14 10:55                                                                     ` Avi Kivity
2006-11-16 13:03                                                                     ` Hesse, Christian
     [not found]                                                                       ` <200611161403.13461.mail-8oMOrB1mGocUSW6y5lq3GQ@public.gmane.org>
2006-11-18 10:16                                                                         ` Hesse, Christian
     [not found]                                                                           ` <200611181116.07278.mail-8oMOrB1mGocUSW6y5lq3GQ@public.gmane.org>
2006-11-19  8:22                                                                             ` Avi Kivity [this message]

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=45601432.1000403@qumranet.com \
    --to=avi-atkuwr5tajbwk0htik3j/w@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=mail-8oMOrB1mGocUSW6y5lq3GQ@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 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.