public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] kvm-42 release
@ 2007-09-20 19:09 Avi Kivity
       [not found] ` <46F2C559.7020709-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2007-09-20 19:09 UTC (permalink / raw)
  To: kvm-devel

Not much user visible change besides the OpenBSD regression fix.

As usual, if you have an issue please try with -no-kvm-irqchip and report.

Changes from kvm-41:
- document -no-kvm-irqchip option in qemu help message (Carlo Marcelo 
Arenas Belon)
- acpi bios: export pci irqs as active high
- avoid redelivery of edge-triggered ioapic interrupts if already in service
- implement ioapic polarity
- fix x86 emulator merge problems (Nitin A Kamble, Laurent Vivier)
- fix x86 repne decoding (fixes OpenBSD boot regression) (Laurent Vivier)
- install kvm_para.h (Gerd Hoffman)

Notes:
     If you use the modules bundled with kvm-42, you can use any version
of Linux from 2.6.9 upwards.
     If you use the modules bundled with Linux 2.6.20, you need to use
kvm-12.
     If you use the modules bundled with Linux 2.6.21, you need to use
kvm-17.
     Modules from Linux 2.6.22 and up will work with any kvm version from
kvm-22.  Some features may only be available in newer releases.
     For best performance, use Linux 2.6.23-rc2 or later as the host.

http://kvm.qumranet.com



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

* Re: [ANNOUNCE] kvm-42 release
       [not found] ` <46F2C559.7020709-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-09-20 19:48   ` Avi Kivity
  2007-09-20 20:31   ` Luca
  2007-09-20 20:39   ` Luca
  2 siblings, 0 replies; 7+ messages in thread
From: Avi Kivity @ 2007-09-20 19:48 UTC (permalink / raw)
  To: kvm-devel

Avi Kivity wrote:
> Not much user visible change besides the OpenBSD regression fix.
>
> As usual, if you have an issue please try with -no-kvm-irqchip and 
> report.
>
> Changes from kvm-41:
> - document -no-kvm-irqchip option in qemu help message (Carlo Marcelo 
> Arenas Belon)
> - acpi bios: export pci irqs as active high
> - avoid redelivery of edge-triggered ioapic interrupts if already in 
> service
> - implement ioapic polarity
> - fix x86 emulator merge problems (Nitin A Kamble, Laurent Vivier)
> - fix x86 repne decoding (fixes OpenBSD boot regression) (Laurent Vivier)
> - install kvm_para.h (Gerd Hoffman)

Actually, there's an important host oops fix in there.

-- 
Any sufficiently difficult bug is indistinguishable from a feature.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

* Re: [ANNOUNCE] kvm-42 release
       [not found] ` <46F2C559.7020709-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  2007-09-20 19:48   ` Avi Kivity
@ 2007-09-20 20:31   ` Luca
  2007-09-20 20:39   ` Luca
  2 siblings, 0 replies; 7+ messages in thread
From: Luca @ 2007-09-20 20:31 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

On 9/20/07, Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org> wrote:
> Not much user visible change besides the OpenBSD regression fix.
>
> As usual, if you have an issue please try with -no-kvm-irqchip and report.

32 bit ubuntu on a 32 bit host (kvm-intel) chokes on i8042_init. Same
problem with KVM-41. In both cases -no-kvm-irqchip fixes the problem.

Guest hangs at:

[   27.954649] Calling initcall 0xc0401570: i8042_init+0x0/0x3c0()
[   27.961227] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at
0x60,0x64 irq 1,12
(full log attached)

and qemu is using 100% of the CPU.

I'll do further testing on the weekend.

Luca

[-- Attachment #2: serial.txt --]
[-- Type: text/plain, Size: 48965 bytes --]

[    0.000000] Linux version 2.6.22-10-generic (buildd@palmer) (gcc version 4.1.3 20070812 (prerelease) (Ubuntu 4.1.2-15ubuntu2)) #1 SMP Wed Aug 22 08:11:52 GMT 2007 (Ubuntu 2.6.22-10.30-generic)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000000fff0000 (usable)
[    0.000000]  BIOS-e820: 000000000fff0000 - 0000000010000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 255MB LOWMEM available.
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->    65520
[    0.000000]   HighMem     65520 ->    65520
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->    65520
[    0.000000] DMI not present or invalid.
[    0.000000] ACPI: RSDP 000FAAC0, 0014 (r0 QEMU  )
[    0.000000] ACPI: RSDT 0FFF0000, 002C (r1 QEMU   QEMURSDT        1 QEMU        1)
[    0.000000] ACPI: FACP 0FFF002C, 0074 (r1 QEMU   QEMUFACP        1 QEMU        1)
[    0.000000] ACPI: DSDT 0FFF0100, 0909 (r1   BXPC   BXDSDT        1 INTL 20061109)
[    0.000000] ACPI: FACS 0FFF00C0, 0040
[    0.000000] ACPI: APIC 0FFF0A10, 0040 (r1 QEMU   QEMUAPIC        1 QEMU        1)
[    0.000000] ACPI: no DMI BIOS year, acpi=force is required to enable ACPI
[    0.000000] ACPI: acpi=force override
[    0.000000] ACPI: PM-Timer IO Port: 0xb008
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] Processor #0 6:2 APIC version 20
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 20000000 (gap: 10000000:effc0000)
[    0.000000] Built 1 zonelists.  Total pages: 65009
[    0.000000] Kernel command line: root=UUID=34bb6bd2-2eb9-4174-bdb2-72596cf87400 ro acpi=force initcall_debug console=tty0 console=ttyS0
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 1024 (order: 10, 4096 bytes)
[    0.000000] Detected 2135.006 MHz processor.
[   22.439536] Console: colour VGA+ 80x25
[   22.488579] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[   22.490148] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[   22.496598] Memory: 248340k/262080k available (2010k kernel code, 13184k reserved, 917k data, 364k init, 0k highmem)
[   22.499299] virtual kernel memory layout:
[   22.499300]     fixmap  : 0xfff4d000 - 0xfffff000   ( 712 kB)
[   22.499301]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[   22.499302]     vmalloc : 0xd0800000 - 0xff7fe000   ( 751 MB)
[   22.499303]     lowmem  : 0xc0000000 - 0xcfff0000   ( 255 MB)
[   22.499304]       .init : 0xc03e1000 - 0xc043c000   ( 364 kB)
[   22.499305]       .data : 0xc02f69c6 - 0xc03dbe64   ( 917 kB)
[   22.499305]       .text : 0xc0100000 - 0xc02f69c6   (2010 kB)
[   22.513200] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[   22.515728] SLUB: Genslabs=22, HWalign=64, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
[   22.598045] Calibrating delay using timer specific routine.. 4285.85 BogoMIPS (lpj=8571703)
[   22.600676] Security Framework v1.0.0 initialized
[   22.601958] SELinux:  Disabled at boot.
[   22.603516] Mount-cache hash table entries: 512
[   22.605190] CPU: L1 I cache: 8K
[   22.606488] CPU: L2 cache: 128K
[   22.607677] Compat vDSO mapped to ffffe000.
[   22.608921] Checking 'hlt' instruction... OK.
[   22.614725] SMP alternatives: switching to UP code
[   22.616657] Freeing SMP alternatives: 11k freed
[   22.618366] Early unpacking initramfs... done
[   22.979867] ACPI: Core revision 20070126
[   22.981878] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[   22.985785] CPU0: Intel QEMU Virtual CPU version 0.9.0 stepping 03
[   22.993703] Total of 1 processors activated (4285.85 BogoMIPS).
[   22.998363] ENABLING IO-APIC IRQs
[   23.001544] ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
[   23.149690] Brought up 1 CPUs
[   23.158138] Calling initcall 0xc0402570: init_cpufreq_transition_notifier_list+0x0/0x10()
[   23.160785] initcall 0xc0402570: init_cpufreq_transition_notifier_list+0x0/0x10() returned 0.
[   23.163414] initcall 0xc0402570 ran for 0 msecs: init_cpufreq_transition_notifier_list+0x0/0x10()
[   23.165944] Calling initcall 0xc03e9a30: cpufreq_tsc+0x0/0x10()
[   23.167611] initcall 0xc03e9a30: cpufreq_tsc+0x0/0x10() returned 0.
[   23.169244] initcall 0xc03e9a30 ran for 0 msecs: cpufreq_tsc+0x0/0x10()
[   23.170886] Calling initcall 0xc03eb300: acpisleep_dmi_init+0x0/0x10()
[   23.172551] initcall 0xc03eb300: acpisleep_dmi_init+0x0/0x10() returned 0.
[   23.176920] initcall 0xc03eb300 ran for 0 msecs: acpisleep_dmi_init+0x0/0x10()
[   23.179296] Calling initcall 0xc03eb520: reboot_init+0x0/0x10()
[   23.180999] initcall 0xc03eb520: reboot_init+0x0/0x10() returned 0.
[   23.182669] initcall 0xc03eb520 ran for 0 msecs: reboot_init+0x0/0x10()
[   23.184236] Calling initcall 0xc03f27f0: print_banner+0x0/0x10()
[   23.185878] Booting paravirtualized kernel on bare hardware
[   23.187259] initcall 0xc03f27f0: print_banner+0x0/0x10() returned 0.
[   23.188934] initcall 0xc03f27f0 ran for 0 msecs: print_banner+0x0/0x10()
[   23.190557] Calling initcall 0xc03f4320: sysctl_init+0x0/0x10()
[   23.192247] initcall 0xc03f4320: sysctl_init+0x0/0x10() returned 0.
[   23.193980] initcall 0xc03f4320 ran for 0 msecs: sysctl_init+0x0/0x10()
[   23.195630] Calling initcall 0xc03f4cf0: init_jiffies_clocksource+0x0/0x10()
[   23.197335] initcall 0xc03f4cf0: init_jiffies_clocksource+0x0/0x10() returned 0.
[   23.201082] initcall 0xc03f4cf0 ran for 0 msecs: init_jiffies_clocksource+0x0/0x10()
[   23.203613] Calling initcall 0xc03f4ef0: pm_init+0x0/0x20()
[   23.205289] initcall 0xc03f4ef0: pm_init+0x0/0x20() returned 0.
[   23.209414] initcall 0xc03f4ef0 ran for 0 msecs: pm_init+0x0/0x20()
[   23.210993] Calling initcall 0xc03f4f60: pm_disk_init+0x0/0x10()
[   23.212617] initcall 0xc03f4f60: pm_disk_init+0x0/0x10() returned 0.
[   23.214365] initcall 0xc03f4f60 ran for 0 msecs: pm_disk_init+0x0/0x10()
[   23.215938] Calling initcall 0xc0150620: swsusp_header_init+0x0/0x30()
[   23.217698] initcall 0xc0150620: swsusp_header_init+0x0/0x30() returned 0.
[   23.219397] initcall 0xc0150620 ran for 0 msecs: swsusp_header_init+0x0/0x30()
[   23.221744] Calling initcall 0xc03f5410: ksysfs_init+0x0/0x20()
[   23.223481] initcall 0xc03f5410: ksysfs_init+0x0/0x20() returned 0.
[   23.225267] initcall 0xc03f5410 ran for 0 msecs: ksysfs_init+0x0/0x20()
[   23.227007] Calling initcall 0xc03f75e0: filelock_init+0x0/0x40()
[   23.228681] initcall 0xc03f75e0: filelock_init+0x0/0x40() returned 0.
[   23.230657] initcall 0xc03f75e0 ran for 0 msecs: filelock_init+0x0/0x40()
[   23.232228] Calling initcall 0xc03f8150: init_script_binfmt+0x0/0x10()
[   23.235392] initcall 0xc03f8150: init_script_binfmt+0x0/0x10() returned 0.
[   23.237079] initcall 0xc03f8150 ran for 0 msecs: init_script_binfmt+0x0/0x10()
[   23.241943] Calling initcall 0xc03f8160: init_elf_binfmt+0x0/0x10()
[   23.243716] initcall 0xc03f8160: init_elf_binfmt+0x0/0x10() returned 0.
[   23.245465] initcall 0xc03f8160 ran for 0 msecs: init_elf_binfmt+0x0/0x10()
[   23.247058] Calling initcall 0xc03f92a0: debugfs_init+0x0/0x40()
[   23.248687] initcall 0xc03f92a0: debugfs_init+0x0/0x40() returned 0.
[   23.250368] initcall 0xc03f92a0 ran for 0 msecs: debugfs_init+0x0/0x40()
[   23.251923] Calling initcall 0xc03f9810: securityfs_init+0x0/0x40()
[   23.253591] initcall 0xc03f9810: securityfs_init+0x0/0x40() returned 0.
[   23.255448] initcall 0xc03f9810 ran for 0 msecs: securityfs_init+0x0/0x40()
[   23.257056] Calling initcall 0xc03fa280: random32_init+0x0/0x50()
[   23.258830] initcall 0xc03fa280: random32_init+0x0/0x50() returned 0.
[   23.261038] initcall 0xc03fa280 ran for 0 msecs: random32_init+0x0/0x50()
[   23.262651] Calling initcall 0xc02641f0: early_resume_init+0x0/0x1d0()
[   23.264549] Time: 20:25:11  Date: 08/20/107
[   23.265803] initcall 0xc02641f0: early_resume_init+0x0/0x1d0() returned 0.
[   23.267586] initcall 0xc02641f0 ran for 3 msecs: early_resume_init+0x0/0x1d0()
[   23.272531] Calling initcall 0xc0402580: cpufreq_core_init+0x0/0x60()
[   23.274278] initcall 0xc0402580: cpufreq_core_init+0x0/0x60() returned 0.
[   23.276322] initcall 0xc0402580 ran for 0 msecs: cpufreq_core_init+0x0/0x60()
[   23.277954] Calling initcall 0xc04049d0: sock_init+0x0/0x60()
[   23.279640] initcall 0xc04049d0: sock_init+0x0/0x60() returned 0.
[   23.281591] initcall 0xc04049d0 ran for 0 msecs: sock_init+0x0/0x60()
[   23.283163] Calling initcall 0xc0405170: netpoll_init+0x0/0x30()
[   23.284854] initcall 0xc0405170: netpoll_init+0x0/0x30() returned 0.
[   23.286570] initcall 0xc0405170 ran for 0 msecs: netpoll_init+0x0/0x30()
[   23.288140] Calling initcall 0xc04054c0: netlink_proto_init+0x0/0x140()
[   23.289836] NET: Registered protocol family 16
[   23.291096] initcall 0xc04054c0: netlink_proto_init+0x0/0x140() returned 0.
[   23.292805] initcall 0xc04054c0 ran for 0 msecs: netlink_proto_init+0x0/0x140()
[   23.295231] Calling initcall 0xc03fa170: kobject_uevent_init+0x0/0x50()
[   23.296900] initcall 0xc03fa170: kobject_uevent_init+0x0/0x50() returned 0.
[   23.298641] initcall 0xc03fa170 ran for 0 msecs: kobject_uevent_init+0x0/0x50()
[   23.303417] Calling initcall 0xc03fa3c0: pcibus_class_init+0x0/0x10()
[   23.305230] initcall 0xc03fa3c0: pcibus_class_init+0x0/0x10() returned 0.
[   23.306911] initcall 0xc03fa3c0 ran for 0 msecs: pcibus_class_init+0x0/0x10()
[   23.308526] Calling initcall 0xc03fa9b0: pci_driver_init+0x0/0x10()
[   23.310264] initcall 0xc03fa9b0: pci_driver_init+0x0/0x10() returned 0.
[   23.311940] initcall 0xc03fa9b0 ran for 0 msecs: pci_driver_init+0x0/0x10()
[   23.313574] Calling initcall 0xc03facf0: backlight_class_init+0x0/0x10()
[   23.315327] initcall 0xc03facf0: backlight_class_init+0x0/0x10() returned 0.
[   23.317027] initcall 0xc03facf0 ran for 0 msecs: backlight_class_init+0x0/0x10()
[   23.319416] Calling initcall 0xc03ff300: tty_class_init+0x0/0x20()
[   23.321034] initcall 0xc03ff300: tty_class_init+0x0/0x20() returned 0.
[   23.322754] initcall 0xc03ff300 ran for 0 msecs: tty_class_init+0x0/0x20()
[   23.324368] Calling initcall 0xc0400000: vtconsole_class_init+0x0/0xd0()
[   23.326305] initcall 0xc0400000: vtconsole_class_init+0x0/0xd0() returned 0.
[   23.328016] initcall 0xc0400000 ran for 0 msecs: vtconsole_class_init+0x0/0xd0()
[   23.330415] Calling initcall 0xc0401d50: eisa_init+0x0/0x30()
[   23.332002] EISA bus registered
[   23.335713] initcall 0xc0401d50: eisa_init+0x0/0x30() returned 0.
[   23.337409] initcall 0xc0401d50 ran for 3 msecs: eisa_init+0x0/0x30()
[   23.339036] Calling initcall 0xc03e98e0: init_pit_clocksource+0x0/0x90()
[   23.340732] initcall 0xc03e98e0: init_pit_clocksource+0x0/0x90() returned 0.
[   23.342477] initcall 0xc03e98e0 ran for 0 msecs: init_pit_clocksource+0x0/0x90()
[   23.345056] Calling initcall 0xc03ea2d0: mtrr_if_init+0x0/0x60()
[   23.346698] initcall 0xc03ea2d0: mtrr_if_init+0x0/0x60() returned 0.
[   23.348351] initcall 0xc03ea2d0 ran for 0 msecs: mtrr_if_init+0x0/0x60()
[   23.349941] Calling initcall 0xc03eb440: ffh_cstate_init+0x0/0x30()
[   23.351591] initcall 0xc03eb440: ffh_cstate_init+0x0/0x30() returned 0.
[   23.353287] initcall 0xc03eb440 ran for 0 msecs: ffh_cstate_init+0x0/0x30()
[   23.354904] Calling initcall 0xc03ef960: kdump_buf_page_init+0x0/0x40()
[   23.356612] initcall 0xc03ef960: kdump_buf_page_init+0x0/0x40() returned 0.
[   23.358353] initcall 0xc03ef960 ran for 0 msecs: kdump_buf_page_init+0x0/0x40()
[   23.374348] Calling initcall 0xc03fab40: acpi_pci_init+0x0/0x50()
[   23.376061] ACPI: bus type pci registered
[   23.377291] initcall 0xc03fab40: acpi_pci_init+0x0/0x50() returned 0.
[   23.378972] initcall 0xc03fab40 ran for 3 msecs: acpi_pci_init+0x0/0x50()
[   23.380592] Calling initcall 0xc03fcc08: init_acpi_device_notify+0x0/0x44()
[   23.382339] initcall 0xc03fcc08: init_acpi_device_notify+0x0/0x44() returned 0.
[   23.384839] initcall 0xc03fcc08 ran for 0 msecs: init_acpi_device_notify+0x0/0x44()
[   23.387254] Calling initcall 0xc0403240: pci_access_init+0x0/0x50()
[   23.389003] PCI: PCI BIOS revision 2.10 entry at 0xfa530, last bus=0
[   23.390422] PCI: Using configuration type 1
[   23.391633] initcall 0xc0403240: pci_access_init+0x0/0x50() returned 0.
[   23.393340] initcall 0xc0403240 ran for 3 msecs: pci_access_init+0x0/0x50()
[   23.394976] Calling initcall 0xc03e8e50: request_standard_resources+0x0/0x3c0()
[   23.397483] Setting up standard PCI resources
[   23.401669] initcall 0xc03e8e50: request_standard_resources+0x0/0x3c0() returned 0.
[   23.404236] initcall 0xc03e8e50 ran for 3 msecs: request_standard_resources+0x0/0x3c0()
[   23.406770] Calling initcall 0xc03e9750: topology_init+0x0/0x30()
[   23.408483] initcall 0xc03e9750: topology_init+0x0/0x30() returned 0.
[   23.410228] initcall 0xc03e9750 ran for 0 msecs: topology_init+0x0/0x30()
[   23.411816] Calling initcall 0xc03e9f70: mtrr_init_finialize+0x0/0x30()
[   23.413513] initcall 0xc03e9f70: mtrr_init_finialize+0x0/0x30() returned 0.
[   23.415391] initcall 0xc03e9f70 ran for 0 msecs: mtrr_init_finialize+0x0/0x30()
[   23.417929] Calling initcall 0xc03eb560: mca_init+0x0/0x320()
[   23.419538] initcall 0xc03eb560: mca_init+0x0/0x320() returned -19.
[   23.421208] initcall 0xc03eb560 ran for 0 msecs: mca_init+0x0/0x320()
[   23.422749] Calling initcall 0xc03f4680: param_sysfs_init+0x0/0x1e0()
[   23.425107] initcall 0xc03f4680: param_sysfs_init+0x0/0x1e0() returned 0.
[   23.426834] initcall 0xc03f4680 ran for 3 msecs: param_sysfs_init+0x0/0x1e0()
[   23.428433] Calling initcall 0xc0151b10: pm_sysrq_init+0x0/0x20()
[   23.430094] initcall 0xc0151b10: pm_sysrq_init+0x0/0x20() returned 0.
[   23.431737] initcall 0xc0151b10 ran for 0 msecs: pm_sysrq_init+0x0/0x20()
[   23.435883] Calling initcall 0xc03f7d80: init_bio+0x0/0xd0()
[   23.437512] initcall 0xc03f7d80: init_bio+0x0/0xd0() returned 0.
[   23.439155] initcall 0xc03f7d80 ran for 0 msecs: init_bio+0x0/0xd0()
[   23.440679] Calling initcall 0xc03f9e90: genhd_device_init+0x0/0x60()
[   23.442415] initcall 0xc03f9e90: genhd_device_init+0x0/0x60() returned 0.
[   23.444238] initcall 0xc03f9e90 ran for 0 msecs: genhd_device_init+0x0/0x60()
[   23.445982] Calling initcall 0xc03fab90: fbmem_init+0x0/0xa0()
[   23.447581] initcall 0xc03fab90: fbmem_init+0x0/0xa0() returned 0.
[   23.449260] initcall 0xc03fab90 ran for 0 msecs: fbmem_init+0x0/0xa0()
[   23.450835] Calling initcall 0xc03fca05: acpi_init+0x0/0x203()
[   23.453118] ACPI Exception (evxface-0643): AE_BAD_PARAMETER, Installing notify handler failed [20070126]
[   23.456095] ACPI: Interpreter enabled
[   23.457291] ACPI: (supports S5)
[   23.458635] ACPI: Using IOAPIC for interrupt routing
[   23.459936] initcall 0xc03fca05: acpi_init+0x0/0x203() returned 0.
[   23.461594] initcall 0xc03fca05 ran for 7 msecs: acpi_init+0x0/0x203()
[   23.463223] Calling initcall 0xc03fcc4c: acpi_scan_init+0x0/0x101()
[   23.469148] initcall 0xc03fcc4c: acpi_scan_init+0x0/0x101() returned 0.
[   23.470843] initcall 0xc03fcc4c ran for 3 msecs: acpi_scan_init+0x0/0x101()
[   23.472430] Calling initcall 0xc03fcd4d: acpi_ec_init+0x0/0x51()
[   23.474141] initcall 0xc03fcd4d: acpi_ec_init+0x0/0x51() returned 0.
[   23.475917] initcall 0xc03fcd4d ran for 0 msecs: acpi_ec_init+0x0/0x51()
[   23.477631] Calling initcall 0xc03fcecc: acpi_pci_root_init+0x0/0x21()
[   23.479339] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   23.481799] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
[   23.481800] * this clock source is slow. Consider trying other clock sources
[   23.485911] PCI quirk: region b000-b03f claimed by PIIX4 ACPI
[   23.487400] PCI quirk: region b100-b10f claimed by PIIX4 SMB
[   23.490367] initcall 0xc03fcecc: acpi_pci_root_init+0x0/0x21() returned 0.
[   23.492080] initcall 0xc03fcecc ran for 11 msecs: acpi_pci_root_init+0x0/0x21()
[   23.494550] Calling initcall 0xc03fcfa1: acpi_pci_link_init+0x0/0x3f()
[   23.496358] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12)
[   23.501971] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *9 10 11 12)
[   23.504885] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11 12)
[   23.507853] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *9 10 11 12)
[   23.510645] initcall 0xc03fcfa1: acpi_pci_link_init+0x0/0x3f() returned 0.
[   23.512344] initcall 0xc03fcfa1 ran for 15 msecs: acpi_pci_link_init+0x0/0x3f()
[   23.514732] Calling initcall 0xc03fd071: acpi_power_init+0x0/0x65()
[   23.516499] initcall 0xc03fd071: acpi_power_init+0x0/0x65() returned 0.
[   23.518213] initcall 0xc03fd071 ran for 0 msecs: acpi_power_init+0x0/0x65()
[   23.519810] Calling initcall 0xc03fd0d6: acpi_system_init+0x0/0xa8()
[   23.521603] initcall 0xc03fd0d6: acpi_system_init+0x0/0xa8() returned 0.
[   23.523333] initcall 0xc03fd0d6 ran for 0 msecs: acpi_system_init+0x0/0xa8()
[   23.525117] Calling initcall 0xc03fd17e: acpi_event_init+0x0/0x34()
[   23.526765] initcall 0xc03fd17e: acpi_event_init+0x0/0x34() returned 0.
[   23.528426] initcall 0xc03fd17e ran for 0 msecs: acpi_event_init+0x0/0x34()
[   23.530054] Calling initcall 0xc03fd1b2: acpi_cm_sbs_init+0x0/0xe()
[   23.534840] initcall 0xc03fd1b2: acpi_cm_sbs_init+0x0/0xe() returned 0.
[   23.536565] initcall 0xc03fd1b2 ran for 0 msecs: acpi_cm_sbs_init+0x0/0xe()
[   23.538168] Calling initcall 0xc03fd1c0: pnp_init+0x0/0x20()
[   23.539764] Linux Plug and Play Support v0.97 (c) Adam Belay
[   23.541164] initcall 0xc03fd1c0: pnp_init+0x0/0x20() returned 0.
[   23.542785] initcall 0xc03fd1c0 ran for 3 msecs: pnp_init+0x0/0x20()
[   23.544380] Calling initcall 0xc03fd430: pnpacpi_init+0x0/0x90()
[   23.546592] pnp: PnP ACPI init
[   23.547722] ACPI: bus type pnp registered
[   23.549801] pnp: PnP ACPI: found 6 devices
[   23.551214] ACPI: ACPI bus type pnp unregistered
[   23.552513] initcall 0xc03fd430: pnpacpi_init+0x0/0x90() returned 0.
[   23.554191] initcall 0xc03fd430 ran for 7 msecs: pnpacpi_init+0x0/0x90()
[   23.555960] Calling initcall 0xc03fd870: pnpbios_init+0x0/0x440()
[   23.557733] PnPBIOS: Disabled by ACPI PNP
[   23.558941] initcall 0xc03fd870: pnpbios_init+0x0/0x440() returned -19.
[   23.560651] initcall 0xc03fd870 ran for 0 msecs: pnpbios_init+0x0/0x440()
[   23.562229] Calling initcall 0xc03ffa80: misc_init+0x0/0x80()
[   23.566020] initcall 0xc03ffa80: misc_init+0x0/0x80() returned 0.
[   23.567908] initcall 0xc03ffa80 ran for 0 msecs: misc_init+0x0/0x80()
[   23.569525] Calling initcall 0xc04013a0: spi_init+0x0/0x70()
[   23.571143] initcall 0xc04013a0: spi_init+0x0/0x70() returned 0.
[   23.572787] initcall 0xc04013a0 ran for 0 msecs: spi_init+0x0/0x70()
[   23.574319] Calling initcall 0xc04014c0: serio_init+0x0/0xb0()
[   23.576073] initcall 0xc04014c0: serio_init+0x0/0xb0() returned 0.
[   23.577763] initcall 0xc04014c0 ran for 0 msecs: serio_init+0x0/0xb0()
[   23.579301] Calling initcall 0xc0401930: input_init+0x0/0x100()
[   23.581005] initcall 0xc0401930: input_init+0x0/0x100() returned 0.
[   23.582651] initcall 0xc0401930 ran for 0 msecs: input_init+0x0/0x100()
[   23.584205] Calling initcall 0xc0401c40: hwmon_init+0x0/0x40()
[   23.585890] initcall 0xc0401c40: hwmon_init+0x0/0x40() returned 0.
[   23.587528] initcall 0xc0401c40 ran for 0 msecs: hwmon_init+0x0/0x40()
[   23.589096] Calling initcall 0xc0402f60: dma_bus_init+0x0/0x20()
[   23.590738] initcall 0xc0402f60: dma_bus_init+0x0/0x20() returned 0.
[   23.592402] initcall 0xc0402f60 ran for 0 msecs: dma_bus_init+0x0/0x20()
[   23.594015] Calling initcall 0xc0403dd0: pci_acpi_init+0x0/0xb0()
[   23.598213] PCI: Using ACPI for IRQ routing
[   23.599444] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   23.601797] initcall 0xc0403dd0: pci_acpi_init+0x0/0xb0() returned 0.
[   23.603465] initcall 0xc0403dd0 ran for 3 msecs: pci_acpi_init+0x0/0xb0()
[   23.605112] Calling initcall 0xc0403e80: pci_legacy_init+0x0/0x120()
[   23.606808] initcall 0xc0403e80: pci_legacy_init+0x0/0x120() returned 0.
[   23.608511] initcall 0xc0403e80 ran for 0 msecs: pci_legacy_init+0x0/0x120()
[   23.610114] Calling initcall 0xc0404430: pcibios_irq_init+0x0/0x510()
[   23.611771] initcall 0xc0404430: pcibios_irq_init+0x0/0x510() returned 0.
[   23.613500] initcall 0xc0404430 ran for 0 msecs: pcibios_irq_init+0x0/0x510()
[   23.615199] Calling initcall 0xc0404940: pcibios_init+0x0/0x90()
[   23.634004] initcall 0xc0404940: pcibios_init+0x0/0x90() returned 0.
[   23.635749] initcall 0xc0404940 ran for 15 msecs: pcibios_init+0x0/0x90()
[   23.637356] Calling initcall 0xc0404a90: proto_init+0x0/0x30()
[   23.638950] initcall 0xc0404a90: proto_init+0x0/0x30() returned 0.
[   23.640605] initcall 0xc0404a90 ran for 0 msecs: proto_init+0x0/0x30()
[   23.642286] Calling initcall 0xc0404c20: net_dev_init+0x0/0x230()
[   23.643982] initcall 0xc0404c20: net_dev_init+0x0/0x230() returned 0.
[   23.645710] initcall 0xc0404c20 ran for 0 msecs: net_dev_init+0x0/0x230()
[   23.650298] Calling initcall 0xc0404e80: neigh_init+0x0/0x80()
[   23.651895] initcall 0xc0404e80: neigh_init+0x0/0x80() returned 0.
[   23.653553] initcall 0xc0404e80 ran for 0 msecs: neigh_init+0x0/0x80()
[   23.655145] Calling initcall 0xc04051a0: fib_rules_init+0x0/0x60()
[   23.656852] initcall 0xc04051a0: fib_rules_init+0x0/0x60() returned 0.
[   23.658579] initcall 0xc04051a0 ran for 0 msecs: fib_rules_init+0x0/0x60()
[   23.660319] Calling initcall 0xc0405320: pktsched_init+0x0/0xd0()
[   23.666460] initcall 0xc0405320: pktsched_init+0x0/0xd0() returned 0.
[   23.668260] initcall 0xc0405320 ran for 0 msecs: pktsched_init+0x0/0xd0()
[   23.669889] Calling initcall 0xc0405400: tc_filter_init+0x0/0x60()
[   23.671647] initcall 0xc0405400: tc_filter_init+0x0/0x60() returned 0.
[   23.673613] initcall 0xc0405400 ran for 0 msecs: tc_filter_init+0x0/0x60()
[   23.675289] Calling initcall 0xc0405460: tc_action_init+0x0/0x60()
[   23.676945] initcall 0xc0405460: tc_action_init+0x0/0x60() returned 0.
[   23.678616] initcall 0xc0405460 ran for 0 msecs: tc_action_init+0x0/0x60()
[   23.680337] Calling initcall 0xc0405600: genl_init+0x0/0xb0()
[   23.681967] initcall 0xc0405600: genl_init+0x0/0xb0() returned 0.
[   23.683601] initcall 0xc0405600 ran for 0 msecs: genl_init+0x0/0xb0()
[   23.685267] Calling initcall 0xc0406b80: atm_init+0x0/0xc0()
[   23.686846] NET: Registered protocol family 8
[   23.688093] NET: Registered protocol family 20
[   23.689392] initcall 0xc0406b80: atm_init+0x0/0xc0() returned 0.
[   23.690999] initcall 0xc0406b80 ran for 3 msecs: atm_init+0x0/0xc0()
[   23.692592] Calling initcall 0xc0406d50: wireless_nlevent_init+0x0/0x30()
[   23.717154] initcall 0xc0406d50: wireless_nlevent_init+0x0/0x30() returned 0.
[   23.721676] initcall 0xc0406d50 ran for 0 msecs: wireless_nlevent_init+0x0/0x30()
[   23.724201] Calling initcall 0xc03f4be0: clocksource_done_booting+0x0/0x10()
[   23.725937] initcall 0xc03f4be0: clocksource_done_booting+0x0/0x10() returned 0.
[   23.730072] Time: tsc clocksource has been installed.
[   23.731445] initcall 0xc03f4be0 ran for 0 msecs: clocksource_done_booting+0x0/0x10()
[   23.734090] Calling initcall 0xc03f7550: init_pipe_fs+0x0/0x50()
[   23.736198] initcall 0xc03f7550: init_pipe_fs+0x0/0x50() returned 0.
[   23.738028] initcall 0xc03f7550 ran for 0 msecs: init_pipe_fs+0x0/0x50()
[   23.762764] Calling initcall 0xc03f7fb0: eventpoll_init+0x0/0xa0()
[   23.766172] initcall 0xc03f7fb0: eventpoll_init+0x0/0xa0() returned 0.
[   23.767852] initcall 0xc03f7fb0 ran for 0 msecs: eventpoll_init+0x0/0xa0()
[   23.769782] Calling initcall 0xc03f8050: anon_inode_init+0x0/0x100()
[   23.771701] initcall 0xc03f8050: anon_inode_init+0x0/0x100() returned 0.
[   23.773464] initcall 0xc03f8050 ran for 0 msecs: anon_inode_init+0x0/0x100()
[   23.775155] Calling initcall 0xc03fd2e0: pnp_system_init+0x0/0x10()
[   23.776985] initcall 0xc03fd2e0: pnp_system_init+0x0/0x10() returned 0.
[   23.778738] initcall 0xc03fd2e0 ran for 0 msecs: pnp_system_init+0x0/0x10()
[   23.781269] Calling initcall 0xc03ff230: chr_dev_init+0x0/0x90()
[   23.785849] initcall 0xc03ff230: chr_dev_init+0x0/0x90() returned 0.
[   23.787491] initcall 0xc03ff230 ran for 0 msecs: chr_dev_init+0x0/0x90()
[   23.789089] Calling initcall 0xc0400fb0: firmware_class_init+0x0/0x70()
[   23.791729] initcall 0xc0400fb0: firmware_class_init+0x0/0x70() returned 0.
[   23.793593] initcall 0xc0400fb0 ran for 0 msecs: firmware_class_init+0x0/0x70()
[   23.796147] Calling initcall 0xc04025e0: cpufreq_gov_performance_init+0x0/0x10()
[   23.798707] initcall 0xc04025e0: cpufreq_gov_performance_init+0x0/0x10() returned 0.
[   23.801407] initcall 0xc04025e0 ran for 0 msecs: cpufreq_gov_performance_init+0x0/0x10()
[   23.803952] Calling initcall 0xc0402db0: init_acpi_pm_clocksource+0x0/0x1b0()
[   23.835825] initcall 0xc0402db0: init_acpi_pm_clocksource+0x0/0x1b0() returned 0.
[   23.838636] initcall 0xc0402db0 ran for 28 msecs: init_acpi_pm_clocksource+0x0/0x1b0()
[   23.841078] Calling initcall 0xc0402f80: pcibios_assign_resources+0x0/0x80()
[   23.842827] initcall 0xc0402f80: pcibios_assign_resources+0x0/0x80() returned 0.
[   23.845382] initcall 0xc0402f80 ran for 0 msecs: pcibios_assign_resources+0x0/0x80()
[   23.850501] Calling initcall 0xc04061e0: inet_init+0x0/0x330()
[   23.852146] NET: Registered protocol family 2
[   23.891642] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[   23.894173] TCP established hash table entries: 8192 (order: 4, 98304 bytes)
[   23.896457] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[   23.898414] TCP: Hash tables configured (established 8192 bind 8192)
[   23.900907] TCP reno registered
[   23.911539] initcall 0xc04061e0: inet_init+0x0/0x330() returned 0.
[   23.916599] initcall 0xc04061e0 ran for 56 msecs: inet_init+0x0/0x330()
[   23.918788] Calling initcall 0xc03e7280: populate_rootfs+0x0/0x100()
[   23.921138] checking if image is initramfs... it is
[   24.338382] Switched to high resolution mode on CPU 0
[   24.609940] Freeing initrd memory: 7071k freed
[   24.611586] initcall 0xc03e7280: populate_rootfs+0x0/0x100() returned 0.
[   24.613362] initcall 0xc03e7280 ran for 659 msecs: populate_rootfs+0x0/0x100()
[   24.615749] Calling initcall 0xc03e8360: i8259A_init_sysfs+0x0/0x20()
[   24.617578] initcall 0xc03e8360: i8259A_init_sysfs+0x0/0x20() returned 0.
[   24.620200] initcall 0xc03e8360 ran for 0 msecs: i8259A_init_sysfs+0x0/0x20()
[   24.621863] Calling initcall 0xc03e8480: sbf_init+0x0/0xe0()
[   24.623492] initcall 0xc03e8480: sbf_init+0x0/0xe0() returned 0.
[   24.625234] initcall 0xc03e8480 ran for 0 msecs: sbf_init+0x0/0xe0()
[   24.626776] Calling initcall 0xc03e9730: i8237A_init_sysfs+0x0/0x20()
[   24.628534] initcall 0xc03e9730: i8237A_init_sysfs+0x0/0x20() returned 0.
[   24.630249] initcall 0xc03e9730 ran for 0 msecs: i8237A_init_sysfs+0x0/0x20()
[   24.631924] Calling initcall 0xc010e220: cache_sysfs_init+0x0/0x60()
[   24.633742] initcall 0xc010e220: cache_sysfs_init+0x0/0x60() returned 0.
[   24.635450] initcall 0xc010e220 ran for 0 msecs: cache_sysfs_init+0x0/0x60()
[   24.637133] Calling initcall 0xc03ece60: init_lapic_sysfs+0x0/0x30()
[   24.638844] initcall 0xc03ece60: init_lapic_sysfs+0x0/0x30() returned 0.
[   24.643559] initcall 0xc03ece60 ran for 0 msecs: init_lapic_sysfs+0x0/0x30()
[   24.645212] Calling initcall 0xc03ef4b0: ioapic_init_sysfs+0x0/0xe0()
[   24.646936] initcall 0xc03ef4b0: ioapic_init_sysfs+0x0/0xe0() returned 0.
[   24.648708] initcall 0xc03ef4b0 ran for 0 msecs: ioapic_init_sysfs+0x0/0xe0()
[   24.650379] Calling initcall 0xc03f08b0: serial8250_x86_com_init+0x0/0x30()
[   24.652313] initcall 0xc03f08b0: serial8250_x86_com_init+0x0/0x30() returned -19.
[   24.654964] initcall 0xc03f08b0 ran for 0 msecs: serial8250_x86_com_init+0x0/0x30()
[   24.657399] Calling initcall 0xc03f0c80: hpet_register_sysfs+0x0/0x50()
[   24.659196] initcall 0xc03f0c80: hpet_register_sysfs+0x0/0x50() returned 0.
[   24.660998] initcall 0xc03f0c80 ran for 0 msecs: hpet_register_sysfs+0x0/0x50()
[   24.663396] Calling initcall 0xc03f26c0: init_vmi_clocksource+0x0/0x110()
[   24.665158] initcall 0xc03f26c0: init_vmi_clocksource+0x0/0x110() returned 0.
[   24.666952] initcall 0xc03f26c0 ran for 0 msecs: init_vmi_clocksource+0x0/0x110()
[   24.669388] Calling initcall 0xc03f2820: add_pcspkr+0x0/0x60()
[   24.671012] initcall 0xc03f2820: add_pcspkr+0x0/0x60() returned 0.
[   24.672801] initcall 0xc03f2820 ran for 0 msecs: add_pcspkr+0x0/0x60()
[   24.677009] Calling initcall 0xc03f3d70: create_proc_profile+0x0/0x1a0()
[   24.678702] initcall 0xc03f3d70: create_proc_profile+0x0/0x1a0() returned 0.
[   24.680440] initcall 0xc03f3d70 ran for 0 msecs: create_proc_profile+0x0/0x1a0()
[   24.683475] Calling initcall 0xc03f4230: ioresources_init+0x0/0x40()
[   24.685649] initcall 0xc03f4230: ioresources_init+0x0/0x40() returned 0.
[   24.687333] initcall 0xc03f4230 ran for 0 msecs: ioresources_init+0x0/0x40()
[   24.688963] Calling initcall 0xc03f4380: uid_cache_init+0x0/0x90()
[   24.690604] initcall 0xc03f4380: uid_cache_init+0x0/0x90() returned 0.
[   24.693322] initcall 0xc03f4380 ran for 0 msecs: uid_cache_init+0x0/0x90()
[   24.695048] Calling initcall 0xc03f4860: init_posix_timers+0x0/0xa0()
[   24.696749] initcall 0xc03f4860: init_posix_timers+0x0/0xa0() returned 0.
[   24.698448] initcall 0xc03f4860 ran for 0 msecs: init_posix_timers+0x0/0xa0()
[   24.700076] Calling initcall 0xc03f4900: init_posix_cpu_timers+0x0/0xa0()
[   24.702303] initcall 0xc03f4900: init_posix_cpu_timers+0x0/0xa0() returned 0.
[   24.704070] initcall 0xc03f4900 ran for 0 msecs: init_posix_cpu_timers+0x0/0xa0()
[   24.710373] Calling initcall 0xc03f4a60: latency_init+0x0/0x20()
[   24.712001] initcall 0xc03f4a60: latency_init+0x0/0x20() returned 0.
[   24.713687] initcall 0xc03f4a60 ran for 0 msecs: latency_init+0x0/0x20()
[   24.715259] Calling initcall 0xc03f4a80: timekeeping_init_device+0x0/0x20()
[   24.717050] initcall 0xc03f4a80: timekeeping_init_device+0x0/0x20() returned 0.
[   24.719544] initcall 0xc03f4a80 ran for 0 msecs: timekeeping_init_device+0x0/0x20()
[   24.722069] Calling initcall 0xc03f4bf0: init_clocksource_sysfs+0x0/0x40()
[   24.723832] initcall 0xc03f4bf0: init_clocksource_sysfs+0x0/0x40() returned 0.
[   24.726398] initcall 0xc03f4bf0 ran for 0 msecs: init_clocksource_sysfs+0x0/0x40()
[   24.728796] Calling initcall 0xc03f4d00: init_timer_list_procfs+0x0/0x30()
[   24.730541] initcall 0xc03f4d00: init_timer_list_procfs+0x0/0x30() returned 0.
[   24.733450] initcall 0xc03f4d00 ran for 0 msecs: init_timer_list_procfs+0x0/0x30()
[   24.736654] Calling initcall 0xc03f4dc0: init_tstats_procfs+0x0/0x30()
[   24.738369] initcall 0xc03f4dc0: init_tstats_procfs+0x0/0x30() returned 0.
[   24.743113] initcall 0xc03f4dc0 ran for 0 msecs: init_tstats_procfs+0x0/0x30()
[   24.745547] Calling initcall 0xc03f4e30: init+0x0/0x80()
[   24.747963] initcall 0xc03f4e30: init+0x0/0x80() returned 0.
[   24.749591] initcall 0xc03f4e30 ran for 0 msecs: init+0x0/0x80()
[   24.751135] Calling initcall 0xc03f4eb0: proc_dma_init+0x0/0x20()
[   24.752874] initcall 0xc03f4eb0: proc_dma_init+0x0/0x20() returned 0.
[   24.754568] initcall 0xc03f4eb0 ran for 0 msecs: proc_dma_init+0x0/0x20()
[   24.756150] Calling initcall 0xc01499a0: percpu_modinit+0x0/0x70()
[   24.757806] initcall 0xc01499a0: percpu_modinit+0x0/0x70() returned 0.
[   24.759651] initcall 0xc01499a0 ran for 0 msecs: percpu_modinit+0x0/0x70()
[   24.761383] Calling initcall 0xc03f4ed0: kallsyms_init+0x0/0x20()
[   24.763065] initcall 0xc03f4ed0: kallsyms_init+0x0/0x20() returned 0.
[   24.764740] initcall 0xc03f4ed0 ran for 0 msecs: kallsyms_init+0x0/0x20()
[   24.766329] Calling initcall 0xc03f5060: snapshot_device_init+0x0/0x10()
[   24.768097] initcall 0xc03f5060: snapshot_device_init+0x0/0x10() returned 0.
[   24.769884] initcall 0xc03f5060 ran for 0 msecs: snapshot_device_init+0x0/0x10()
[   24.772715] Calling initcall 0xc03f5070: crash_notes_memory_init+0x0/0x40()
[   24.777405] initcall 0xc03f5070: crash_notes_memory_init+0x0/0x40() returned 0.
[   24.779892] initcall 0xc03f5070 ran for 0 msecs: crash_notes_memory_init+0x0/0x40()
[   24.782507] Calling initcall 0xc03f5240: audit_init+0x0/0x100()
[   24.784223] audit: initializing netlink socket (disabled)
[   24.785612] audit(1190319912.112:1): initialized
[   24.786894] initcall 0xc03f5240: audit_init+0x0/0x100() returned 0.
[   24.788526] initcall 0xc03f5240 ran for 2 msecs: audit_init+0x0/0x100()
[   24.790125] Calling initcall 0xc03f53c0: init_kprobes+0x0/0x50()
[   24.791751] initcall 0xc03f53c0: init_kprobes+0x0/0x50() returned 0.
[   24.793597] initcall 0xc03f53c0 ran for 0 msecs: init_kprobes+0x0/0x50()
[   24.795244] Calling initcall 0xc03f54e0: relay_init+0x0/0x10()
[   24.796960] initcall 0xc03f54e0: relay_init+0x0/0x10() returned 0.
[   24.798595] initcall 0xc03f54e0 ran for 0 msecs: relay_init+0x0/0x10()
[   24.800603] Calling initcall 0xc03f54f0: utsname_sysctl_init+0x0/0x10()
[   24.802345] initcall 0xc03f54f0: utsname_sysctl_init+0x0/0x10() returned 0.
[   24.804098] initcall 0xc03f54f0 ran for 0 msecs: utsname_sysctl_init+0x0/0x10()
[   24.809101] Calling initcall 0xc03f63b0: init_per_zone_pages_min+0x0/0x50()
[   24.810867] initcall 0xc03f63b0: init_per_zone_pages_min+0x0/0x50() returned 0.
[   24.813421] initcall 0xc03f63b0 ran for 0 msecs: init_per_zone_pages_min+0x0/0x50()
[   24.815842] Calling initcall 0xc03f6ed0: pdflush_init+0x0/0x20()
[   24.817529] initcall 0xc03f6ed0: pdflush_init+0x0/0x20() returned 0.
[   24.819950] initcall 0xc03f6ed0 ran for 0 msecs: pdflush_init+0x0/0x20()
[   24.821555] Calling initcall 0xc03f6f10: kswapd_init+0x0/0x30()
[   24.823255] initcall 0xc03f6f10: kswapd_init+0x0/0x30() returned 0.
[   24.824937] initcall 0xc03f6f10 ran for 0 msecs: kswapd_init+0x0/0x30()
[   24.826522] Calling initcall 0xc03f6f40: setup_vmstat+0x0/0x40()
[   24.828144] initcall 0xc03f6f40: setup_vmstat+0x0/0x40() returned 0.
[   24.829823] initcall 0xc03f6f40 ran for 0 msecs: setup_vmstat+0x0/0x40()
[   24.831613] Calling initcall 0xc03f7050: init_emergency_pool+0x0/0x70()
[   24.833955] initcall 0xc03f7050: init_emergency_pool+0x0/0x70() returned 0.
[   24.836264] initcall 0xc03f7050 ran for 0 msecs: init_emergency_pool+0x0/0x70()
[   24.842274] Calling initcall 0xc03f70c0: procswaps_init+0x0/0x20()
[   24.844676] initcall 0xc03f70c0: procswaps_init+0x0/0x20() returned 0.
[   24.846926] initcall 0xc03f70c0 ran for 0 msecs: procswaps_init+0x0/0x20()
[   24.849083] Calling initcall 0xc03f70e0: init_tmpfs+0x0/0xc0()
[   24.851253] initcall 0xc03f70e0: init_tmpfs+0x0/0xc0() returned 0.
[   24.868390] initcall 0xc03f70e0 ran for 0 msecs: init_tmpfs+0x0/0xc0()
[   24.873344] Calling initcall 0xc03f72d0: slab_sysfs_init+0x0/0xb0()
[   24.877440] initcall 0xc03f72d0: slab_sysfs_init+0x0/0xb0() returned 0.
[   24.879712] initcall 0xc03f72d0 ran for 1 msecs: slab_sysfs_init+0x0/0xb0()
[   24.881942] Calling initcall 0xc03f75a0: fasync_init+0x0/0x40()
[   24.884197] initcall 0xc03f75a0: fasync_init+0x0/0x40() returned 0.
[   24.886469] initcall 0xc03f75a0 ran for 0 msecs: fasync_init+0x0/0x40()
[   24.888653] Calling initcall 0xc03f7ca0: aio_setup+0x0/0x80()
[   24.890973] initcall 0xc03f7ca0: aio_setup+0x0/0x80() returned 0.
[   24.893263] initcall 0xc03f7ca0 ran for 0 msecs: aio_setup+0x0/0x80()
[   24.895388] Calling initcall 0xc03f7ed0: inotify_setup+0x0/0x10()
[   24.897639] initcall 0xc03f7ed0: inotify_setup+0x0/0x10() returned 0.
[   24.899853] initcall 0xc03f7ed0 ran for 0 msecs: inotify_setup+0x0/0x10()
[   24.904857] Calling initcall 0xc03f7ee0: inotify_user_setup+0x0/0xd0()
[   24.907137] initcall 0xc03f7ee0: inotify_user_setup+0x0/0xd0() returned 0.
[   24.909650] initcall 0xc03f7ee0 ran for 0 msecs: inotify_user_setup+0x0/0xd0()
[   24.912251] Calling initcall 0xc03f8170: dquot_init+0x0/0x100()
[   24.913938] VFS: Disk quotas dquot_6.5.1
[   24.915217] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   24.916746] initcall 0xc03f8170: dquot_init+0x0/0x100() returned 0.
[   24.918390] initcall 0xc03f8170 ran for 2 msecs: dquot_init+0x0/0x100()
[   24.920227] Calling initcall 0xc03f8270: dnotify_init+0x0/0x40()
[   24.921900] initcall 0xc03f8270: dnotify_init+0x0/0x40() returned 0.
[   24.923612] initcall 0xc03f8270 ran for 0 msecs: dnotify_init+0x0/0x40()
[   24.925237] Calling initcall 0xc03f8610: vmcore_init+0x0/0xb50()
[   24.926866] initcall 0xc03f8610: vmcore_init+0x0/0xb50() returned 0.
[   24.928540] initcall 0xc03f8610 ran for 0 msecs: vmcore_init+0x0/0xb50()
[   24.930100] Calling initcall 0xc03f9220: init_devpts_fs+0x0/0x30()
[   24.931753] initcall 0xc03f9220: init_devpts_fs+0x0/0x30() returned 0.
[   24.933469] initcall 0xc03f9220 ran for 0 msecs: init_devpts_fs+0x0/0x30()
[   24.937266] Calling initcall 0xc03f9250: init_cramfs_fs+0x0/0x30()
[   24.939008] initcall 0xc03f9250: init_cramfs_fs+0x0/0x30() returned 0.
[   24.940712] initcall 0xc03f9250 ran for 0 msecs: init_cramfs_fs+0x0/0x30()
[   24.942295] Calling initcall 0xc03f9290: init_ramfs_fs+0x0/0x10()
[   24.944040] initcall 0xc03f9290: init_ramfs_fs+0x0/0x10() returned 0.
[   24.945728] initcall 0xc03f9290 ran for 0 msecs: init_ramfs_fs+0x0/0x10()
[   24.947330] Calling initcall 0xc03f92e0: ipc_init+0x0/0x20()
[   24.948959] initcall 0xc03f92e0: ipc_init+0x0/0x20() returned 0.
[   24.950619] initcall 0xc03f92e0 ran for 0 msecs: ipc_init+0x0/0x20()
[   24.952193] Calling initcall 0xc03f9570: ipc_sysctl_init+0x0/0x10()
[   24.953912] initcall 0xc03f9570: ipc_sysctl_init+0x0/0x10() returned 0.
[   24.955596] initcall 0xc03f9570 ran for 0 msecs: ipc_sysctl_init+0x0/0x10()
[   24.957216] Calling initcall 0xc03f9580: init_mqueue_fs+0x0/0xd0()
[   24.958950] initcall 0xc03f9580: init_mqueue_fs+0x0/0xd0() returned 0.
[   24.960705] initcall 0xc03f9580 ran for 0 msecs: init_mqueue_fs+0x0/0xd0()
[   24.962290] Calling initcall 0xc03f9790: key_proc_init+0x0/0x30()
[   24.963956] initcall 0xc03f9790: key_proc_init+0x0/0x30() returned 0.
[   24.965650] initcall 0xc03f9790 ran for 0 msecs: key_proc_init+0x0/0x30()
[   24.969877] Calling initcall 0xc03f9940: selinux_nf_ip_init+0x0/0x60()
[   24.971564] initcall 0xc03f9940: selinux_nf_ip_init+0x0/0x60() returned 0.
[   24.973280] initcall 0xc03f9940 ran for 0 msecs: selinux_nf_ip_init+0x0/0x60()
[   24.975744] Calling initcall 0xc03f9b10: init_sel_fs+0x0/0x60()
[   24.977381] initcall 0xc03f9b10: init_sel_fs+0x0/0x60() returned 0.
[   24.979017] initcall 0xc03f9b10 ran for 0 msecs: init_sel_fs+0x0/0x60()
[   24.980613] Calling initcall 0xc03f9b70: selnl_init+0x0/0x50()
[   24.982212] initcall 0xc03f9b70: selnl_init+0x0/0x50() returned 0.
[   24.983945] initcall 0xc03f9b70 ran for 0 msecs: selnl_init+0x0/0x50()
[   24.985550] Calling initcall 0xc03f9bc0: sel_netif_init+0x0/0x80()
[   24.987213] initcall 0xc03f9bc0: sel_netif_init+0x0/0x80() returned 0.
[   24.988920] initcall 0xc03f9bc0 ran for 0 msecs: sel_netif_init+0x0/0x80()
[   24.990523] Calling initcall 0xc03f9c40: aurule_init+0x0/0x50()
[   24.992122] initcall 0xc03f9c40: aurule_init+0x0/0x50() returned 0.
[   24.993886] initcall 0xc03f9c40 ran for 0 msecs: aurule_init+0x0/0x50()
[   24.995471] Calling initcall 0xc03f9c90: crypto_algapi_init+0x0/0x10()
[   24.997165] initcall 0xc03f9c90: crypto_algapi_init+0x0/0x10() returned 0.
[   25.001372] initcall 0xc03f9c90 ran for 0 msecs: crypto_algapi_init+0x0/0x10()
[   25.003806] Calling initcall 0xc03f9cc0: cryptomgr_init+0x0/0x10()
[   25.005473] initcall 0xc03f9cc0: cryptomgr_init+0x0/0x10() returned 0.
[   25.007134] initcall 0xc03f9cc0 ran for 0 msecs: cryptomgr_init+0x0/0x10()
[   25.008759] Calling initcall 0xc03f9cd0: hmac_module_init+0x0/0x10()
[   25.010520] initcall 0xc03f9cd0: hmac_module_init+0x0/0x10() returned 0.
[   25.012185] initcall 0xc03f9cd0 ran for 0 msecs: hmac_module_init+0x0/0x10()
[   25.013856] Calling initcall 0xc03f9ce0: init+0x0/0x10()
[   25.015416] initcall 0xc03f9ce0: init+0x0/0x10() returned 0.
[   25.017021] initcall 0xc03f9ce0 ran for 0 msecs: init+0x0/0x10()
[   25.018537] Calling initcall 0xc03fa060: noop_init+0x0/0x10()
[   25.020376] io scheduler noop registered
[   25.021561] initcall 0xc03fa060: noop_init+0x0/0x10() returned 0.
[   25.023445] initcall 0xc03fa060 ran for 1 msecs: noop_init+0x0/0x10()
[   25.025316] Calling initcall 0xc03fa070: as_init+0x0/0x10()
[   25.026953] io scheduler anticipatory registered
[   25.028295] initcall 0xc03fa070: as_init+0x0/0x10() returned 0.
[   25.029969] initcall 0xc03fa070 ran for 1 msecs: as_init+0x0/0x10()
[   25.034111] Calling initcall 0xc03fa080: deadline_init+0x0/0x10()
[   25.035805] io scheduler deadline registered
[   25.037062] initcall 0xc03fa080: deadline_init+0x0/0x10() returned 0.
[   25.038732] initcall 0xc03fa080 ran for 1 msecs: deadline_init+0x0/0x10()
[   25.040342] Calling initcall 0xc03fa090: cfq_init+0x0/0xe0()
[   25.041992] io scheduler cfq registered (default)
[   25.043272] initcall 0xc03fa090: cfq_init+0x0/0xe0() returned 0.
[   25.044996] initcall 0xc03fa090 ran for 1 msecs: cfq_init+0x0/0xe0()
[   25.046543] Calling initcall 0xc03fa330: audit_classes_init+0x0/0x50()
[   25.048215] initcall 0xc03fa330: audit_classes_init+0x0/0x50() returned 0.
[   25.049936] initcall 0xc03fa330 ran for 0 msecs: audit_classes_init+0x0/0x50()
[   25.052356] Calling initcall 0xc0204ff0: pci_init+0x0/0x30()
[   25.053984] Limiting direct PCI/PCI transfers.
[   25.055259] PCI: PIIX3: Enabling Passive Release on 0000:00:01.0
[   25.056715] Activating ISA DMA hang workarounds.
[   25.058023] initcall 0xc0204ff0: pci_init+0x0/0x30() returned 0.
[   25.059646] initcall 0xc0204ff0 ran for 3 msecs: pci_init+0x0/0x30()
[   25.061276] Calling initcall 0xc03faa00: pci_proc_init+0x0/0x70()
[   25.065575] initcall 0xc03faa00: pci_proc_init+0x0/0x70() returned 0.
[   25.067255] initcall 0xc03faa00 ran for 0 msecs: pci_proc_init+0x0/0x70()
[   25.068933] Calling initcall 0xc03faa70: pcie_portdrv_init+0x0/0x50()
[   25.070684] initcall 0xc03faa70: pcie_portdrv_init+0x0/0x50() returned 0.
[   25.072415] initcall 0xc03faa70 ran for 0 msecs: pcie_portdrv_init+0x0/0x50()
[   25.074198] Calling initcall 0xc03faac0: aer_service_init+0x0/0x10()
[   25.076530] initcall 0xc03faac0: aer_service_init+0x0/0x10() returned 0.
[   25.078809] initcall 0xc03faac0 ran for 0 msecs: aer_service_init+0x0/0x10()
[   25.081335] Calling initcall 0xc03fb420: vesafb_init+0x0/0x2a0()
[   25.083580] initcall 0xc03fb420: vesafb_init+0x0/0x2a0() returned 0.
[   25.086025] initcall 0xc03fb420 ran for 0 msecs: vesafb_init+0x0/0x2a0()
[   25.088141] Calling initcall 0xc03fbba0: imacfb_init+0x0/0x1ff()
[   25.090338] initcall 0xc03fbba0: imacfb_init+0x0/0x1ff() returned -19.
[   25.092817] initcall 0xc03fbba0 ran for 0 msecs: imacfb_init+0x0/0x1ff()
[   25.097749] Calling initcall 0xc03fc209: acpi_reserve_resources+0x0/0xc4()
[   25.100103] initcall 0xc03fc209: acpi_reserve_resources+0x0/0xc4() returned 0.
[   25.103460] initcall 0xc03fc209 ran for 0 msecs: acpi_reserve_resources+0x0/0xc4()
[   25.107839] Calling initcall 0xc03fcf74: irqrouter_init_sysfs+0x0/0x2d()
[   25.110231] initcall 0xc03fcf74: irqrouter_init_sysfs+0x0/0x2d() returned 0.
[   25.112901] initcall 0xc03fcf74 ran for 0 msecs: irqrouter_init_sysfs+0x0/0x2d()
[   25.116338] Calling initcall 0xc03fddd0: pnpbios_thread_init+0x0/0x60()
[   25.118662] initcall 0xc03fddd0: pnpbios_thread_init+0x0/0x60() returned 0.
[   25.121064] initcall 0xc03fddd0 ran for 0 msecs: pnpbios_thread_init+0x0/0x60()
[   25.124266] Calling initcall 0xc03fec50: isapnp_init+0x0/0x490()
[   25.128646] isapnp: Scanning for PnP cards...
[   25.502374] isapnp: No Plug & Play device found
[   25.504217] initcall 0xc03fec50: isapnp_init+0x0/0x490() returned 0.
[   25.506449] initcall 0xc03fec50 ran for 358 msecs: isapnp_init+0x0/0x490()
[   25.508665] Calling initcall 0xc03ff2c0: rand_initialize+0x0/0x30()
[   25.510957] initcall 0xc03ff2c0: rand_initialize+0x0/0x30() returned 0.
[   25.513410] initcall 0xc03ff2c0 ran for 0 msecs: rand_initialize+0x0/0x30()
[   25.515698] Calling initcall 0xc03ff320: tty_init+0x0/0x1f0()
[   25.519741] initcall 0xc03ff320: tty_init+0x0/0x1f0() returned 0.
[   25.526231] initcall 0xc03ff320 ran for 1 msecs: tty_init+0x0/0x1f0()
[   25.528348] Calling initcall 0xc03ff540: pty_init+0x0/0x540()
[   25.558438] initcall 0xc03ff540: pty_init+0x0/0x540() returned 0.
[   25.560962] initcall 0xc03ff540 ran for 26 msecs: pty_init+0x0/0x540()
[   25.563150] Calling initcall 0xc0400100: rtc_init+0x0/0x1d0()
[   25.565613] Real Time Clock Driver v1.12ac
[   25.567217] initcall 0xc0400100: rtc_init+0x0/0x1d0() returned 0.
[   25.569526] initcall 0xc0400100 ran for 1 msecs: rtc_init+0x0/0x1d0()
[   25.571773] Calling initcall 0xc04002d0: hpet_init+0x0/0x60()
[   25.574136] initcall 0xc04002d0: hpet_init+0x0/0x60() returned 0.
[   25.576513] initcall 0xc04002d0 ran for 0 msecs: hpet_init+0x0/0x60()
[   25.578612] Calling initcall 0xc04006c0: serial8250_init+0x0/0x120()
[   25.580887] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   25.585248] initcall 0xc04006c0: serial8250_init+0x0/0x120() returned 0.
[   25.591549] initcall 0xc04006c0 ran for 4 msecs: serial8250_init+0x0/0x120()
[   25.593714] Calling initcall 0xc04008a0: serial8250_pnp_init+0x0/0x10()
[   25.596908] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16450
[   27.838599] initcall 0xc04008a0: serial8250_pnp_init+0x0/0x10() returned 0.
[   27.843570] initcall 0xc04008a0 ran for 2141 msecs: serial8250_pnp_init+0x0/0x10()
[   27.849135] Calling initcall 0xc04008b0: serial8250_pci_init+0x0/0x20()
[   27.854812] initcall 0xc04008b0: serial8250_pci_init+0x0/0x20() returned 0.
[   27.859114] initcall 0xc04008b0 ran for 0 msecs: serial8250_pci_init+0x0/0x20()
[   27.868220] Calling initcall 0xc0400f70: isa_bus_init+0x0/0x40()
[   27.871766] initcall 0xc0400f70: isa_bus_init+0x0/0x40() returned 0.
[   27.874924] initcall 0xc0400f70 ran for 0 msecs: isa_bus_init+0x0/0x40()
[   27.878166] Calling initcall 0xc0265ea0: topology_sysfs_init+0x0/0x50()
[   27.881788] initcall 0xc0265ea0: topology_sysfs_init+0x0/0x50() returned 0.
[   27.885004] initcall 0xc0265ea0 ran for 0 msecs: topology_sysfs_init+0x0/0x50()
[   27.888903] Calling initcall 0xc0401020: rd_init+0x0/0x1b0()
[   27.894876] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[   27.911790] initcall 0xc0401020: rd_init+0x0/0x1b0() returned 0.
[   27.915597] initcall 0xc0401020 ran for 16 msecs: rd_init+0x0/0x1b0()
[   27.918600] Calling initcall 0xc0401280: net_olddevs_init+0x0/0x90()
[   27.921721] initcall 0xc0401280: net_olddevs_init+0x0/0x90() returned 0.
[   27.927818] initcall 0xc0401280 ran for 0 msecs: net_olddevs_init+0x0/0x90()
[   27.930916] Calling initcall 0xc0401310: loopback_init+0x0/0x10()
[   27.933960] initcall 0xc0401310: loopback_init+0x0/0x10() returned 0.
[   27.937413] initcall 0xc0401310 ran for 0 msecs: loopback_init+0x0/0x10()
[   27.940445] Calling initcall 0xc0401320: mac_hid_init+0x0/0x80()
[   27.943392] input: Macintosh mouse button emulation as /class/input/input0
[   27.946309] initcall 0xc0401320: mac_hid_init+0x0/0x80() returned 0.
[   27.951657] initcall 0xc0401320 ran for 2 msecs: mac_hid_init+0x0/0x80()
[   27.954649] Calling initcall 0xc0401570: i8042_init+0x0/0x3c0()
[   27.961227] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12

[-- Attachment #3: Type: text/plain, Size: 228 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

[-- Attachment #4: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

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

* Re: [ANNOUNCE] kvm-42 release
       [not found] ` <46F2C559.7020709-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  2007-09-20 19:48   ` Avi Kivity
  2007-09-20 20:31   ` Luca
@ 2007-09-20 20:39   ` Luca
       [not found]     ` <68676e00709201339w43841c8h40e9345628831e69-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2 siblings, 1 reply; 7+ messages in thread
From: Luca @ 2007-09-20 20:39 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel

[-- Attachment #1: Type: text/plain, Size: 483 bytes --]

On 9/20/07, Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org> wrote:
> Not much user visible change besides the OpenBSD regression fix.
>
> As usual, if you have an issue please try with -no-kvm-irqchip and report.

32 bit Fedora7 on a 32 bit host (kvm-intel) dies due to screaming
interrupts during IDE probe. Same problem with KVM-41 (last known
working is KVM-36, I haven't tested anything in between). In both
cases -no-kvm-irqchip fixes the problem.

Log attached.

Luca

[-- Attachment #2: serial.txt --]
[-- Type: text/plain, Size: 11234 bytes --]

Linux version 2.6.22.2-42.fc6 (brewbuilder@hs20-bc1-5.build.redhat.com) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-13)) #1 SMP Wed Aug 15 11:32:12 EDT 2007
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 0000000017ff0000 (usable)
 BIOS-e820: 0000000017ff0000 - 0000000018000000 (ACPI data)
 BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
383MB LOWMEM available.
Using x86 segment limits to approximate NX protection
Zone PFN ranges:
  DMA             0 ->     4096
  Normal       4096 ->    98288
  HighMem     98288 ->    98288
early_node_map[1] active PFN ranges
    0:        0 ->    98288
DMI not present or invalid.
Using APIC driver default
ACPI: RSDP 000FAAC0, 0014 (r0 QEMU  )
ACPI: RSDT 17FF0000, 002C (r1 QEMU   QEMURSDT        1 QEMU        1)
ACPI: FACP 17FF002C, 0074 (r1 QEMU   QEMUFACP        1 QEMU        1)
ACPI: DSDT 17FF0100, 0909 (r1   BXPC   BXDSDT        1 INTL 20061109)
ACPI: FACS 17FF00C0, 0040
ACPI: APIC 17FF0A10, 0040 (r1 QEMU   QEMUAPIC        1 QEMU        1)
ACPI: no DMI BIOS year, acpi=force is required to enable ACPI
ACPI: acpi=force override
ACPI: PM-Timer IO Port: 0xb008
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:2 APIC version 20
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 20000000 (gap: 18000000:e7fc0000)
Built 1 zonelists.  Total pages: 97521
Kernel command line: ro root=/dev/VolGroup00/LogVol00 acpi=force console=tty0 console=ttyS0
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
CPU 0 irqstacks, hard=c07bd000 soft=c079d000
PID hash table entries: 2048 (order: 11, 8192 bytes)
Detected 2133.485 MHz processor.
Console: colour VGA+ 80x25
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 382348k/393152k available (2219k kernel code, 10324k reserved, 1177k data, 260k init, 0k highmem)
virtual kernel memory layout:
    fixmap  : 0xffc55000 - 0xfffff000   (3752 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xd8800000 - 0xff7fe000   ( 623 MB)
    lowmem  : 0xc0000000 - 0xd7ff0000   ( 383 MB)
      .init : 0xc0757000 - 0xc0798000   ( 260 kB)
      .data : 0xc062adc6 - 0xc0751584   (1177 kB)
      .text : 0xc0400000 - 0xc062adc6   (2219 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
SLUB: Genslabs=22, HWalign=64, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
Calibrating delay using timer specific routine.. 4361.58 BogoMIPS (lpj=2180791)
Security Framework v1.0.0 initialized
SELinux:  Initializing.
selinux_register_security:  Registering secondary module capability
Capability LSM initialized as secondary
Mount-cache hash table entries: 512
CPU: L1 I cache: 8K
CPU: L2 cache: 128K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Compat vDSO mapped to ffffe000.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
Freeing SMP alternatives: 14k freed
ACPI: Core revision 20070126
CPU0: Intel QEMU Virtual CPU version 0.9.0 stepping 03
Total of 1 processors activated (4361.58 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
APIC calibration not consistent with PM Timer: 121ms instead of 100ms
APIC delta adjusted to PM-Timer: 6249968 (7618049)
Brought up 1 CPUs
Time: 20:35:48  Date: 08/20/107
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xfa530, last bus=0
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: Interpreter enabled
ACPI: (supports S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
* Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
* this clock source is slow. Consider trying other clock sources
PCI quirk: region b000-b03f claimed by PIIX4 ACPI
PCI quirk: region b100-b10f claimed by PIIX4 SMB
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *9 10 11 12)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11 12)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *9 10 11 12)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 6 devices
ACPI: ACPI bus type pnp unregistered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
Time: tsc clocksource has been installed.
NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
TCP established hash table entries: 16384 (order: 5, 196608 bytes)
TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
TCP: Hash tables configured (established 16384 bind 16384)
TCP reno registered
checking if image is initramfs... it is
Freeing initrd memory: 2275k freed
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
audit: initializing netlink socket (disabled)
audit(1190320548.591:1): initialized
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
ksign: Installing public key data
Loading keyring
- Added public key 1ADEE2DC68AD2ABA
- User ID: Red Hat, Inc. (Kernel Module GPG key)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
Limiting direct PCI/PCI transfers.
PCI: PIIX3: Enabling Passive Release on 0000:00:01.0
Activating ISA DMA hang workarounds.
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Generic RTC Driver v1.07
Non-volatile memory driver v1.2
Linux agpgart interface v0.102 (c) Dave Jones
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
ÿserial8250: ttyS0 at I/O 0x3f8 (irq = 0) is a 16450
00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16450
RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize
input: Macintosh mouse button emulation as /class/input/input0
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX3: IDE controller at PCI slot 0000:00:01.1
PIIX3: chipset revision 0
PIIX3: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xc000-0xc007, BIOS settings: hda:pio, hdb:pio
    ide1: BM-DMA at 0xc008-0xc00f, BIOS settings: hdc:pio, hdd:pio
hda: QEMU HARDDISK, ATA DISK drive
irq 14: nobody cared (try booting with the "irqpoll" option)
 [<c0451902>] __report_bad_irq+0x36/0x75
 [<c0451aef>] note_interrupt+0x1ae/0x1eb
 [<c045104a>] handle_IRQ_event+0x1a/0x3f
 [<c0452361>] handle_edge_irq+0xd4/0xfc
 [<c045228d>] handle_edge_irq+0x0/0xfc
 [<c0407803>] do_IRQ+0xac/0xd1
 [<c0405f23>] common_interrupt+0x23/0x30
 [<c0627a85>] _spin_unlock_irqrestore+0x8/0x9
 [<c0451708>] setup_irq+0x145/0x17b
 [<c05658ec>] ide_intr+0x0/0x1be
 [<c04517ba>] request_irq+0x7c/0x98
 [<c0568b2a>] init_irq+0x20b/0x430
 [<c0568e77>] hwif_init+0x128/0x2f2
 [<c0569197>] probe_hwif_init_with_fixup+0x13/0x7e
 [<c056b519>] ide_setup_pci_device+0x6f/0x9e
 [<c07733b6>] ide_scan_pcidev+0x25/0x48
 [<c07733f9>] ide_scan_pcibus+0x20/0xa7
 [<c07728a8>] ide_init+0x52/0x62
 [<c0757616>] kernel_init+0x1ed/0x34f
 [<c0404e76>] ret_from_fork+0x6/0x20
 [<c0757429>] kernel_init+0x0/0x34f
 [<c0757429>] kernel_init+0x0/0x34f
 [<c0406177>] kernel_thread_helper+0x7/0x10
 =======================
handlers:
[<c05658ec>] (ide_intr+0x0/0x1be)
Disabling IRQ #14
Clocksource tsc unstable (delta = 4686671091 ns)
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14<6>Time: acpi_pm clocksource has been installed.

hdc: QEMU CD-ROM, ATAPI CD/DVD-ROM drive
irq 15: nobody cared (try booting with the "irqpoll" option)
 [<c0451902>] __report_bad_irq+0x36/0x75
 [<c0451aef>] note_interrupt+0x1ae/0x1eb
 [<c045104a>] handle_IRQ_event+0x1a/0x3f
 [<c0452361>] handle_edge_irq+0xd4/0xfc
 [<c045228d>] handle_edge_irq+0x0/0xfc
 [<c0407803>] do_IRQ+0xac/0xd1
 [<c0405f23>] common_interrupt+0x23/0x30
 [<c0627a85>] _spin_unlock_irqrestore+0x8/0x9
 [<c0451708>] setup_irq+0x145/0x17b
 [<c05658ec>] ide_intr+0x0/0x1be
 [<c04517ba>] request_irq+0x7c/0x98
 [<c0568b2a>] init_irq+0x20b/0x430
 [<c0568e77>] hwif_init+0x128/0x2f2
 [<c0569197>] probe_hwif_init_with_fixup+0x13/0x7e
 [<c056b527>] ide_setup_pci_device+0x7d/0x9e
 [<c07733b6>] ide_scan_pcidev+0x25/0x48
 [<c07733f9>] ide_scan_pcibus+0x20/0xa7
 [<c07728a8>] ide_init+0x52/0x62
 [<c0757616>] kernel_init+0x1ed/0x34f
 [<c0404e76>] ret_from_fork+0x6/0x20
 [<c0757429>] kernel_init+0x0/0x34f
 [<c0757429>] kernel_init+0x0/0x34f
 [<c0406177>] kernel_thread_helper+0x7/0x10
 =======================
handlers:
[<c05658ec>] (ide_intr+0x0/0x1be)
Disabling IRQ #15
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 512KiB
hda: 20971520 sectors (10737 MB) w/256KiB Cache, CHS=16383/255/63, (U)DMA

[-- Attachment #3: Type: text/plain, Size: 228 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

[-- Attachment #4: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

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

* Re: [ANNOUNCE] kvm-42 release
       [not found]     ` <68676e00709201339w43841c8h40e9345628831e69-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-09-21  3:50       ` Avi Kivity
       [not found]         ` <46F33F9A.8050301-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2007-09-21  3:50 UTC (permalink / raw)
  To: Luca; +Cc: kvm-devel

Luca wrote:
> On 9/20/07, Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org> wrote:
>   
>> Not much user visible change besides the OpenBSD regression fix.
>>
>> As usual, if you have an issue please try with -no-kvm-irqchip and report.
>>     
>
> 32 bit Fedora7 on a 32 bit host (kvm-intel) dies due to screaming
> interrupts during IDE probe. Same problem with KVM-41 (last known
> working is KVM-36, I haven't tested anything in between). In both
> cases -no-kvm-irqchip fixes the problem.
>
>   

I fixed a couple of bugs in edge-triggered interrupts handling which 
resolves this.  May also resolve the Ubuntu keyboard issue.

kvm-43 will be released shortly with this.

-- 
Any sufficiently difficult bug is indistinguishable from a feature.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

* [ANNOUNCE] kvm-42 release
@ 2007-09-21  5:37 Avi Kivity
  0 siblings, 0 replies; 7+ messages in thread
From: Avi Kivity @ 2007-09-21  5:37 UTC (permalink / raw)
  To: kvm-devel

Only one fix, but an important one.  It fixes booting of newer Linux 
versions, which experienced disk and keyboard problems without 
-no-kvm-irqchip.

As usual, if you have an issue please try with -no-kvm-irqchip and report.

Changes since kvm-42:
- fix ioapic edge-triggered interrupt handling

Notes:
     If you use the modules bundled with kvm-43, you can use any version
of Linux from 2.6.9 upwards.
     If you use the modules bundled with Linux 2.6.20, you need to use
kvm-12.
     If you use the modules bundled with Linux 2.6.21, you need to use
kvm-17.
     Modules from Linux 2.6.22 and up will work with any kvm version from
kvm-22.  Some features may only be available in newer releases.
     For best performance, use Linux 2.6.23-rc2 or later as the host.

http://kvm.qumranet.com



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

* Re: [ANNOUNCE] kvm-42 release
       [not found]         ` <46F33F9A.8050301-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-09-21 19:17           ` Luca
  0 siblings, 0 replies; 7+ messages in thread
From: Luca @ 2007-09-21 19:17 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel

On 9/21/07, Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org> wrote:
> Luca wrote:
> > On 9/20/07, Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org> wrote:
> >
> >> Not much user visible change besides the OpenBSD regression fix.
> >>
> >> As usual, if you have an issue please try with -no-kvm-irqchip and report.
> >>
> >
> > 32 bit Fedora7 on a 32 bit host (kvm-intel) dies due to screaming
> > interrupts during IDE probe. Same problem with KVM-41 (last known
> > working is KVM-36, I haven't tested anything in between). In both
> > cases -no-kvm-irqchip fixes the problem.
> >
> >
>
> I fixed a couple of bugs in edge-triggered interrupts handling which
> resolves this.  May also resolve the Ubuntu keyboard issue.
>
> kvm-43 will be released shortly with this.

Both VMs are working fine with 43.

thanks,
Luca

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

end of thread, other threads:[~2007-09-21 19:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-21  5:37 [ANNOUNCE] kvm-42 release Avi Kivity
  -- strict thread matches above, loose matches on Subject: below --
2007-09-20 19:09 Avi Kivity
     [not found] ` <46F2C559.7020709-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-09-20 19:48   ` Avi Kivity
2007-09-20 20:31   ` Luca
2007-09-20 20:39   ` Luca
     [not found]     ` <68676e00709201339w43841c8h40e9345628831e69-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-09-21  3:50       ` Avi Kivity
     [not found]         ` <46F33F9A.8050301-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-09-21 19:17           ` Luca

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox