All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Pkg-xen-devel] Bug#795330: Suggests noapic but doesn't support it
       [not found] <20150812225926.GA9350@bogon.m.sigxcpu.org>
@ 2015-09-04 13:38 ` Ian Campbell
  2015-09-04 14:04   ` David Vrabel
  0 siblings, 1 reply; 6+ messages in thread
From: Ian Campbell @ 2015-09-04 13:38 UTC (permalink / raw)
  To: xen-devel, Jan Beulich, Andrew Cooper, David.Vrabel
  Cc: 795330-forwarded, Guido Günther, 795330

Control: tag -1 upstream 

Jan/Andy & David,

Is there anything we can improve here on either the Xen or kernel side do
you think?

On Thu, 2015-08-13 at 00:59 +0200, Guido Günther wrote:
> Package: xen-hypervisor-4.5-amd64
> Severity: normal
> 
> Hi,
> when running xen inside of kvm the hypervisor fails to set up the proper
> IRQ routing and suggests to use noapic.

FTR, it seems to say:

    panic("IO-APIC + timer doesn't work!  Boot with apic_verbosity=debug "
          "and send a report.  Then try booting with the 'noapic' option");

Did you also try the first thing it suggested? What was the result?

>  If you add this via
> 
>     GRUB_CMDLINE_XEN_DEFAULT
> 
> it will boot futher but then report that noapic isn't supported.

Is this the kernel saying that or Xen? Do you have full boot logs?

I think it is the kernel since I can't find such a message in Xen and 
http://xenbits.xen.org/docs/unstable/misc/xen-command-line.html says for
the noapic option: "This is not recommended with pvops type kernels."

> So please make Xen not claim to support noapic if it doesn't

I think ultimately this is down to different components being able to
support different things, e.g. Xen's advice might be fine with a FreeBSD
dom0 or some other version of Linux.

>  (the issue
> was finally resolved by removeing all virtion devices and doubling the

                                        ^virtio ?

> hypervisors RAM so the suggestion was misplaced anyways).

I can see how the virtio thing might make the KVM guest look different to
Xen, but the RAM thing seems orthogonal.

Thanks,
Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: [Pkg-xen-devel] Bug#795330: Suggests noapic but doesn't support it
  2015-09-04 13:38 ` [Pkg-xen-devel] Bug#795330: Suggests noapic but doesn't support it Ian Campbell
@ 2015-09-04 14:04   ` David Vrabel
  2015-09-04 14:13     ` Ian Campbell
  0 siblings, 1 reply; 6+ messages in thread
From: David Vrabel @ 2015-09-04 14:04 UTC (permalink / raw)
  To: Ian Campbell, xen-devel, Jan Beulich, Andrew Cooper
  Cc: 795330-forwarded, Guido Günther, 795330

On 04/09/15 14:38, Ian Campbell wrote:
> Control: tag -1 upstream 
> 
> Jan/Andy & David,
> 
> Is there anything we can improve here on either the Xen or kernel side do
> you think?
> 
> On Thu, 2015-08-13 at 00:59 +0200, Guido Günther wrote:
>> Package: xen-hypervisor-4.5-amd64
>> Severity: normal
>>
>> Hi,
>> when running xen inside of kvm the hypervisor fails to set up the proper
>> IRQ routing and suggests to use noapic.
> 
> FTR, it seems to say:
> 
>     panic("IO-APIC + timer doesn't work!  Boot with apic_verbosity=debug "
>           "and send a report.  Then try booting with the 'noapic' option");

This is the Linux kernel making a recommendation for its command line.

> Did you also try the first thing it suggested? What was the result?
> 
>>  If you add this via
>>
>>     GRUB_CMDLINE_XEN_DEFAULT
>>
>> it will boot futher but then report that noapic isn't supported.

Don't add Linux command line options to the Xen command line.

David

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: [Pkg-xen-devel] Bug#795330: Suggests noapic but doesn't support it
  2015-09-04 14:04   ` David Vrabel
@ 2015-09-04 14:13     ` Ian Campbell
  2015-09-04 14:22       ` David Vrabel
  2015-09-04 15:27       ` Jan Beulich
  0 siblings, 2 replies; 6+ messages in thread
From: Ian Campbell @ 2015-09-04 14:13 UTC (permalink / raw)
  To: David Vrabel, xen-devel, Jan Beulich, Andrew Cooper
  Cc: 795330-forwarded, Guido Günther, 795330

On Fri, 2015-09-04 at 15:04 +0100, David Vrabel wrote:
> On 04/09/15 14:38, Ian Campbell wrote:
> > Control: tag -1 upstream 
> > 
> > Jan/Andy & David,
> > 
> > Is there anything we can improve here on either the Xen or kernel side 
> > do
> > you think?
> > 
> > On Thu, 2015-08-13 at 00:59 +0200, Guido Günther wrote:
> > > Package: xen-hypervisor-4.5-amd64
> > > Severity: normal
> > > 
> > > Hi,
> > > when running xen inside of kvm the hypervisor fails to set up the 
> > > proper
> > > IRQ routing and suggests to use noapic.
> > 
> > FTR, it seems to say:
> > 
> >     panic("IO-APIC + timer doesn't work!  Boot with 
> > apic_verbosity=debug "
> >           "and send a report.  Then try booting with the 'noapic' 
> > option");
> 
> This is the Linux kernel making a recommendation for its command line.

I cut-n-paste that message from xen.git. Although maybe in a file which
originates in Linux.

(So now I realised I don't really know which entity was complaining)

> > Did you also try the first thing it suggested? What was the result?
> > 
> > >  If you add this via
> > > 
> > >     GRUB_CMDLINE_XEN_DEFAULT
> > > 
> > > it will boot futher but then report that noapic isn't supported.
> 
> Don't add Linux command line options to the Xen command line.
> 
> David
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: [Pkg-xen-devel] Bug#795330: Suggests noapic but doesn't support it
  2015-09-04 14:13     ` Ian Campbell
@ 2015-09-04 14:22       ` David Vrabel
  2015-09-04 15:37         ` Jan Beulich
  2015-09-04 15:27       ` Jan Beulich
  1 sibling, 1 reply; 6+ messages in thread
From: David Vrabel @ 2015-09-04 14:22 UTC (permalink / raw)
  To: Ian Campbell, xen-devel, Jan Beulich, Andrew Cooper
  Cc: 795330-forwarded, Guido Günther, 795330

On 04/09/15 15:13, Ian Campbell wrote:
> On Fri, 2015-09-04 at 15:04 +0100, David Vrabel wrote:
>> On 04/09/15 14:38, Ian Campbell wrote:
>>> Control: tag -1 upstream 
>>>
>>> Jan/Andy & David,
>>>
>>> Is there anything we can improve here on either the Xen or kernel side 
>>> do
>>> you think?
>>>
>>> On Thu, 2015-08-13 at 00:59 +0200, Guido Günther wrote:
>>>> Package: xen-hypervisor-4.5-amd64
>>>> Severity: normal
>>>>
>>>> Hi,
>>>> when running xen inside of kvm the hypervisor fails to set up the 
>>>> proper
>>>> IRQ routing and suggests to use noapic.
>>>
>>> FTR, it seems to say:
>>>
>>>     panic("IO-APIC + timer doesn't work!  Boot with 
>>> apic_verbosity=debug "
>>>           "and send a report.  Then try booting with the 'noapic' 
>>> option");
>>
>> This is the Linux kernel making a recommendation for its command line.
> 
> I cut-n-paste that message from xen.git. Although maybe in a file which
> originates in Linux.
> 
> (So now I realised I don't really know which entity was complaining)

Oh, in which case removing (from Xen) the recommendation to try noapic
might be useful.

David

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: [Pkg-xen-devel] Bug#795330: Suggests noapic but doesn't support it
  2015-09-04 14:13     ` Ian Campbell
  2015-09-04 14:22       ` David Vrabel
@ 2015-09-04 15:27       ` Jan Beulich
  1 sibling, 0 replies; 6+ messages in thread
From: Jan Beulich @ 2015-09-04 15:27 UTC (permalink / raw)
  To: Andrew Cooper
  Cc: agx, 795330, xen-devel, 795330-forwarded, Ian Campbell, David Vrabel

>>> On 04.09.15 at 16:13, <ijc@debian.org> wrote:
> On Fri, 2015-09-04 at 15:04 +0100, David Vrabel wrote:
>> On 04/09/15 14:38, Ian Campbell wrote:
>> > On Thu, 2015-08-13 at 00:59 +0200, Guido Günther wrote:
>> > > Package: xen-hypervisor-4.5-amd64
>> > > Severity: normal
>> > > 
>> > > Hi,
>> > > when running xen inside of kvm the hypervisor fails to set up the 
>> > > proper
>> > > IRQ routing and suggests to use noapic.
>> > 
>> > FTR, it seems to say:
>> > 
>> >     panic("IO-APIC + timer doesn't work!  Boot with 
>> > apic_verbosity=debug "
>> >           "and send a report.  Then try booting with the 'noapic' 
>> > option");
>> 
>> This is the Linux kernel making a recommendation for its command line.
> 
> I cut-n-paste that message from xen.git. Although maybe in a file which
> originates in Linux.
> 
> (So now I realised I don't really know which entity was complaining)

The reference to apic_verbosity= makes it Xen (Linux uses apic= here).

Jan

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: [Pkg-xen-devel] Bug#795330: Suggests noapic but doesn't support it
  2015-09-04 14:22       ` David Vrabel
@ 2015-09-04 15:37         ` Jan Beulich
  0 siblings, 0 replies; 6+ messages in thread
From: Jan Beulich @ 2015-09-04 15:37 UTC (permalink / raw)
  To: David Vrabel
  Cc: Andrew Cooper, agx, 795330, xen-devel, 795330-forwarded, Ian Campbell

>>> On 04.09.15 at 16:22, <david.vrabel@citrix.com> wrote:
> Oh, in which case removing (from Xen) the recommendation to try noapic
> might be useful.

Hmm - so far I didn't the option was not working. I also don't
understand the reference to pv-ops kernels in the doc. Sadly it's
not clear where this comes from, since Ian has imported it from
the wiki, and in the wiki it has been there from the beginning
(with no hint to where that first version came from).

Jan

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

end of thread, other threads:[~2015-09-04 15:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20150812225926.GA9350@bogon.m.sigxcpu.org>
2015-09-04 13:38 ` [Pkg-xen-devel] Bug#795330: Suggests noapic but doesn't support it Ian Campbell
2015-09-04 14:04   ` David Vrabel
2015-09-04 14:13     ` Ian Campbell
2015-09-04 14:22       ` David Vrabel
2015-09-04 15:37         ` Jan Beulich
2015-09-04 15:27       ` Jan Beulich

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.