Guido Günther
2015-Aug-12 22:59 UTC
[Pkg-xen-devel] Bug#795330: Suggests noapic but doesn't support it
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. If you add this via GRUB_CMDLINE_XEN_DEFAULT it will boot futher but then report that noapic isn't supported. So please make Xen not claim to support noapic if it doesn't (the issue was finally resolved by removeing all virtion devices and doubling the hypervisors RAM so the suggestion was misplaced anyways). Cheers, -- Guido
Ian Campbell
2015-Sep-04 13:38 UTC
[Pkg-xen-devel] Bug#795330: Bug#795330: Suggests noapic but doesn't support it
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'tI 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.
Debian Bug Tracking System
2015-Sep-04 13:42 UTC
[Pkg-xen-devel] Processed: Re: Bug#795330: Suggests noapic but doesn't support it
Processing control commands:> tag -1 upstreamBug #795330 [xen-hypervisor-4.5-amd64] Suggests noapic but doesn't support it Added tag(s) upstream. -- 795330: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795330 Debian Bug Tracking System Contact owner at bugs.debian.org with problems
Debian Bug Tracking System
2015-Sep-04 13:42 UTC
[Pkg-xen-devel] Bug#795330: marked as forwarded (Suggests noapic but doesn't support it)
Your message dated Fri, 04 Sep 2015 14:38:24 +0100 with message-id <1441373904.26292.509.camel at debian.org> has caused the report #795330, regarding Suggests noapic but doesn't support it to be marked as having been forwarded to the upstream software author(s) xen-devel at lists.xen.org, Jan Beulich <jbeulich at suse.com>, Andrew Cooper <andrew.cooper3 at citrix.com>, David.Vrabel at citrix.com (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 795330: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795330 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Ian Campbell <ijc at debian.org> Subject: Re: [Pkg-xen-devel] Bug#795330: Suggests noapic but doesn't support it Date: Fri, 04 Sep 2015 14:38:24 +0100 Size: 3544 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20150904/383af291/attachment.mht>
David Vrabel
2015-Sep-04 14:04 UTC
[Pkg-xen-devel] Bug#795330: Bug#795330: Suggests noapic but doesn't support it
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