search for: apic_verbosity

Displaying 20 results from an estimated 38 matches for "apic_verbosity".

2013 Nov 06
2
HVM crash system on AMD APU A8-6600K
...system is openSUSE 13.1 RC2 with Xen 4.3.0 My hardware is ASRock FM2A75 Pro4 AMD A8-6600K APU Gigabyte Radeon 7850 8 Gb DDR3 1600Mhz I have setup serial console and could provide logs your requested. Attached logs from xl dmesg, dom0 dmesg and serial console with: loglvl=all iommu=debug,verbose apic_verbosity=debug cpuinfo console=com1 com1=115200,8n1,pci _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2011 Dec 20
10
Problem booting xen 4.1.2 on Athlon 64 X2
Adding apic_verbosity=debug gives me that (hope nothing miss-typed as I have no serial console on this box). I found a lot of suggested workarounds: - noapic as suggested in output gives an noapic isn''t support - acpi_skip_timer_override has no effect at all Thx, Florian (XEN) Initing memory sharing. (XEN) A...
2011 Dec 20
10
Problem booting xen 4.1.2 on Athlon 64 X2
Adding apic_verbosity=debug gives me that (hope nothing miss-typed as I have no serial console on this box). I found a lot of suggested workarounds: - noapic as suggested in output gives an noapic isn''t support - acpi_skip_timer_override has no effect at all Thx, Florian (XEN) Initing memory sharing. (XEN) A...
2013 May 03
7
IOMMU/AMD-Vi not working after XSA-36 with 970A-UD3
Dear mailinglist, I own a Gigabyte motherboard GA 970A UD3 with IOMMU support. Since the update XSA-36 (also part of the latest debian wheezy pkg), the IO-Virtualisation does not work any more as discussed on this mailinglist [0] and [1]. I like to ask, if there is an "official" solution in sight. I''m not sure about my alternatives. How "dangerous" is the
2007 Apr 18
2
refactoring io_apic.c
...k, flags); - - enable_8259A_irq(0); -} - -static inline void UNEXPECTED_IO_APIC(void) -{ -} - -void __init print_IO_APIC(void) -{ - int apic, i; - union IO_APIC_reg_00 reg_00; - union IO_APIC_reg_01 reg_01; - union IO_APIC_reg_02 reg_02; - union IO_APIC_reg_03 reg_03; - unsigned long flags; - - if (apic_verbosity == APIC_QUIET) - return; - - printk(KERN_DEBUG "number of MP IRQ sources: %d.\n", mp_irq_entries); - for (i = 0; i < nr_ioapics; i++) - printk(KERN_DEBUG "number of IO-APIC #%d registers: %d.\n", - mp_ioapics[i].mpc_apicid, nr_ioapic_registers[i]); - - /* - * We a...
2007 Apr 18
2
refactoring io_apic.c
...k, flags); - - enable_8259A_irq(0); -} - -static inline void UNEXPECTED_IO_APIC(void) -{ -} - -void __init print_IO_APIC(void) -{ - int apic, i; - union IO_APIC_reg_00 reg_00; - union IO_APIC_reg_01 reg_01; - union IO_APIC_reg_02 reg_02; - union IO_APIC_reg_03 reg_03; - unsigned long flags; - - if (apic_verbosity == APIC_QUIET) - return; - - printk(KERN_DEBUG "number of MP IRQ sources: %d.\n", mp_irq_entries); - for (i = 0; i < nr_ioapics; i++) - printk(KERN_DEBUG "number of IO-APIC #%d registers: %d.\n", - mp_ioapics[i].mpc_apicid, nr_ioapic_registers[i]); - - /* - * We a...
2010 May 18
8
/etc/grub.d/09-xen for generating grub.cfg for hypervisor boot entries.
...ub.d/* files rely on defaults in /etc/default/grub, I added the following Xen specific variable: GRUB_CMDLINE_XEN_DEFAULT="console=com1 115200,8n1 dom0_mem=512M dom0_max_vcpus=1 dom0_vcpus_pin=true iommu=1,passthrough,no-intremap loglvl=all loglvl_guest=all loglevl=10 debug acpi=force apic=on apic_verbosity=verbose numa=on" The script itself is a hacked version of the10-linux that comes with grub2. This is 09-xen so it places it''s boot entries ahead of the non-xen entries. The resulting grub.cfg entry looks like: ### BEGIN /etc/grub.d/09_xen ### insmod lvm set root=(system-dom0_0)...
2011 May 13
2
XEN Dom 0 boot and Out of Memory issue‏
...ddenmenu title CentOS (2.6.38.4) root (hd0,0) kernel /vmlinuz-2.6.38.4 ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.38.4.img title CentOS (2.6.38-xen0) root (hd0,0) kernel /xen-4.1.0.gz loglvl=all dom0_mem=512m guest_loglvl=all vga=ask,keep apic_verbosity=debug,verbose rhgb module /vmlinuz-2.6.38.4 ro root=/dev/VolGroup00/LogVol00 earlyprintk=xen console=ttyS0 nomodeset module /initrd-2.6.38.4.img The machine boots normally in CenOS (2.6.38.4). I am not ale to attach the log of the serial console. A snippet from the log file: Cent...
2015 Aug 12
4
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
2011 May 13
3
XEN Dom 0 boot and Out of Memory issue
...ddenmenu title CentOS (2.6.38.4) root (hd0,0) kernel /vmlinuz-2.6.38.4 ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.38.4.img title CentOS (2.6.38-xen0) root (hd0,0) kernel /xen-4.1.0.gz loglvl=all dom0_mem=512m guest_loglvl=all vga=ask,keep apic_verbosity=debug,verbose rhgb module /vmlinuz-2.6.38.4 ro root=/dev/VolGroup00/LogVol00 earlyprintk=xen console=ttyS0 nomodeset module /initrd-2.6.38.4.img The machine boots normally in CenOS (2.6.38.4). I am also attaching the log of the serial console. A snippet from the log file: CentOS...
2013 May 14
5
4.2.2 pci-passthrough crashes Dell Poweredge R710
Hello everyone, i just updated from 4.2.1 to 4.2.2. If i try to fire up my win2k8 domU with a pci device attached, the dom0 machine hardcrashes. my system log (idrac) shows the following: CPU 2 has an internal error (IERR). A bus fatal error was detected on a component at bus 0 device 0 function 0. CPU 1 machine check detected. and plenty of other entries. The machine hardresets then. If i
2015 Sep 04
0
Bug#795330: [Xen-devel] Bug#795330: Suggests noapic but doesn't support it
...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 Li...
2015 Sep 04
0
Bug#795330: Bug#795330: Suggests noapic but doesn't support it
...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 noap...
2015 Sep 04
1
Bug#795330: [Xen-devel] Bug#795330: Suggests noapic but doesn't support it
...t; 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...
2010 May 28
0
xen 4.0.0 dom0 console video unreadable / scrambled
...0.0) xen-tools 4.0.0 (from app-emulation/xen-tools-4.0.0) # cat /boot/grub/grub.conf default 0 timeout 10 title Gentoo Linux 2.6.32-xen-r1-a + xen 4.0.0 root (hd0,0) kernel /boot/xen-4.0.0.gz dom0_mem=512M loglvl=all guest_loglvl=all sync_console console_to_ring com1=115200,8n1 console=com1 lapic apic_verbosity=debug apic=debug iommu=off module /boot/linux-2.6.32-xen-r1-a ro root=/dev/sda3 console=hvc0 earlyprintk=xen nomodeset initcall_debug debug loglevel=10 I have an intel 82915G/GV/910GL graphics card so I configured AGP_INTEL, DRM, FB, FB_BOOT_VESA_SUPPORT, FB_VGA16, FB_UVESA, FB_VESA, VGA_CONSOLE,...
2010 Aug 02
1
IO-APIC+ timer doesn''t work
Hi, all I installed Xen on SLES 11, when boot, it says "IO-APIC+ timer doesn''t work". Does anybody know what''s going on? 2010-08-02 bupt.cc _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2013 Nov 02
0
HVM crash system on AMD APU A8-6600K
...system is openSUSE 13.1 RC2 with Xen 4.3.0 My hardware is ASRock FM2A75 Pro4 AMD A8-6600K APU Gigabyte Radeon 7850 8 Gb DDR3 1600Mhz I have setup serial console and could provide logs your requested. Attached logs from xl dmesg, dom0 dmesg and serial console with: loglvl=all iommu=debug,verbose apic_verbosity=debug cpuinfo console=com1 com1=115200,8n1,pci _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
2008 Jul 31
1
Am I running NUMA?
...// _ \ ''_ \ |_ \ __) | | | / \ __/ | | | ___) | / __/ _| | /_/\_\___|_| |_| |____(_)_____(_)_| (XEN) Xen version 3.2.1 (root@labor.lan) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)) Thu Jul 17 17:17:42 CEST 2008 (XEN) Latest ChangeSet: unavailable (XEN) Command line: apic_verbosity=debug dom0_mem=512M acpi=on numa=on guest_loglvl=debug (XEN) Video information: (XEN) VGA is text mode 80x25, font 8x16 (XEN) VBE/DDC methods: none; EDID transfer time: 0 seconds (XEN) EDID info not retrieved because no DDC retrieval method detected (XEN) Disc information: (XEN) Found 1 M...
2010 Oct 14
1
Bug#600241: Xen Hypervisor can only boot if "acpi=off" parameter is used.
Package: xen-hypervisor-4.0-amd64 Version: 4.0.1-1 Hardware specs: Dell PowerEdge R410 32GB RAM DDR3 1TB RAID-1 HD (Perc H200 RAID controller) Processor: 2 - Intel XeonE5620 2.4Ghz 12M Cache Turbo HT 1066MHz SO: Debian Squeeze last update: 14/10/2010 uname -a: "Linux spo-r1-u4 2.6.32-5-xen-amd64 #1 SMP Fri Sep 17 22:00:48 UTC 2010 x86_64 GNU/Linux" At boot, xen-hypervisor is loaded
2011 Feb 09
8
reboot after "scrubbing free ram"
Hello, I have some diagnostic Info for you. Tried to get xen-4.0.1 working on another node of my cluster. Only difference: Newer revision of the Hardware. Exactly same Software Stack. Stack: Ubuntu Lucid 64bit, xen-4.0.1 from Source, selfbuilt linux-2.6.32.27 from xen/stable-2.6.32.x Nodes working: HP DL380G5 16GB (Intel X5460) Node not working: HP DL380G6 16GB (Intel X5550) Effect: Xen