[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] Error: disagrees about version of symbol HYPERVISOR_shared_info


  • To: xen-devel <xen-devel@xxxxxxxxxxxxx>
  • From: Bei Guan <gbtju85@xxxxxxxxx>
  • Date: Sun, 15 Apr 2012 16:54:25 +0800
  • Delivery-date: Sun, 15 Apr 2012 08:55:03 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xen.org>

Hi All,

I think this problem has been solved.
What I have done is that make clean the xen and tools, and remove the build-linux-2.6.18-xen_x86_32 directory. Then, I re-compile the xen, tools, kernels, and reboot. It works fine.

Thank you all the same.



å 2012å4æ15æ äå4:11ïBei Guan <gbtju85@xxxxxxxxx>åéï
Hi All,

I want to shared a variable between Dom0 and Xen. I add the variable into struct shared_info in code file xen/include/public/xen.h and linux-2.6.18-xen.hg/include/xen/interface/xeb.h.
In Dom0, I use shared_info_t *s = HYPERVISOR_shared_info to get the value of the shared variable.Â

However, when I compile Xen, xen-tools and Dom0 kernel. It cannot boot into Dom0.ÂThe error from serial port debug is logged as the following.

Could anyone help me figure out the problem? Any suggestion is appreciated. Thanks a lot.




=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2012.04.15 03:37:03 =~=~=~=~=~=~=~=~=~=~=~=
Restarting system.
(XEN) Domain 0 shutdown: rebooting machine.
Â__ Â__ Â Â Â Â Â Â_ Â_ Â Â_ Â ____ Â
Â\ \/ /___ _ __ Â | || | Â/ | |___ \Â
 \ Â// _ \ '_ \ Â| || |_ | |  __) |
 / Â\ Â__/ | | | |__  _|| |_ / __/Â
Â/_/\_\___|_| |_| Â Â|_|(_)_(_)_____|
                  Â
(XEN) Xen version 4.1.2 (root@localdomain) (gcc çæ 4.1.2 20070925 (Red Hat 4.1.2-33)) Sun Apr 15 03:24:23 CST 2012
(XEN) Latest ChangeSet: unavailable
(XEN) Bootloader: GNU GRUB 0.97
(XEN) Command line: console=com1,vga com1=115200,8n1
(XEN) Video information:
(XEN) ÂVGA is text mode 80x25, font 8x16
(XEN) ÂVBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN) ÂFound 1 MBR signatures
(XEN) ÂFound 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN) Â0000000000000000 - 000000000009a800 (usable)
(XEN) Â00000000000f0000 - 0000000000100000 (reserved)
(XEN) Â0000000000100000 - 00000000cd9ffc00 (usable)
(XEN) Â00000000cd9ffc00 - 00000000cda53c00 (ACPI NVS)
(XEN) Â00000000cda53c00 - 00000000cda55c00 (ACPI data)
(XEN) Â00000000cda55c00 - 00000000d0000000 (reserved)
(XEN) Â00000000e0000000 - 00000000f0000000 (reserved)
(XEN) Â00000000fec00000 - 00000000fed00400 (reserved)
(XEN) Â00000000fed20000 - 00000000feda0000 (reserved)
(XEN) Â00000000fee00000 - 00000000fef00000 (reserved)
(XEN) Â00000000ffb00000 - 0000000100000000 (reserved)
(XEN) Â0000000100000000 - 0000000128000000 (usable)
(XEN) System RAM: 3929MB (4023908kB)
(XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL Â)
(XEN) ACPI: XSDT 000FC7CB, 009C (r1 DELL Â ÂB10K Â Â Â Â Â15 ASL Â Â Â Â61)
(XEN) ACPI: FACP 000FC8FB, 00F4 (r3 DELL Â ÂB10K Â Â Â Â Â15 ASL Â Â Â Â61)
(XEN) ACPI: DSDT FFE9CFF8, 54AD (r1  DELL  Âdt_ex   1000 INTL 20050624)
(XEN) ACPI: FACS CD9FFC00, 0040
(XEN) ACPI: SSDT FFEA25C4, 00AA (r1  DELL  Âst_ex   1000 INTL 20050624)
(XEN) ACPI: APIC 000FC9EF, 0092 (r1 DELL Â ÂB10K Â Â Â Â Â15 ASL Â Â Â Â61)
(XEN) ACPI: BOOT 000FCA81, 0028 (r1 DELL Â ÂB10K Â Â Â Â Â15 ASL Â Â Â Â61)
(XEN) ACPI: ASF! 000FCAA9, 0096 (r32 DELL Â ÂB10K Â Â Â Â Â15 ASL Â Â Â Â61)
(XEN) ACPI: MCFG 000FCB3F, 003E (r1 DELL Â ÂB10K Â Â Â Â Â15 ASL Â Â Â Â61)
(XEN) ACPI: HPET 000FCB7D, 0038 (r1 DELL Â ÂB10K Â Â Â Â Â15 ASL Â Â Â Â61)
(XEN) ACPI: TCPA 000FCDD9, 0032 (r1 DELL Â ÂB10K Â Â Â Â Â15 ASL Â Â Â Â61)
(XEN) ACPI: DMAR 000FCE0B, 0120 (r1 DELL Â ÂB10K Â Â Â Â Â15 ASL Â Â Â Â61)
(XEN) ACPI: SLIC 000FCBB5, 0176 (r1 DELL Â ÂB10K Â Â Â Â Â15 ASL Â Â Â Â61)
(XEN) ACPI: SSDT CD9FFC40, 01B7 (r1 DpgPmm ÂCpu0Ist    11 INTL 20050624)
(XEN) ACPI: SSDT CDA00049, 01B7 (r1 DpgPmm ÂCpu1Ist    11 INTL 20050624)
(XEN) ACPI: SSDT CDA00452, 01B7 (r1 DpgPmm ÂCpu2Ist    11 INTL 20050624)
(XEN) ACPI: SSDT CDA0085B, 01B7 (r1 DpgPmm ÂCpu3Ist    11 INTL 20050624)
(XEN) ACPI: SSDT CDA00C64, 0190 (r1 DpgPmm  ÂCpuPm    10 INTL 20050624)
(XEN) Xen heap: 9MB (9768kB)
(XEN) Domain heap initialised
(XEN) Processor #0 7:7 APIC version 20
(XEN) Processor #1 7:7 APIC version 20
(XEN) Processor #2 7:7 APIC version 20
(XEN) Processor #3 7:7 APIC version 20
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) Enabling APIC mode: ÂFlat. ÂUsing 1 I/O APICs
(XEN) Table is not found!
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 2660.080 MHz processor.
(XEN) Intel VT-d Snoop Control not enabled.
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
(XEN) Intel VT-d Queued Invalidation not enabled.
(XEN) Intel VT-d Interrupt Remapping not enabled.
(XEN) Intel VT-d Shared EPT tables not enabled.
(XEN) I/O virtualisation enabled
(XEN) Â- Dom0 mode: Relaxed
(XEN) ENABLING IO-APIC IRQs
(XEN) Â-> Using new ACK method
(XEN) Platform timer is 14.318MHz HPET
Ã(XEN) Allocated console ring of 16 KiB.
(XEN) VMX: Supported advanced features:
(XEN) Â- APIC MMIO access virtualisation
(XEN) Â- APIC TPR shadow
(XEN) Â- Virtual NMI
(XEN) Â- MSR direct-access bitmap
(XEN) HVM: ASIDs disabled.
(XEN) HVM: VMX enabled
(XEN) Brought up 4 CPUs
(XEN) *** LOADING DOMAIN 0 ***
(XEN) ÂXen Âkernel: 32-bit, PAE, lsb
(XEN) ÂDom0 kernel: 32-bit, PAE, lsb, paddr 0xc0100000 -> 0xc04c923c
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN) ÂDom0 alloc.: Â 0000000124000000->0000000125000000 (953327 pages to be allocated)
(XEN) ÂInit. ramdisk: 00000001278fe000->0000000127fff400
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN) ÂLoaded kernel: c0100000->c04c923c
(XEN) ÂInit. ramdisk: c04ca000->c0bcb400
(XEN) ÂPhys-Mach map: c0bcc000->c0f74bc4
(XEN) ÂStart info: Â Âc0f75000->c0f7547c
(XEN) ÂPage tables: Â c0f76000->c0f85000
(XEN) ÂBoot stack: Â Âc0f85000->c0f86000
(XEN) ÂTOTAL: Â Â Â Â c0000000->c1400000
(XEN) ÂENTRY ADDRESS: c0100000
(XEN) Dom0 has maximum 4 VCPUs
(XEN) [VT-D]iommu.c:853: iommu_fault_status: Fault Overflow
(XEN) [VT-D]iommu.c:856: iommu_fault_status: Primary Pending Fault
(XEN) [VT-D]iommu.c:831: DMAR:[DMA Write] Request device [00:02.0] fault addr ffffff000, iommu reg = fff16000
(XEN) DMAR:[fault reason 05h] PTE Write access is not set
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: Errors and warnings
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 184kB init memory.
Linux version 2.6.18.8-xen (root@xxxxxxxxxxxxxxxxxxxxx) (gcc çæ 4.1.2 20070925 (Red Hat 4.1.2-33)) #29 SMP Sun Apr 15 03:35:12 CST 2012
BIOS-provided physical RAM map:
ÂXen: 0000000000000000 - 00000000eaaf1000 (usable)
3026MB HIGHMEM available.
727MB LOWMEM available.
NX (Execute Disable) protection: active
On node 0 totalpages: 961265
 DMA zone: 4096 pages, LIFO batch:0
 Normal zone: 182270 pages, LIFO batch:31
 HighMem zone: 774899 pages, LIFO batch:31
found SMP MP-table at 000fe710
DMI 2.5 present.
ACPI: RSDP (v002 DELL Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â) @ 0x000fec00
ACPI: XSDT (v001 DELL Â ÂB10K Â Â0x00000015 ASL Â0x00000061) @ 0x000fc7cb
ACPI: FADT (v003 DELL Â ÂB10K Â Â0x00000015 ASL Â0x00000061) @ 0x000fc8fb
ACPI: SSDT (v001 Â DELL Â Âst_ex 0x00001000 INTL 0x20050624) @ 0xffea25c4
ACPI: MADT (v001 DELL Â ÂB10K Â Â0x00000015 ASL Â0x00000061) @ 0x000fc9ef
ACPI: BOOT (v001 DELL Â ÂB10K Â Â0x00000015 ASL Â0x00000061) @ 0x000fca81
ACPI: ASF! (v032 DELL Â ÂB10K Â Â0x00000015 ASL Â0x00000061) @ 0x000fcaa9
ACPI: MCFG (v001 DELL Â ÂB10K Â Â0x00000015 ASL Â0x00000061) @ 0x000fcb3f
ACPI: HPET (v001 DELL Â ÂB10K Â Â0x00000015 ASL Â0x00000061) @ 0x000fcb7d
ACPI: TCPA (v001 DELL Â ÂB10K Â Â0x00000015 ASL Â0x00000061) @ 0x000fcdd9
 >>> ERROR: Invalid checksum
ACPI: DMAR (v001 DELL Â ÂB10K Â Â0x00000015 ASL Â0x00000061) @ 0x000fce0b
ACPI: SLIC (v001 DELL Â ÂB10K Â Â0x00000015 ASL Â0x00000061) @ 0x000fcbb5
ACPI: SSDT (v001 DpgPmm ÂCpu0Ist 0x00000011 INTL 0x20050624) @ 0xcd9ffc40
ACPI: SSDT (v001 DpgPmm ÂCpu1Ist 0x00000011 INTL 0x20050624) @ 0xcda00049
ACPI: SSDT (v001 DpgPmm ÂCpu2Ist 0x00000011 INTL 0x20050624) @ 0xcda00452
ACPI: SSDT (v001 DpgPmm ÂCpu3Ist 0x00000011 INTL 0x20050624) @ 0xcda0085b
ACPI: SSDT (v001 DpgPmm  ÂCpuPm 0x00000010 INTL 0x20050624) @ 0xcda00c64
ACPI: DSDT (v001 Â DELL Â Âdt_ex 0x00001000 INTL 0x20050624) @ 0x00000000
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode: ÂFlat. ÂUsing 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
Detected 2660.681 MHz processor.
Built 1 zonelists. ÂTotal pages: 961265
Kernel command line: ro root=/dev/sda11 console=hvc0 console=tty0 console=ttyS0,115200n8 debug selinux=0
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
Xen reported: 2660.080 MHz processor.
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Software IO TLB enabled:Â
ÂAperture: Â Â 64 megabytes
ÂKernel range: c31fd000 - c71fd000
ÂAddress size: 27 bits
vmalloc area: ee000000-f51fe000, maxmem 2d7fe000
Memory: 3722620k/3845060k available (2322k kernel code, 113316k reserved, 908k data, 204k init, 3099596k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 5347.97 BogoMIPS (lpj=26739870)
Security Framework v1.0.0 initialized
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 1fc9d3f5 00100000 00000000 00000000 80080281 00000000 00000000
CPU: After vendor identify, caps: 1fc9d3f5 00100000 00000000 00000000 80080281 00000000 00000000
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 3072K
CPU: After all inits, caps: 1fc9d3f5 00100000 00000000 00000140 80080281 00000000 00000000
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
ACPI: Core revision 20060707
ENABLING IO-APIC IRQs
SMP alternatives: switching to SMP code
Initializing CPU#1
Initializing CPU#2
CPU: After generic identify, caps: 1fc9d3f5 00100000 00000000 00000000 80080281 00000000 00000000
CPU: After vendor identify, caps: 1fc9d3f5 00100000 00000000 00000000 80080281 00000000 00000000
Brought up 4 CPUs
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 3072K
CPU: After all inits, caps: 1fc9d3f5 00100000 00000000 00000140 80080281 00000000 00000000<6>Initializing CPU#3

CPU: After generic identify, caps: 1fc9d3f5 00100000 00000000 00000000 80080281 00000000 00000000
CPU: After vendor identify, caps: 1fc9d3f5 00100000 00000000 00000000 80080281 00000000 00000000
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 3072K
CPU: After all inits, caps: 1fc9d3f5 00100000 00000000 00000140 80080281 00000000 00000000
CPU: After generic identify, caps: 1fc9d3f5 00100000 00000000 00000000 80080281 00000000 00000000
CPU: After vendor identify, caps: 1fc9d3f5 00100000 00000000 00000000 80080281 00000000 00000000
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 3072K
CPU: After all inits, caps: 1fc9d3f5 00100000 00000000 00000140 80080281 00000000 00000000
migration_cost=12
checking if image is initramfs... it is
Freeing initrd memory: 7173k freed
PM: Adding info for No Bus:platform
NET: Registered protocol family 16
PM: Adding info for No Bus:xen
PM: Adding info for No Bus:xen-backend
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in E820
PCI: Using MMCONFIG
Setting up standard PCI resources
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
PM: Adding info for acpi:acpi
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
PM: Adding info for No Bus:pci0000:00
ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
Boot video device is 0000:00:02.0
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
PM: Adding info for pci:0000:00:00.0
PM: Adding info for pci:0000:00:01.0
PM: Adding info for pci:0000:00:02.0
PM: Adding info for pci:0000:00:02.1
PM: Adding info for pci:0000:00:03.0
PM: Adding info for pci:0000:00:03.2
PM: Adding info for pci:0000:00:03.3
PM: Adding info for pci:0000:00:19.0
PM: Adding info for pci:0000:00:1a.0
PM: Adding info for pci:0000:00:1a.1
PM: Adding info for pci:0000:00:1a.2
PM: Adding info for pci:0000:00:1a.7
PM: Adding info for pci:0000:00:1b.0
PM: Adding info for pci:0000:00:1c.0
PM: Adding info for pci:0000:00:1c.1
PM: Adding info for pci:0000:00:1d.0
PM: Adding info for pci:0000:00:1d.1
PM: Adding info for pci:0000:00:1d.2
PM: Adding info for pci:0000:00:1d.7
PM: Adding info for pci:0000:00:1e.0
PM: Adding info for pci:0000:00:1f.0
PM: Adding info for pci:0000:00:1f.2
PM: Adding info for pci:0000:00:1f.3
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI4._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI3._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
PM: Adding info for No Bus:pnp0
PM: Adding info for pnp:00:00
PM: Adding info for pnp:00:01
PM: Adding info for pnp:00:02
PM: Adding info for pnp:00:03
PM: Adding info for pnp:00:04
PM: Adding info for pnp:00:05
PM: Adding info for pnp:00:06
(XEN) ioapic_guest_write: apic=0, pin=4, irq=4
(XEN) ioapic_guest_write: new_entry=000109f1
(XEN) ioapic_guest_write: old_entry=000009f1 pirq=4
(XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
PM: Adding info for pnp:00:07
PM: Adding info for pnp:00:08
pnp: PnP ACPI: found 9 devices
xen_mem: Initialising balloon driver.
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". ÂIf it helps, post a report
pnp: 00:01: ioport range 0x800-0x85f could not be reserved
pnp: 00:01: ioport range 0xc00-0xc7f has been reserved
pnp: 00:01: ioport range 0x860-0x8ff has been reserved
PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
PCI: Bridge: 0000:00:01.0
 IO window: disabled.
 MEM window: fe500000-fe5fffff
 PREFETCH window: disabled.
PCI: Bridge: 0000:00:1c.0
 IO window: disabled.
 MEM window: fe400000-fe4fffff
 PREFETCH window: disabled.
PCI: Bridge: 0000:00:1c.1
 IO window: disabled.
 MEM window: fe300000-fe3fffff
 PREFETCH window: disabled.
PCI: Bridge: 0000:00:1e.0
 IO window: disabled.
 MEM window: disabled.
 PREFETCH window: disabled.
ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:01.0 to 64
ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1c.0 to 64
ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1c.1 to 64
PCI: Setting latency timer of device 0000:00:1e.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
PM: Adding info for platform:pcspkr
Simple Boot Flag at 0x7a set to 0x1
IA-32 Microcode Update Driver: v1.14a-xen <tigran@xxxxxxxxxxx>
audit: initializing netlink socket (disabled)
audit(1334461010.944:1): initialized
highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
0000:00:1d.7 EHCI: BIOS handoff failed (BIOS bug ?) 01010001
PM: Adding info for platform:vesafb.0
Floppy drive(s): fd0 is 1.44M
floppy0: Unable to grab DMA2 for the floppy driver
floppy0: no floppy controllers found
RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
loop: loaded (max 8 devices)
e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k4
e1000e: Copyright (c) 1999-2008 Intel Corporation.
ACPI: PCI Interrupt 0000:00:19.0[A] -> GSI 21 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:19.0 to 64
(XEN) physdev.c:155: dom0: wrong map_pirq type 3
eth0: (PCI Express:2.5GB/s:Width x1) 00:24:e8:39:fa:54
eth0: Intel(R) PRO/1000 Network Connection
eth0: MAC: 7, PHY: 8, PBA No: 2021ff-0ff
Intel(R) Gigabit Ethernet Network Driver - version 1.2.45-k2
Copyright (c) 2008 Intel Corporation.
ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 1.3.56.5-NAPI
Copyright (c) 1999-2008 Intel Corporation.
Xen virtual console successfully installed as xvc0
Event-channel device installed.
blktap_device_init: blktap device major 254
blktap_ring_init: blktap ring major: 253
netfront: Initialising virtual ethernet driver.
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PNP: No PS/2 controller found. Probing ports directly.
PM: Adding info for platform:i8042
serio: i8042 AUX port at 0x60,0x64 irq 12
PM: Adding info for serio:serio0
serio: i8042 KBD port at 0x60,0x64 irq 1
PM: Adding info for serio:serio1
mice: PS/2 mouse device common for all mice
md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 4.39
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI No-Shortcut mode
PCI IO multiplexer device installed.
ACPI: (supports S0 S1 S3 S4 S5)
BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
Freeing unused kernel memory: 204k freed
usbcore: disagrees about version of symbol HYPERVISOR_shared_info
usbcore: Unknown symbol HYPERVISOR_shared_info
ehci_hcd: Unknown symbol usb_hcd_pci_suspend
ehci_hcd: Unknown symbol usb_free_urb
ehci_hcd: Unknown symbol usb_hub_tt_clear_buffer
ehci_hcd: Unknown symbol usb_hcd_resume_root_hub
ehci_hcd: Unknown symbol usb_hcd_pci_probe
ehci_hcd: Unknown symbol usb_calc_bus_time
ehci_hcd: Unknown symbol usb_hcd_pci_resume
ehci_hcd: Unknown symbol usb_get_urb
ehci_hcd: Unknown symbol usb_hcd_giveback_urb
ehci_hcd: disagrees about version of symbol HYPERVISOR_shared_info
ehci_hcd: Unknown symbol HYPERVISOR_shared_info
ehci_hcd: Unknown symbol usb_hcd_pci_remove
ehci_hcd: Unknown symbol usb_root_hub_lost_power
ohci_hcd: Unknown symbol usb_hcd_pci_suspend
ohci_hcd: Unknown symbol usb_hcd_resume_root_hub
ohci_hcd: Unknown symbol usb_hcd_pci_probe
ohci_hcd: Unknown symbol usb_disabled
ohci_hcd: Unknown symbol usb_calc_bus_time
ohci_hcd: Unknown symbol usb_hcd_pci_resume
ohci_hcd: Unknown symbol usb_hcd_giveback_urb
ohci_hcd: Unknown symbol usb_hcd_suspend_root_hub
ohci_hcd: disagrees about version of symbol HYPERVISOR_shared_info
ohci_hcd: Unknown symbol HYPERVISOR_shared_info
ohci_hcd: Unknown symbol usb_hcd_pci_remove
ohci_hcd: Unknown symbol usb_root_hub_lost_power
uhci_hcd: Unknown symbol usb_hcd_pci_suspend
uhci_hcd: Unknown symbol usb_hcd_resume_root_hub
uhci_hcd: Unknown symbol usb_hcd_pci_probe
uhci_hcd: Unknown symbol usb_check_bandwidth
uhci_hcd: Unknown symbol usb_disabled
uhci_hcd: Unknown symbol usb_release_bandwidth
uhci_hcd: Unknown symbol usb_claim_bandwidth
uhci_hcd: Unknown symbol usb_hcd_pci_resume
uhci_hcd: Unknown symbol usb_hcd_giveback_urb
uhci_hcd: Unknown symbol usb_hcd_poll_rh_status
uhci_hcd: disagrees about version of symbol HYPERVISOR_shared_info
uhci_hcd: Unknown symbol HYPERVISOR_shared_info
uhci_hcd: Unknown symbol usb_hcd_pci_remove
uhci_hcd: Unknown symbol usb_root_hub_lost_power
scsi_mod: disagrees about version of symbol HYPERVISOR_shared_info
scsi_mod: Unknown symbol HYPERVISOR_shared_info
sd_mod: Unknown symbol scsi_print_sense_hdr
sd_mod: Unknown symbol scsi_mode_sense
sd_mod: Unknown symbol scsi_device_get
sd_mod: Unknown symbol scsi_get_sense_info_fld
sd_mod: Unknown symbol scsicam_bios_param
sd_mod: Unknown symbol scsi_command_normalize_sense
sd_mod: Unknown symbol scsi_test_unit_ready
sd_mod: Unknown symbol scsi_block_when_processing_errors
sd_mod: Unknown symbol scsi_register_driver
sd_mod: Unknown symbol scsi_ioctl
sd_mod: Unknown symbol scsi_nonblockable_ioctl
sd_mod: Unknown symbol scsi_device_put
sd_mod: Unknown symbol scsi_logging_level
sd_mod: Unknown symbol scsi_execute_req
sd_mod: Unknown symbol scsi_mode_select
sd_mod: Unknown symbol scsi_print_sense
sd_mod: Unknown symbol scsi_io_completion
sd_mod: Unknown symbol scsi_set_medium_removal
libata: Unknown symbol scsi_device_get
libata: Unknown symbol scsi_remove_host
libata: Unknown symbol scsi_schedule_eh
libata: Unknown symbol scsi_device_set_state
libata: Unknown symbol scsi_eh_finish_cmd
libata: Unknown symbol scsi_device_put
libata: Unknown symbol scsi_eh_flush_done_q
libata: Unknown symbol scsi_host_put
libata: Unknown symbol scsi_add_host
libata: Unknown symbol scsi_rescan_device
libata: Unknown symbol scsi_adjust_queue_depth
libata: Unknown symbol scsi_execute_req
libata: Unknown symbol scsi_req_abort_cmd
libata: disagrees about version of symbol HYPERVISOR_shared_info
libata: Unknown symbol HYPERVISOR_shared_info
libata: Unknown symbol scsi_remove_device
libata: Unknown symbol scsi_host_alloc
libata: Unknown symbol __scsi_add_device
ahci: Unknown symbol ata_scsi_ioctl
ahci: Unknown symbol ata_port_abort
ahci: Unknown symbol ata_std_bios_param
ahci: Unknown symbol ata_std_postreset
ahci: Unknown symbol ata_scsi_device_resume
ahci: Unknown symbol ata_scsi_device_suspend
ahci: Unknown symbol ata_tf_from_fis
ahci: Unknown symbol ata_qc_complete_multiple
ahci: Unknown symbol ata_noop_dev_select
ahci: Unknown symbol ata_tf_to_fis
ahci: Unknown symbol ata_pci_device_do_resume
ahci: Unknown symbol ata_dev_classify
ahci: Unknown symbol ata_scsi_release
ahci: Unknown symbol ata_port_offline
ahci: Unknown symbol ata_scsi_change_queue_depth
ahci: Unknown symbol sata_std_hardreset
ahci: Unknown symbol ata_pci_device_suspend
ahci: Unknown symbol scsi_host_put
ahci: Unknown symbol ata_port_online
ahci: Unknown symbol ata_wait_register
ahci: Unknown symbol ata_busy_sleep
ahci: Unknown symbol ata_scsi_slave_config
ahci: Unknown symbol ata_port_detach
ahci: Unknown symbol ata_port_disable
ahci: Unknown symbol ata_scsi_queuecmd
ahci: Unknown symbol ata_scsi_slave_destroy
ahci: Unknown symbol ata_ratelimit
ahci: Unknown symbol ata_host_set_resume
ahci: Unknown symbol ata_do_eh
ahci: Unknown symbol ata_port_freeze
ahci: Unknown symbol ata_std_prereset
ahci: Unknown symbol ata_device_add
  Â


--
Best Regards,
Bei Guan




--
Best Regards,
Bei Guan

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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.