From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishore kumar Subject: Re: [Xen-devel] Re: pvops dom0 kernel: Unable to locate IOAPIC for GSI 2 and 9 Date: Thu, 18 Mar 2010 11:16:26 -0700 Message-ID: <9f975f341003181116w3501badar59252aba40adae40@mail.gmail.com> References: <20100316202056.GZ1878@reaktio.net> <20100316212928.GA1878@reaktio.net> <9f975f341003161456w59d2a65bj31ea43e37972fe17@mail.gmail.com> <20100316220353.GC1878@reaktio.net> <9f975f341003161522q7786a910mfe65e79d937bb03@mail.gmail.com> <20100316222927.GD1878@reaktio.net> <9f975f341003161540l2ff1404ft2a6698d0a8738348@mail.gmail.com> <20100316231804.GE1878@reaktio.net> <9f975f341003171520t5d609ae6r9908cc4abb22ff5f@mail.gmail.com> <20100318161518.GN1878@reaktio.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0783918335==" Return-path: In-Reply-To: <20100318161518.GN1878@reaktio.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-users-bounces@lists.xensource.com Errors-To: xen-users-bounces@lists.xensource.com To: =?ISO-8859-1?Q?Pasi_K=E4rkk=E4inen?= Cc: Jeremy Fitzhardinge , xen-devel@lists.xensource.com, xen-users@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --===============0783918335== Content-Type: multipart/alternative; boundary=001636284adaa45c0e0482173af1 --001636284adaa45c0e0482173af1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I did the below steps for pvops dom 0 kernel. make menuconfig make bzImage make modules make modules_install cp -a .config /boot/config-2.6.32.10 cp -a System.map /boot/System.map-2.6.32.10 cp -a arch/x86/boot/bzImage /boot/vmlinuz-2.6.32.10 /sbin/mkinitrd -f --builtin=3Dahci /boot/initrd-2.6.32.10.img 2.6.32.10 I tried root=3D/dev/VolGroup01/LogVol00 . On Thu, Mar 18, 2010 at 9:15 AM, Pasi K=E4rkk=E4inen wrote: > On Wed, Mar 17, 2010 at 03:20:13PM -0700, kishore kumar wrote: > > Here is the output of df -h and cat /etc/fstab of my machine. > > > > Did you try both root=3D/dev/mapper/VolGroup01-LogVol00 and > root=3D/dev/VolGroup01/LogVol00 arguments for the dom0 kernel? > > How did you generate the initrd image for the dom0 kernel? > > Anyway this sounds like a grub.conf or initrd problem, not Xen or pvops > dom0 kernel kernel problem. > > -- Pasi > > > Please let me know your thoughts. > > > > [root@localhost kishore]# df -h > > > > Filesystem Size Used Avail Use% Mounted on > > > > /dev/mapper/VolGroup01-LogVol00 > > > > 223G 29G 182G 14% / > > > > /dev/sda1 99M 81M 13M 87% /boot > > > > tmpfs 757M 0 757M 0% /dev/shm > > > > [root@localhost kishore]# cat /etc/fstab > > > > /dev/VolGroup01/LogVol00 / ext3 defaults 1 1 > > > > LABEL=3D/boot /boot ext3 defaults 1 2 > > > > tmpfs /dev/shm tmpfs defaults 0 0 > > > > devpts /dev/pts devpts gid=3D5,mode=3D620 0 0 > > > > sysfs /sys sysfs defaults 0 0 > > > > proc /proc proc defaults 0 0 > > > > /dev/VolGroup01/LogVol01 swap swap defaults 0 0 > > > > [root@localhost kishore]# > > > > On Tue, Mar 16, 2010 at 4:18 PM, Pasi K=E4rkk=E4inen <[1]pasik@iki.f= i> > wrote: > > > > On Tue, Mar 16, 2010 at 03:40:46PM -0700, kishore kumar wrote: > > > I am not sure. Can you please let me know how to check this? > any > > command > > > ?? > > > > well simple "df -h" will show it. and also "cat /etc/fstab". > > You can also check it from your grub configuration.. from the > working > > baremetal (non-Xen) entry. > > > > -- Pasi > > > > > > On Tue, Mar 16, 2010 at 3:29 PM, Pasi K=E4rkk=E4inen > > <[1][2]pasik@iki.fi> wrote: > > > > > > On Tue, Mar 16, 2010 at 03:22:50PM -0700, kishore kumar > wrote: > > > > attached is the log captured in with the word documen= t > . > > > > > > > > > > Scanning logical volumes > > > Reading all physical volumes. This may take a while... > > > Activating logical volumes > > > Volume group "VolGroup01" not found > > > Trying to resume from /dev/VolGroup01/LogVol01 > > > Unable to access resume device (/dev/VolGroup01/LogVol01) > > > Creating root device. > > > Mounting root filesystem. > > > mount: could not find filesystem '/dev/root' > > > Setting up other filesystems. > > > Setting up new root fs > > > setuproot: moving /dev failed: No such file or directory > > > no fstab.sys, mounting internal defaults > > > setuproot: error mounting /proc: No such file or directory > > > setuproot: error mounting /sys: No such file or directory > > > Switching to new root and running init. > > > unmounting old /dev > > > unmounting old /proc > > > unmounting old /sys > > > switchroot: mount failed: No such file or directory > > > init used greatest stack depth: 4088 bytes left > > > Kernel panic - not syncing: Attempted to kill init! > > > > > > So it seems it gets all the way to executing the initrd > image, > > > which then fails to mount the root fs. > > > > > > Earlier in the log: > > > ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > > > ata1.00: ATA-8: Hitachi HDT721025SLA380, STBOA3AA, max > UDMA/133 > > > ata1.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/32= ), > AA > > > ata1.00: configured for UDMA/133 > > > scsi 0:0:0:0: Direct-Access ATA Hitachi HDT72102 > STBO > > PQ: 0 > > > ANSI: 5 > > > sd 0:0:0:0: Attached scsi generic sg0 type 0 > > > sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 > GB/232 > > GiB) > > > sd 0:0:0:0: [sda] Write Protect is off > > > sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 > > > sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled= , > > doesn't > > > support DPO or FUA > > > sda: sda1 sda2 > > > sd 0:0:0:0: [sda] Attached SCSI disk > > > > > > so /dev/sda was detected. Is your root lvm volume on /dev/s= da > ? > > > Is /dev/VolGroup01/LogVol01 really your root fs? > > > > > > -- Pasi > > > > > > > > > > > > > > > On Tue, Mar 16, 2010 at 3:03 PM, Pasi K=E4rkk=E4inen > > > <[1][2][3]pasik@iki.fi> wrote: > > > > > > > > On Tue, Mar 16, 2010 at 02:56:06PM -0700, kishore > kumar > > wrote: > > > > > Please find the attached log file after fixing > the > > dom 0 > > > kernel cmd > > > > line > > > > > as below > > > > > > > > > > ro root=3D/dev/VolGroup01/LogVol00 console=3Dhv= c0 > > > earlyprintk=3Dxen > > > > nomodeset > > > > > > > > > > > > > There's something wrong with the log, the dom0 kerne= l > > parts are > > > all on > > > > one line.. > > > > It's really difficult to read it. > > > > > > > > -- Pasi > > > > > > > > > Thanks > > > > > > > > > > > > > > > On Tue, Mar 16, 2010 at 2:29 PM, Pasi K=E4rkk= =E4inen > > > > <[1][2][3][4]pasik@iki.fi> wrote: > > > > > > > > > > On Tue, Mar 16, 2010 at 02:16:22PM -0700, > kishore > > kumar > > > wrote: > > > > > > I did below steps. > > > > > > > > > > > > > > > > > > I pulled DOM 0 kernel from > > > > > > git clone > > > > > > > > > > > > > > git://[1][2][3][4][5] > git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > > > > linux-2.6-xen > > > > > > > > > > > > cd linux-2.6-xen > > > > > > > > > > > > make clean > > > > > > > > > > > > cp -a .config .config-old > > > > > > > > > > > > wget -O .config > > > > > > > > > > > > > > > > > > > > [2][3][4][5][6] > http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.32.9-pvops-dom0= -xen-stable-x86_64 > > > > > > > > > > > > make oldconfig > > > > > > > > > > > > make bzImage > > > > > > > > > > > > make modules > > > > > > > > > > > > make modules_install > > > > > > > > > > > > cp -a .config /boot/config-2.6.32.9 > > > > > > > > > > > > cp -a System.map /boot/System.map-2.6.32= .9 > > > > > > > > > > > > cp -a arch/x86/boot/bzImage > > /boot/vmlinuz-2.6.32.9 > > > > > > > > > > > > and modified the grub.conf as below > > > > > > > > > > > > > > > > > > Root(hd0,0) > > > > > > > > > > > > kernel /xen.gz console=3Dvga,com1 > > com1=3D115200,8n1 > > > msi=3D1 > > > > iommu=3D1 > > > > > > > > > > > > module /vmlinuz-2.6.32.9 ro > > > root=3D/dev/VolGroup01/LogVo100 > > > > rhgb > > > > > quiet > > > > > > > > > > > > module /initrd-2.6.32.9.img > > > > > > > > > > > > > > > > > > and rebooted the machine. Then It boote= d > with > > some > > > xen > > > > messages > > > > > and > > > > > > stopped. Those were the messages captur= ed > > from > > > serial > > > > console. > > > > > > > > > > > > Please let me know if I did something > wrong > > here. > > > > > > > > > > > > > > > > Please fix the kernel cmdline based on my > earlier > > email, > > > and > > > > capture and > > > > > post the > > > > > serial console log again! > > > > > > > > > > -- Pasi > > > > > > > > > > > > > > > > > > On Tue, Mar 16, 2010 at 1:20 PM, Pasi > > K=E4rkk=E4inen > > > > > <[3][4][5][6][7]pasik@iki.fi> wrote: > > > > > > > > > > > > On Tue, Mar 16, 2010 at 01:16:28PM > -0700, > > Jeremy > > > > Fitzhardinge > > > > > wrote: > > > > > > > On 03/16/2010 12:48 PM, Pasi > K=E4rkk=E4inen > > wrote: > > > > > > >> On Tue, Mar 16, 2010 at 09:43:44PM > +0200, > > Pasi > > > > K=E4rkk=E4inen > > > > > wrote: > > > > > > >> > > > > > > >>> On Tue, Mar 16, 2010 at 10:32:17AM > > -0700, > > > kishore > > > > kumar > > > > > wrote: > > > > > > >>> > > > > > > >>>> Attached is the output captur= ed > > from > > > serial > > > > console. > > > > > > >>>> > > > > > > >>>> Machine does not boot after > > compiling xen > > > 3.4.3 > > > > with > > > > > pv_ops dom > > > > > > 0 kernel. > > > > > > >>>> > > > > > > >>>> Please let me know what is > going > > wrong > > > here. > > > > > > >>>> > > > > > > >>>> > > > > > > >>> Ok this looks like a bug that is > already > > being > > > sorted > > > > out on > > > > > > xen-devel mailinglist. > > > > > > >>> I added CC to xen-devel. > > > > > > >>> > > > > > > >>> > > > > > > >> > > > > > > > > > > > > > > Those messages are not a problem in > > themselves, > > > but the > > > > related > > > > > > problem > > > > > > > is believed to be fixed in current > > > xen/stable-2.6.32.x. > > > > It > > > > > looks like > > > > > > > the output stops there because the X= en > > console > > > isn't set > > > > up > > > > > properly > > > > > > for > > > > > > > some reason. > > > > > > > > > > > > > > > > > > > Yeah, remove "rhgb quiet" from the > options.. > > the > > > dom0 > > > > kernel > > > > > cmdline > > > > > > should be like this: > > > > > > ro root=3D/dev/VolGroup01/LogVol00 > > console=3Dhvc0 > > > > earlyprintk=3Dxen > > > > > nomodeset > > > > > > -- Pasi > > > > > > > > > > > > References > > > > > > > > > > > > Visible links > > > > > > 1. > > > > > > > > > [5][6][7][8] > http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > > > > 2. > > > > > > > > > > > > > > [6][7][8][9] > http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.32.9-pvops-dom0= -xen-stable-x86_64 > > > > > > 3. mailto:[7][8][9][10]pasik@iki.fi > > > > > > > > > > References > > > > > > > > > > Visible links > > > > > 1. mailto:[9][10][11]pasik@iki.fi > > > > > 2. > > > > > > > > > [10][11][12] > http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > > > 3. > > > > > > > > > [11][12][13] > http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.32.9-pvops-dom0= -xen-stable-x86_64 > > > > > 4. mailto:[12][13][14]pasik@iki.fi > > > > > 5. > > > > > > > > > [13][14][15] > http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > > > 6. > > > > > > > > > [14][15][16] > http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.32.9-pvops-dom0= -xen-stable-x86_64 > > > > > 7. mailto:[15][16][17]pasik@iki.fi > > > > > Asserting Post complete GPIO!!! > > > > > Transfer control to CSM 16-bit binary for legacy > boot > > > > > __ __ _____ _ _ _____ = _ > _ > > > > > \ \/ /___ _ __ |___ /| || | |___ / _ __ ___= | > || | > > _ > > > __ _ > > > > __ ___ > > > > > \ // _ \ '_ \ |_ \| || |_ |_ \ __| '__/ __= | > || > > |_ __| > > > '_ \| > > > > '__/ _ \ > > > > > / \ __/ | | | ___) |__ _| ___) |__| | | > (__|__ > > _|__| > > > |_) | | > > > > | __/ > > > > > /_/\_\___|_| |_| |____(_) |_|(_)____/ |_| \___= | > |_| > > | > > > .__/|_| > > > > \___| > > > > > > > |_| > > > > > (XEN) Xen version 3.4.3-rc4-pre (kishore@localdoma= in > ) > > (gcc > > > version > > > > 4.1.2 20080704 (Red Hat 4.1.2-46)) Mon Mar 15 13:44:= 31 > PDT > > 2010 > > > > > (XEN) Latest ChangeSet: Tue Mar 09 18:15:52 2010 > +0000 > > > > 19924:6e72f8c3c017 > > > > > (XEN) Command line: console=3Dvga,com1 com1=3D1152= 00,8n1 > > msi=3D1 > > > iommu=3D1 > > > > > (XEN) Video information: > > > > > (XEN) VGA is text mode 80x25, font 8x16 > > > > > (XEN) VBE/DDC methods: none; EDID transfer time: = 0 > > seconds > > > > > (XEN) EDID info not retrieved because no DDC > retrieval > > method > > > > detected > > > > > (XEN) Disc information: > > > > > (XEN) Found 1 MBR signatures > > > > > (XEN) Found 1 EDD information structures > > > > > (XEN) Xen-e820 RAM map: > > > > > (XEN) 0000000000000000 - 000000000009d000 (usable= ) > > > > > (XEN) 000000000009d000 - 00000000000a0000 > (reserved) > > > > > (XEN) 00000000000e0000 - 0000000000100000 > (reserved) > > > > > (XEN) 0000000000100000 - 000000006d597000 (usable= ) > > > > > (XEN) 000000006d597000 - 000000006d686000 > (reserved) > > > > > (XEN) 000000006d686000 - 000000006f598000 (usable= ) > > > > > (XEN) 000000006f598000 - 000000006f59a000 > (reserved) > > > > > (XEN) 000000006f59a000 - 000000006f5af000 (ACPI > NVS) > > > > > (XEN) 000000006f5af000 - 000000006f5d9000 > (reserved) > > > > > (XEN) 000000006f5d9000 - 000000006f5f9000 (ACPI > data) > > > > > (XEN) 000000006f5f9000 - 000000006f6df000 (ACPI > NVS) > > > > > (XEN) 000000006f6df000 - 000000006f700000 (ACPI > data) > > > > > (XEN) 000000006f700000 - 0000000080000000 > (reserved) > > > > > (XEN) 00000000a0000000 - 00000000b0000000 > (reserved) > > > > > (XEN) 00000000fc000000 - 00000000fd000000 > (reserved) > > > > > (XEN) 00000000fed1c000 - 00000000fed20000 > (reserved) > > > > > (XEN) 00000000ffc00000 - 0000000100000000 > (reserved) > > > > > (XEN) System RAM: 1780MB (1823000kB) > > > > > (XEN) ACPI: RSDP 000F03F0, 0024 (r2 INTEL ) > > > > > (XEN) ACPI: XSDT 6F6FE120, 0064 (r1 INTEL THRLY > > 0 > > > > 1000013) > > > > > (XEN) ACPI: FACP 6F6FD000, 00F4 (r4 INTEL THRLY > > 0 > > > MSFT > > > > 100000D) > > > > > (XEN) ACPI: DSDT 6F6F5000, 74F1 (r2 INTEL THRLY > > 3 > > > MSFT > > > > 100000D) > > > > > (XEN) ACPI: FACS 6F5F9000, 0040 > > > > > (XEN) ACPI: APIC 6F6F4000, 01CC (r2 INTEL THRLY > > 0 > > > MSFT > > > > 100000D) > > > > > (XEN) ACPI: MCFG 6F6F3000, 003C (r1 INTEL THRLY > > 1 > > > MSFT > > > > 100000D) > > > > > (XEN) ACPI: HPET 6F6F2000, 0038 (r1 INTEL THRLY > > 1 > > > MSFT > > > > 100000D) > > > > > (XEN) ACPI: SLIT 6F6F1000, 0030 (r1 INTEL THRLY > > 1 > > > MSFT > > > > 100000D) > > > > > (XEN) ACPI: WDDT 6F6F0000, 0040 (r1 INTEL THRLY > > 0 > > > MSFT > > > > 100000D) > > > > > (XEN) ACPI: SSDT 6F5D9000, 1FDDC (r1 INTEL SSDT = PM > > 4000 > > > INTL > > > > 20061109) > > > > > (XEN) ACPI: DMAR 6F6EE000, 01D0 (r1 INTEL THRLY > > 1 > > > MSFT > > > > 100000D) > > > > > (XEN) Domain heap initialised > > > > > (XEN) Processor #0 6:12 APIC version 21 > > > > > (XEN) Processor #2 6:12 APIC version 21 > > > > > (XEN) Processor #4 6:12 APIC version 21 > > > > > (XEN) Processor #16 6:12 APIC version 21 > > > > > (XEN) Processor #18 6:12 APIC version 21 > > > > > (XEN) Processor #20 6:12 APIC version 21 > > > > > (XEN) Processor #1 6:12 APIC version 21 > > > > > (XEN) Processor #3 6:12 APIC version 21 > > > > > (XEN) Processor #5 6:12 APIC version 21 > > > > > (XEN) Processor #17 6:12 APIC version 21 > > > > > (XEN) Processor #19 6:12 APIC version 21 > > > > > (XEN) Processor #21 6:12 APIC version 21 > > > > > (XEN) IOAPIC[0]: apic_id 8, version 32, address > > 0xfec00000, GSI > > > 0-23 > > > > > (XEN) IOAPIC[1]: apic_id 9, version 32, address > > 0xfec90000, GSI > > > 24-47 > > > > > (XEN) Enabling APIC mode: Phys. Using 2 I/O APIC= s > > > > > (XEN) Intel VT-d DMAR tables have been parsed. > > > > > (XEN) Using scheduler: SMP Credit Scheduler (credi= t) > > > > > (XEN) Detected 3200.207 MHz processor. > > > > > (XEN) VMX: Supported advanced features: > > > > > (XEN) - APIC MMIO access virtualisation > > > > > (XEN) - APIC TPR shadow > > > > > (XEN) - Extended Page Tables (EPT) > > > > > (XEN) - Virtual-Processor Identifiers (VPID) > > > > > (XEN) - Virtual NMI > > > > > (XEN) - MSR direct-access bitmap > > > > > (XEN) VMX: EPT is available. > > > > > (XEN) VMX: VPID is available. > > > > > (XEN) HVM: VMX enabled > > > > > (XEN) HVM: Hardware Assisted Paging detected. > > > > > (XEN) CPU0: Intel Genuine Intel(R) CPU > 000 > > @ > > > 3.20GHz > > > > stepping 00 > > > > > (XEN) Booting processor 1/2 eip 88000 > > > > > (XEN) CPU1: Intel Genuine Intel(R) CPU > 000 > > @ > > > 3.20GHz > > > > stepping 00 > > > > > (XEN) Booting processor 2/4 eip 88000 > > > > > (XEN) CPU2: Intel Genuine Intel(R) CPU > 000 > > @ > > > 3.20GHz > > > > stepping 00 > > > > > (XEN) Booting processor 3/16 eip 88000 > > > > > (XEN) CPU3: Intel Genuine Intel(R) CPU > 000 > > @ > > > 3.20GHz > > > > stepping 00 > > > > > (XEN) Booting processor 4/18 eip 88000 > > > > > (XEN) CPU4: Intel Genuine Intel(R) CPU > 000 > > @ > > > 3.20GHz > > > > stepping 00 > > > > > (XEN) Booting processor 5/20 eip 88000 > > > > > (XEN) CPU5: Intel Genuine Intel(R) CPU > 000 > > @ > > > 3.20GHz > > > > stepping 00 > > > > > (XEN) Booting processor 6/1 eip 88000 > > > > > (XEN) CPU6: Intel Genuine Intel(R) CPU > 000 > > @ > > > 3.20GHz > > > > stepping 00 > > > > > (XEN) Booting processor 7/3 eip 88000 > > > > > (XEN) CPU7: Intel Genuine Intel(R) CPU > 000 > > @ > > > 3.20GHz > > > > stepping 00 > > > > > (XEN) Booting processor 8/5 eip 88000 > > > > > (XEN) CPU8: Intel Genuine Intel(R) CPU > 000 > > @ > > > 3.20GHz > > > > stepping 00 > > > > > (XEN) Booting processor 9/17 eip 88000 > > > > > (XEN) CPU9: Intel Genuine Intel(R) CPU > 000 > > @ > > > 3.20GHz > > > > stepping 00 > > > > > (XEN) Booting processor 10/19 eip 88000 > > > > > (XEN) CPU10: Intel Genuine Intel(R) CPU > 000 > > @ > > > 3.20GHz > > > > stepping 00 > > > > > (XEN) Booting processor 11/21 eip 88000 > > > > > (XEN) CPU11: Intel Genuine Intel(R) CPU > 000 > > @ > > > 3.20GHz > > > > stepping 00 > > > > > (XEN) Total of 12 processors activated. > > > > > (XEN) ENABLING IO-APIC IRQs > > > > > (XEN) -> Using new ACK method > > > > > (XEN) checking TSC synchronization across 12 CPUs: > > passed. > > > > > (XEN) Platform timer is 14.318MHz HPET > > > > > ?(XEN) Brought up 12 CPUs > > > > > (XEN) Intel VT-d Snoop Control supported. > > > > > (XEN) Intel VT-d DMA Passthrough not supported. > > > > > (XEN) Intel VT-d Queued Invalidation supported. > > > > > (XEN) Intel VT-d Interrupt Remapping supported. > > > > > (XEN) I/O virtualisation enabled > > > > > (XEN) I/O virtualisation for PV guests disabled > > > > > (XEN) xenoprof: Initialization failed. Intel > processor > > model 44 > > > for P6 > > > > class family is not supported > > > > > (XEN) *** LOADING DOMAIN 0 *** > > > > > (XEN) Xen kernel: 64-bit, lsb, compat32 > > > > > (XEN) Dom0 kernel: 64-bit, PAE, lsb, paddr > 0x1000000 -> > > > 0x26bb000 > > > > > (XEN) PHYSICAL MEMORY ARRANGEMENT: > > > > > (XEN) Dom0 alloc.: > 0000000064000000->0000000068000000 > > > (404490 pages > > > > to be allocated) > > > > > (XEN) VIRTUAL MEMORY ARRANGEMENT: > > > > > (XEN) Loaded kernel: > ffffffff81000000->ffffffff826bb000 > > > > > (XEN) Init. ramdisk: > ffffffff826bb000->ffffffff82d0d800 > > > > > (XEN) Phys-Mach map: > ffffffff82d0e000->ffffffff83044050 > > > > > (XEN) Start info: > ffffffff83045000->ffffffff830454b4 > > > > > (XEN) Page tables: > ffffffff83046000->ffffffff83063000 > > > > > (XEN) Boot stack: > ffffffff83063000->ffffffff83064000 > > > > > (XEN) TOTAL: > ffffffff80000000->ffffffff83400000 > > > > > (XEN) ENTRY ADDRESS: ffffffff819c1200 > > > > > (XEN) Dom0 has maximum 12 VCPUs > > > > > (XEN) Scrubbing Free RAM: .done. > > > > > (XEN) Xen trace buffers: disabled > > > > > (XEN) Std. Loglevel: Errors and warnings > > > > > (XEN) Guest Loglevel: Nothing (Rate-limited: Error= s > and > > > warnings) > > > > > (XEN) Xen is relinquishing VGA console. > > > > > (XEN) *** Serial input -> DOM0 (type 'CTRL-a' thre= e > > times to > > > switch > > > > input to Xen) > > > > > (XEN) Freed 128kB init memory. > > > > > mapping kernel into physical memory > > > > > Xen: setup ISA identity maps > > > > > about to get started... > > > > > Initializing cgroup subsys cpuset > > > > > Initializing cgroup subsys cpu > > > > > Linux version 2.6.32.9 > (kishore@localhost.localdomain) > > (gcc > > > version > > > > 4.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Mon Mar 15 > > 15:16:28 PDT > > > 2010 > > > > > Command line: ro root=3D/dev/VolGroup01/LogVol00 > > console=3Dhvc0 > > > > earlyprintk=3Dxen nomodeset > > > > > KERNEL supported cpus: > > > > > Intel GenuineIntel > > > > > AMD AuthenticAMD > > > > > Centaur CentaurHauls > > > > > BIOS-provided physical RAM map: > > > > > Xen: 0000000000000000 - 000000000009d000 (usable) > > > > > Xen: 000000000009d000 - 0000000000100000 (reserve= d) > > > > > Xen: 0000000000100000 - 0000000066c0a000 (usable) > > > > > Xen: 000000006d597000 - 000000006d686000 (reserve= d) > > > > > Xen: 000000006f598000 - 000000006f59a000 (reserve= d) > > > > > Xen: 000000006f59a000 - 000000006f5af000 (ACPI NV= S) > > > > > Xen: 000000006f5af000 - 000000006f5d9000 (reserve= d) > > > > > Xen: 000000006f5d9000 - 000000006f5f9000 (ACPI > data) > > > > > Xen: 000000006f5f9000 - 000000006f6df000 (ACPI NV= S) > > > > > Xen: 000000006f6df000 - 000000006f700000 (ACPI > data) > > > > > Xen: 000000006f700000 - 0000000080000000 (reserve= d) > > > > > Xen: 00000000a0000000 - 00000000b0000000 (reserve= d) > > > > > Xen: 00000000fc000000 - 00000000fd000000 (reserve= d) > > > > > Xen: 00000000fed1c000 - 00000000fed20000 (reserve= d) > > > > > Xen: 00000000ffc00000 - 0000000100000000 (reserve= d) > > > > > bootconsole [xenboot0] enabled > > > > > DMI 2.4 present. > > > > > last_pfn =3D 0x66c0a max_arch_pfn =3D 0x400000000 > > > > > init_memory_mapping: > 0000000000000000-0000000066c0a000 > > > > > RAMDISK: 026bb000 - 02d0d800 > > > > > ACPI: RSDP 00000000000f03f0 00024 (v02 INTEL ) > > > > > ACPI: XSDT 000000006f6fe120 00064 (v01 INTEL THRL= Y > > 00000000 > > > > 01000013) > > > > > ACPI: FACP 000000006f6fd000 000F4 (v04 INTEL THRL= Y > > 00000000 > > > MSFT > > > > 0100000D) > > > > > ACPI: DSDT 000000006f6f5000 074F1 (v02 INTEL THRL= Y > > 00000003 > > > MSFT > > > > 0100000D) > > > > > ACPI: FACS 000000006f5f9000 00040 > > > > > ACPI: APIC 000000006f6f4000 001CC (v02 INTEL THRL= Y > > 00000000 > > > MSFT > > > > 0100000D) > > > > > ACPI: MCFG 000000006f6f3000 0003C (v01 INTEL THRL= Y > > 00000001 > > > MSFT > > > > 0100000D) > > > > > ACPI: HPET 000000006f6f2000 00038 (v01 INTEL THRL= Y > > 00000001 > > > MSFT > > > > 0100000D) > > > > > ACPI: SLIT 000000006f6f1000 00030 (v01 INTEL THRL= Y > > 00000001 > > > MSFT > > > > 0100000D) > > > > > ACPI: WDDT 000000006f6f0000 00040 (v01 INTEL THRL= Y > > 00000000 > > > MSFT > > > > 0100000D) > > > > > ACPI: SSDT 000000006f5d9000 1FDDC (v01 INTEL SSDT > PM > > 00004000 > > > INTL > > > > 20061109) > > > > > ACPI: 000000006f6ee000 001D0 (v01 INTEL THRL= Y > > 00000001 > > > MSFT > > > > 0100000D) > > > > > No NUMA configuration found > > > > > Faking a node at 0000000000000000-0000000066c0a000 > > > > > Bootmem setup node 0 > 0000000000000000-0000000066c0a000 > > > > > NODE_DATA [0000000000008000 - 000000000001ffff] > > > > > bootmap [0000000000020000 - 000000000002cd87] > pages d > > > > > (9 early reservations) =3D=3D> bootmem [0000000000= - > > 0066c0a000] > > > > > #0 [0000000000 - 0000001000] BIOS data page = =3D=3D> > > [0000000000 > > > - > > > > 0000001000] > > > > > #1 [0003046000 - 0003063000] XEN PAGETABLES = =3D=3D> > > [0003046000 > > > - > > > > 0003063000] > > > > > #2 [0000006000 - 0000008000] TRAMPOLINE = =3D=3D> > > [0000006000 > > > - > > > > 0000008000] > > > > > #3 [0001000000 - 000269ae98] TEXT DATA BSS = =3D=3D> > > [0001000000 > > > - > > > > 000269ae98] > > > > > #4 [00026bb000 - 0002d0d800] RAMDISK = =3D=3D> > > [00026bb000 > > > - > > > > 0002d0d800] > > > > > #5 [0002d0e000 - 0003046000] XEN START INFO = =3D=3D> > > [0002d0e000 > > > - > > > > 0003046000] > > > > > #6 [000269b000 - 000269b011] BRK = =3D=3D> > > [000269b000 > > > - > > > > 000269b011] > > > > > #7 [0000100000 - 000041a000] PGTABLE = =3D=3D> > > [0000100000 > > > - > > > > 000041a000] > > > > > #8 [0000001000 - 0000001030] ACPI SLIT = =3D=3D> > > [0000001000 > > > - > > > > 0000001030] > > > > > found SMP MP-table at [ffff8800000fd750] fd750 > > > > > Zone PFN ranges: > > > > > DMA 0x00000000 -> 0x00001000 > > > > > DMA32 0x00001000 -> 0x00100000 > > > > > Normal 0x00100000 -> 0x00100000 > > > > > Movable zone start PFN for each node > > > > > early_node_map[2] active PFN ranges > > > > > 0: 0x00000000 -> 0x0000009d > > > > > 0: 0x00000100 -> 0x00066c0a > > > > > ACPI: PM-Timer IO Port: 0x408 > > > > > ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) > > > > > ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled) > > > > > ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled) > > > > > ACPI: LAPIC (acpi_id[0x03] lapic_id[0x10] enabled) > > > > > ACPI: LAPIC (acpi_id[0x04] lapic_id[0x12] enabled) > > > > > ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] enabled) > > > > > ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] enabled) > > > > > ACPI: LAPIC (acpi_id[0x07] lapic_id[0x03] enabled) > > > > > ACPI: LAPIC (acpi_id[0x08] lapic_id[0x05] enabled) > > > > > ACPI: LAPIC (acpi_id[0x09] lapic_id[0x11] enabled) > > > > > ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x13] enabled) > > > > > ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x15] enabled) > > > > > ACPI: LAPIC (acpi_id[0x0c] lapic_id[0xff] disabled= ) > > > > > ACPI: LAPIC (acpi_id[0x0d] lapic_id[0xff] disabled= ) > > > > > ACPI: LAPIC (acpi_id[0x0e] lapic_id[0xff] disabled= ) > > > > > ACPI: LAPIC (acpi_id[0x0f] lapic_id[0xff] disabled= ) > > > > > ACPI: LAPIC (acpi_id[0x10] lapic_id[0xff] disabled= ) > > > > > ACPI: LAPIC (acpi_id[0x11] lapic_id[0xff] disabled= ) > > > > > ACPI: LAPIC (acpi_id[0x12] lapic_id[0xff] disabled= ) > > > > > ACPI: LAPIC (acpi_id[0x13] lapic_id[0xff] disabled= ) > > > > > ACPI: LAPIC (acpi_id[0x14] lapic_id[0xff] disabled= ) > > > > > ACPI: LAPIC (acpi_id[0x15] lapic_id[0xff] disabled= ) > > > > > ACPI: LAPIC (acpi_id[0x16] lapic_id[0xff] disabled= ) > > > > > ACPI: LAPIC (acpi_id[0x17] lapic_id[0xff] disabled= ) > > > > > ACPI: LAPIC_NMI (acpi_id[0x00] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x05] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x06] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x07] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x08] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x09] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x0a] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x0b] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x0c] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x0d] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x0e] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x0f] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x10] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x11] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x12] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x13] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x14] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x15] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x16] high level lint[0x1= ]) > > > > > ACPI: LAPIC_NMI (acpi_id[0x17] high level lint[0x1= ]) > > > > > ACPI: IOAPIC (id[0x08] address[0xfec00000] > gsi_base[0]) > > > > > IOAPIC[0]: apic_id 8, version 0, address 0xfec0000= 0, > GSI > > 0-0 > > > > > ACPI: IOAPIC (id[0x09] address[0xfec90000] > gsi_base[24]) > > > > > IOAPIC[1]: apic_id 9, version 0, address 0xfec9000= 0, > GSI > > 24-24 > > > > > ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 df= l > dfl) > > > > > ERROR: Unable to locate IOAPIC for GSI 2 > > > > > ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 hi= gh > > level) > > > > > ERROR: Unable to locate IOAPIC for GSI 9 > > > > > Using ACPI (MADT) for SMP configuration informatio= n > > > > > ACPI: HPET id: 0x8086a401 base: 0xfed00000 > > > > > SMP: Allowing 12 CPUs, 0 hotplug CPUs > > > > > PM: Registered nosave memory: 000000000009d000 - > > > 0000000000100000 > > > > > Allocating PCI resources starting at b0000000 (gap= : > > > b0000000:4c000000) > > > > > Booting paravirtualized kernel on Xen > > > > > Xen version: 3.4.3-rc4-pre (preserve-AD) (dom0) > > > > > NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:12 > > nr_node_ids:1 > > > > > PERCPU: Embedded 478 pages/cpu @ffff880005ebc000 > > s1928024 r8192 > > > d21672 > > > > u1957888 > > > > > pcpu-alloc: s1928024 r8192 d21672 u1957888 > > alloc=3D478*4096 > > > > > pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] > 05 > > [0] 06 > > > [0] 07 > > > > > pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 > > > > > Xen: using vcpu_info placement > > > > > Built 1 zonelists in Node order, mobility grouping > on. > > Total > > > pages: > > > > 409291 > > > > > Policy zone: DMA32 > > > > > Kernel command line: ro > root=3D/dev/VolGroup01/LogVol00 > > > console=3Dhvc0 > > > > earlyprintk=3Dxen nomodeset > > > > > PID hash table entries: 4096 (order: 3, 32768 byte= s) > > > > > Initializing CPU#0 > > > > > DMA: Placing 64MB software IO TLB between > > ffff880007525000 - > > > > ffff88000b525000 > > > > > DMA: software IO TLB at phys 0x7525000 - 0xb525000 > > > > > xen_swiotlb_fixup: buf=3Dffff880007525000 > size=3D67108864 > > > > > xen_swiotlb_fixup: buf=3Dffff88000b585000 size=3D3= 2768 > > > > > Memory: 1514268k/1683496k available (4654k kernel > code, > > 396k > > > absent, > > > > 168832k reserved, 3443k data, 3396k init) > > > > > SLUB: Genslabs=3D14, HWalign=3D64, Order=3D0-3, > MinObjects=3D0, > > > CPUs=3D12, > > > > Nodes=3D1 > > > > > Hierarchical RCU implementation. > > > > > NR_IRQS:4352 nr_irqs:3072 > > > > > Already setup the GSI :0 > > > > > Already setup the GSI :1 > > > > > Already setup the GSI :2 > > > > > Already setup the GSI :3 > > > > > Already setup the GSI :4 > > > > > Already setup the GSI :5 > > > > > Already setup the GSI :6 > > > > > Already setup the GSI :7 > > > > > Already setup the GSI :8 > > > > > Already setup the GSI :9 > > > > > Already setup the GSI :10 > > > > > Already setup the GSI :11 > > > > > Already setup the GSI :12 > > > > > Already setup the GSI :13 > > > > > Already setup the GSI :14 > > > > > Already setup the GSI :15 > > > > > ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 df= l > dfl) > > > > > ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 hi= gh > > level) > > > > > xen: sci override: source_irq=3D9 global_irq=3D9 > trigger=3Dc > > > polarity=3D1 > > > > > xen_allocate_pirq: returning irq 9 for gsi 9 > > > > > Already setup the GSI :9 > > > > > xen: acpi sci 9 > > > > > Console: colour VGA+ 80x25 > > > > > console [hvc0] enabled, bootconsole disabled conso= le > > [hvc0] > > > enabled, > > > > bootconsole disabled > > > > > Lock dependency validator: Copyright (c) 2006 Red > Hat, > > Inc., > > > Ingo > > > > Molnar ... MAX_LOCKDEP_SUBCLASSES: 8 ... > MAX_LOCK_DEPTH: > > > 48 > > > > ... MAX_LOCKDEP_KEYS: 8191 ... CLASSHASH_SIZE= : > > > 4096 ... > > > > MAX_LOCKDEP_ENTRIES: 16384 ... MAX_LOCKDEP_CHAIN= S: > > 32768 > > > ... > > > > CHAINHASH_SIZE: 16384 memory used by lock > > dependency > > > info: > > > > 6367 kB per task-struct memory footprint: 2688 byte= s > > allocated > > > 17039360 > > > > bytes of page_cgroup please try > 'cgroup_disable=3Dmemory' > > option if > > > you > > > > don't want memory cgroups installing Xen timer for C= PU > 0 > > Detected > > > > 3200.206 MHz processor. Calibrating delay loop > (skipped), > > value > > > > calculated using timer frequency.. 6400.41 BogoMIPS > > (lpj=3D3200206) > > > > Security Framework initialized SELinux: Initializin= g. > > Dentry > > > cache hash > > > > table entries: 262144 (order: 9, 2097152 bytes) > > Inode-cache hash > > > table > > > > entries: 131072 (order: 8, 1048576 bytes) Mount-cach= e > hash > > table > > > > entries: 256 Initializing cgroup subsys ns > Initializing > > cgroup > > > subsys > > > > cpuacct Initializing cgroup subsys memory Initializi= ng > > cgroup > > > subsys > > > > devices Initializing cgroup subsys freezer > Initializing > > cgroup > > > subsys > > > > net_cls CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L= 2 > > cache: 256K > > > CPU: > > > > L3 cache: 12288K CPU 0/0x0 -> Node 0 CPU: Unsupporte= d > > number of > > > siblings > > > > 32 Performance Events: unsupported p6 CPU model 44 n= o > PMU > > driver, > > > > software events only. lockdep: fixing up alternative= s. > SMP > > > alternatives: > > > > switching to UP code ACPI: Core revision 20090903 > ftrace: > > > converting > > > > mcount calls to 0f 1f 44 00 00 ftrace: allocating > 27971 > > entries > > > in 110 > > > > pages installing Xen timer for CPU 1 lockdep: fixing > up > > > alternatives. > > > > SMP alternatives: switching to SMP code Initializing > CPU#1 > > CPU: > > > L1 I > > > > cache: 32K, L1 D cache: 32K CPU: L2 cache: 256K CPU: > L3 > > cache: > > > 12288K > > > > CPU 1/0x0 -> Node 0 CPU: Unsupported number of > siblings 32 > > > installing > > > > Xen timer for CPU 2 Initializing CPU#2 CPU: L1 I > cache: > > 32K, L1 D > > > cache: > > > > 32K CPU: L2 cache: 256K CPU: L3 cache: 12288K CPU > 2/0x0 -> > > Node 0 > > > CPU: > > > > Unsupported number of siblings 32 installing Xen tim= er > for > > CPU 3 > > > > Initializing CPU#3 CPU: L1 I cache: 32K, L1 D cache: > 32K > > CPU: L2 > > > cache: > > > > 256K CPU: L3 cache: 12288K CPU 3/0x0 -> Node 0 CPU: > > Unsupported > > > number > > > > of siblings 32 installing Xen timer for CPU 4 > Initializing > > CPU#4 > > > CPU: L1 > > > > I cache: 32K, L1 D cache: 32K CPU: L2 cache: 256K CP= U: > L3 > > cache: > > > 12288K > > > > CPU 4/0x0 -> Node 0 CPU: Unsupported number of > siblings 32 > > > installing > > > > Xen timer for CPU 5 Initializing CPU#5 CPU: L1 I > cache: > > 32K, L1 D > > > cache: > > > > 32K CPU: L2 cache: 256K CPU: L3 cache: 12288K CPU > 5/0x0 -> > > Node 0 > > > CPU: > > > > Unsupported number of siblings 32 installing Xen tim= er > for > > CPU 6 > > > > Initializing CPU#6 CPU: L1 I cache: 32K, L1 D cache: > 32K > > CPU: L2 > > > cache: > > > > 256K CPU: L3 cache: 12288K CPU 6/0x0 -> Node 0 CPU: > > Unsupported > > > number > > > > of siblings 32 installing Xen timer for CPU 7 > Initializing > > CPU#7 > > > CPU: L1 > > > > I cache: 32K, L1 D cache: 32K CPU: L2 cache: 256K CP= U: > L3 > > cache: > > > 12288K > > > > CPU 7/0x0 -> Node 0 CPU: Unsupported number of > siblings 32 > > > installing > > > > Xen timer for CPU 8 Initializing CPU#8 CPU: L1 I > cache: > > 32K, L1 D > > > cache: > > > > 32K CPU: L2 cache: 256K CPU: L3 cache: 12288K CPU > 8/0x0 -> > > Node 0 > > > CPU: > > > > Unsupported number of siblings 32 installing Xen tim= er > for > > CPU 9 > > > > Initializing CPU#9 CPU: L1 I cache: 32K, L1 D cache: > 32K > > CPU: L2 > > > cache: > > > > 256K CPU: L3 cache: 12288K CPU 9/0x0 -> Node 0 CPU: > > Unsupported > > > number > > > > of siblings 32 installing Xen timer for CPU 10 > > Initializing > > > CPU#10 CPU: > > > > L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 256K > CPU: > > L3 > > > cache: > > > > 12288K CPU 10/0x0 -> Node 0 CPU: Unsupported number = of > > siblings > > > 32 > > > > installing Xen timer for CPU 11 Initializing CPU#11 > CPU: > > L1 I > > > cache: > > > > 32K, L1 D cache: 32K CPU: L2 cache: 256K CPU: L3 > cache: > > 12288K > > > CPU > > > > 11/0x0 -> Node 0 CPU: Unsupported number of siblings > 32 > > Brought > > > up 12 > > > > CPUs Grant table initialized regulator: core version > 0.5 > > Time: > > > 14:45:00 > > > > Date: 03/16/10 NET: Registered protocol family 16 > > > xenbus_probe_init ok > > > > ACPI FADT declares the system doesn't support PCIe > ASPM, > > so > > > disable it > > > > ACPI: bus type pci registered PCI: MCFG configuratio= n > 0: > > base > > > a0000000 > > > > segment 0 buses 0 - 255 PCI: MCFG area at a0000000 > > reserved in > > > E820 PCI: > > > > Using MMCONFIG at a0000000 - afffffff PCI: Using > > configuration > > > type 1 > > > > for base access bio: create slab at 0 ACPI > Error: > > Field > > > [CPB3] > > > > at 96 exceeds Buffer [NULL] size 64 (bits) > > > (20090903/dsopcode-596) ACPI > > > > Error (psparse-0537): Method parse/execution failed > > [\_SB_._OSC] > > > (Node > > > > ffff880064e00c98), AE_AML_BUFFER_LIMIT ACPI: > Interpreter > > enabled > > > ACPI: > > > > (supports S0 S1 S3 S4 S5) ACPI: Using IOAPIC for > interrupt > > > routing ACPI > > > > Warning: Incorrect checksum in table [ ] - 97, > should > > be DB > > > > (20090903/tbutils-314) ACPI: No dock devices found. > ACPI: > > PCI > > > Root > > > > Bridge [PCI0] (0000:00) pci 0000:00:01.0: PME# > supported > > from D0 > > > D3hot > > > > D3cold pci 0000:00:01.0: PME# disabled pci > 0000:00:02.0: > > PME# > > > supported > > > > from D0 D3hot D3cold pci 0000:00:02.0: PME# disabled > pci > > > 0000:00:03.0: > > > > PME# supported from D0 D3hot D3cold pci 0000:00:03.0= : > PME# > > > disabled pci > > > > 0000:00:04.0: PME# supported from D0 D3hot D3cold pc= i > > > 0000:00:04.0: PME# > > > > disabled pci 0000:00:05.0: PME# supported from D0 > D3hot > > D3cold > > > pci > > > > 0000:00:05.0: PME# disabled pci 0000:00:06.0: PME# > > supported from > > > D0 > > > > D3hot D3cold pci 0000:00:06.0: PME# disabled pci > > 0000:00:07.0: > > > PME# > > > > supported from D0 D3hot D3cold pci 0000:00:07.0: PME= # > > disabled > > > pci > > > > 0000:00:08.0: PME# supported from D0 D3hot D3cold pc= i > > > 0000:00:08.0: PME# > > > > disabled pci 0000:00:09.0: PME# supported from D0 > D3hot > > D3cold > > > pci > > > > 0000:00:09.0: PME# disabled pci 0000:00:0a.0: PME# > > supported from > > > D0 > > > > D3hot D3cold pci 0000:00:0a.0: PME# disabled pci > > 0000:00:13.0: > > > PME# > > > > supported from D0 D3hot D3cold pci 0000:00:13.0: PME= # > > disabled > > > pci > > > > 0000:00:1a.7: PME# supported from D0 D3hot D3cold pc= i > > > 0000:00:1a.7: PME# > > > > disabled pci 0000:00:1c.0: PME# supported from D0 > D3hot > > D3cold > > > pci > > > > 0000:00:1c.0: PME# disabled pci 0000:00:1c.4: PME# > > supported from > > > D0 > > > > D3hot D3cold pci 0000:00:1c.4: PME# disabled pci > > 0000:00:1c.5: > > > PME# > > > > supported from D0 D3hot D3cold pci 0000:00:1c.5: PME= # > > disabled > > > pci > > > > 0000:00:1d.7: PME# supported from D0 D3hot D3cold pc= i > > > 0000:00:1d.7: PME# > > > > disabled pci 0000:00:1f.0: quirk: region 0400-047f > claimed > > by > > > ICH6 > > > > ACPI/GPIO/TCO pci 0000:00:1f.0: quirk: region > 0500-053f > > claimed > > > by ICH6 > > > > GPIO pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 > PIO at > > 0680 > > > (mask > > > > 000f) pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 > PIO > > at 0ca0 > > > (mask > > > > 000f) pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 > PIO > > at 0600 > > > (mask > > > > 001f) pci 0000:00:1f.2: PME# supported from D3hot pc= i > > > 0000:00:1f.2: PME# > > > > disabled pci 0000:01:00.0: PME# supported from D0 > D3hot > > D3cold > > > pci > > > > 0000:01:00.0: PME# disabled pci 0000:01:00.1: PME# > > supported from > > > D0 > > > > D3hot D3cold pci 0000:01:00.1: PME# disabled pci > > 0000:0c:00.0: > > > disabling > > > > ASPM on pre-1.1 PCIe device. You can enable it with > > > 'pcie_aspm=3Dforce' > > > > pci 0000:00:1e.0: transparent bridge ACPI: PCI Root > Bridge > > [PCI1] > > > > (0000:fe) ACPI: PCI Root Bridge [PCI2] (0000:ff) ACP= I: > PCI > > > Interrupt > > > > Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) ACPI: > PCI > > > Interrupt Link > > > > [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 14 15) ACPI: PCI > > Interrupt > > > Link > > > > [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 14 15) ACPI: PCI > > Interrupt > > > Link > > > > [LNKD] (IRQs 3 4 *5 6 7 9 10 11 12 14 15) ACPI: PCI > > Interrupt > > > Link > > > > [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disable= d. > > ACPI: PCI > > > > Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12 14 > 15) > > ACPI: > > > PCI > > > > Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 14 > 15) > > *0, > > > disabled. > > > > ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *1= 0 > 11 > > 12 14 > > > 15) > > > > xenbus_probe_backend_init bus registered ok > > > xenbus_probe_frontend_init > > > > bus registered ok xen_balloon: Initialising balloon > driver > > with > > > page > > > > order 0. vgaarb: device added: > > > > PCI:0000:0c:00.0,decodes=3Dio+mem,owns=3Dio+mem,lock= s=3Dnone > > vgaarb: > > > loaded > > > > SCSI subsystem initialized usbcore: registered new > > interface > > > driver > > > > usbfs usbcore: registered new interface driver hub > > usbcore: > > > registered > > > > new device driver usb PCI: Using ACPI for IRQ routin= g > > NetLabel: > > > > Initializing NetLabel: domain hash size =3D 128 > NetLabel: > > > protocols =3D > > > > UNLABELED CIPSOv4 NetLabel: unlabeled traffic allow= ed > by > > default > > > > Switching to clocksource xen kstop/0 used greatest > stack > > depth: > > > 6568 > > > > bytes left kstop/1 used greatest stack depth: 6536 > bytes > > left > > > pnp: PnP > > > > ACPI init ACPI: bus type pnp registered > xen_allocate_pirq: > > > returning irq > > > > 8 for gsi 8 Already setup the GSI :8 > xen_allocate_pirq: > > returning > > > irq 13 > > > > for gsi 13 Already setup the GSI :13 pnp: PnP ACPI: > found > > 13 > > > devices > > > > ACPI: ACPI bus type pnp unregistered system 00:07: > ioport > > range > > > > 0x500-0x53f has been reserved system 00:07: ioport > range > > > 0x400-0x47f has > > > > been reserved system 00:07: ioport range 0x800-0x81f > has > > been > > > reserved > > > > system 00:07: ioport range 0x2f8-0x2ff has been > reserved > > system > > > 00:07: > > > > iomem range 0xfed1c000-0xfed8bffe could not be > reserved > > system > > > 00:07: > > > > iomem range 0xff000000-0xffffffff could not be > reserved > > system > > > 00:07: > > > > iomem range 0xfee00000-0xfeefffff has been reserved > system > > 00:07: > > > iomem > > > > range 0xfe900000-0xfe90001f has been reserved system > > 00:07: iomem > > > range > > > > 0xfea00000-0xfea0001f has been reserved system 00:07= : > > iomem range > > > > 0xfed1b000-0xfed1bfff has been reserved pci > 0000:0c:00.0: > > BAR 6: > > > no > > > > parent found for of device [0xffff0000-0xffffffff] p= ci > > > 0000:00:01.0: PCI > > > > bridge, secondary bus 0000:01 pci 0000:00:01.0: IO > > window: > > > > 0x1000-0x1fff pci 0000:00:01.0: MEM window: > > > 0xb1900000-0xb19fffff pci > > > > 0000:00:01.0: PREFETCH window: disabled pci > > 0000:00:02.0: PCI > > > bridge, > > > > secondary bus 0000:02 pci 0000:00:02.0: IO window: > > disabled pci > > > > 0000:00:02.0: MEM window: disabled pci 0000:00:02.= 0: > > PREFETCH > > > > window: disabled pci 0000:00:03.0: PCI bridge, > secondary > > bus > > > 0000:03 pci > > > > 0000:00:03.0: IO window: disabled pci 0000:00:03.0= : > > MEM > > > window: > > > > disabled pci 0000:00:03.0: PREFETCH window: disabl= ed > pci > > > 0000:00:04.0: > > > > PCI bridge, secondary bus 0000:04 pci 0000:00:04.0: > IO > > window: > > > > disabled pci 0000:00:04.0: MEM window: disabled pc= i > > > 0000:00:04.0: > > > > PREFETCH window: disabled pci 0000:00:05.0: PCI > bridge, > > secondary > > > bus > > > > 0000:05 pci 0000:00:05.0: IO window: disabled pci > > 0000:00:05.0: > > > MEM > > > > window: disabled pci 0000:00:05.0: PREFETCH window= : > > disabled > > > pci > > > > 0000:00:06.0: PCI bridge, secondary bus 0000:06 pci > > 0000:00:06.0: > > > IO > > > > window: disabled pci 0000:00:06.0: MEM window: > disabled > > pci > > > > 0000:00:06.0: PREFETCH window: disabled pci > > 0000:00:07.0: PCI > > > bridge, > > > > secondary bus 0000:07 pci 0000:00:07.0: IO window: > > disabled pci > > > > 0000:00:07.0: MEM window: disabled pci 0000:00:07.= 0: > > PREFETCH > > > > window: disabled pci 0000:00:08.0: PCI bridge, > secondary > > bus > > > 0000:08 pci > > > > 0000:00:08.0: IO window: disabled pci 0000:00:08.0= : > > MEM > > > window: > > > > disabled pci 0000:00:08.0: PREFETCH window: disabl= ed > pci > > > 0000:00:09.0: > > > > PCI bridge, secondary bus 0000:09 pci 0000:00:09.0: > IO > > window: > > > > 0x3000-0x3fff pci 0000:00:09.0: MEM window: > > > 0xb1b00000-0xb1cfffff pci > > > > 0000:00:09.0: PREFETCH window: > > > 0x000000b1d00000-0x000000b1efffff pci > > > > 0000:00:0a.0: PCI bridge, secondary bus 0000:0a pci > > 0000:00:0a.0: > > > IO > > > > window: disabled pci 0000:00:0a.0: MEM window: > disabled > > pci > > > > 0000:00:0a.0: PREFETCH window: disabled pci > > 0000:00:1c.0: PCI > > > bridge, > > > > secondary bus 0000:0b pci 0000:00:1c.0: IO window: > > disabled pci > > > > 0000:00:1c.0: MEM window: disabled pci 0000:00:1c.= 0: > > PREFETCH > > > > window: disabled pci 0000:00:1c.4: PCI bridge, > secondary > > bus > > > 0000:0c pci > > > > 0000:00:1c.4: IO window: disabled pci 0000:00:1c.4= : > > MEM > > > window: > > > > 0xb1000000-0xb18fffff pci 0000:00:1c.4: PREFETCH > window: > > > > 0x000000b0000000-0x000000b0ffffff pci 0000:00:1c.5: > PCI > > bridge, > > > > secondary bus 0000:0d pci 0000:00:1c.5: IO window: > > disabled pci > > > > 0000:00:1c.5: MEM window: disabled pci 0000:00:1c.= 5: > > PREFETCH > > > > window: disabled pci 0000:00:1e.0: PCI bridge, > secondary > > bus > > > 0000:0e pci > > > > 0000:00:1e.0: IO window: disabled pci 0000:00:1e.0= : > > MEM > > > window: > > > > disabled pci 0000:00:1e.0: PREFETCH window: disabl= ed > pci > > > 0000:00:01.0: > > > > PCI INT A -> GSI 28 (level, low) -> IRQ 28 pci > > 0000:00:02.0: PCI > > > INT A > > > > -> GSI 29 (level, low) -> IRQ 29 pci 0000:00:03.0: P= CI > INT > > A -> > > > GSI 24 > > > > (level, low) -> IRQ 24 pci 0000:00:04.0: PCI INT A -= > > GSI > > 25 > > > (level, > > > > low) -> IRQ 25 pci 0000:00:05.0: PCI INT A -> GSI 26 > > (level, low) > > > -> IRQ > > > > 26 pci 0000:00:06.0: PCI INT A -> GSI 27 (level, low= ) > -> > > IRQ 27 > > > pci > > > > 0000:00:07.0: PCI INT A -> GSI 30 (level, low) -> IR= Q > 30 > > pci > > > > 0000:00:08.0: PCI INT A -> GSI 31 (level, low) -> IR= Q > 31 > > pci > > > > 0000:00:09.0: PCI INT A -> GSI 32 (level, low) -> IR= Q > 32 > > pci > > > > 0000:00:0a.0: PCI INT A -> GSI 33 (level, low) -> IR= Q > 33 > > pci > > > > 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IR= Q > 16 > > > > xen_allocate_pirq: returning irq 16 for gsi 16 Alrea= dy > > setup the > > > GSI :16 > > > > pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -= > > IRQ > > 16 pci > > > > 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IR= Q > 17 > > NET: > > > Registered > > > > protocol family 2 IP route cache hash table entries: > 65536 > > > (order: 7, > > > > 524288 bytes) TCP established hash table entries: > 262144 > > (order: > > > 10, > > > > 4194304 bytes) TCP bind hash table entries: 65536 > (order: > > 10, > > > 4718592 > > > > bytes) TCP: Hash tables configured (established 2621= 44 > > bind > > > 65536) TCP > > > > reno registered NET: Registered protocol family 1 pc= i > > > 0000:01:00.0: > > > > Disabling L0s pci 0000:01:00.1: Disabling L0s Trying > to > > unpack > > > rootfs > > > > image as initramfs... Freeing initrd memory: 6474k > freed > > DMA-API: > > > > preallocated 32768 debug entries DMA-API: debugging > > enabled by > > > kernel > > > > config PCI-DMA: Using software bounce buffering for = IO > > (SWIOTLB) > > > DMA: > > > > Placing 64MB software IO TLB between ffff88000752500= 0 > - > > > ffff88000b525000 > > > > DMA: software IO TLB at phys 0x7525000 - 0xb525000 > audit: > > > initializing > > > > netlink socket (disabled) type=3D2000 > > audit(1268750702.035:1): > > > initialized > > > > HugeTLB registered 2 MB page size, pre-allocated 0 > pages > > VFS: > > > Disk > > > > quotas dquot_6.5.2 Dquot-cache hash table entries: 5= 12 > > (order 0, > > > 4096 > > > > bytes) msgmni has been set to 2970 cryptomgr_test us= ed > > greatest > > > stack > > > > depth: 5864 bytes left cryptomgr_test used greatest > stack > > depth: > > > 5816 > > > > bytes left alg: No test for stdrng (krng) Block laye= r > SCSI > > > generic (bsg) > > > > driver version 0.4 loaded (major 252) io scheduler > noop > > > registered io > > > > scheduler anticipatory registered io scheduler > deadline > > > registered io > > > > scheduler cfq registered (default) pci_hotplug: PCI > Hot > > Plug PCI > > > Core > > > > version: 0.5 pciehp 0000:00:09.0:pcie04: HPC vendor_= id > > 8086 > > > device_id > > > > 3410 ss_vid 0 ss_did 0 pciehp: PCI Express Hot Plug > > Controller > > > Driver > > > > version: 0.4 acpiphp: ACPI Hot Plug PCI Controller > Driver > > > version: 0.5 > > > > acpiphp_glue: Slot 2 already registered by another > hotplug > > driver > > > > acpiphp_glue: Slot 2 already registered by another > hotplug > > driver > > > > acpiphp_glue: Slot 2 already registered by another > hotplug > > driver > > > > acpiphp_glue: Slot 2 already registered by another > hotplug > > driver > > > > acpiphp_glue: Slot 2 already registered by another > hotplug > > driver > > > > acpiphp_glue: Slot 2 already registered by another > hotplug > > driver > > > > acpiphp_glue: Slot 2 already registered by another > hotplug > > driver > > > > acpiphp_glue: Slot 2 already registered by another > hotplug > > driver > > > > pci-stub: invalid id string "" input: Sleep Button a= s > > > > > /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0 > > ACPI: > > > Sleep > > > > Button [SLPB] input: Power Button as > > > > /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 ACPI: > Power > > Button > > > [PWRF] > > > > registering netback hpet_acpi_add: no address or irq= s > in > > _CRS > > > > Non-volatile memory driver v1.3 Linux agpgart > interface > > v0.103 > > > Serial: > > > > 8250/16550 driver, 4 ports, IRQ sharing enabled > > serial8250: ttyS1 > > > at I/O > > > > 0x2f8 (irq =3D 3) is a 16550A brd: module loaded loo= p: > > module > > > loaded > > > > input: Macintosh mouse button emulation as > > > /devices/virtual/input/input2 > > > > ahci 0000:00:1f.2: PCI INT A -> GSI 19 (level, low) = -> > IRQ > > 19 > > > ahci > > > > 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps > 0x3f > > impl > > > SATA mode > > > > ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo > pio > > slum part > > > ccc > > > > ems scsi0 : ahci scsi1 : ahci scsi2 : ahci scsi3 : > ahci > > scsi4 : > > > ahci > > > > scsi5 : ahci ata1: SATA max UDMA/133 irq_stat > 0x00400040, > > > connection > > > > status changed irq 2996 ata2: SATA max UDMA/133 abar > > > m2048@0xb1a00000 > > > > port 0xb1a00180 irq 2996 ata3: SATA max UDMA/133 aba= r > > > m2048@0xb1a00000 > > > > port 0xb1a00200 irq 2996 ata4: SATA max UDMA/133 aba= r > > > m2048@0xb1a00000 > > > > port 0xb1a00280 irq 2996 ata5: SATA max UDMA/133 aba= r > > > m2048@0xb1a00000 > > > > port 0xb1a00300 irq 2996 ata6: SATA max UDMA/133 aba= r > > > m2048@0xb1a00000 > > > > port 0xb1a00380 irq 2996 Fixed MDIO Bus: probed > ehci_hcd: > > USB 2.0 > > > > 'Enhanced' Host Controller (EHCI) Driver ehci_hcd > > 0000:00:1a.7: > > > PCI INT > > > > C -> GSI 18 (level, low) -> IRQ 18 ehci_hcd > 0000:00:1a.7: > > EHCI > > > Host > > > > Controller ehci_hcd 0000:00:1a.7: new USB bus > registered, > > > assigned bus > > > > number 1 ehci_hcd 0000:00:1a.7: debug port 1 ehci_hc= d > > > 0000:00:1a.7: irq > > > > 18, io mem 0xb1a02000 ehci_hcd 0000:00:1a.7: USB 2.0 > > started, > > > EHCI 1.00 > > > > usb usb1: New USB device found, idVendor=3D1d6b, > > idProduct=3D0002 usb > > > usb1: > > > > New USB device strings: Mfr=3D3, Product=3D2, > SerialNumber=3D1 > > usb > > > usb1: > > > > Product: EHCI Host Controller usb usb1: Manufacturer= : > > Linux > > > 2.6.32.9 > > > > ehci_hcd usb usb1: SerialNumber: 0000:00:1a.7 usb > usb1: > > > configuration #1 > > > > chosen from 1 choice hub 1-0:1.0: USB hub found hub > > 1-0:1.0: 6 > > > ports > > > > detected ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 > > (level, low) > > > -> IRQ > > > > 23 ehci_hcd 0000:00:1d.7: EHCI Host Controller > ehci_hcd > > > 0000:00:1d.7: > > > > new USB bus registered, assigned bus number 2 ehci_h= cd > > > 0000:00:1d.7: > > > > debug port 1 ehci_hcd 0000:00:1d.7: irq 23, io mem > > 0xb1a01000 > > > ehci_hcd > > > > 0000:00:1d.7: USB 2.0 started, EHCI 1.00 usb usb2: N= ew > USB > > device > > > found, > > > > idVendor=3D1d6b, idProduct=3D0002 usb usb2: New USB = device > > strings: > > > Mfr=3D3, > > > > Product=3D2, SerialNumber=3D1 usb usb2: Product: EHC= I Host > > Controller > > > usb > > > > usb2: Manufacturer: Linux 2.6.32.9 ehci_hcd usb usb2= : > > > SerialNumber: > > > > 0000:00:1d.7 usb usb2: configuration #1 chosen from = 1 > > choice hub > > > > 2-0:1.0: USB hub found hub 2-0:1.0: 6 ports detected > > ohci_hcd: > > > USB 1.1 > > > > 'Open' Host Controller (OHCI) Driver uhci_hcd: USB > > Universal Host > > > > Controller Interface driver xen_allocate_pirq: > returning > > irq 16 > > > for gsi > > > > 16 Already setup the GSI :16 uhci_hcd 0000:00:1a.0: > PCI > > INT A -> > > > GSI 16 > > > > (level, low) -> IRQ 16 uhci_hcd 0000:00:1a.0: UHCI > Host > > > Controller > > > > uhci_hcd 0000:00:1a.0: new USB bus registered, > assigned > > bus > > > number 3 > > > > uhci_hcd 0000:00:1a.0: irq 16, io base 0x000020e0 us= b > > usb3: New > > > USB > > > > device found, idVendor=3D1d6b, idProduct=3D0001 usb = usb3: > New > > USB > > > device > > > > strings: Mfr=3D3, Product=3D2, SerialNumber=3D1 usb = usb3: > > Product: UHCI > > > Host > > > > Controller usb usb3: Manufacturer: Linux 2.6.32.9 > uhci_hcd > > usb > > > usb3: > > > > SerialNumber: 0000:00:1a.0 usb usb3: configuration #= 1 > > chosen from > > > 1 > > > > choice hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 por= ts > > detected > > > uhci_hcd > > > > 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IR= Q > 21 > > uhci_hcd > > > > 0000:00:1a.1: UHCI Host Controller uhci_hcd > 0000:00:1a.1: > > new USB > > > bus > > > > registered, assigned bus number 4 uhci_hcd > 0000:00:1a.1: > > irq 21, > > > io base > > > > 0x000020c0 usb usb4: New USB device found, > idVendor=3D1d6b, > > > idProduct=3D0001 > > > > usb usb4: New USB device strings: Mfr=3D3, Product= =3D2, > > > SerialNumber=3D1 usb > > > > usb4: Product: UHCI Host Controller usb usb4: > > Manufacturer: Linux > > > > 2.6.32.9 uhci_hcd usb usb4: SerialNumber: 0000:00:1a= .1 > usb > > usb4: > > > > configuration #1 chosen from 1 choice hub 4-0:1.0: U= SB > hub > > found > > > hub > > > > 4-0:1.0: 2 ports detected xen_allocate_pirq: returni= ng > irq > > 19 for > > > gsi 19 > > > > Already setup the GSI :19 uhci_hcd 0000:00:1a.2: PCI > INT D > > -> GSI > > > 19 > > > > (level, low) -> IRQ 19 uhci_hcd 0000:00:1a.2: UHCI > Host > > > Controller > > > > uhci_hcd 0000:00:1a.2: new USB bus registered, > assigned > > bus > > > number 5 > > > > uhci_hcd 0000:00:1a.2: irq 19, io base 0x000020a0 us= b > > usb5: New > > > USB > > > > device found, idVendor=3D1d6b, idProduct=3D0001 usb = usb5: > New > > USB > > > device > > > > strings: Mfr=3D3, Product=3D2, SerialNumber=3D1 usb = usb5: > > Product: UHCI > > > Host > > > > Controller usb usb5: Manufacturer: Linux 2.6.32.9 > uhci_hcd > > usb > > > usb5: > > > > SerialNumber: 0000:00:1a.2 usb usb5: configuration #= 1 > > chosen from > > > 1 > > > > choice hub 5-0:1.0: USB hub found hub 5-0:1.0: 2 por= ts > > detected > > > > xen_allocate_pirq: returning irq 23 for gsi 23 Alrea= dy > > setup the > > > GSI :23 > > > > uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, > low) -> > > IRQ 23 > > > > uhci_hcd 0000:00:1d.0: UHCI Host Controller uhci_hcd > > > 0000:00:1d.0: new > > > > USB bus registered, assigned bus number 6 uhci_hcd > > 0000:00:1d.0: > > > irq 23, > > > > io base 0x00002080 usb usb6: New USB device found, > > idVendor=3D1d6b, > > > > idProduct=3D0001 usb usb6: New USB device strings: > Mfr=3D3, > > > Product=3D2, > > > > SerialNumber=3D1 usb usb6: Product: UHCI Host Contro= ller > usb > > usb6: > > > > Manufacturer: Linux 2.6.32.9 uhci_hcd usb usb6: > > SerialNumber: > > > > 0000:00:1d.0 usb usb6: configuration #1 chosen from = 1 > > choice hub > > > > 6-0:1.0: USB hub found hub 6-0:1.0: 2 ports detected > > > xen_allocate_pirq: > > > > returning irq 19 for gsi 19 Already setup the GSI :1= 9 > > uhci_hcd > > > > 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IR= Q > 19 > > uhci_hcd > > > > 0000:00:1d.1: UHCI Host Controller uhci_hcd > 0000:00:1d.1: > > new USB > > > bus > > > > registered, assigned bus number 7 uhci_hcd > 0000:00:1d.1: > > irq 19, > > > io base > > > > 0x00002060 usb usb7: New USB device found, > idVendor=3D1d6b, > > > idProduct=3D0001 > > > > usb usb7: New USB device strings: Mfr=3D3, Product= =3D2, > > > SerialNumber=3D1 usb > > > > usb7: Product: UHCI Host Controller usb usb7: > > Manufacturer: Linux > > > > 2.6.32.9 uhci_hcd usb usb7: SerialNumber: 0000:00:1d= .1 > usb > > usb7: > > > > configuration #1 chosen from 1 choice hub 7-0:1.0: U= SB > hub > > found > > > hub > > > > 7-0:1.0: 2 ports detected xen_allocate_pirq: returni= ng > irq > > 18 for > > > gsi 18 > > > > Already setup the GSI :18 uhci_hcd 0000:00:1d.2: PCI > INT C > > -> GSI > > > 18 > > > > (level, low) -> IRQ 18 uhci_hcd 0000:00:1d.2: UHCI > Host > > > Controller > > > > uhci_hcd 0000:00:1d.2: new USB bus registered, > assigned > > bus > > > number 8 > > > > uhci_hcd 0000:00:1d.2: irq 18, io base 0x00002040 us= b > > usb8: New > > > USB > > > > device found, idVendor=3D1d6b, idProduct=3D0001 usb = usb8: > New > > USB > > > device > > > > strings: Mfr=3D3, Product=3D2, SerialNumber=3D1 usb = usb8: > > Product: UHCI > > > Host > > --001636284adaa45c0e0482173af1 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I did the below steps = for pvops dom 0 kernel.
=A0
make menuconfig
make bzImage
make modu= les
make modu= les_install
cp -a .config /boot/co= nfig-2.6.32.10
cp -a Sys= tem.map /boot/System.map-2.6.32.10
cp -a arc= h/x86/boot/bzImage /boot/vmlinuz-2.6.32.10
/sbin/mkinitrd -f --bu= iltin=3Dahci /boot/initrd-2.6.32.10.img 2.6.32.10

I tried root=3D/dev/VolGroup01/LogVol00=A0.
=A0
=A0
On Thu, Mar 18, 2010 at 9:15 AM, Pasi K=E4rkk=E4inen <pasik@iki.fi>= wrote:
On Wed, Mar 17, 2010 at 03:20:13= PM -0700, kishore kumar wrote:
> =A0 =A0Here is the output of df -h a= nd cat /etc/fstab of my machine.
>

Did you try both root=3D/dev/mapper/VolGroup01-LogVol00 and roo= t=3D/dev/VolGroup01/LogVol00 arguments for the dom0 kernel?

How did = you generate the initrd image for the dom0 kernel?

Anyway this sound= s like a grub.conf or initrd problem, not Xen or pvops dom0 kernel kernel p= roblem.

-- Pasi

> =A0 =A0Please let me know your thoughts.
>> =A0 =A0[root@localhost kishore]# df -h
>
> =A0 =A0Filesys= tem Size Used Avail Use% Mounted on
>
> =A0 =A0/dev/mapper/VolG= roup01-LogVol00
>
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0223G 29G 182G 14% /
>
> =A0 =A0/dev/sda1 99M= 81M 13M 87% /boot
>
> =A0 =A0tmpfs 757M 0 757M 0% /dev/shm
= >
> =A0 =A0[root@localhost kishore]# cat /etc/fstab
>
> =A0 =A0/dev/VolGroup01/LogVol00 / ext3 defaults 1 1
>> =A0 =A0LABEL=3D/boot /boot ext3 defaults 1 2
>
> =A0 =A0t= mpfs /dev/shm tmpfs defaults 0 0
>
> =A0 =A0devpts /dev/pts dev= pts gid=3D5,mode=3D620 0 0
>
> =A0 =A0sysfs /sys sysfs defaults 0 0
>
> =A0 =A0pr= oc /proc proc defaults 0 0
>
> =A0 =A0/dev/VolGroup01/LogVol01 = swap swap defaults 0 0
>
> =A0 =A0[root@localhost kishore]#
= >
> =A0 =A0On Tue, Mar 16, 2010 at 4:18 PM, Pasi K=E4rkk=E4inen &l= t;[1]pasik@iki.fi>= wrote:
>
> =A0 =A0 =A0On Tue, Mar 16, 2010 at 03:40:46PM -0700, kishore k= umar wrote:
> =A0 =A0 =A0> =A0 =A0I am not sure. =A0Can you please= let me know how to check this? any
> =A0 =A0 =A0command
> =A0 = =A0 =A0> =A0 =A0??
>
> =A0 =A0 =A0well simple "df -h" will show it. and also "= cat /etc/fstab".
> =A0 =A0 =A0You can also check it from your gr= ub configuration.. from the working
> =A0 =A0 =A0baremetal (non-Xen) = entry.
>
> =A0 =A0 =A0-- Pasi
> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0= =A0On Tue, Mar 16, 2010 at 3:29 PM, Pasi K=E4rkk=E4inen
> =A0 =A0 = =A0<[1][2]pasik@iki.fi= > wrote:
> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0On Tue, Mar 16, 2010 at 03:22:50PM -0700, k= ishore kumar wrote:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0attached= =A0is the log captured in with the word document .
> =A0 =A0 =A0>= =A0 =A0 =A0>
> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0Scanning logical volumes
> =A0 =A0 = =A0> =A0 =A0 =A0 Reading all physical volumes. =A0This may take a while.= ..
> =A0 =A0 =A0> =A0 =A0 =A0Activating logical volumes
> = =A0 =A0 =A0> =A0 =A0 =A0 Volume group "VolGroup01" not found > =A0 =A0 =A0> =A0 =A0 =A0Trying to resume from /dev/VolGroup01/LogVo= l01
> =A0 =A0 =A0> =A0 =A0 =A0Unable to access resume device (/dev= /VolGroup01/LogVol01)
> =A0 =A0 =A0> =A0 =A0 =A0Creating root devi= ce.
> =A0 =A0 =A0> =A0 =A0 =A0Mounting root filesystem.
> =A0 =A0 =A0> =A0 =A0 =A0mount: could not find filesystem '/dev/= root'
> =A0 =A0 =A0> =A0 =A0 =A0Setting up other filesystems.<= br>> =A0 =A0 =A0> =A0 =A0 =A0Setting up new root fs
> =A0 =A0 = =A0> =A0 =A0 =A0setuproot: moving /dev failed: No such file or directory=
> =A0 =A0 =A0> =A0 =A0 =A0no fstab.sys, mounting internal defaults> =A0 =A0 =A0> =A0 =A0 =A0setuproot: error mounting /proc: No such f= ile or directory
> =A0 =A0 =A0> =A0 =A0 =A0setuproot: error mounti= ng /sys: No such file or directory
> =A0 =A0 =A0> =A0 =A0 =A0Switching to new root and running init.
= > =A0 =A0 =A0> =A0 =A0 =A0unmounting old /dev
> =A0 =A0 =A0>= =A0 =A0 =A0unmounting old /proc
> =A0 =A0 =A0> =A0 =A0 =A0unmount= ing old /sys
> =A0 =A0 =A0> =A0 =A0 =A0switchroot: mount failed: N= o such file or directory
> =A0 =A0 =A0> =A0 =A0 =A0init used greatest stack depth: 4088 bytes = left
> =A0 =A0 =A0> =A0 =A0 =A0Kernel panic - not syncing: Attempt= ed to kill init!
> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 = =A0So it seems it gets all the way to executing the initrd image,
> =A0 =A0 =A0> =A0 =A0 =A0which then fails to mount the root fs.
&= gt; =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0Earlier in the log:<= br>> =A0 =A0 =A0> =A0 =A0 =A0ata1: SATA link up 3.0 Gbps (SStatus 123= SControl 300)
> =A0 =A0 =A0> =A0 =A0 =A0ata1.00: ATA-8: Hitachi H= DT721025SLA380, STBOA3AA, max UDMA/133
> =A0 =A0 =A0> =A0 =A0 =A0ata1.00: 488397168 sectors, multi 0: LBA48 = NCQ (depth 31/32), AA
> =A0 =A0 =A0> =A0 =A0 =A0ata1.00: configure= d for UDMA/133
> =A0 =A0 =A0> =A0 =A0 =A0scsi 0:0:0:0: Direct-Acce= ss =A0 =A0 ATA =A0 =A0 =A0Hitachi HDT72102 STBO
> =A0 =A0 =A0PQ: 0
> =A0 =A0 =A0> =A0 =A0 =A0ANSI: 5
> = =A0 =A0 =A0> =A0 =A0 =A0sd 0:0:0:0: Attached scsi generic sg0 type 0
= > =A0 =A0 =A0> =A0 =A0 =A0sd 0:0:0:0: [sda] 488397168 512-byte logica= l blocks: (250 GB/232
> =A0 =A0 =A0GiB)
> =A0 =A0 =A0> =A0 =A0 =A0sd 0:0:0:0: [sda] Write Protect is off
&= gt; =A0 =A0 =A0> =A0 =A0 =A0sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00> =A0 =A0 =A0> =A0 =A0 =A0sd 0:0:0:0: [sda] Write cache: enabled, re= ad cache: enabled,
> =A0 =A0 =A0doesn't
> =A0 =A0 =A0> =A0 =A0 =A0support DPO or FUA
> =A0 =A0 =A0> = =A0 =A0 =A0 sda: sda1 sda2
> =A0 =A0 =A0> =A0 =A0 =A0sd 0:0:0:0: [= sda] Attached SCSI disk
> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0= =A0 =A0so /dev/sda was detected. Is your root lvm volume on /dev/sda ?
> =A0 =A0 =A0> =A0 =A0 =A0Is /dev/VolGroup01/LogVol01 really your roo= t fs?
> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0-- Pasi> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 = =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0= On Tue, Mar 16, 2010 at 3:03 PM, Pasi K=E4rkk=E4inen
> =A0 =A0 =A0> =A0 =A0 =A0<[1][2][3]pasik@iki.fi> wrote:
> =A0 =A0 =A0> =A0= =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0On Tue, Mar= 16, 2010 at 02:56:06PM -0700, kishore kumar
> =A0 =A0 =A0wrote:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0&= gt; =A0 =A0Please find the attached log file after fixing the
> =A0 = =A0 =A0dom 0
> =A0 =A0 =A0> =A0 =A0 =A0kernel cmd
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0line
> =A0 =A0 =A0> =A0 =A0 =A0= > =A0 =A0 =A0> =A0 =A0as below
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0ro root=3D/dev/VolGroup01/LogVol00= console=3Dhvc0
> =A0 =A0 =A0> =A0 =A0 =A0earlyprintk=3Dxen
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0nomodeset
> =A0 =A0 =A0&= gt; =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0>= ; =A0 =A0 =A0There's something wrong with the log, the dom0 kernel
&= gt; =A0 =A0 =A0parts are
> =A0 =A0 =A0> =A0 =A0 =A0all on
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0one line..
> =A0 =A0 =A0&g= t; =A0 =A0 =A0> =A0 =A0 =A0It's really difficult to read it.
> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0>= ; =A0 =A0 =A0-- Pasi
> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0Thanks
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0= > =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0On Tue, Mar 16,= 2010 at 2:29 PM, Pasi K=E4rkk=E4inen
> =A0 =A0 =A0> =A0 =A0 =A0&g= t; =A0 =A0 =A0<[1][2][3][4]pasik@iki.fi> wrote:
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0On Tue, Mar= 16, 2010 at 02:16:22PM -0700, kishore
> =A0 =A0 =A0kumar
> =A0= =A0 =A0> =A0 =A0 =A0wrote:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0I did below steps.
> =A0 =A0 =A0&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 I= pulled DOM 0 kernel from
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0git clone
> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0>
> =A0 = =A0 =A0 git://[1][2][3][4][5]git.kernel.org/pub/scm/linux/= kernel/git/jeremy/xen.git
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0linux-2.6-xen
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0= =A0 =A0> =A0 =A0cd linux-2.6-xen
> =A0 =A0 =A0> =A0 =A0 =A0>= ; =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0make clean
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0= =A0> =A0 =A0cp -a .config .config-old
> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0wget -O .config
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
= > =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0>
> =A0 = =A0 =A0[2][3][4][5][6]http:/= /pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.32.9-pvops-dom0-xen-sta= ble-x86_64
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0ma= ke oldconfig
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0= =A0> =A0 =A0make bzImage
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0ma= ke modules
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= > =A0 =A0make modules_install
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0cp= -a .config /boot/config-2.6.32.9
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0cp -a System.map /boot/System.map-2.6.3= 2.9
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0cp= -a arch/x86/boot/bzImage
> =A0 =A0 =A0/boot/vmlinuz-2.6.32.9
>= =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0and = modified the grub.conf as below
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0Root= (hd0,0)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= >
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>= ; =A0 =A0 kernel /xen.gz console=3Dvga,com1
> =A0 =A0 =A0com1=3D115200,8n1
> =A0 =A0 =A0> =A0 =A0 =A0msi=3D= 1
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0iommu=3D1
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0= =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 module /vm= linuz-2.6.32.9 ro
> =A0 =A0 =A0> =A0 =A0 =A0root=3D/dev/VolGroup01/LogVo100
> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0 rhgb
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0quiet
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0= =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 module /initrd-2.6.32.9.im= g
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0and = rebooted the machine. =A0Then It booted with
> =A0 =A0 =A0some
>= ; =A0 =A0 =A0> =A0 =A0 =A0xen
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0messages
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0and
> =A0 =A0 =A0&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0stopped. =A0Thos= e were the messages captured
> =A0 =A0 =A0from
> =A0 =A0 =A0>= ; =A0 =A0 =A0serial
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0console.
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0Please let me k= now if I did something wrong
> =A0 =A0 =A0here.
> =A0 =A0 =A0&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Please fix the kernel cmdline = based on my earlier
> =A0 =A0 =A0email,
> =A0 =A0 =A0> =A0 = =A0 =A0and
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0capture and > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0post the> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0serial con= sole log again!
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0-- Pasi
= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0On= Tue, Mar 16, 2010 at 1:20 PM, Pasi
> =A0 =A0 =A0K=E4rkk=E4inen
&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0<[3][4][5]= [6][7]pasik@iki.fi>= ; wrote:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0On Tue, Mar 16, 2010 at 01:16:28PM -0700,
> =A0 =A0 =A0Jeremy
&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Fitzhardinge
> =A0 =A0= =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0wrote:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> On 03/16/2010 12:48 PM, Pasi K=E4rkk=E4inen
> =A0 =A0 =A0= wrote:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0&= gt; =A0 =A0 =A0>> On Tue, Mar 16, 2010 at 09:43:44PM +0200,
> =A0 =A0 =A0Pasi
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0K= =E4rkk=E4inen
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0wrote:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0>>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>>> On Tue, Mar 16, 2010 a= t 10:32:17AM
> =A0 =A0 =A0-0700,
> =A0 =A0 =A0> =A0 =A0 =A0kishore
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0kumar
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0wrote:
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>>>
= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0>>>> =A0 =A0 Attached is the output captured
> =A0 =A0 =A0from
> =A0 =A0 =A0> =A0 =A0 =A0serial
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0console.
> =A0 =A0 =A0> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>>>>> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0>>>> =A0 =A0 Machine does not boot after
> =A0 =A0 =A0compiling xen
> =A0 =A0 =A0> =A0 =A0 =A03.4.3
&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0with
> =A0 =A0 =A0>= =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0pv_ops dom
> =A0 =A0 =A0&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00 kernel.> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0>>>>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0>>>> =A0 =A0 Please let me know what is going
> = =A0 =A0 =A0wrong
> =A0 =A0 =A0> =A0 =A0 =A0here.
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>>= >>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0>>>>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= > =A0 =A0 =A0> =A0 =A0 =A0>>> Ok this looks like a bug that = is already
> =A0 =A0 =A0being
> =A0 =A0 =A0> =A0 =A0 =A0sort= ed
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0out on
> =A0 =A0 =A0&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0xen-devel ma= ilinglist.
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0>>> I added CC to xen-devel.
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>>= >
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0>>>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>= =A0 =A0 =A0> =A0 =A0 =A0>>
> =A0 =A0 =A0> =A0 =A0 =A0>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Those messa= ges are not a problem in
> =A0 =A0 =A0themselves,
> =A0 =A0 =A0> =A0 =A0 =A0but the
&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0related
> =A0 =A0 =A0&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0problem
&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0= =A0> is believed to be fixed in current
> =A0 =A0 =A0> =A0 =A0 =A0xen/stable-2.6.32.x.
> =A0 =A0 =A0>= ; =A0 =A0 =A0> =A0 =A0 =A0 It
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0looks like
> =A0 =A0 =A0> =A0 =A0 =A0&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> the output stops there b= ecause the Xen
> =A0 =A0 =A0console
> =A0 =A0 =A0> =A0 =A0 =A0isn't set> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0up
> =A0 =A0 =A0>= =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0properly
> =A0 =A0 =A0>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0for
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= > some reason.
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0= =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0Yeah, remove "rhgb quiet" from the options..> =A0 =A0 =A0the
> =A0 =A0 =A0> =A0 =A0 =A0dom0
> =A0 =A0 =A0> =A0 =A0 =A0>= ; =A0 =A0 =A0kernel
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>= =A0 =A0 =A0cmdline
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>= =A0 =A0 =A0> =A0 =A0 =A0should be like this:
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0ro root=3D/dev/V= olGroup01/LogVol00
> =A0 =A0 =A0console=3Dhvc0
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0earlyprintk=3Dxen
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0nomodeset
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0-- Pasi
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Refere= nces
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>= ;
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0Visible links
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>= ; =A0 =A0 =A0> =A0 =A01.
> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0>
> =A0 = =A0 =A0[5][6][7][8]http://git.kernel.org/pub/scm/linux/ker= nel/git/jeremy/xen.git
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A02.
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 = =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0>
> =A0 =A0 =A0 [6]= [7][8][9]http://pasik.reakti= o.net/xen/pv_ops-dom0-debug/config-2.6.32.9-pvops-dom0-xen-stable-x86_64
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A03. mailto:[7][8][9][10]
pasik@iki.fi
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> References
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0Visible links
> =A0 =A0 =A0&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A01. mailto:[9][10][11]pasik@iki.fi
> =A0 =A0 =A0= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A02.
> =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0>
> =A0 = =A0 =A0[10][11][12]http://git.kernel.org/pub/scm/linux/ker= nel/git/jeremy/xen.git
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A03.
> =A0 = =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0>
> =A0 =A0 =A0[11]= [12][13]http://pasik.reaktio= .net/xen/pv_ops-dom0-debug/config-2.6.32.9-pvops-dom0-xen-stable-x86_64=
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A04. mailto:[12][= 13][14]pasik@iki.fi> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A05.
> = =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0>
> =A0 =A0 =A0= [13][14][15]http://git.kernel.org/pub/scm/linux/kernel/git= /jeremy/xen.git
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A06.
> =A0 = =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0>
> =A0 =A0 =A0[14]= [15][16]http://pasik.reaktio= .net/xen/pv_ops-dom0-debug/config-2.6.32.9-pvops-dom0-xen-stable-x86_64=
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A07. mailto:[15][= 16][17]pasik@iki.fi> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Asserting Post compl= ete GPIO!!!
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Transfe= r control to CSM 16-bit binary for legacy boot
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0__ =A0__ =A0 =A0 = =A0 =A0 =A0 =A0_____ _ =A0_ =A0 =A0_____ =A0 =A0 =A0 =A0 =A0 =A0 _ =A0_
= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0\ \/ /___ _ __ =A0 = |___ /| || | =A0|___ / =A0 =A0_ __ ___| || |
> =A0 =A0 =A0 =A0 =A0_> =A0 =A0 =A0> =A0 =A0 =A0__ =A0_
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0__ ___
> =A0 =A0 =A0&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 \ =A0// _ \ '_ \ =A0 =A0|_ \| |= | |_ =A0 |_ \ __| '__/ __| ||
> =A0 =A0 =A0|_ __|
> =A0 =A0= =A0> =A0 =A0 =A0'_ \|
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0'__/ _ \
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 / =A0\ =A0__/ | | = | =A0___) |__ =A0 _| ___) |__| | | (__|__
> =A0 =A0 =A0_|__|
> = =A0 =A0 =A0> =A0 =A0 =A0|_) | |
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0| =A0__/
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>= =A0/_/\_\___|_| |_| |____(_) |_|(_)____/ =A0 |_| =A0\___| =A0|_|
> =A0 =A0 =A0 =A0 |
> =A0 =A0 =A0> =A0 =A0 =A0.__/|_|
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0 \___|
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0>
> =A0 =A0 =A0 =A0 =A0|_|
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Xen version 3.4.3-rc4-pre= (kishore@localdomain)
> =A0 =A0 =A0(gcc
> =A0 =A0 =A0> =A0 =A0 =A0version
> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A04.1.2 20080704 (Red Hat 4.1.2-46)) = Mon Mar 15 13:44:31 PDT
> =A0 =A0 =A02010
> =A0 =A0 =A0> =A0= =A0 =A0> =A0 =A0 =A0> (XEN) Latest ChangeSet: Tue Mar 09 18:15:52 20= 10 +0000
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A019924:6e72f8c3c017
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Command line: console= =3Dvga,com1 com1=3D115200,8n1
> =A0 =A0 =A0msi=3D1
> =A0 =A0 = =A0> =A0 =A0 =A0iommu=3D1
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> (XEN) Video information:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0VGA is text m= ode 80x25, font 8x16
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>= ; (XEN) =A0VBE/DDC methods: none; EDID transfer time: 0
> =A0 =A0 =A0= seconds
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0ED= ID info not retrieved because no DDC retrieval
> =A0 =A0 =A0method
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0d= etected
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Disc = information:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) = =A0Found 1 MBR signatures
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0> (XEN) =A0Found 1 EDD information structures
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Xen-e820 RAM map= :
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A000000000= 00000000 - 000000000009d000 (usable)
> =A0 =A0 =A0> =A0 =A0 =A0>= ; =A0 =A0 =A0> (XEN) =A0000000000009d000 - 00000000000a0000 (reserved) > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A000000000000e0= 000 - 0000000000100000 (reserved)
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0> (XEN) =A00000000000100000 - 000000006d597000 (usable)
&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0000000006d59700= 0 - 000000006d686000 (reserved)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0000000006d686= 000 - 000000006f598000 (usable)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0= =A0 =A0> (XEN) =A0000000006f598000 - 000000006f59a000 (reserved)
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0000000006f59a000= - 000000006f5af000 (ACPI NVS)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0000000006f5af= 000 - 000000006f5d9000 (reserved)
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0> (XEN) =A0000000006f5d9000 - 000000006f5f9000 (ACPI data)> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0000000006f5f= 9000 - 000000006f6df000 (ACPI NVS)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0000000006f6df= 000 - 000000006f700000 (ACPI data)
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0> (XEN) =A0000000006f700000 - 0000000080000000 (reserved)
= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A000000000a0000= 000 - 00000000b0000000 (reserved)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A000000000fc000= 000 - 00000000fd000000 (reserved)
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0> (XEN) =A000000000fed1c000 - 00000000fed20000 (reserved)
= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A000000000ffc00= 000 - 0000000100000000 (reserved)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) System RAM: 1780= MB (1823000kB)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN= ) ACPI: RSDP 000F03F0, 0024 (r2 INTEL )
> =A0 =A0 =A0> =A0 =A0 =A0= > =A0 =A0 =A0> (XEN) ACPI: XSDT 6F6FE120, 0064 (r1 INTEL =A0THRLY
> =A0 =A0 =A0 =A00
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A010= 00013)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) ACPI: = FACP 6F6FD000, 00F4 (r4 INTEL =A0THRLY
> =A0 =A0 =A0 =A00
> =A0= =A0 =A0> =A0 =A0 =A0MSFT
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0 100000D)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) ACPI: DSDT 6F6F5= 000, 74F1 (r2 INTEL =A0THRLY
> =A0 =A0 =A0 =A03
> =A0 =A0 =A0&g= t; =A0 =A0 =A0MSFT
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0 1000= 00D)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) ACPI: FA= CS 6F5F9000, 0040
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) ACPI: APIC 6F6F4= 000, 01CC (r2 INTEL =A0THRLY
> =A0 =A0 =A0 =A00
> =A0 =A0 =A0&g= t; =A0 =A0 =A0MSFT
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0 1000= 00D)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) ACPI: MC= FG 6F6F3000, 003C (r1 INTEL =A0THRLY
> =A0 =A0 =A0 =A01
> =A0 =A0 =A0> =A0 =A0 =A0MSFT
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0 100000D)
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) ACPI: HPET 6F6F2000, 0038 (r1 INTEL = =A0THRLY
> =A0 =A0 =A0 =A01
> =A0 =A0 =A0> =A0 =A0 =A0MSFT> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0 100000D)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) ACPI: SLIT 6F6F1= 000, 0030 (r1 INTEL =A0THRLY
> =A0 =A0 =A0 =A01
> =A0 =A0 =A0&g= t; =A0 =A0 =A0MSFT
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0 1000= 00D)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) ACPI: WD= DT 6F6F0000, 0040 (r1 INTEL =A0THRLY
> =A0 =A0 =A0 =A00
> =A0 =A0 =A0> =A0 =A0 =A0MSFT
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0 100000D)
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) ACPI: SSDT 6F5D9000, 1FDDC (r1 =A0INT= EL SSDT =A0PM
> =A0 =A0 =A04000
> =A0 =A0 =A0> =A0 =A0 =A0IN= TL
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A020061109)
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) ACPI: DMAR 6F6EE000, 01D0 (r1= INTEL =A0THRLY
> =A0 =A0 =A0 =A01
> =A0 =A0 =A0> =A0 =A0 = =A0MSFT
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0 100000D)
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Domain heap initial= ised
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Processor #0 6:1= 2 APIC version 21
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (= XEN) Processor #2 6:12 APIC version 21
> =A0 =A0 =A0> =A0 =A0 =A0&= gt; =A0 =A0 =A0> (XEN) Processor #4 6:12 APIC version 21
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Processor #16 6:= 12 APIC version 21
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> = (XEN) Processor #18 6:12 APIC version 21
> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0> (XEN) Processor #20 6:12 APIC version 21
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Processor #1 6:1= 2 APIC version 21
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (= XEN) Processor #3 6:12 APIC version 21
> =A0 =A0 =A0> =A0 =A0 =A0&= gt; =A0 =A0 =A0> (XEN) Processor #5 6:12 APIC version 21
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Processor #17 6:= 12 APIC version 21
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> = (XEN) Processor #19 6:12 APIC version 21
> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0> (XEN) Processor #21 6:12 APIC version 21
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) IOAPIC[0]: apic_= id 8, version 32, address
> =A0 =A0 =A00xfec00000, GSI
> =A0 = =A0 =A0> =A0 =A0 =A00-23
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0= =A0> (XEN) IOAPIC[1]: apic_id 9, version 32, address
> =A0 =A0 =A00xfec90000, GSI
> =A0 =A0 =A0> =A0 =A0 =A024-47> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Enabling APIC m= ode: =A0Phys. =A0Using 2 I/O APICs
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0> (XEN) Intel VT-d DMAR tables have been parsed.
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Using scheduler:= SMP Credit Scheduler (credit)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> (XEN) Detected 3200.207 MHz processor.
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) VMX: Supported advanced features:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0- APIC MMIO a= ccess virtualisation
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0>= ; (XEN) =A0- APIC TPR shadow
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> (XEN) =A0- Extended Page Tables (EPT)
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0- Virtual-Processor Identifiers (V= PID)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0- Virtual NMI=
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0- MSR dir= ect-access bitmap
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (= XEN) VMX: EPT is available.
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0= =A0> (XEN) VMX: VPID is available.
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) HVM: VMX enabled=
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) HVM: Hardwar= e Assisted Paging detected.
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0= =A0> (XEN) CPU0: Intel Genuine Intel(R) CPU =A0 =A0 =A0 =A0 =A0 =A0 000=
> =A0 =A0 =A0 @
> =A0 =A0 =A0> =A0 =A0 =A03.20GHz
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0stepping 00
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Booting processor 1/2 eip 88000
&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) CPU1: Intel Genuin= e Intel(R) CPU =A0 =A0 =A0 =A0 =A0 =A0 000
> =A0 =A0 =A0 @
> =A0 =A0 =A0> =A0 =A0 =A03.20GHz
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0stepping 00
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Booting processor 2/4 eip 88000
&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) CPU2: Intel Genuin= e Intel(R) CPU =A0 =A0 =A0 =A0 =A0 =A0 000
> =A0 =A0 =A0 @
> =A0 =A0 =A0> =A0 =A0 =A03.20GHz
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0stepping 00
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Booting processor 3/16 eip 88000
&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) CPU3: Intel Genui= ne Intel(R) CPU =A0 =A0 =A0 =A0 =A0 =A0 000
> =A0 =A0 =A0 @
> =A0 =A0 =A0> =A0 =A0 =A03.20GHz
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0stepping 00
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Booting processor 4/18 eip 88000
&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) CPU4: Intel Genui= ne Intel(R) CPU =A0 =A0 =A0 =A0 =A0 =A0 000
> =A0 =A0 =A0 @
> =A0 =A0 =A0> =A0 =A0 =A03.20GHz
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0stepping 00
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Booting processor 5/20 eip 88000
&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) CPU5: Intel Genui= ne Intel(R) CPU =A0 =A0 =A0 =A0 =A0 =A0 000
> =A0 =A0 =A0 @
> =A0 =A0 =A0> =A0 =A0 =A03.20GHz
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0stepping 00
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Booting processor 6/1 eip 88000
&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) CPU6: Intel Genuin= e Intel(R) CPU =A0 =A0 =A0 =A0 =A0 =A0 000
> =A0 =A0 =A0 @
> =A0 =A0 =A0> =A0 =A0 =A03.20GHz
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0stepping 00
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Booting processor 7/3 eip 88000
&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) CPU7: Intel Genuin= e Intel(R) CPU =A0 =A0 =A0 =A0 =A0 =A0 000
> =A0 =A0 =A0 @
> =A0 =A0 =A0> =A0 =A0 =A03.20GHz
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0stepping 00
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Booting processor 8/5 eip 88000
&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) CPU8: Intel Genuin= e Intel(R) CPU =A0 =A0 =A0 =A0 =A0 =A0 000
> =A0 =A0 =A0 @
> =A0 =A0 =A0> =A0 =A0 =A03.20GHz
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0stepping 00
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Booting processor 9/17 eip 88000
&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) CPU9: Intel Genui= ne Intel(R) CPU =A0 =A0 =A0 =A0 =A0 =A0 000
> =A0 =A0 =A0 @
> =A0 =A0 =A0> =A0 =A0 =A03.20GHz
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0stepping 00
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Booting processor 10/19 eip 88000
= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) CPU10: Intel Gen= uine Intel(R) CPU =A0 =A0 =A0 =A0 =A0 =A0 000
> =A0 =A0 =A0 @
> =A0 =A0 =A0> =A0 =A0 =A03.20GHz
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0stepping 00
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Booting processor 11/21 eip 88000
= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) CPU11: Intel Gen= uine Intel(R) CPU =A0 =A0 =A0 =A0 =A0 =A0 000
> =A0 =A0 =A0 @
> =A0 =A0 =A0> =A0 =A0 =A03.20GHz
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0stepping 00
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Total of 12 processors activated.
= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) ENABLING IO-APIC= IRQs
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0-> Using n= ew ACK method
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN)= checking TSC synchronization across 12 CPUs:
> =A0 =A0 =A0passed.> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Platform timer = is 14.318MHz HPET
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ?(XEN) Brought up 12 C= PUs
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Intel VT-= d Snoop Control supported.
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0> (XEN) Intel VT-d DMA Passthrough not supported.
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Intel VT-d Queue= d Invalidation supported.
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0> (XEN) Intel VT-d Interrupt Remapping supported.
> =A0 =A0 =A0= > =A0 =A0 =A0> =A0 =A0 =A0> (XEN) I/O virtualisation enabled
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) I/O virtualisati= on for PV guests disabled
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0> (XEN) xenoprof: Initialization failed. Intel processor
> =A0 = =A0 =A0model 44
> =A0 =A0 =A0> =A0 =A0 =A0for P6
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0class family is not support= ed
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) *** LOADIN= G DOMAIN 0 ***
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN= ) =A0Xen =A0kernel: 64-bit, lsb, compat32
> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0> (XEN) =A0Dom0 kernel: 64-bit, PAE, lsb, paddr 0x100= 0000 ->
> =A0 =A0 =A0> =A0 =A0 =A00x26bb000
> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0> (XEN) PHYSICAL MEMORY ARRANGEMENT:
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0Dom0 alloc.: =A0 000000006= 4000000->0000000068000000
> =A0 =A0 =A0> =A0 =A0 =A0(404490 pag= es
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0to be allocated)
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) VIRTUAL MEMORY ARRANG= EMENT:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0Loa= ded kernel: ffffffff81000000->ffffffff826bb000
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0Init. ramdisk: ffffffff826bb000-&g= t;ffffffff82d0d800
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0Phys-Mach map= : ffffffff82d0e000->ffffffff83044050
> =A0 =A0 =A0> =A0 =A0 =A0= > =A0 =A0 =A0> (XEN) =A0Start info: =A0 =A0ffffffff83045000->fffff= fff830454b4
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) = =A0Page tables: =A0 ffffffff83046000->ffffffff83063000
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) =A0Boot stack: = =A0 =A0ffffffff83063000->ffffffff83064000
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0> (XEN) =A0TOTAL: =A0 =A0 =A0 =A0 ffffffff8000000= 0->ffffffff83400000
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0&= gt; (XEN) =A0ENTRY ADDRESS: ffffffff819c1200
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Dom0 has maximum= 12 VCPUs
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Scr= ubbing Free RAM: .done.
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= > (XEN) Xen trace buffers: disabled
> =A0 =A0 =A0> =A0 =A0 =A0&= gt; =A0 =A0 =A0> (XEN) Std. Loglevel: Errors and warnings
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Guest Loglevel: = Nothing (Rate-limited: Errors and
> =A0 =A0 =A0> =A0 =A0 =A0warnin= gs)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Xen is re= linquishing VGA console.
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0> (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three
> =A0 =A0 =A0times to
> =A0 =A0 =A0> =A0 =A0 =A0switch
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0input to Xen)
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0> (XEN) Freed 128kB init memory.
&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> mapping kernel into phy= sical memory
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Xen: setup ISA identit= y maps
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> about to get= started...
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Initial= izing cgroup subsys cpuset
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0> Initializing cgroup subsys cpu
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Linux version 2.6.32.9= (kishore@localhost.localdomain)
> =A0 =A0 =A0(gcc
> =A0 =A0 = =A0> =A0 =A0 =A0version
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A04.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Mon Mar 15
> =A0 =A0 =A015:16:28 PDT
> =A0 =A0 =A0> =A0 =A0 =A02010
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Command line: ro root=3D/= dev/VolGroup01/LogVol00
> =A0 =A0 =A0console=3Dhvc0
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0earlyprintk=3Dxen nomodeset
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> KERNEL supported cpus:=
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 Intel GenuineI= ntel
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 AMD Authen= ticAMD
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 Centaur = CentaurHauls
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> BIOS-provided physical= RAM map:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0Xen: 0= 000000000000000 - 000000000009d000 (usable)
> =A0 =A0 =A0> =A0 =A0= =A0> =A0 =A0 =A0> =A0Xen: 000000000009d000 - 0000000000100000 (reser= ved)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0Xen: 00000000001000= 00 - 0000000066c0a000 (usable)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> =A0Xen: 000000006d597000 - 000000006d686000 (reserved)
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0Xen: 000000006f598000 - = 000000006f59a000 (reserved)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0Xen: 000000006f59a0= 00 - 000000006f5af000 (ACPI NVS)
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0> =A0Xen: 000000006f5af000 - 000000006f5d9000 (reserved)
&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0Xen: 000000006f5d900= 0 - 000000006f5f9000 (ACPI data)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0Xen: 000000006f5f90= 00 - 000000006f6df000 (ACPI NVS)
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0> =A0Xen: 000000006f6df000 - 000000006f700000 (ACPI data)
= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0Xen: 000000006f7000= 00 - 0000000080000000 (reserved)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0Xen: 00000000a00000= 00 - 00000000b0000000 (reserved)
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0> =A0Xen: 00000000fc000000 - 00000000fd000000 (reserved)
&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0Xen: 00000000fed1c00= 0 - 00000000fed20000 (reserved)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0Xen: 00000000ffc000= 00 - 0000000100000000 (reserved)
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0> bootconsole [xenboot0] enabled
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0> DMI 2.4 present.
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0> last_pfn =3D 0x66c0a max_arch_pfn =3D 0x4000000= 00
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> init_memory_mapping: 0= 000000000000000-0000000066c0a000
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0> RAMDISK: 026bb000 - 02d0d800
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0> ACPI: RSDP 00000000000f03f0 00024 (v02 INTEL )<= br> > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: XSDT 000000006f6= fe120 00064 (v01 INTEL =A0THRLY
> =A0 =A0 =A0 00000000
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0 01000013)
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> ACPI: FACP 000000006f6fd000 000F4 (v04 INTE= L =A0THRLY
> =A0 =A0 =A0 00000000
> =A0 =A0 =A0> =A0 =A0 =A0MSFT
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00100000D)
> =A0 =A0 =A0>= ; =A0 =A0 =A0> =A0 =A0 =A0> ACPI: DSDT 000000006f6f5000 074F1 (v02 IN= TEL =A0THRLY
> =A0 =A0 =A0 00000003
> =A0 =A0 =A0> =A0 =A0 = =A0MSFT
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00100000D)
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: FACS 000000006f5f9000 00040> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: APIC 000000006= f6f4000 001CC (v02 INTEL =A0THRLY
> =A0 =A0 =A0 00000000
> =A0 =A0 =A0> =A0 =A0 =A0MSFT
> =A0 =A0 =A0> =A0 =A0 =A0>= ; =A0 =A0 =A00100000D)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0&= gt; ACPI: MCFG 000000006f6f3000 0003C (v01 INTEL =A0THRLY
> =A0 =A0 = =A0 00000001
> =A0 =A0 =A0> =A0 =A0 =A0MSFT
> =A0 =A0 =A0>= ; =A0 =A0 =A0> =A0 =A0 =A00100000D)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: HPET 000000006f6= f2000 00038 (v01 INTEL =A0THRLY
> =A0 =A0 =A0 00000001
> =A0 = =A0 =A0> =A0 =A0 =A0MSFT
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0= =A00100000D)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI:= SLIT 000000006f6f1000 00030 (v01 INTEL =A0THRLY
> =A0 =A0 =A0 00000001
> =A0 =A0 =A0> =A0 =A0 =A0MSFT
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00100000D)
> =A0 =A0 =A0>= ; =A0 =A0 =A0> =A0 =A0 =A0> ACPI: WDDT 000000006f6f0000 00040 (v01 IN= TEL =A0THRLY
> =A0 =A0 =A0 00000000
> =A0 =A0 =A0> =A0 =A0 = =A0MSFT
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00100000D)
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: SSDT 000000006f5d9000 1FDDC (= v01 =A0INTEL SSDT =A0PM
> =A0 =A0 =A000004000
> =A0 =A0 =A0>= =A0 =A0 =A0INTL
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A02006110= 9)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: =A0 =A0 =A000000= 0006f6ee000 001D0 (v01 INTEL =A0THRLY
> =A0 =A0 =A0 00000001
> = =A0 =A0 =A0> =A0 =A0 =A0MSFT
> =A0 =A0 =A0> =A0 =A0 =A0> =A0= =A0 =A00100000D)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> N= o NUMA configuration found
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Faking a node at 00000= 00000000000-0000000066c0a000
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> Bootmem setup node 0 0000000000000000-0000000066c0a000
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 NODE_DATA [000000000000= 8000 - 000000000001ffff]
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 bootmap [000000000= 0020000 - =A0000000000002cd87] pages d
> =A0 =A0 =A0> =A0 =A0 =A0&= gt; =A0 =A0 =A0> (9 early reservations) =3D=3D> bootmem [0000000000 -=
> =A0 =A0 =A00066c0a000]
> =A0 =A0 =A0> =A0 =A0 =A0> =A0= =A0 =A0> =A0 #0 [0000000000 - 0000001000] =A0 BIOS data page =3D=3D>=
> =A0 =A0 =A0[0000000000
> =A0 =A0 =A0> =A0 =A0 =A0-
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000001000]
> =A0 =A0 =A0&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 #1 [0003046000 - 0003063000] =A0 XE= N PAGETABLES =3D=3D>
> =A0 =A0 =A0[0003046000
> =A0 =A0 =A0&= gt; =A0 =A0 =A0-
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00003063000]
> =A0 =A0= =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 #2 [0000006000 - 0000008000] = =A0 =A0 =A0 TRAMPOLINE =3D=3D>
> =A0 =A0 =A0[0000006000
> = =A0 =A0 =A0> =A0 =A0 =A0-
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A00000008000]
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 #3 [0001000000 - 0= 00269ae98] =A0 =A0TEXT DATA BSS =3D=3D>
> =A0 =A0 =A0[0001000000> =A0 =A0 =A0> =A0 =A0 =A0-
> =A0 =A0 =A0> =A0 =A0 =A0>= =A0 =A0 =A0000269ae98]
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= > =A0 #4 [00026bb000 - 0002d0d800] =A0 =A0 =A0 =A0 =A0RAMDISK =3D=3D>=
> =A0 =A0 =A0[00026bb000
> =A0 =A0 =A0> =A0 =A0 =A0-
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00002d0d800]
> =A0 =A0 =A0&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 #5 [0002d0e000 - 0003046000] =A0 XE= N START INFO =3D=3D>
> =A0 =A0 =A0[0002d0e000
> =A0 =A0 =A0&= gt; =A0 =A0 =A0-
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00003046000]
> =A0 =A0= =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 #6 [000269b000 - 000269b011] = =A0 =A0 =A0 =A0 =A0 =A0 =A0BRK =3D=3D>
> =A0 =A0 =A0[000269b000> =A0 =A0 =A0> =A0 =A0 =A0-
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0000269b011]
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 #7 [0000100000 - 0= 00041a000] =A0 =A0 =A0 =A0 =A0PGTABLE =3D=3D>
> =A0 =A0 =A0[000010= 0000
> =A0 =A0 =A0> =A0 =A0 =A0-
> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0000041a000]
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 #8 [0000001000 - 0000001030] =A0 =A0 =A0 =A0ACPI SLIT =3D= =3D>
> =A0 =A0 =A0[0000001000
> =A0 =A0 =A0> =A0 =A0 =A0-
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000001030]
> =A0 =A0 =A0&= gt; =A0 =A0 =A0> =A0 =A0 =A0> found SMP MP-table at [ffff8800000fd750= ] fd750
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Zone PFN ra= nges:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 DMA =A0 =A0 =A00x0= 0000000 -> 0x00001000
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 DMA32 =A0 =A00x00001000 -> 0x00100000
> =A0 =A0 =A0>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 Normal =A0 0x00100000 -> 0x0010000= 0
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Movable zone start PFN= for each node
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> earl= y_node_map[2] active PFN ranges
> =A0 =A0 =A0> =A0 =A0 =A0> =A0= =A0 =A0> =A0 =A0 0: 0x00000000 -> 0x0000009d
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 0: 0x00000100 = -> 0x00066c0a
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> AC= PI: PM-Timer IO Port: 0x408
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0= =A0> ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC (acpi_id[0= x01] lapic_id[0x02] enabled)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC (acpi_id[0x03] lapi= c_id[0x10] enabled)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC (acpi_id[0= x04] lapic_id[0x12] enabled)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] enabled)
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC (acpi_id[0x06] lapi= c_id[0x01] enabled)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC (acpi_id[0= x07] lapic_id[0x03] enabled)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x05] enabled)
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC (acpi_id[0x09] lapi= c_id[0x11] enabled)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC (acpi_id[0= x0a] lapic_id[0x13] enabled)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x15] enabled)
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC (acpi_id[0x0c] lapi= c_id[0xff] disabled)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC (acpi_id[0= x0d] lapic_id[0xff] disabled)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> ACPI: LAPIC (acpi_id[0x0e] lapic_id[0xff] disabled)
> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC (acpi_id[0x0f] lap= ic_id[0xff] disabled)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC (acpi_id[0= x10] lapic_id[0xff] disabled)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> ACPI: LAPIC (acpi_id[0x11] lapic_id[0xff] disabled)
> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC (acpi_id[0x12] lap= ic_id[0xff] disabled)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC (acpi_id[0= x13] lapic_id[0xff] disabled)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> ACPI: LAPIC (acpi_id[0x14] lapic_id[0xff] disabled)
> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC (acpi_id[0x15] lap= ic_id[0xff] disabled)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC (acpi_id[0= x16] lapic_id[0xff] disabled)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> ACPI: LAPIC (acpi_id[0x17] lapic_id[0xff] disabled)
> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC_NMI (acpi_id[0x00]= high level lint[0x1])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC_NMI (acpi_= id[0x01] high level lint[0x1])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC_NMI (acpi_id[0x= 03] high level lint[0x1])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC_NMI (acpi_= id[0x04] high level lint[0x1])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> ACPI: LAPIC_NMI (acpi_id[0x05] high level lint[0x1])
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC_NMI (acpi_id[0x= 06] high level lint[0x1])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC_NMI (acpi_= id[0x07] high level lint[0x1])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> ACPI: LAPIC_NMI (acpi_id[0x08] high level lint[0x1])
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC_NMI (acpi_id[0x= 09] high level lint[0x1])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC_NMI (acpi_= id[0x0a] high level lint[0x1])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> ACPI: LAPIC_NMI (acpi_id[0x0b] high level lint[0x1])
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC_NMI (acpi_id[0x= 0c] high level lint[0x1])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC_NMI (acpi_= id[0x0d] high level lint[0x1])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> ACPI: LAPIC_NMI (acpi_id[0x0e] high level lint[0x1])
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC_NMI (acpi_id[0x= 0f] high level lint[0x1])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC_NMI (acpi_= id[0x10] high level lint[0x1])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> ACPI: LAPIC_NMI (acpi_id[0x11] high level lint[0x1])
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC_NMI (acpi_id[0x= 12] high level lint[0x1])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC_NMI (acpi_= id[0x13] high level lint[0x1])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> ACPI: LAPIC_NMI (acpi_id[0x14] high level lint[0x1])
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC_NMI (acpi_id[0x= 15] high level lint[0x1])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: LAPIC_NMI (acpi_= id[0x16] high level lint[0x1])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> ACPI: LAPIC_NMI (acpi_id[0x17] high level lint[0x1])
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: IOAPIC (id[0x08] addr= ess[0xfec00000] gsi_base[0])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> IOAPIC[0]: apic_id 8, = version 0, address 0xfec00000, GSI
> =A0 =A0 =A00-0
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: IOAPIC (id[0x09] address[0xfe= c90000] gsi_base[24])
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0&g= t; IOAPIC[1]: apic_id 9, version 0, address 0xfec90000, GSI
> =A0 =A0 =A024-24
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0&g= t; ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> =A0 =A0= =A0> =A0 =A0 =A0> =A0 =A0 =A0> ERROR: Unable to locate IOAPIC for= GSI 2
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: INT_SR= C_OVR (bus 0 bus_irq 9 global_irq 9 high
> =A0 =A0 =A0level)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0&= gt; ERROR: Unable to locate IOAPIC for GSI 9
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0> Using ACPI (MADT) for SMP configuration informa= tion
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: HPET id:= 0x8086a401 base: 0xfed00000
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> SMP: Allowing 12 CPUs,= 0 hotplug CPUs
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> PM:= Registered nosave memory: 000000000009d000 -
> =A0 =A0 =A0> =A0 = =A0 =A00000000000100000
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= > Allocating PCI resources starting at b0000000 (gap:
> =A0 =A0 =A0> =A0 =A0 =A0b0000000:4c000000)
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> Booting paravirtualized kernel on Xen
&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Xen version: 3.4.3-rc4-p= re (preserve-AD) (dom0)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= > NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:12
> =A0 =A0 =A0nr_node_ids:1
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> PERCPU: Embedded 478 pages/cpu @ffff880005ebc000
> =A0 = =A0 =A0s1928024 r8192
> =A0 =A0 =A0> =A0 =A0 =A0d21672
> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0u1957888
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0> pcpu-alloc: s1928024 r8192 d21672 u1957888<= br> > =A0 =A0 =A0alloc=3D478*4096
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0> pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05
&g= t; =A0 =A0 =A0[0] 06
> =A0 =A0 =A0> =A0 =A0 =A0[0] 07
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> pcpu-alloc: [0] 08 [0] 09 [0] 1= 0 [0] 11
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Xen: using vcpu_info p= lacement
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Built 1 zo= nelists in Node order, mobility grouping on.
> =A0 =A0 =A0 Total
&= gt; =A0 =A0 =A0> =A0 =A0 =A0pages:
> =A0 =A0 =A0> =A0 =A0 =A0&g= t; =A0 =A0 =A0409291
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Policy zone: DMA32
= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Kernel command line: r= o root=3D/dev/VolGroup01/LogVol00
> =A0 =A0 =A0> =A0 =A0 =A0consol= e=3Dhvc0
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0earlyprintk=3Dx= en nomodeset
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> PID hash table entries= : 4096 (order: 3, 32768 bytes)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> Initializing CPU#0
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> DMA: Placing 64MB software IO TLB between
> =A0 =A0 =A0ffff880007525000 -
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0ffff88000b525000
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0= =A0> DMA: software IO TLB at phys 0x7525000 - 0xb525000
> =A0 =A0= =A0> =A0 =A0 =A0> =A0 =A0 =A0> xen_swiotlb_fixup: buf=3Dffff88000= 7525000 size=3D67108864
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> xen_swiotlb_fixup: buf= =3Dffff88000b585000 size=3D32768
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0> Memory: 1514268k/1683496k available (4654k kernel code,
= > =A0 =A0 =A0396k
> =A0 =A0 =A0> =A0 =A0 =A0absent,
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0168832k reserved, 3443k dat= a, 3396k init)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> SLUB= : Genslabs=3D14, HWalign=3D64, Order=3D0-3, MinObjects=3D0,
> =A0 =A0= =A0> =A0 =A0 =A0CPUs=3D12,
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0Nodes=3D1
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Hierarchical RCU imple= mentation.
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> NR_IRQS:= 4352 nr_irqs:3072
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> A= lready setup the GSI :0
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= > Already setup the GSI :1
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Already setup the GSI = :2
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Already setup th= e GSI :3
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Already se= tup the GSI :4
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Alre= ady setup the GSI :5
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Already setup the GSI = :6
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Already setup th= e GSI :7
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Already se= tup the GSI :8
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Alre= ady setup the GSI :9
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Already setup the GSI = :10
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Already setup t= he GSI :11
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Already = setup the GSI :12
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> A= lready setup the GSI :13
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Already setup the GSI = :14
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> Already setup t= he GSI :15
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: IN= T_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> ACPI: INT_SRC_OVR (bus= 0 bus_irq 9 global_irq 9 high
> =A0 =A0 =A0level)
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0> xen: sci override: source_irq=3D9 g= lobal_irq=3D9 trigger=3Dc
> =A0 =A0 =A0> =A0 =A0 =A0polarity=3D1 > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> xen_allocate_pirq: ret= urning irq 9 for gsi 9
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0&= gt; Already setup the GSI :9
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0> xen: acpi sci 9
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0= =A0> Console: colour VGA+ 80x25
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0> console [hvc0] enabled= , bootconsole disabled console
> =A0 =A0 =A0[hvc0]
> =A0 =A0 = =A0> =A0 =A0 =A0enabled,
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0= =A0bootconsole disabled
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0> Lock dependency validator: Copyright (c) 2006 Red Hat,
> =A0 =A0 =A0Inc.,
> =A0 =A0 =A0> =A0 =A0 =A0Ingo
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Molnar ... MAX_LOCKDEP_SUBCLASSES: = =A08 ... MAX_LOCK_DEPTH:
> =A0 =A0 =A0> =A0 =A0 =A0 48
> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0... MAX_LOCKDEP_KEYS: =A0 =A0 =A0 = =A08191 ... CLASSHASH_SIZE:
> =A0 =A0 =A0> =A0 =A0 =A0 4096 ...
> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0MAX_LOCKDEP_ENTRIES: =A0 =A0 16384 ... MAX_LOCKDEP_CHAIN= S:
> =A0 =A0 =A0 32768
> =A0 =A0 =A0> =A0 =A0 =A0...
>= =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0CHAINHASH_SIZE: =A0 =A0 =A0 =A0= =A016384 =A0memory used by lock
> =A0 =A0 =A0dependency
> =A0 =A0 =A0> =A0 =A0 =A0info:
>= =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A06367 kB =A0per task-struct memo= ry footprint: 2688 bytes
> =A0 =A0 =A0allocated
> =A0 =A0 =A0&g= t; =A0 =A0 =A017039360
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0b= ytes of page_cgroup please try 'cgroup_disable=3Dmemory'
> =A0 =A0 =A0option if
> =A0 =A0 =A0> =A0 =A0 =A0you
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0don't want memory cgroups in= stalling Xen timer for CPU 0
> =A0 =A0 =A0Detected
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A03200.206 MHz processor. Calibrating dela= y loop (skipped),
> =A0 =A0 =A0value
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0ca= lculated using timer frequency.. 6400.41 BogoMIPS
> =A0 =A0 =A0(lpj= =3D3200206)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Security Fra= mework initialized SELinux: =A0Initializing.
> =A0 =A0 =A0Dentry
> =A0 =A0 =A0> =A0 =A0 =A0cache hash
> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0table entries: 262144 (order: 9, 2097152 bytes)
> = =A0 =A0 =A0Inode-cache hash
> =A0 =A0 =A0> =A0 =A0 =A0table
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0entries: 131072 (order: 8, 104= 8576 bytes) Mount-cache hash
> =A0 =A0 =A0table
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0en= tries: 256 Initializing cgroup subsys ns Initializing
> =A0 =A0 =A0cg= roup
> =A0 =A0 =A0> =A0 =A0 =A0subsys
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0cpuacct Initializing cgroup subsys memory Initializi= ng
> =A0 =A0 =A0cgroup
> =A0 =A0 =A0> =A0 =A0 =A0subsys
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0devices Initializing cgroup subs= ys freezer Initializing
> =A0 =A0 =A0cgroup
> =A0 =A0 =A0> = =A0 =A0 =A0subsys
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0net_cl= s CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2
> =A0 =A0 =A0cache: 256K
> =A0 =A0 =A0> =A0 =A0 =A0CPU:
>= =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0L3 cache: 12288K CPU 0/0x0 ->= ; Node 0 CPU: Unsupported
> =A0 =A0 =A0number of
> =A0 =A0 =A0&= gt; =A0 =A0 =A0siblings
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= 32 Performance Events: unsupported p6 CPU model 44 no PMU
> =A0 =A0 =A0driver,
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= software events only. lockdep: fixing up alternatives. SMP
> =A0 =A0 = =A0> =A0 =A0 =A0alternatives:
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0switching to UP code ACPI: Core revision 20090903 ftrace:
> =A0 =A0 =A0> =A0 =A0 =A0converting
> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0mcount calls to 0f 1f 44 00 00 ftrace: allocating 27971<= br>> =A0 =A0 =A0entries
> =A0 =A0 =A0> =A0 =A0 =A0in 110
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0pages installing Xen timer for= CPU 1 lockdep: fixing up
> =A0 =A0 =A0> =A0 =A0 =A0alternatives.
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0SMP alternatives: switching to SMP code Initializing= CPU#1
> =A0 =A0 =A0CPU:
> =A0 =A0 =A0> =A0 =A0 =A0L1 I
&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0cache: 32K, L1 D cache: 32K = CPU: L2 cache: 256K CPU: L3
> =A0 =A0 =A0cache:
> =A0 =A0 =A0> =A0 =A0 =A012288K
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0CPU 1/0x0 -> Node 0 CPU: Unsu= pported number of siblings 32
> =A0 =A0 =A0> =A0 =A0 =A0installing=
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Xen timer for CPU 2 Ini= tializing CPU#2 CPU: L1 I cache:
> =A0 =A0 =A032K, L1 D
> =A0 =A0 =A0> =A0 =A0 =A0cache:
>= =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A032K CPU: L2 cache: 256K CPU: L3= cache: 12288K CPU 2/0x0 ->
> =A0 =A0 =A0Node 0
> =A0 =A0 = =A0> =A0 =A0 =A0CPU:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= Unsupported number of siblings 32 installing Xen timer for
> =A0 =A0 =A0CPU 3
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0In= itializing CPU#3 CPU: L1 I cache: 32K, L1 D cache: 32K
> =A0 =A0 =A0C= PU: L2
> =A0 =A0 =A0> =A0 =A0 =A0cache:
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0256K CPU: L3 cache: 12288K CPU 3/0x0 -> Node = 0 CPU:
> =A0 =A0 =A0Unsupported
> =A0 =A0 =A0> =A0 =A0 =A0number
&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0of siblings 32 installing Xen= timer for CPU 4 Initializing
> =A0 =A0 =A0CPU#4
> =A0 =A0 =A0&= gt; =A0 =A0 =A0CPU: L1
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0I= cache: 32K, L1 D cache: 32K CPU: L2 cache: 256K CPU: L3
> =A0 =A0 =A0cache:
> =A0 =A0 =A0> =A0 =A0 =A012288K
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0CPU 4/0x0 -> Node 0 CPU: Unsu= pported number of siblings 32
> =A0 =A0 =A0> =A0 =A0 =A0installing=
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Xen timer for CPU 5 Ini= tializing CPU#5 CPU: L1 I cache:
> =A0 =A0 =A032K, L1 D
> =A0 =A0 =A0> =A0 =A0 =A0cache:
>= =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A032K CPU: L2 cache: 256K CPU: L3= cache: 12288K CPU 5/0x0 ->
> =A0 =A0 =A0Node 0
> =A0 =A0 = =A0> =A0 =A0 =A0CPU:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= Unsupported number of siblings 32 installing Xen timer for
> =A0 =A0 =A0CPU 6
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0In= itializing CPU#6 CPU: L1 I cache: 32K, L1 D cache: 32K
> =A0 =A0 =A0C= PU: L2
> =A0 =A0 =A0> =A0 =A0 =A0cache:
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0256K CPU: L3 cache: 12288K CPU 6/0x0 -> Node = 0 CPU:
> =A0 =A0 =A0Unsupported
> =A0 =A0 =A0> =A0 =A0 =A0number
&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0of siblings 32 installing Xen= timer for CPU 7 Initializing
> =A0 =A0 =A0CPU#7
> =A0 =A0 =A0&= gt; =A0 =A0 =A0CPU: L1
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0I= cache: 32K, L1 D cache: 32K CPU: L2 cache: 256K CPU: L3
> =A0 =A0 =A0cache:
> =A0 =A0 =A0> =A0 =A0 =A012288K
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0CPU 7/0x0 -> Node 0 CPU: Unsu= pported number of siblings 32
> =A0 =A0 =A0> =A0 =A0 =A0installing=
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Xen timer for CPU 8 Ini= tializing CPU#8 CPU: L1 I cache:
> =A0 =A0 =A032K, L1 D
> =A0 =A0 =A0> =A0 =A0 =A0cache:
>= =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A032K CPU: L2 cache: 256K CPU: L3= cache: 12288K CPU 8/0x0 ->
> =A0 =A0 =A0Node 0
> =A0 =A0 = =A0> =A0 =A0 =A0CPU:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= Unsupported number of siblings 32 installing Xen timer for
> =A0 =A0 =A0CPU 9
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0In= itializing CPU#9 CPU: L1 I cache: 32K, L1 D cache: 32K
> =A0 =A0 =A0C= PU: L2
> =A0 =A0 =A0> =A0 =A0 =A0cache:
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0256K CPU: L3 cache: 12288K CPU 9/0x0 -> Node = 0 CPU:
> =A0 =A0 =A0Unsupported
> =A0 =A0 =A0> =A0 =A0 =A0number
&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0of siblings 32 installing Xen= timer for CPU 10
> =A0 =A0 =A0Initializing
> =A0 =A0 =A0> = =A0 =A0 =A0CPU#10 CPU:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0L= 1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 256K CPU:
> =A0 =A0 =A0L3
> =A0 =A0 =A0> =A0 =A0 =A0cache:
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A012288K CPU 10/0x0 -> Node 0 CPU: = Unsupported number of
> =A0 =A0 =A0siblings
> =A0 =A0 =A0> = =A0 =A0 =A032
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0installing= Xen timer for CPU 11 Initializing CPU#11 CPU:
> =A0 =A0 =A0L1 I
> =A0 =A0 =A0> =A0 =A0 =A0cache:
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A032K, L1 D cache: 32K CPU: L2 cache: = 256K CPU: L3 cache:
> =A0 =A0 =A012288K
> =A0 =A0 =A0> =A0 = =A0 =A0CPU
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A011/0x0 -> = Node 0 CPU: Unsupported number of siblings 32
> =A0 =A0 =A0Brought
> =A0 =A0 =A0> =A0 =A0 =A0up 12
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0CPUs Grant table initialized reg= ulator: core version 0.5
> =A0 =A0 =A0Time:
> =A0 =A0 =A0> = =A0 =A0 =A014:45:00
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0 Dat= e: 03/16/10 NET: Registered protocol family 16
> =A0 =A0 =A0> =A0 =A0 =A0xenbus_probe_init ok
> =A0 =A0 =A0>= ; =A0 =A0 =A0> =A0 =A0 =A0ACPI FADT declares the system doesn't supp= ort PCIe ASPM,
> =A0 =A0 =A0so
> =A0 =A0 =A0> =A0 =A0 =A0dis= able it
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0ACPI: bus type p= ci registered PCI: MCFG configuration 0:
> =A0 =A0 =A0base
> =A0 =A0 =A0> =A0 =A0 =A0a0000000
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0segment 0 buses 0 - 255 PCI: MCF= G area at a0000000
> =A0 =A0 =A0reserved in
> =A0 =A0 =A0> = =A0 =A0 =A0E820 PCI:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Usi= ng MMCONFIG at a0000000 - afffffff PCI: Using
> =A0 =A0 =A0configuration
> =A0 =A0 =A0> =A0 =A0 =A0type 1
= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0for base access bio: create= slab <bio-0> at 0 ACPI Error:
> =A0 =A0 =A0Field
> =A0 = =A0 =A0> =A0 =A0 =A0[CPB3]
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0at 96 exceeds Buffer [NULL] size 64 (bits)
> =A0 =A0 =A0> =A0 =A0 =A0(20090903/dsopcode-596) ACPI
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Error (psparse-0537): Method parse/e= xecution failed
> =A0 =A0 =A0[\_SB_._OSC]
> =A0 =A0 =A0> =A0= =A0 =A0(Node
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0ffff880064= e00c98), AE_AML_BUFFER_LIMIT ACPI: Interpreter
> =A0 =A0 =A0enabled
> =A0 =A0 =A0> =A0 =A0 =A0ACPI:
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0(supports S0 S1 S3 S4 S5) ACPI: = Using IOAPIC for interrupt
> =A0 =A0 =A0> =A0 =A0 =A0routing ACPI<= br>> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Warning: Incorrect check= sum in table [ =A0 =A0] - 97, should
> =A0 =A0 =A0be DB
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0(2= 0090903/tbutils-314) ACPI: No dock devices found. ACPI:
> =A0 =A0 =A0= PCI
> =A0 =A0 =A0> =A0 =A0 =A0Root
> =A0 =A0 =A0> =A0 =A0= =A0> =A0 =A0 =A0Bridge [PCI0] (0000:00) pci 0000:00:01.0: PME# supporte= d
> =A0 =A0 =A0from D0
> =A0 =A0 =A0> =A0 =A0 =A0D3hot
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0D3cold pci 0000:00:01.0: PME# di= sabled pci 0000:00:02.0:
> =A0 =A0 =A0PME#
> =A0 =A0 =A0> = =A0 =A0 =A0supported
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0fro= m D0 D3hot D3cold pci 0000:00:02.0: PME# disabled pci
> =A0 =A0 =A0> =A0 =A0 =A00000:00:03.0:
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0PME# supported from D0 D3hot D3cold pci 0000:00:03.0= : PME#
> =A0 =A0 =A0> =A0 =A0 =A0disabled pci
> =A0 =A0 =A0&= gt; =A0 =A0 =A0> =A0 =A0 =A00000:00:04.0: PME# supported from D0 D3hot D= 3cold pci
> =A0 =A0 =A0> =A0 =A0 =A00000:00:04.0: PME#
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0disabled pci 0000:00:05.0: PME# supported from D= 0 D3hot
> =A0 =A0 =A0D3cold
> =A0 =A0 =A0> =A0 =A0 =A0pci> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:05.0: PME# disable= d pci 0000:00:06.0: PME#
> =A0 =A0 =A0supported from
> =A0 =A0 =A0> =A0 =A0 =A0D0
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0D3hot D3cold pci 0000:00:06.0:= PME# disabled pci
> =A0 =A0 =A00000:00:07.0:
> =A0 =A0 =A0>= =A0 =A0 =A0PME#
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0support= ed from D0 D3hot D3cold pci 0000:00:07.0: PME#
> =A0 =A0 =A0disabled
> =A0 =A0 =A0> =A0 =A0 =A0pci
> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:08.0: PME# supported from D= 0 D3hot D3cold pci
> =A0 =A0 =A0> =A0 =A0 =A00000:00:08.0: PME#> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0disabled pci 0000:00:09.0:= PME# supported from D0 D3hot
> =A0 =A0 =A0D3cold
> =A0 =A0 =A0> =A0 =A0 =A0pci
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:09.0: PME# disabled pci 0000= :00:0a.0: PME#
> =A0 =A0 =A0supported from
> =A0 =A0 =A0> = =A0 =A0 =A0D0
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0D3hot D3co= ld pci 0000:00:0a.0: PME# disabled pci
> =A0 =A0 =A00000:00:13.0:
> =A0 =A0 =A0> =A0 =A0 =A0PME#
&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0supported from D0 D3hot D3col= d pci 0000:00:13.0: PME#
> =A0 =A0 =A0disabled
> =A0 =A0 =A0>= ; =A0 =A0 =A0pci
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00= :1a.7: PME# supported from D0 D3hot D3cold pci
> =A0 =A0 =A0> =A0 =A0 =A00000:00:1a.7: PME#
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0disabled pci 0000:00:1c.0: PME# supported from D= 0 D3hot
> =A0 =A0 =A0D3cold
> =A0 =A0 =A0> =A0 =A0 =A0pci> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:1c.0: PME# disable= d pci 0000:00:1c.4: PME#
> =A0 =A0 =A0supported from
> =A0 =A0 =A0> =A0 =A0 =A0D0
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0D3hot D3cold pci 0000:00:1c.4:= PME# disabled pci
> =A0 =A0 =A00000:00:1c.5:
> =A0 =A0 =A0>= =A0 =A0 =A0PME#
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0support= ed from D0 D3hot D3cold pci 0000:00:1c.5: PME#
> =A0 =A0 =A0disabled
> =A0 =A0 =A0> =A0 =A0 =A0pci
> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:1d.7: PME# supported from D= 0 D3hot D3cold pci
> =A0 =A0 =A0> =A0 =A0 =A00000:00:1d.7: PME#> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0disabled pci 0000:00:1f.0:= quirk: region 0400-047f claimed
> =A0 =A0 =A0by
> =A0 =A0 =A0> =A0 =A0 =A0ICH6
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0ACPI/GPIO/TCO pci 0000:00:1f.0: quirk: r= egion 0500-053f
> =A0 =A0 =A0claimed
> =A0 =A0 =A0> =A0 =A0 = =A0by ICH6
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0GPIO pci 0000= :00:1f.0: ICH7 LPC Generic IO decode 1 PIO at
> =A0 =A0 =A00680
> =A0 =A0 =A0> =A0 =A0 =A0(mask
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0000f) pci 0000:00:1f.0: ICH7 LPC Gen= eric IO decode 2 PIO
> =A0 =A0 =A0at 0ca0
> =A0 =A0 =A0> =A0= =A0 =A0(mask
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0000f) pci = 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO
> =A0 =A0 =A0at 0600
> =A0 =A0 =A0> =A0 =A0 =A0(mask
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0001f) pci 0000:00:1f.2: PME# sup= ported from D3hot pci
> =A0 =A0 =A0> =A0 =A0 =A00000:00:1f.2: PME#=
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0disabled pci 0000:01:00= .0: PME# supported from D0 D3hot
> =A0 =A0 =A0D3cold
> =A0 =A0 =A0> =A0 =A0 =A0pci
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:01:00.0: PME# disabled pci 0000= :01:00.1: PME#
> =A0 =A0 =A0supported from
> =A0 =A0 =A0> = =A0 =A0 =A0D0
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0D3hot D3co= ld pci 0000:01:00.1: PME# disabled pci
> =A0 =A0 =A00000:0c:00.0:
> =A0 =A0 =A0> =A0 =A0 =A0disabling<= br>> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0ASPM on pre-1.1 PCIe dev= ice. =A0You can enable it with
> =A0 =A0 =A0> =A0 =A0 =A0'pcie= _aspm=3Dforce'
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0pci 0= 000:00:1e.0: transparent bridge ACPI: PCI Root Bridge
> =A0 =A0 =A0[PCI1]
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0(= 0000:fe) ACPI: PCI Root Bridge [PCI2] (0000:ff) ACPI: PCI
> =A0 =A0 = =A0> =A0 =A0 =A0Interrupt
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) ACPI: PCI
> =A0 =A0 =A0> =A0 =A0 =A0Interrupt Link
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0[LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 14 15) ACPI: PCI<= br>> =A0 =A0 =A0Interrupt
> =A0 =A0 =A0> =A0 =A0 =A0Link
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0[LNKC] (IRQs 3 4 5 6 7 *9 10 1= 1 12 14 15) ACPI: PCI
> =A0 =A0 =A0Interrupt
> =A0 =A0 =A0> =A0 =A0 =A0Link
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0[LNKD] (IRQs 3 4 *5 6 7 9 10 11 = 12 14 15) ACPI: PCI
> =A0 =A0 =A0Interrupt
> =A0 =A0 =A0> = =A0 =A0 =A0Link
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0[LNKE] (= IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
> =A0 =A0 =A0ACPI: PCI
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
> =A0 =A0= =A0ACPI:
> =A0 =A0 =A0> =A0 =A0 =A0PCI
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12= 14 15)
> =A0 =A0 =A0*0,
> =A0 =A0 =A0> =A0 =A0 =A0disabled.
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0ACPI: PCI Interrupt Link [LNKH] = (IRQs 3 4 5 6 7 9 *10 11
> =A0 =A0 =A012 14
> =A0 =A0 =A0> = =A0 =A0 =A015)
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0xenbus_pr= obe_backend_init bus registered ok
> =A0 =A0 =A0> =A0 =A0 =A0xenbus_probe_frontend_init
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0bus registered ok xen_balloon: Initialis= ing balloon driver
> =A0 =A0 =A0with
> =A0 =A0 =A0> =A0 =A0 = =A0page
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0order 0. vgaarb:= device added:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0PCI:0000:0c:00.0,decodes=3D= io+mem,owns=3Dio+mem,locks=3Dnone
> =A0 =A0 =A0vgaarb:
> =A0 = =A0 =A0> =A0 =A0 =A0loaded
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0SCSI subsystem initialized usbcore: registered new
> =A0 =A0 =A0interface
> =A0 =A0 =A0> =A0 =A0 =A0driver
>= =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0usbfs usbcore: registered new i= nterface driver hub
> =A0 =A0 =A0usbcore:
> =A0 =A0 =A0> =A0= =A0 =A0registered
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0new d= evice driver usb PCI: Using ACPI for IRQ routing
> =A0 =A0 =A0NetLabel:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0Initializing NetLabel: =A0domain hash size =3D 128 NetLabel:
> =A0= =A0 =A0> =A0 =A0 =A0 protocols =3D
> =A0 =A0 =A0> =A0 =A0 =A0&= gt; =A0 =A0 =A0UNLABELED CIPSOv4 NetLabel: =A0unlabeled traffic allowed by<= br> > =A0 =A0 =A0default
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= Switching to clocksource xen kstop/0 used greatest stack
> =A0 =A0 = =A0depth:
> =A0 =A0 =A0> =A0 =A0 =A06568
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0bytes left kstop/1 used greatest stack depth: 65= 36 bytes
> =A0 =A0 =A0left
> =A0 =A0 =A0> =A0 =A0 =A0pnp: PnP
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0ACPI init ACPI: bus type pnp reg= istered xen_allocate_pirq:
> =A0 =A0 =A0> =A0 =A0 =A0returning irq=
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A08 for gsi 8 Already set= up the GSI :8 xen_allocate_pirq:
> =A0 =A0 =A0returning
> =A0 =A0 =A0> =A0 =A0 =A0irq 13
>= =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0for gsi 13 Already setup the GS= I :13 pnp: PnP ACPI: found
> =A0 =A0 =A013
> =A0 =A0 =A0> = =A0 =A0 =A0devices
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0ACPI:= ACPI bus type pnp unregistered system 00:07: ioport
> =A0 =A0 =A0range
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00x= 500-0x53f has been reserved system 00:07: ioport range
> =A0 =A0 =A0&= gt; =A0 =A0 =A00x400-0x47f has
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A0been reserved system 00:07: ioport range 0x800-0x81f has
> =A0 =A0 =A0been
> =A0 =A0 =A0> =A0 =A0 =A0reserved
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0system 00:07: ioport range 0x2f8= -0x2ff has been reserved
> =A0 =A0 =A0system
> =A0 =A0 =A0> = =A0 =A0 =A000:07:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0iomem = range 0xfed1c000-0xfed8bffe could not be reserved
> =A0 =A0 =A0system
> =A0 =A0 =A0> =A0 =A0 =A000:07:
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0iomem range 0xff000000-0xfffffff= f could not be reserved
> =A0 =A0 =A0system
> =A0 =A0 =A0> = =A0 =A0 =A000:07:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0iomem = range 0xfee00000-0xfeefffff has been reserved system
> =A0 =A0 =A000:07:
> =A0 =A0 =A0> =A0 =A0 =A0iomem
> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0range 0xfe900000-0xfe90001f has bee= n reserved system
> =A0 =A0 =A000:07: iomem
> =A0 =A0 =A0> = =A0 =A0 =A0range
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00xfea00= 000-0xfea0001f has been reserved system 00:07:
> =A0 =A0 =A0iomem range
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0= =A00xfed1b000-0xfed1bfff has been reserved pci 0000:0c:00.0:
> =A0 = =A0 =A0BAR 6:
> =A0 =A0 =A0> =A0 =A0 =A0no
> =A0 =A0 =A0>= =A0 =A0 =A0> =A0 =A0 =A0parent found for of device [0xffff0000-0xffffff= ff] pci
> =A0 =A0 =A0> =A0 =A0 =A00000:00:01.0: PCI
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0bridge, secondary bus 0000:01 pci 0000:00:01.0: = =A0 IO
> =A0 =A0 =A0window:
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A00x1000-0x1fff pci 0000:00:01.0: =A0 MEM window:
> =A0 =A0 =A0> =A0 =A0 =A00xb1900000-0xb19fffff pci
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:01.0: =A0 PREFETCH window: disab= led pci
> =A0 =A0 =A00000:00:02.0: PCI
> =A0 =A0 =A0> =A0 = =A0 =A0bridge,
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0secondary= bus 0000:02 pci 0000:00:02.0: =A0 IO window:
> =A0 =A0 =A0disabled pci
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A00000:00:02.0: =A0 MEM window: disabled pci 0000:00:02.0:
> =A0= =A0 =A0PREFETCH
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0window:= disabled pci 0000:00:03.0: PCI bridge, secondary
> =A0 =A0 =A0bus
> =A0 =A0 =A0> =A0 =A0 =A00000:03 pci
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:03.0: =A0 IO window: dis= abled pci 0000:00:03.0:
> =A0 =A0 =A0MEM
> =A0 =A0 =A0> =A0 = =A0 =A0window:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0disabled = pci 0000:00:03.0: =A0 PREFETCH window: disabled pci
> =A0 =A0 =A0> =A0 =A0 =A00000:00:04.0:
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0PCI bridge, secondary bus 0000:04 pci 0000:00:04.0: = =A0 IO
> =A0 =A0 =A0window:
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0disabled pci 0000:00:04.0: =A0 MEM window: disabled pci
> =A0 =A0 =A0> =A0 =A0 =A00000:00:04.0:
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0PREFETCH window: disabled pci 0000:00:05.0: PCI brid= ge,
> =A0 =A0 =A0secondary
> =A0 =A0 =A0> =A0 =A0 =A0bus
= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:05 pci 0000:00:05.0: = =A0 IO window: disabled pci
> =A0 =A0 =A00000:00:05.0:
> =A0 =A0 =A0> =A0 =A0 =A0 =A0MEM> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0window: disabled pci 0000:= 00:05.0: =A0 PREFETCH window:
> =A0 =A0 =A0disabled
> =A0 =A0 = =A0> =A0 =A0 =A0pci
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00= 000:00:06.0: PCI bridge, secondary bus 0000:06 pci
> =A0 =A0 =A00000:00:06.0:
> =A0 =A0 =A0> =A0 =A0 =A0 =A0IO
= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0window: disabled pci 0000:0= 0:06.0: =A0 MEM window: disabled
> =A0 =A0 =A0pci
> =A0 =A0 =A0= > =A0 =A0 =A0> =A0 =A0 =A00000:00:06.0: =A0 PREFETCH window: disabled= pci
> =A0 =A0 =A00000:00:07.0: PCI
> =A0 =A0 =A0> =A0 =A0 =A0bridge= ,
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0secondary bus 0000:07 = pci 0000:00:07.0: =A0 IO window:
> =A0 =A0 =A0disabled pci
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:07.0: =A0 MEM window: di= sabled pci 0000:00:07.0:
> =A0 =A0 =A0PREFETCH
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0window: disabled pci 0000:00:08.0: PCI bridge, secondary
> =A0 =A0= =A0bus
> =A0 =A0 =A0> =A0 =A0 =A00000:08 pci
> =A0 =A0 =A0&= gt; =A0 =A0 =A0> =A0 =A0 =A00000:00:08.0: =A0 IO window: disabled pci 00= 00:00:08.0:
> =A0 =A0 =A0MEM
> =A0 =A0 =A0> =A0 =A0 =A0window:
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0disabled pci 0000:00:08.0: =A0 PREFE= TCH window: disabled pci
> =A0 =A0 =A0> =A0 =A0 =A00000:00:09.0:> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0PCI bridge, secondary bus= 0000:09 pci 0000:00:09.0: =A0 IO
> =A0 =A0 =A0window:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= 0x3000-0x3fff pci 0000:00:09.0: =A0 MEM window:
> =A0 =A0 =A0> =A0= =A0 =A00xb1b00000-0xb1cfffff pci
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A00000:00:09.0: =A0 PREFETCH window:
> =A0 =A0 =A0> =A0 = =A0 =A00x000000b1d00000-0x000000b1efffff pci
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:0a.0: PCI bridge, s= econdary bus 0000:0a pci
> =A0 =A0 =A00000:00:0a.0:
> =A0 =A0 = =A0> =A0 =A0 =A0 =A0IO
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0window: disabled pci 0000:00:0a.0: =A0 MEM window: disabled
> =A0 =A0 =A0pci
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000= :00:0a.0: =A0 PREFETCH window: disabled pci
> =A0 =A0 =A00000:00:1c.0= : PCI
> =A0 =A0 =A0> =A0 =A0 =A0bridge,
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0secondary bus 0000:0b pci 0000:00:1c.0: =A0 IO w= indow:
> =A0 =A0 =A0disabled pci
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 = =A0 =A00000:00:1c.0: =A0 MEM window: disabled pci 0000:00:1c.0:
> =A0= =A0 =A0PREFETCH
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0window:= disabled pci 0000:00:1c.4: PCI bridge, secondary
> =A0 =A0 =A0bus
> =A0 =A0 =A0> =A0 =A0 =A00000:0c pci
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:1c.4: =A0 IO window: dis= abled pci 0000:00:1c.4:
> =A0 =A0 =A0MEM
> =A0 =A0 =A0> =A0 = =A0 =A0window:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00xb100000= 0-0xb18fffff pci 0000:00:1c.4: =A0 PREFETCH window:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00x000000b0000000-0x000000b0= ffffff pci 0000:00:1c.5: PCI
> =A0 =A0 =A0bridge,
> =A0 =A0 =A0= > =A0 =A0 =A0> =A0 =A0 =A0secondary bus 0000:0d pci 0000:00:1c.5: =A0= IO window:
> =A0 =A0 =A0disabled pci
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:1c.5: =A0 MEM windo= w: disabled pci 0000:00:1c.5:
> =A0 =A0 =A0PREFETCH
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0window: disabled pci 0000:00:1e.0: PCI b= ridge, secondary
> =A0 =A0 =A0bus
> =A0 =A0 =A0> =A0 =A0 =A0= 0000:0e pci
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:1e.0: =A0 IO window= : disabled pci 0000:00:1e.0:
> =A0 =A0 =A0MEM
> =A0 =A0 =A0>= =A0 =A0 =A0window:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0disa= bled pci 0000:00:1e.0: =A0 PREFETCH window: disabled pci
> =A0 =A0 =A0> =A0 =A0 =A00000:00:01.0:
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0PCI INT A -> GSI 28 (level, low) -> IRQ 28 pci=
> =A0 =A0 =A00000:00:02.0: PCI
> =A0 =A0 =A0> =A0 =A0 =A0IN= T A
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0-> GSI 29 (level,= low) -> IRQ 29 pci 0000:00:03.0: PCI INT
> =A0 =A0 =A0A ->
> =A0 =A0 =A0> =A0 =A0 =A0GSI 24
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0(level, low) -> IRQ 24 pci 00= 00:00:04.0: PCI INT A -> GSI
> =A0 =A0 =A025
> =A0 =A0 =A0&g= t; =A0 =A0 =A0(level,
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0lo= w) -> IRQ 25 pci 0000:00:05.0: PCI INT A -> GSI 26
> =A0 =A0 =A0(level, low)
> =A0 =A0 =A0> =A0 =A0 =A0-> IRQ> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A026 pci 0000:00:06.0: PCI = INT A -> GSI 27 (level, low) ->
> =A0 =A0 =A0IRQ 27
> =A0= =A0 =A0> =A0 =A0 =A0pci
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0= =A00000:00:07.0: PCI INT A -> GSI 30 (level, low) -> IRQ 30
> =A0 =A0 =A0pci
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000= :00:08.0: PCI INT A -> GSI 31 (level, low) -> IRQ 31
> =A0 =A0 = =A0pci
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:09.0: PCI= INT A -> GSI 32 (level, low) -> IRQ 32
> =A0 =A0 =A0pci
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000= :00:0a.0: PCI INT A -> GSI 33 (level, low) -> IRQ 33
> =A0 =A0 = =A0pci
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:1c.0: PCI= INT A -> GSI 16 (level, low) -> IRQ 16
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0xen_allocate_pirq: returnin= g irq 16 for gsi 16 Already
> =A0 =A0 =A0setup the
> =A0 =A0 = =A0> =A0 =A0 =A0GSI :16
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ
> =A0 =A0 =A016 pci
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00= 000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
> =A0 = =A0 =A0NET:
> =A0 =A0 =A0> =A0 =A0 =A0Registered
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0protocol family 2 IP route cache hash ta= ble entries: 65536
> =A0 =A0 =A0> =A0 =A0 =A0(order: 7,
> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0524288 bytes) TCP established hash table entries: 262144=
> =A0 =A0 =A0(order:
> =A0 =A0 =A0> =A0 =A0 =A010,
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A04194304 bytes) TCP bind hash tab= le entries: 65536 (order:
> =A0 =A0 =A010,
> =A0 =A0 =A0> =A0 =A0 =A04718592
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0bytes) TCP: Hash tables configured (= established 262144
> =A0 =A0 =A0bind
> =A0 =A0 =A0> =A0 =A0 = =A065536) TCP
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0reno regis= tered NET: Registered protocol family 1 pci
> =A0 =A0 =A0> =A0 =A0 =A00000:01:00.0:
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0Disabling L0s pci 0000:01:00.1: Disabling L0s Trying= to
> =A0 =A0 =A0unpack
> =A0 =A0 =A0> =A0 =A0 =A0rootfs
= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0image as initramfs... Freei= ng initrd memory: 6474k freed
> =A0 =A0 =A0DMA-API:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0preallocated 32768 debug entries DMA-API: debugging
> =A0 =A0 =A0e= nabled by
> =A0 =A0 =A0> =A0 =A0 =A0kernel
> =A0 =A0 =A0>= =A0 =A0 =A0> =A0 =A0 =A0config PCI-DMA: Using software bounce buffering= for IO
> =A0 =A0 =A0(SWIOTLB)
> =A0 =A0 =A0> =A0 =A0 =A0DMA:
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Placing 64MB software IO TLB bet= ween ffff880007525000 -
> =A0 =A0 =A0> =A0 =A0 =A0ffff88000b525000=
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0DMA: software IO TLB at= phys 0x7525000 - 0xb525000 audit:
> =A0 =A0 =A0> =A0 =A0 =A0initializing
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0netlink socket (disabled) type=3D2000
> =A0 = =A0 =A0audit(1268750702.035:1):
> =A0 =A0 =A0> =A0 =A0 =A0initiali= zed
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0HugeTLB registered 2= MB page size, pre-allocated 0 pages
> =A0 =A0 =A0VFS:
> =A0 =A0 =A0> =A0 =A0 =A0Disk
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0quotas dquot_6.5.2 Dquot-cache hash = table entries: 512
> =A0 =A0 =A0(order 0,
> =A0 =A0 =A0> =A0= =A0 =A04096
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0bytes) msgm= ni has been set to 2970 cryptomgr_test used
> =A0 =A0 =A0greatest
> =A0 =A0 =A0> =A0 =A0 =A0stack
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0depth: 5864 bytes left cryptomgr= _test used greatest stack
> =A0 =A0 =A0depth:
> =A0 =A0 =A0>= =A0 =A0 =A05816
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0bytes l= eft alg: No test for stdrng (krng) Block layer SCSI
> =A0 =A0 =A0> =A0 =A0 =A0generic (bsg)
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0driver version 0.4 loaded (major 252) io scheduler n= oop
> =A0 =A0 =A0> =A0 =A0 =A0registered io
> =A0 =A0 =A0>= ; =A0 =A0 =A0> =A0 =A0 =A0scheduler anticipatory registered io scheduler= deadline
> =A0 =A0 =A0> =A0 =A0 =A0registered io
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0scheduler cfq registered (default) pci_hotplug: PCI = Hot
> =A0 =A0 =A0Plug PCI
> =A0 =A0 =A0> =A0 =A0 =A0Core
= > =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0version: 0.5 pciehp 0000:00= :09.0:pcie04: HPC vendor_id
> =A0 =A0 =A08086
> =A0 =A0 =A0> =A0 =A0 =A0device_id
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A03410 ss_vid 0 ss_did 0 pciehp: P= CI Express Hot Plug
> =A0 =A0 =A0Controller
> =A0 =A0 =A0> = =A0 =A0 =A0Driver
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0versio= n: 0.4 acpiphp: ACPI Hot Plug PCI Controller Driver
> =A0 =A0 =A0> =A0 =A0 =A0version: 0.5
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0acpiphp_glue: Slot 2 already registered by another h= otplug
> =A0 =A0 =A0driver
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0acpiphp_glue: Slot 2 already registered by another hotplug
> =A0 =A0 =A0driver
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0a= cpiphp_glue: Slot 2 already registered by another hotplug
> =A0 =A0 = =A0driver
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0acpiphp_glue: = Slot 2 already registered by another hotplug
> =A0 =A0 =A0driver
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0a= cpiphp_glue: Slot 2 already registered by another hotplug
> =A0 =A0 = =A0driver
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0acpiphp_glue: = Slot 2 already registered by another hotplug
> =A0 =A0 =A0driver
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0a= cpiphp_glue: Slot 2 already registered by another hotplug
> =A0 =A0 = =A0driver
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0acpiphp_glue: = Slot 2 already registered by another hotplug
> =A0 =A0 =A0driver
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0p= ci-stub: invalid id string "" input: Sleep Button as
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0/devices/LNXSYSTM:00/LNXSYBUS:00/PNP= 0C0E:00/input/input0
> =A0 =A0 =A0ACPI:
> =A0 =A0 =A0> =A0 =A0 =A0Sleep
> =A0 =A0 =A0> =A0 =A0 =A0&g= t; =A0 =A0 =A0Button [SLPB] input: Power Button as
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 AC= PI: Power
> =A0 =A0 =A0Button
> =A0 =A0 =A0> =A0 =A0 =A0[PWR= F]
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0registering netback hpet_ac= pi_add: no address or irqs in
> =A0 =A0 =A0_CRS
> =A0 =A0 =A0&g= t; =A0 =A0 =A0> =A0 =A0 =A0Non-volatile memory driver v1.3 Linux agpgart= interface
> =A0 =A0 =A0v0.103
> =A0 =A0 =A0> =A0 =A0 =A0Ser= ial:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A08250/16550 driver, 4 ports,= IRQ sharing enabled
> =A0 =A0 =A0serial8250: ttyS1
> =A0 =A0 = =A0> =A0 =A0 =A0at I/O
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A00x2f8 (irq =3D 3) is a 16550A brd: module loaded loop:
> =A0 =A0 =A0module
> =A0 =A0 =A0> =A0 =A0 =A0loaded
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0input: Macintosh mouse button em= ulation as
> =A0 =A0 =A0> =A0 =A0 =A0/devices/virtual/input/input2=
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0ahci 0000:00:1f.2: PCI = INT A -> GSI 19 (level, low) -> IRQ
> =A0 =A0 =A019
> =A0 =A0 =A0> =A0 =A0 =A0ahci
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:1f.2: AHCI 0001.0200 32 slots 6 = ports 3 Gbps 0x3f
> =A0 =A0 =A0impl
> =A0 =A0 =A0> =A0 =A0 = =A0SATA mode
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0ahci 0000:0= 0:1f.2: flags: 64bit ncq sntf pm led clo pio
> =A0 =A0 =A0slum part
> =A0 =A0 =A0> =A0 =A0 =A0ccc
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0ems =A0scsi0 : ahci scsi1 : ahci= scsi2 : ahci scsi3 : ahci
> =A0 =A0 =A0scsi4 :
> =A0 =A0 =A0&g= t; =A0 =A0 =A0ahci
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0scsi5= : ahci ata1: SATA max UDMA/133 irq_stat 0x00400040,
> =A0 =A0 =A0> =A0 =A0 =A0connection
> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0status changed irq 2996 ata2: SATA max UDMA/133 abar
= > =A0 =A0 =A0> =A0 =A0 =A0m2048@0xb1a00000
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0port 0xb1a00180 irq 2996 ata3: SATA max UDMA/133= abar
> =A0 =A0 =A0> =A0 =A0 =A0m2048@0xb1a00000
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0port 0xb1a00200 irq 2996 ata4: SATA max UDMA/133= abar
> =A0 =A0 =A0> =A0 =A0 =A0m2048@0xb1a00000
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0port 0xb1a00280 irq 2996 ata5: SATA max = UDMA/133 abar
> =A0 =A0 =A0> =A0 =A0 =A0m2048@0xb1a00000
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0port 0xb1a00300 irq 2996 ata6: SATA max UDMA/133= abar
> =A0 =A0 =A0> =A0 =A0 =A0m2048@0xb1a00000
> =A0 =A0 = =A0> =A0 =A0 =A0> =A0 =A0 =A0port 0xb1a00380 irq 2996 Fixed MDIO Bus:= probed ehci_hcd:
> =A0 =A0 =A0USB 2.0
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0= 'Enhanced' Host Controller (EHCI) Driver ehci_hcd
> =A0 =A0 = =A00000:00:1a.7:
> =A0 =A0 =A0> =A0 =A0 =A0PCI INT
> =A0 =A0= =A0> =A0 =A0 =A0> =A0 =A0 =A0C -> GSI 18 (level, low) -> IRQ 1= 8 ehci_hcd 0000:00:1a.7:
> =A0 =A0 =A0EHCI
> =A0 =A0 =A0> =A0 =A0 =A0Host
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Controller ehci_hcd 0000:00:1a.7: ne= w USB bus registered,
> =A0 =A0 =A0> =A0 =A0 =A0assigned bus
&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0number 1 ehci_hcd 0000:00:1a.= 7: debug port 1 ehci_hcd
> =A0 =A0 =A0> =A0 =A0 =A00000:00:1a.7: irq
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A018, io mem 0xb1a02000 ehci_hcd 0000:00:1a.7: USB= 2.0
> =A0 =A0 =A0started,
> =A0 =A0 =A0> =A0 =A0 =A0EHCI 1.= 00
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0usb usb1: New USB dev= ice found, idVendor=3D1d6b,
> =A0 =A0 =A0idProduct=3D0002 usb
> =A0 =A0 =A0> =A0 =A0 =A0usb= 1:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0New USB device string= s: Mfr=3D3, Product=3D2, SerialNumber=3D1
> =A0 =A0 =A0usb
> = =A0 =A0 =A0> =A0 =A0 =A0usb1:
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0Product: EHCI Host Controller usb usb1: Manufacturer:
> =A0 =A0 =A0Linux
> =A0 =A0 =A0> =A0 =A0 =A02.6.32.9
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0ehci_hcd usb usb1: SerialNumber:= 0000:00:1a.7 usb usb1:
> =A0 =A0 =A0> =A0 =A0 =A0configuration #1=
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0chosen from 1 choice hu= b 1-0:1.0: USB hub found hub
> =A0 =A0 =A01-0:1.0: 6
> =A0 =A0 =A0> =A0 =A0 =A0ports
>= =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0detected ehci_hcd 0000:00:1d.7:= PCI INT A -> GSI 23
> =A0 =A0 =A0(level, low)
> =A0 =A0 =A0= > =A0 =A0 =A0-> IRQ
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A023 ehci_hcd 0000:00:1d.7: EHCI Host Controller ehci_hcd
> =A0 =A0 =A0> =A0 =A0 =A00000:00:1d.7:
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A0new USB bus registered, assigned bus number 2 ehci_h= cd
> =A0 =A0 =A0> =A0 =A0 =A00000:00:1d.7:
> =A0 =A0 =A0>= =A0 =A0 =A0> =A0 =A0 =A0debug port 1 ehci_hcd 0000:00:1d.7: irq 23, io = mem
> =A0 =A0 =A00xb1a01000
> =A0 =A0 =A0> =A0 =A0 =A0ehci_hcd
&= gt; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:1d.7: USB 2.0 starte= d, EHCI 1.00 usb usb2: New USB
> =A0 =A0 =A0device
> =A0 =A0 = =A0> =A0 =A0 =A0found,
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A0idVendor=3D1d6b, idProduct=3D0002 usb usb2: New USB device
> =A0 =A0 =A0strings:
> =A0 =A0 =A0> =A0 =A0 =A0Mfr=3D3,
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Product=3D2, SerialNumber=3D1 = usb usb2: Product: EHCI Host
> =A0 =A0 =A0Controller
> =A0 =A0 = =A0> =A0 =A0 =A0usb
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0u= sb2: Manufacturer: Linux 2.6.32.9 ehci_hcd usb usb2:
> =A0 =A0 =A0> =A0 =A0 =A0SerialNumber:
> =A0 =A0 =A0> =A0 = =A0 =A0> =A0 =A0 =A00000:00:1d.7 usb usb2: configuration #1 chosen from = 1
> =A0 =A0 =A0choice hub
> =A0 =A0 =A0> =A0 =A0 =A0> =A0= =A0 =A02-0:1.0: USB hub found hub 2-0:1.0: 6 ports detected
> =A0 =A0 =A0ohci_hcd:
> =A0 =A0 =A0> =A0 =A0 =A0USB 1.1
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0'Open' Host Controller= (OHCI) Driver uhci_hcd: USB
> =A0 =A0 =A0Universal Host
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Controller Interface driver xen_allo= cate_pirq: returning
> =A0 =A0 =A0irq 16
> =A0 =A0 =A0> =A0 =A0 =A0for gsi
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A016 Already setup the GSI :16 uhc= i_hcd 0000:00:1a.0: PCI
> =A0 =A0 =A0INT A ->
> =A0 =A0 =A0&= gt; =A0 =A0 =A0GSI 16
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0(l= evel, low) -> IRQ 16 uhci_hcd 0000:00:1a.0: UHCI Host
> =A0 =A0 =A0> =A0 =A0 =A0Controller
> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0uhci_hcd 0000:00:1a.0: new USB bus registered, assigned<= br>> =A0 =A0 =A0bus
> =A0 =A0 =A0> =A0 =A0 =A0number 3
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0uhci_hcd 0000:00:1a.0: irq 16, i= o base 0x000020e0 usb
> =A0 =A0 =A0usb3: New
> =A0 =A0 =A0> =A0 =A0 =A0USB
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0device found, idVendor=3D1d6b, i= dProduct=3D0001 usb usb3: New
> =A0 =A0 =A0USB
> =A0 =A0 =A0>= ; =A0 =A0 =A0device
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0stri= ngs: Mfr=3D3, Product=3D2, SerialNumber=3D1 usb usb3:
> =A0 =A0 =A0Product: UHCI
> =A0 =A0 =A0> =A0 =A0 =A0Host
&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Controller usb usb3: Manufact= urer: Linux 2.6.32.9 uhci_hcd
> =A0 =A0 =A0usb
> =A0 =A0 =A0>= ; =A0 =A0 =A0usb3:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Seria= lNumber: 0000:00:1a.0 usb usb3: configuration #1
> =A0 =A0 =A0chosen from
> =A0 =A0 =A0> =A0 =A0 =A01
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0choice hub 3-0:1.0: USB hub foun= d hub 3-0:1.0: 2 ports
> =A0 =A0 =A0detected
> =A0 =A0 =A0> = =A0 =A0 =A0uhci_hcd
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000= :00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
> =A0 =A0 =A0uhci_hcd
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 = =A00000:00:1a.1: UHCI Host Controller uhci_hcd 0000:00:1a.1:
> =A0 = =A0 =A0new USB
> =A0 =A0 =A0> =A0 =A0 =A0bus
> =A0 =A0 =A0&g= t; =A0 =A0 =A0> =A0 =A0 =A0registered, assigned bus number 4 uhci_hcd 00= 00:00:1a.1:
> =A0 =A0 =A0irq 21,
> =A0 =A0 =A0> =A0 =A0 =A0io base
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00x000020c0 usb usb4: New USB dev= ice found, idVendor=3D1d6b,
> =A0 =A0 =A0> =A0 =A0 =A0idProduct=3D= 0001
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0usb usb4: New USB d= evice strings: Mfr=3D3, Product=3D2,
> =A0 =A0 =A0> =A0 =A0 =A0SerialNumber=3D1 usb
> =A0 =A0 =A0>= ; =A0 =A0 =A0> =A0 =A0 =A0usb4: Product: UHCI Host Controller usb usb4:<= br>> =A0 =A0 =A0Manufacturer: Linux
> =A0 =A0 =A0> =A0 =A0 =A0&= gt; =A0 =A0 =A02.6.32.9 uhci_hcd usb usb4: SerialNumber: 0000:00:1a.1 usb > =A0 =A0 =A0usb4:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0co= nfiguration #1 chosen from 1 choice hub 4-0:1.0: USB hub
> =A0 =A0 = =A0found
> =A0 =A0 =A0> =A0 =A0 =A0hub
> =A0 =A0 =A0> =A0= =A0 =A0> =A0 =A0 =A04-0:1.0: 2 ports detected xen_allocate_pirq: return= ing irq
> =A0 =A0 =A019 for
> =A0 =A0 =A0> =A0 =A0 =A0gsi 19
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Already setup the GSI :19 uhci_h= cd 0000:00:1a.2: PCI INT D
> =A0 =A0 =A0-> GSI
> =A0 =A0 =A0= > =A0 =A0 =A019
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0(leve= l, low) -> IRQ 19 uhci_hcd 0000:00:1a.2: UHCI Host
> =A0 =A0 =A0> =A0 =A0 =A0Controller
> =A0 =A0 =A0> =A0 =A0 = =A0> =A0 =A0 =A0uhci_hcd 0000:00:1a.2: new USB bus registered, assigned<= br>> =A0 =A0 =A0bus
> =A0 =A0 =A0> =A0 =A0 =A0number 5
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0uhci_hcd 0000:00:1a.2: irq 19, i= o base 0x000020a0 usb
> =A0 =A0 =A0usb5: New
> =A0 =A0 =A0> =A0 =A0 =A0USB
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0device found, idVendor=3D1d6b, i= dProduct=3D0001 usb usb5: New
> =A0 =A0 =A0USB
> =A0 =A0 =A0>= ; =A0 =A0 =A0device
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0stri= ngs: Mfr=3D3, Product=3D2, SerialNumber=3D1 usb usb5:
> =A0 =A0 =A0Product: UHCI
> =A0 =A0 =A0> =A0 =A0 =A0Host
&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Controller usb usb5: Manufact= urer: Linux 2.6.32.9 uhci_hcd
> =A0 =A0 =A0usb
> =A0 =A0 =A0>= ; =A0 =A0 =A0usb5:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Seria= lNumber: 0000:00:1a.2 usb usb5: configuration #1
> =A0 =A0 =A0chosen from
> =A0 =A0 =A0> =A0 =A0 =A01
> = =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0choice hub 5-0:1.0: USB hub foun= d hub 5-0:1.0: 2 ports
> =A0 =A0 =A0detected
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0xen_allocate_pirq: returning irq 23 for gsi 23 A= lready
> =A0 =A0 =A0setup the
> =A0 =A0 =A0> =A0 =A0 =A0GSI :23
>= ; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0uhci_hcd 0000:00:1d.0: PCI INT= A -> GSI 23 (level, low) ->
> =A0 =A0 =A0IRQ 23
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0uhci_hcd 0000:00:1d.0: UHCI Host Con= troller uhci_hcd
> =A0 =A0 =A0> =A0 =A0 =A00000:00:1d.0: new
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0USB bus registered, assigned bus number 6 uhci_h= cd
> =A0 =A0 =A00000:00:1d.0:
> =A0 =A0 =A0> =A0 =A0 =A0irq = 23,
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0io base 0x00002080 u= sb usb6: New USB device found,
> =A0 =A0 =A0idVendor=3D1d6b,
> =A0 =A0 =A0> =A0 =A0 =A0> = =A0 =A0 =A0idProduct=3D0001 usb usb6: New USB device strings: Mfr=3D3,
&= gt; =A0 =A0 =A0> =A0 =A0 =A0Product=3D2,
> =A0 =A0 =A0> =A0 =A0= =A0> =A0 =A0 =A0SerialNumber=3D1 usb usb6: Product: UHCI Host Controlle= r usb
> =A0 =A0 =A0usb6:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Ma= nufacturer: Linux 2.6.32.9 uhci_hcd usb usb6:
> =A0 =A0 =A0SerialNumb= er:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:1d.0 usb usb= 6: configuration #1 chosen from 1
> =A0 =A0 =A0choice hub
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A06-0:1.0: USB hub found hub = 6-0:1.0: 2 ports detected
> =A0 =A0 =A0> =A0 =A0 =A0xen_allocate_p= irq:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0returning irq 19 fo= r gsi 19 Already setup the GSI :19
> =A0 =A0 =A0uhci_hcd
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:1d.1: PCI INT B -&g= t; GSI 19 (level, low) -> IRQ 19
> =A0 =A0 =A0uhci_hcd
> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00000:00:1d.1: UHCI Host Controller = uhci_hcd 0000:00:1d.1:
> =A0 =A0 =A0new USB
> =A0 =A0 =A0> =A0 =A0 =A0bus
> =A0 =A0 =A0> =A0 =A0 =A0>= =A0 =A0 =A0registered, assigned bus number 7 uhci_hcd 0000:00:1d.1:
>= ; =A0 =A0 =A0irq 19,
> =A0 =A0 =A0> =A0 =A0 =A0io base
> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A00x00002060 usb usb7: New USB device= found, idVendor=3D1d6b,
> =A0 =A0 =A0> =A0 =A0 =A0idProduct=3D0001
> =A0 =A0 =A0> = =A0 =A0 =A0> =A0 =A0 =A0usb usb7: New USB device strings: Mfr=3D3, Produ= ct=3D2,
> =A0 =A0 =A0> =A0 =A0 =A0SerialNumber=3D1 usb
> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0usb7: Product: UHCI Host Controller= usb usb7:
> =A0 =A0 =A0Manufacturer: Linux
> =A0 =A0 =A0> =A0 =A0 =A0>= =A0 =A0 =A02.6.32.9 uhci_hcd usb usb7: SerialNumber: 0000:00:1d.1 usb
&= gt; =A0 =A0 =A0usb7:
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0con= figuration #1 chosen from 1 choice hub 7-0:1.0: USB hub
> =A0 =A0 =A0found
> =A0 =A0 =A0> =A0 =A0 =A0hub
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A07-0:1.0: 2 ports detected xen_alloca= te_pirq: returning irq
> =A0 =A0 =A018 for
> =A0 =A0 =A0> = =A0 =A0 =A0gsi 18
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0Alread= y setup the GSI :18 uhci_hcd 0000:00:1d.2: PCI INT C
> =A0 =A0 =A0-> GSI
> =A0 =A0 =A0> =A0 =A0 =A018
> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0(level, low) -> IRQ 18 uhci_hcd = 0000:00:1d.2: UHCI Host
> =A0 =A0 =A0> =A0 =A0 =A0Controller
&g= t; =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0uhci_hcd 0000:00:1d.2: new US= B bus registered, assigned
> =A0 =A0 =A0bus
> =A0 =A0 =A0> =A0 =A0 =A0number 8
> =A0= =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0uhci_hcd 0000:00:1d.2: irq 18, io b= ase 0x00002040 usb
> =A0 =A0 =A0usb8: New
> =A0 =A0 =A0> =A0= =A0 =A0USB
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0device found= , idVendor=3D1d6b, idProduct=3D0001 usb usb8: New
> =A0 =A0 =A0USB
> =A0 =A0 =A0> =A0 =A0 =A0device
> =A0 = =A0 =A0> =A0 =A0 =A0> =A0 =A0 =A0strings: Mfr=3D3, Product=3D2, Seria= lNumber=3D1 usb usb8:
> =A0 =A0 =A0Product: UHCI
> =A0 =A0 =A0&= gt; =A0 =A0 =A0Host
> =A0 =A0 =A0
--001636284adaa45c0e0482173af1-- --===============0783918335== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users --===============0783918335==--