xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: "Singapore Citizen Mr. Teo En Ming (Zhang Enming)" <singapore.mr.teo.en.ming@gmail.com>
To: "Pasi Kärkkäinen" <pasik@iki.fi>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	"Teo En Ming (Zhang Enming)" <singapore.mr.teo.en.ming@gmail.com>,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: Result of Applying IGD VGA Passthrough Patches to Xen 4.4-unstable Changeset 27238
Date: Tue, 16 Jul 2013 21:31:56 +0800	[thread overview]
Message-ID: <51E54B4C.4080106@gmail.com> (raw)
In-Reply-To: <20130716085149.GJ2924@reaktio.net>

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

On 16/07/2013 16:51, Pasi Kärkkäinen wrote:
> On Tue, Jul 16, 2013 at 04:00:34PM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:
>> On 16/07/2013 15:24, Pasi Kärkkäinen wrote:
>>> On Tue, Jul 16, 2013 at 12:31:28PM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:
>>>> Hi,
>>>>
>>>> I have just applied IGD VGA Passthrough patches to Xen 4.4-unstable
>>>> changeset 27238. Please refer to the 2 attached patches.
>>>>
>>>> 1. [Xen-devel] [PATCH 2/3] V4 qemu-xen-trad: Correctly expose PCH
>>>> ISA bridge for IGD passthrough
>>>> Link:http://lists.xenproject.org/archives/html/xen-devel/2013-06/msg01720.html
>>>>
>>>> 2. [Xen-devel] [PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose
>>>> vendor specific pci cap on host bridge.
>>>> Link:http://lists.xenproject.org/archives/html/xen-devel/2013-02/msg00538.html
>>>>
>>>> These are the steps I took to patch, compile and install Xen
>>>> 4.4-unstable changeset 27238.
>>>>
>>>> cd
>>>> hg clone -r 27238http://xenbits.xensource.com/xen-unstable.hg
>>>> xen-unstable.hg-cs27238
>>>> cd xen-unstable.hg-cs27238
>>>> sudo -s
>>>> ./configure
>>>> make world
>>>> make clean
>>>> cd tools/qemu-xen-traditional-dir-remote
>>>> patch -p1 < patch2of3.txt
>>>> patch -p1 < patch3of3.txt
>>>> cd ../..
>>>> make world
>>>> make install
>>>>
>>>> However, I still encountered problems installing Intel HD Graphics
>>>> display drivers. The driver installation would auto detect the
>>>> display adapter, causing the LCD monitor to blink 1-2 times. But
>>>> after that, the LCD monitor goes into Power Saving mode (blank
>>>> screen) forever again. I tried to destroy the Windows 8 HVM domU and
>>>> restart it. Windows 8 HVM domU would start up for a few seconds,
>>>> then falls back to blank LCD monitor screen forever again.
>>>>
>>> Did you try installing the driver *before* enabling IGD passthru? (if that's possible)
>>>
>>> -- Pasi
>>>
>>>
>> It's not possible. The Intel HD Graphics display driver does not
>> allow me to install the graphics driver without the existence of
>> Intel HD Graphics 4600 IGD.
>>
>> Is there any other workaround?
>>
> - Are you using qemu-traditional for sure?

Yes, please refer to the attached Windows 8 HVM domU configuration file.
>   
> - Are there any cmdline options for the Intel driver installer to install without the device present?

I have read through the installation instructions. There doesn't appear 
to be any cmdline options for the Intel HD graphics driver installer to 
install without the device present. Anyway, I have attached the 
installation instructions for you to read through.
> - Any errors in the Xen dmesg? How about qemu logs? dom0 dmesg?
Attached xl-dmesg.txt, qemu-dm-Windows8.log and dmesg.txt.

>
> -- Pasi
>
>
Please advise on how to overcome the problem of installing Intel HD 
Graphics drivers.

Thank you very much.

-- 
Yours sincerely,

Singapore Citizen Mr. Teo En Ming (Zhang Enming)


[-- Attachment #2: windows8 --]
[-- Type: text/plain, Size: 1806 bytes --]

# XL domain configuration file for Windows 8 64-bit English HVM domU
# Please refer to "man xl.cfg" for further explanations.
# See also docs/misc/xl-network-configuration.markdown and
# docs/misc/xl-disk-configuration.txt
# Written by Teo En Ming (Zhang Enming)
# Email: teo.en.ming@gmail.com
# Mobile Phone: +65-9117-5902
# Country: Singapore
# Date: 14 July 2013 Sun
device_model_version="qemu-xen-traditional"
name="Windows8"
builder="hvm"
vcpus=4
memory=2048
on_poweroff="destroy"
on_reboot="restart"
on_crash="destroy"
disk=[ 'format=raw, vdev=hda, access=rw, target=/etc/xen/images/windows8.img', 'format=raw, vdev=hdc, access=ro, devtype=cdrom, target=/home/teo-en-ming/WIN8_RTM.ISO' ]
vif=[ 'bridge=virbr0,type=ioemu,model=e1000' ]
#boot=[c|d|n]
#Selects the emulated virtual device to boot from. Options are hard disk (c), cd-rom (d) or network/PXE (n).
#Multiple options can be given and will be attempted in the order they are given. e.g. to boot from cd-rom
#but fallback to the hard disk you can give dc. The default is cd.
boot="dc"
acpi=1
#xen_platform_pci=1
#viridian=1
#stdvga=1
vnc=1
vnclisten="0.0.0.0"
vncdisplay=0
vncunused=1
vncpasswd=""
sdl=0
usb=1
usbdevice="tablet"
# Enable Xen VGA Passthrough
gfx_passthru=1
# VGA Passthrough Gigabyte Geforce GTX 560 1 GB GDDR5 PCI Express x16 VGA card.
#pci = [ '01:00.0','01:00.1','00:1b.0','00:1a.0','00:1a.1','00:1a.2','00:1a.7','00:1d.0','00:1d.1','00:1d.2','00:1d.7' ]
# PCI Passthrough Intel HD Audio Controller.
#pci = [ '00:1b.0' ]
# PCI Passthrough all the USB Controllers.
# pci = [ '00:1a.0','00:1a.1','00:1a.2','00:1a.7','00:1d.0','00:1d.1','00:1d.2','00:1d.7' ]
# Passthrough Intel HD Graphics 4600, audio controllers and USB controllers
pci = [ '00:02.0','00:03.0','00:14.0','00:1a.0','00:1b.0','00:1d.0' ]
#pci = [ '00:02.0' ]


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: Installation_Readme.txt --]
[-- Type: text/plain; charset=UTF-8; name="Installation_Readme.txt", Size: 36893 bytes --]

*******************************************************
*
*
*  Production Version Release
* 
* 
* 
*  Microsoft Windows* 7 64
*  Microsoft Windows* 8 64
*
*
*  Package: 196850
*
*  Graphics:  9.18.10.3186
*  Display Audio Driver:  6.16.0.3106
*                                          
*
*
*  May 24, 2013
*
*
*
*  NOTE:  This document refers to systems containing the 
*         following Intel chipsets/processors: 
*
*	4th Generation Intel(R) Core(TM) Processor Platform
*	4th Generation Intel(R) Core(TM) Processor U Series based Platform
*	3rd Generation Intel(R) Core(TM) Processor Platform
*	3rd Generation Intel(R) Core(TM) Processor U Series based Platform
*	3rd Generation Intel(R) Core(TM) Processor Y Series based Platform    
*                     
*
*	
*  Installation Information
*
*  This document makes references to products developed by
*  Intel. There are some restrictions on how these products
*  may be used, and what information may be disclosed to
*  others. Please read the Disclaimer section and contact
*  your Intel field representative if you would like more
*  information.
*
************************************************************
************************************************************
*  DISCLAIMER: Intel is making no claims of usability,
*  efficacy or warranty.  The INTEL SOFTWARE LICENSE
*  AGREEMENT contained herein completely defines the license
*  and use of this software.
*
*  This document contains information on products in the 
*  design phase of development. The information here is 
*  subject to change without notice. Do not finalize a 
*  design with this information.
************************************************************
************************************************************

************************************************************
*  CONTENTS OF THIS DOCUMENT
************************************************************

This document contains the following sections:

1.  System Requirements
2.  Localized Language Abbreviations
3.  Installing the Software
4.  Verifying Installation of the Software
5.  Identifying the Software Version Number
6.  Installation switches available
7.  Uninstalling the software

************************************************************
* 1.  SYSTEM REQUIREMENTS
************************************************************

1.  The system must contain one of the following Intel
    Chipsets/Processors:


	4th Generation Intel(R) Core(TM) Processor Platform
	4th Generation Intel(R) Core(TM) Processor U Series based Platform
	3rd Generation Intel(R) Core(TM) Processor Platform
	3rd Generation Intel(R) Core(TM) Processor U Series based Platform
	3rd Generation Intel(R) Core(TM) Processor Y Series based Platform     
 
     
           	

2.  The software should be installed on systems with at
    least 1 GB of system memory.

3.  There should be sufficient hard disk space in the <TEMP>
    directory on the system in order to install this
    software.

    The drivers included with this distribution package are
    designed to function with all released versions of
    Microsoft Windows* 7 OS available at the time of release 
    of this package.

Please check with your system provider to determine the
operating system and Intel Chipset used in your system.

***************************************************************************
* 2.  LOCALIZED LANGUAGE ABBREVIATIONS
***************************************************************************

The following list contains the hexadecimal key of all
languages into which the driver has been localized. You may
have to refer to this section while using this document.



0401 -> Arabic
0404 -> Chinese Traditional
041A -> Croatian 
0405 -> Czech
0406 -> Danish
0413 -> Dutch
0409 -> English (United States)
040B -> Finnish
040C -> French (Standard)
0407 -> German
0408 -> Greek
040D -> Hebrew
040E -> Hungarian
0410 -> Italian
0411 -> Japanese
0412 -> Korean
0414 -> Norwegian
0415 -> Polish
0416 -> Portuguese (Brazil)
0816 -> Portuguese (Standard)
0418 -> Romanian
0419 -> Russian
0804 -> Simplified Chinese
041B -> Slovak
0424 -> Slovenian
0C0A -> Spanish
041D -> Swedish
041E -> Thai
041F -> Turkish


***************************************************************************
* 3.  INSTALLING THE SOFTWARE
***************************************************************************

General Installation Notes:

1.  The operating system must be installed prior to the installation of the 
    driver.

2.  This installation procedure is specific only to the version of driver 
    and installation file included in this release.

3.  This procedure assumes that all of the software associated with this 
    release is located in the same directory.

INSTALLATION INSTRUCTIONS 
--------------------------------------------

To install from a Web download, you will download either a ZIP file or an 
EXE file from the Web.

a. If it is an EXE file, double-click the file you downloaded and specify a 
   location into which the  driver files will be extracted. Click "Unzip" 
   and the files will extract. Click "OK" on the next window, then click 
   "Close". 

b. If it is a ZIP file, double-click the file you downloaded and choose 
   “Extract all files”. Next,  browse to a destination folder in which the 
   files can be placed and choose “Extract”.

***************************************************************************
*   Microsoft Windows "Setup.exe" Installation
***************************************************************************

1. Locate the hard drive directory where the driver files are stored with 
   the browser or the explore feature of Windows*.

2. Double click the “Setup.exe” from this directory

3. The Install dialog will appear. By default, 
   a checkbox is selected to automatically run WinSAT and enable the 
   Windows Aero desktop theme (if supported). Deselect checkbox if this 
   support should be turned off. The Intel Control Center is another option 
   that can be installed if desired via a checkbox selection. 
 
4. Click “Next” to continue.

5. Read License Agreement and click “Yes” to proceed.

6. Review Readme File Information and click “Next” to proceed.

7. When the “Setup Progress” is complete click “Next” to proceed.

8. Lastly, the “Setup Complete” screen appears so click “Finish” to restart 
   your computer.
   
***************************************************************************
*   Microsoft Windows "Have Disk" Install 
***************************************************************************

1.  Click "Start" then right click on "Computer" button and select 
    properties.

2.  Click on the "Device Manager" selection on the left.

3.  IF UPDATING DRIVER GO TO STEP 5

4.  Double click "Video Controller (VGA Compatible)" if present under 
    "Other Devices". (Go To STEP 6)

5.  Select "Display adapters" then double click on the graphics controller 
    shown.  

6.  Click on "driver" tab and select "Update Driver".

7.  Select the following option: "Browse my computer for driver software"

8.  Select the following option: "Let me pick from a list of device drivers 
    on my computer".
  
9.  Click on the "Have Disk..." button and then the "Browse" button.

10. Enter the directory where you unzipped the file you downloaded, and 
    then enter the "Graphics" subdirectory. Highlight "igdlh.INF" file. 
    Click on the "Open" button.

11. Click on the "OK" button and then click "Next" button. The operating 
    system will install the driver.
    
12. Click on the "Close" buttons and then click on the "Yes" button to 
    reboot. The driver should now be loaded. 

***************************************************************************
*   Microsoft Windows* Manual Installation Instructions
***************************************************************************

1.  Click "Start" then right click on "Computer" button and select 
    properties.

2.  Click on the "Device Manager" selection on the left.

3.  IF UPDATING DRIVER GO TO STEP 5

4.  Double click "Video Controller (VGA Compatible)" if present under 
    "Other Devices". (Go To STEP 6)

5.  Select "Display adapters" then double click on the graphics controller 
    shown.  

6.  Click on "driver" tab and select "Update Driver".

7.  Select the following option: "Browse my computer for driver software"

8.  Select the "Browse" button directly.

9.  Enter the directory where you unzipped the file you downloaded, and 
    then enter the "Graphics" subdirectory.

10. Click on the "OK" button and then click "Next" button. The operating 
    system will install the driver if it considers this an upgrade.
    
11. Click on the "Close" buttons and then click on the "Yes" button to 
    reboot. The driver should now be loaded.

***************************************************************************
* For Intel(R) Display Audio Driver:
***************************************************************************
1.  Click Start, right-click "Computer", then "Properties", and then Device 
    Manager.

2.  Click Continue when asked for permission to continue. 

3.  Double-click "Sound, video and game controllers".

4.  Right-click the "High Definition Audio" controller if installing from 
    scratch or "Intel(R) Display Audio" controller if updating driver and 
    click "Update Driver Software".

5.  Click Browse my computer for driver software. 

6.  Select the following option: "Let me pick from a list of device drivers 
    on my computer".
  
7.  Click on the "Have Disk..." button and then the "Browse" button

8.  Click Browse... and navigate to the folder where you placed the 
    extracted driver files.
	
9.  Locate and highlight the "IntcDAud.inf" file and click the Open button.

10. Select "Intel HD Audio HDMI Audio Function Driver" and click "next". 

11. The operating system will install the driver. Click the Finish button 
    when done. 

12. Click the Yes button to reboot. The driver should now be loaded. 

To determine if the driver has been loaded correctly, refer to the 
Verifying Installation section below.

***************************************************************************
*  4.  VERIFYING INSTALLATION OF THE SOFTWARE
***************************************************************************
1.  Click "Start" then right click on "Computer" button and then click on 
    properties.

2.  Click on the "Device Manager" selection on the left.

3.  Select "Display adapters". The Intel Graphics Driver should be listed. 
    If not, the driver is not installed correctly. 

***************************************************************************
For Intel(R) Display Audio Driver:
***************************************************************************
1.  Click "Start" then right click on "Computer" button and then click on 
    properties.

2.  Click on "Advanced system setting" option and then click on "Continue" 
    in "user account control" window to goto "system properties" page.

3.  Click on "Hardware" Tab, and select "Device Manager" 
    button. 

2.  Select "Intel(R) Display Audio" device.

    Audio Function Driver should be listed and not yellow banged. If not, 
    the driver is not installed correctly. To check the version of the 
    driver, refer to the section below.

To check the version of the driver, refer to the section below.

***************************************************************************
*  5. IDENTIFYING THE SOFTWARE VERSION NUMBER
***************************************************************************

1.  Click "Start" then right click on "Computer" button and then click on 
    properties.

2.  Click on the "Device Manager" selection on the left.

3.  Select "Display adapters" then Double click on the graphics controller 
    shown.  

4.  Click on "driver" tab and note the driver version.

***************************************************************************
For Intel(R) Display Audio Driver:
***************************************************************************
1.  Click "Start" then right click on "Computer" button and then click on 
    properties.

2.  Click on "Advanced system setting" option and then click on "Continue" 
    in "user account control" window to goto "system properties" page

3.  Click on "Hardware" Tab, and select "Device Manager" 
    button. 

4.  Double click on "Intel(R) Display Audio".

2.  Select the "Driver" tab and then click on the "Driver Details" button.

3.  The function driver (intchdmi.sys) version should be listed on this 
    screen.

***************************************************************************
* 6. INSTALLATION SWITCHES AVAILABLE
***************************************************************************
The switches in the SETUP.EXE file will have the following syntax. 
Switches are not case sensitive and may be specified in any order (except 
for the -s switch). Switches must be separated by spaces.
SETUP [-b] [-overwrite] [-nowinsat][-l<LCID>] [-s] [-report <path>] 

GFX-INSTALL CUSTOM SWITCHES
-b Forces a system reboot after the installation completes.
In non-silent mode, the absence of this switch will prompt
the user to reboot. In silent mode, the absence of this
switch forces the Setup.exe to complete without rebooting
(the user must manually reboot to conclude the installation
process).

-overwrite Installs the graphics driver regardless of the
version of previously installed driver. In non-silent mode,
the absence of this switch will prompt the user to confirm
overwrite of a newer Intel(R) HD Graphics driver. 
In silent mode, the absence of this switch means that the 
installation will abort any attempts to regress the revision 
of the Intel HD Graphics driver.

-l<LCID> The switch specifies the language used for the 
Gfx-Install user interface. The absence of this switch will 
cause the installation to utilize the language of the OS as 
its default. Hexadecimal values for the supported languages
can be found in the localized langauage abbreviations section 
of this readme.

-s Run in silent mode. The absence of this switch causes
the install to be performed in verbose mode.

-report <path> Specifies an alternate location for the log 
file created by a silent install. By default, the log file is 
created and stored during a silent install under <root 
directory>\Intel\Logs directory as IntelGFX.log
(<WINDIR>\Temp\IntelGFX.log).

-nowinsat This switch turns off the automatic support for 
updating/ obtaining the WinSAT* DWM score on Windows* during 
installation. In non-silent mode, the 
absence of this switch will enable automatic support for 
updating the WinSAT* score, but allow the option to disable 
this support with a user accessible checkbox shown within the 
IGDI dialog screen. In silent mode, the absence of this 
switch forces an automatic run of WinSAT and will enable the 
Windows* Aero* desktop theme (if supported).

***************************************************************************
* 7. UNINSTALLING THE SOFTWARE
***************************************************************************
NOTE: This procedure assumes the above installation process
was successful. This uninstallation procedure is specific
only to the version of the driver and installation files
included in this package.

For Graphics:
-------------
1. Click on the "Start" button, then click on the "Control 
   Panel" icon, and then double click on "programs and feature",
   right click on "Intel(R) Graphics Media Accelerator HD" and 
   select "uninstall" option

2. click "next" and "next" to uninstall the driver.

3. click on 'Finish' button to restart the computer.

***************************************************************************
For Intel(R) Display Audio Driver:
***************************************************************************
1.  Click "Start" then right click on "Computer" button and then click on 
    properties.

2.  Click on "Advanced system setting" option and then click on "Continue" 
    in "user account control" window to goto "system properties" page.

3.  Click on "Hardware" Tab, and select "Device Manager" button. 

4.  Expand "Soung video and game controller", right click on "Intel(R) 
    Display Audio" and select "Uninstall".

5.  Click "OK" in "confirm device uninstall" page. Intel(R) HDMI audio 
    driver will be uninstalled.



***************************************************************************
*INTEL SOFTWARE LICENSE AGREEMENT 
*(OEM / IHV / ISV Distribution & Single User)
***************************************************************************


IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING. 

Do not use or load software from this site or any associated materials (collectively, the "Software") until you have carefully read the following terms and conditions. By loading or using the Software, you agree to the terms of this Agreement. If you do not wish to so agree, do not install or use the Software.
Please Also Note:
        •	If you are an Original Equipment Manufacturer (OEM), Independent Hardware Vendor (IHV) or Independent Software Vendor (ISV), this complete LICENSE AGREEMENT applies; 
        •	If you are an End-User, then only Exhibit A, the INTEL SOFTWARE LICENSE AGREEMENT, applies.

For OEMs, IHVs, and ISVs:

LICENSE. Subject to the terms of this Agreement, Intel grants to You a nonexclusive, nontransferable, worldwide, fully paid-up license under Intel's copyrights to:
         •	use, modify and copy Software internally for Your own development and maintenance purposes; and 
         •	modify, copy and distribute Software, including derivative works of the Software, to Your end-users, but only under a license agreement with terms at least as restrictive as those contained in Intel's Final, Single User License Agreement, attached as Exhibit A; and 
         •	modify, copy and distribute the end-user documentation which may accompany the Software, but only in association with the Software. 
If You are not the final manufacturer or vendor of a computer system or software program incorporating the Software, then You may transfer a copy of the Software, including derivative works of the Software (and related end-user documentation) to Your recipient for use in accordance with the terms of this Agreement, provided such recipient agrees to be fully bound by the terms hereof. You shall not otherwise assign, sublicense, lease, or in any other way transfer or disclose Software to any third party. You shall not reverse- compile, disassemble or otherwise reverse-engineer the Software.

You may not subject the Software, in whole or in part, to any license obligations of Open Source Software including without limitation combining or distributing the Software with Open Source Software in a manner that subjects the Software or any portion of the Software provided by Intel hereunder to any license obligations of such Open Source Software. "Open Source Software" means any software that requires as a condition of use, modification and/or distribution of such software that such software or other software incorporated into, derived from or distributed with such software (a) be disclosed or distributed in source code form; or (b) be licensed by the user to third parties for the purpose of making and/or distributing derivative works; or (c) be redistributable at no charge. Open Source Software includes, without limitation, software licensed or distributed under any of the following licenses or distribution models, or licenses or distribution models substantially similar to any of the following:
 (a) GNU’s General Public License (GPL) or Lesser/Library GPL (LGPL), (b) the Artistic License (e.g., PERL), (c) the Mozilla Public License, (d) the Netscape Public License, (e) the Sun Community Source License (SCSL), (f) the Sun Industry Source License (SISL), (g) the Apache Software license and (h) the Common Public License (CPL). 

NO OTHER RIGHTS. The Software is protected by the intellectual property laws of the United States and other countries, and international treaty provisions. Except as otherwise expressly above, Intel grants no express or implied rights under Intel patents, copyrights, trademarks, or other intellectual property rights. Except as expressly stated in this Agreement, no license or right is granted to You directly or by implication, inducement, estoppel or otherwise. Intel shall have the right to inspect or have an independent auditor inspect Your relevant records to verify Your compliance with the terms and conditions of this Agreement

CONFIDENTIALITY. If You wish to have a third party consultant or subcontractor ("Contractor") perform work on Your behalf which involves access to or use of Software, You shall obtain a written confidentiality agreement from the Contractor which contains terms and obligations with respect to access to or use of Software no less restrictive than those set forth in this Agreement and excluding any distribution rights, and use for any other purpose. Otherwise, You shall not disclose the terms or existence of this Agreement or use Intel's Name in any publications, advertisements, or other announcements without Intel's prior written consent. You do not have any rights to use any Intel trademarks or logos.

OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Title to all copies of the Software remains with Intel or its suppliers. The Software is copyrighted and protected by the laws of the United States and other countries, and international treaty provisions. You may not remove any copyright notices from the Software. Intel may make changes to the Software, or to items referenced therein, at any time without notice, but is not obligated to support or update the Software. Except as otherwise expressly provided, Intel grants no express or implied right under Intel patents, copyrights, trademarks, or other intellectual property rights. You may transfer the Software only if the recipient agrees to be fully bound by these terms and if you retain no copies of the Software.

SUPPORT. Intel may make changes to the Software, or to items referenced therein, at any time without notice, but is not obligated to support, update or provide training for the Software. Intel may in its sole discretion offer such services under separate terms at Intel’s then-current rates. You may request additional information on Intel’s service offerings from an Intel sales representative. You agree to be solely responsible to Your End Users for any update or support obligation or other liability which may arise from the distribution of the Software.
EXCLUSION OF OTHER WARRANTIES. EXCEPT AS PROVIDED ABOVE, THE SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND, INCLUDING WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE.  Intel does not warrant or assume responsibility for the accuracy or completeness of any information, text, graphics, links or other items contained within the Software.

LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION, OR LOST INFORMATION) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF INTEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION OR LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES OR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE ABOVE LIMITATION MAY NOT APPLY TO YOU. YOU MAY ALSO HAVE OTHER LEGAL RIGHTS THAT VARY FROM JURISDICTION TO JURISDICTION. THE SOFTWARE LICENSED HEREUNDER IS NOT DESIGNED OR INTENDED FOR USE IN ANY MEDICAL, LIFE SAVING OR LIFE SUSTAINING SYSTEMS, TRANSPORTATION SYSTEMS, NUCLEAR SYSTEMS, OR FOR ANY OTHER MISSION CRITICAL APPLICATION IN WHICH THE FAILURE OF THE SOFTWARE COULD LEAD TO PERSONAL INJURY OR DEATH. YOU SHALL INDEMNIFY AND HOLD INTEL AND THE INTEL PARTIES HARMLESS AGAINST ALL CLAIMS, COSTS, DAMAGES, AND EXPENSES, AND REASONABLE ATTORNEY FEES ARISING OUT OF, DIRECTLY OR INDIRECTLY, THE DISTRIBUTION OF THE SOFTWARE AND ANY CLAIM OF PRODUCT LIABILITY, PERSONAL INJURY OR DEATH ASSOCIATED WITH ANY UNINTENDED USE, EVEN IF SUCH CLAIM ALLEGES THAT AN INTEL PARTY WAS NEGLIGENT REGARDING THE DESIGN OR MANUFACTURE OF THE SOFTWARE. THE LIMITED REMEDIES, WARRANTY DISCLAIMER AND LIMITED LIABILITY ARE FUNDAMENTAL ELEMENTS OF THE BASIS OF THE BARGAIN BETWEEN INTEL AND YOU. INTEL WOULD NOT BE ABLE TO PROVIDE THE SOFTWARE WITHOUT SUCH LIMITATIONS. 

TERMINATION OF THIS AGREEMENT. Intel may terminate this Agreement immediately, upon notice from Intel, if You violate its terms. Upon termination, You will immediately destroy the Software (including providing certification of such destruction back to Intel) or return all copies of the Software to Intel. In the event of termination of this Agreement, all licenses granted to You hereunder shall immediately terminate, except for licenses that you have previously distributed to Your end-users pursuant to the license grant above.
 
APPLICABLE LAWS. Any claims arising under or relating to this Agreement shall be governed by the internal substantive laws of the State of Delaware or federal courts located in Delaware, without regard to principles of conflict of laws. Each Party hereby agrees to jurisdiction and venue in the courts of the State of Delaware for all disputes and litigation arising under or relating to this Agreement. The Parties agree that the United Nations Convention on Contracts for the International Sale of Goods is specifically excluded from application to this Agreement. The Parties consent to the personal jurisdiction of the above courts. 

GOVERNMENT RESTRICTED RIGHTS. The Software is a "commercial item" as that term is defined in 48 C.F.R. 2.101, consisting of "commercial computer software" and "commercial computer software documentation" as such terms are used in 48 C.F.R. 12.212. Consistent with 48 C.F.R. 12.212 and 48 C.F.R 227.7202-1 through 227.7202-4, You will provide the Software to the U.S. Government as an End User only pursuant to the terms and conditions therein. Contractor or Manufacturer is Intel Corporation, 2200 Mission College Blvd., Santa Clara, CA 95052. 
 
ASSIGNMENT. You may not delegate, assign or transfer this Agreement, the license(s) granted or any of Your rights or duties hereunder, expressly, by implication, by operation of law, by way of merger (regardless of whether You are the surviving entity) or acquisition, or otherwise and any attempt to do so, without Intel’s express prior written consent, shall be null and void. Intel may assign this Agreement, and its rights and obligations hereunder, in its sole discretion. 

ENTIRE AGREEMENT. The terms and conditions of this Agreement constitutes the entire agreement between the parties with respect to the subject matter hereof, and merges and supersedes all prior, contemporaneous agreements, understandings, negotiations and discussions. Neither of the parties hereto shall be bound by any conditions, definitions, warranties, understandings or representations with respect to the subject matter hereof other than as expressly provided for herein. Intel is not obligated under any other agreements unless they are in writing and signed by an authorized representative of Intel. Without limiting the foregoing, terms and conditions on any purchase orders or similar materials submitted by You to Intel, and any terms contained in Intel’s standard acknowledgment form that are in conflict with these terms, shall be of no force or effect. 

ATTORNEYS’ FEES. In the event any proceeding or lawsuit is brought by Intel or You in connection with this Agreement, the prevailing party in such proceeding shall be entitled to receive its costs, expert witness fees and reasonable attorneys’ fees, including costs and fees on appeal. 

NO AGENCY. Nothing contained herein shall be construed as creating any agency, employment relationship, partnership, principal-agent or other form of joint enterprise between the parties. 

SEVERABILITY. In the event that any provision of this Agreement shall be unenforceable or invalid under any applicable law or be so held by applicable court decision, such unenforceability or invalidity shall not render this Agreement unenforceable or invalid as a whole, and, in such event, such provision shall be changed and interpreted so as to best accomplish the objectives of such unenforceable or invalid provision within the limits of applicable law or applicable court decisions. 

WAIVER. The failure of either party to require performance by the other party of any provision hereof shall not affect the full right to require such performance at any time thereafter; nor shall the waiver by either party of a breach of any provision hereof be taken or held to be a waiver of the provision itself. 

LANGUAGE. This Agreement is in the English language only, which language shall be controlling in all respects, and all versions of this Agreement in any other language shall be for accommodation only and shall not be binding on you or Intel. All communications and notices made or given pursuant to this Agreement, and all documentation and support to be provided, unless otherwise noted, shall be in the English language. 



EXHIBIT “A” 
INTEL SOFTWARE LICENSE AGREEMENT (Final, Single User)

IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING. 
Do not use or load software from this site or any associated materials (collectively, the "Software") until you have carefully read the following terms and conditions. By loading or using the Software, you agree to the terms of this Agreement. If you do not wish to so agree, do not install or use the Software.

LICENSE. You may copy the Software onto a single computer for your personal, or internal business purpose use, and you may make one back-up copy of the Software, subject to these conditions:
         •	You may not copy, modify, rent, sell, distribute or transfer any part of the Software except as provided in this Agreement, and you agree to prevent unauthorized copying of the Software. 
         •	You may not reverse engineer, decompile, or disassemble the Software. 
         •	You may not sublicense or permit simultaneous use of the Software by more than one user. 
         •	The Software may contain the software or other property of third party suppliers, some of which may be identified in, and licensed in accordance with, any enclosed “license.txt” file or other text or file. 


OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Title to all copies of the Software remains with Intel or its suppliers. The Software is copyrighted and protected by the laws of the United States and other countries, and international treaty provisions. You may not remove any copyright notices from the Software. Intel may make changes to the Software, or to items referenced therein, at any time without notice, but is not obligated to support or update the Software. Except as otherwise expressly provided, Intel grants no express or implied right under Intel patents, copyrights, trademarks, or other intellectual property rights. You may transfer the Software only if the recipient agrees to be fully bound by these terms and if you retain no copies of the Software.

EXCLUSION OF OTHER WARRANTIES. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE. Intel does not warrant or assume responsibility for the accuracy or completeness of any information, text, graphics, links or other items contained within the Software.

LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION, OR LOST INFORMATION) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF INTEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION OR LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES OR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE ABOVE LIMITATION MAY NOT APPLY TO YOU. YOU MAY ALSO HAVE OTHER LEGAL RIGHTS THAT VARY FROM JURISDICTION TO JURISDICTION.

TERMINATION OF THIS AGREEMENT. Intel may terminate this Agreement at any time if you violate its terms. Upon termination, you will immediately destroy the Software or return all copies of the Software to Intel.
 
APPLICABLE LAWS. Claims arising under this Agreement shall be governed by the laws of Delaware, excluding its principles of conflict of laws and the United Nations Convention on Contracts for the Sale of Goods. You may not export the Software in violation of applicable export laws and regulations. Intel is not obligated under any other agreements unless they are in writing and signed by an authorized representative of Intel.

GOVERNMENT RESTRICTED RIGHTS. The Software is provided with "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is subject to restrictions as set forth in FAR52.227-14 and DFAR252.227-7013 et seq. or its successor. Use of the Software by the Government constitutes acknowledgment of Intel's proprietary rights therein. Contractor or Manufacturer is Intel Corporation, 2200 Mission College Blvd., Santa Clara, CA 95052. 

 
SLA/OEM/IHV/RBK/ April 23, 2004
***********************************************************
* DISCLAIMER
***********************************************************
Intel is making no claims of usability, efficacy or 
warranty.The INTEL SOFTWARE LICENSE AGREEMENT contained 
herein completely defines the license and use of this 
software.
***********************************************************
Information in this document is provided in connection with
Intel products. Except as expressly stated in the INTEL
SOFTWARE LICENSE AGREEMENT contained herein, no license,
express or implied, by estoppel or otherwise, to any
intellectual property rights is granted by this document.
Except as provided in Intel's Terms and Conditions of Sale
for such products, Intel assumes no liability whatsoever,
and Intel disclaims any express or implied warranty,
relating to sale and/or use of Intel products, including
liability or warranties relating to fitness for a 
particular purpose, merchantability or infringement of any
patent, copyright or other intellectual property right. 
Intel products are not intended for use in medical, 
lifesaving, or life-sustaining applications.

***********************************************************
* Intel Corporation disclaims all warranties and 
* liabilities for the use of this document, the software 
* and the information contained herein, and assumes no
* responsibility for any errors which may appear in this
* document or the software, nor does Intel make a 
* commitment to update the information or software 
* contained herein. Intel reserves the right to make 
* changes to this document or software at any time, without
* notice.
***********************************************************

* Other names and brands may be claimed as the property of 
others.

Copyright © 2013 Intel Corporation.  All rights reserved.

***********************************************************
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

Neither the name of 3Dlabs Inc. Ltd. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copyright (C) 2002-2012  3Dlabs Inc. Ltd.
All rights reserved
**********************************************************


[-- Attachment #4: xl-dmesg.txt --]
[-- Type: text/plain, Size: 10760 bytes --]

 __  __            _  _   _  _                      _        _     _      
 \ \/ /___ _ __   | || | | || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \  | || |_| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | | |__   _|__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_|    |_|(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                          
(XEN) Xen version 4.4-unstable (root@) (gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3) debug=y Tue Jul 16 01:53:58 SGT 2013
(XEN) Latest ChangeSet: Fri Jul 12 17:34:03 2013 +0100 hg:6542a6b34d7b
(XEN) Bootloader: GRUB 2.00-13ubuntu3
(XEN) Command line: placeholder
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 6 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009d800 (usable)
(XEN)  000000000009d800 - 00000000000a0000 (reserved)
(XEN)  00000000000e0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000ac5c1000 (usable)
(XEN)  00000000ac5c1000 - 00000000ac5c8000 (ACPI NVS)
(XEN)  00000000ac5c8000 - 00000000ace87000 (usable)
(XEN)  00000000ace87000 - 00000000ad120000 (reserved)
(XEN)  00000000ad120000 - 00000000bc814000 (usable)
(XEN)  00000000bc814000 - 00000000bca19000 (reserved)
(XEN)  00000000bca19000 - 00000000bca57000 (usable)
(XEN)  00000000bca57000 - 00000000bcb00000 (ACPI NVS)
(XEN)  00000000bcb00000 - 00000000bcfff000 (reserved)
(XEN)  00000000bcfff000 - 00000000bd000000 (usable)
(XEN)  00000000bf800000 - 00000000cfa00000 (reserved)
(XEN)  00000000f8000000 - 00000000fc000000 (reserved)
(XEN)  00000000fec00000 - 00000000fec01000 (reserved)
(XEN)  00000000fed00000 - 00000000fed04000 (reserved)
(XEN)  00000000fed1c000 - 00000000fed20000 (reserved)
(XEN)  00000000fee00000 - 00000000fee01000 (reserved)
(XEN)  00000000ff000000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 000000082e600000 (usable)
(XEN) ACPI: RSDP 000F0490, 0024 (r2 ALASKA)
(XEN) ACPI: XSDT BCADB088, 0094 (r1 ALASKA    A M I  1072009 AMI     10013)
(XEN) ACPI: FACP BCAE5CC0, 010C (r5 ALASKA    A M I  1072009 AMI     10013)
(XEN) ACPI: DSDT BCADB1B8, AB03 (r2 ALASKA    A M I      150 INTL 20091112)
(XEN) ACPI: FACS BCAFE080, 0040
(XEN) ACPI: APIC BCAE5DD0, 0072 (r3 ALASKA    A M I  1072009 AMI     10013)
(XEN) ACPI: FPDT BCAE5E48, 0044 (r1 ALASKA    A M I  1072009 AMI     10013)
(XEN) ACPI: SSDT BCAE5E90, 0539 (r1  PmRef  Cpu0Ist     3000 INTL 20051117)
(XEN) ACPI: SSDT BCAE63D0, 0AD8 (r1  PmRef    CpuPm     3000 INTL 20051117)
(XEN) ACPI: SSDT BCAE6EA8, 01C7 (r1  PmRef LakeTiny     3000 INTL 20051117)
(XEN) ACPI: MCFG BCAE7070, 003C (r1 ALASKA    A M I  1072009 MSFT       97)
(XEN) ACPI: HPET BCAE70B0, 0038 (r1 ALASKA    A M I  1072009 AMI.        5)
(XEN) ACPI: SSDT BCAE70E8, 036D (r1 SataRe SataTabl     1000 INTL 20091112)
(XEN) ACPI: SSDT BCAE7458, 3294 (r1 SaSsdt  SaSsdt      3000 INTL 20091112)
(XEN) ACPI: AAFT BCAEA6F0, 02BB (r1 ALASKA OEMAAFT   1072009 MSFT       97)
(XEN) ACPI: ASF! BCAEA9B0, 00A5 (r32 INTEL       HCG        1 TFSM    F4240)
(XEN) ACPI: DMAR BCAEAA58, 00B8 (r1 INTEL      HSW         1 INTL        1)
(XEN) ACPI: SSDT BCAEAB10, 0803 (r1 Intel_ IsctTabl     1000 INTL 20091112)
(XEN) System RAM: 32427MB (33205568kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-000000082e600000
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fd7f0
(XEN) DMI 2.7 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x1808
(XEN) ACPI: v5 SLEEP INFO: control[0:0], status[0:0]
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1804,0], pm1x_evt[1800,0]
(XEN) ACPI: 32/64X FACS address mismatch in FADT - bcafe080/0000000000000000, using 32
(XEN) ACPI:             wakeup_vec[bcafe08c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
(XEN) Processor #2 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
(XEN) Processor #4 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
(XEN) Processor #6 7:12 APIC version 21
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a701 base: 0xfed00000
(XEN) ERST table was not found
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 4 CPUs (0 hotplug CPUs)
(XEN) IRQ limits: 24 GSI, 760 MSI/MSI-X
(XEN) Switched to APIC driver x2apic_cluster.
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 2999.175 MHz processor.
(XEN) Initing memory sharing.
(XEN) xstate_init: using cntxt_size: 0x340 and states: 0x7
(XEN) mce_intel.c:717: MCA Capability: BCAST 1 SER 0 CMCI 1 firstbank 0 extended MCE MSR 0
(XEN) Intel machine check reporting enabled
(XEN) PCI: MCFG configuration 0: base f8000000 segment 0000 buses 00 - 3f
(XEN) PCI: MCFG area at f8000000 reserved in E820
(XEN) PCI: Using MCFG for segment 0000 bus 00-3f
(XEN) Intel VT-d iommu 0 supported page sizes: 4kB.
(XEN) Intel VT-d iommu 1 supported page sizes: 4kB.
(XEN) Intel VT-d Snoop Control not enabled.
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
(XEN) Intel VT-d Queued Invalidation enabled.
(XEN) Intel VT-d Interrupt Remapping enabled.
(XEN) Intel VT-d Shared EPT tables not enabled.
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Interrupt remapping enabled
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using old ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) TSC deadline timer enabled
(XEN) Platform timer is 14.318MHz HPET
(XEN) Allocated console ring of 32 KiB.
(XEN) mwait-idle: MWAIT substates: 0x42120
(XEN) mwait-idle: v0.4 model 0x3c
(XEN) mwait-idle: lapic_timer_reliable_states 0xffffffff
(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)  - Unrestricted Guest
(XEN) HVM: ASIDs enabled.
(XEN) HVM: VMX enabled
(XEN) HVM: Hardware Assisted Paging (HAP) detected
(XEN) HVM: HAP page sizes: 4kB, 2MB, 1GB
(XEN) Brought up 4 CPUs
(XEN) ACPI sleep modes: S3
(XEN) mcheck_poll: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN) elf_parse_binary: phdr: paddr=0x1000000 memsz=0xb2c000
(XEN) elf_parse_binary: phdr: paddr=0x1c00000 memsz=0x1050f0
(XEN) elf_parse_binary: phdr: paddr=0x1d06000 memsz=0x15280
(XEN) elf_parse_binary: phdr: paddr=0x1d1c000 memsz=0x6aa000
(XEN) elf_parse_binary: memory: 0x1000000 -> 0x23c6000
(XEN) elf_xen_parse_note: GUEST_OS = "linux"
(XEN) elf_xen_parse_note: GUEST_VERSION = "2.6"
(XEN) elf_xen_parse_note: XEN_VERSION = "xen-3.0"
(XEN) elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000
(XEN) elf_xen_parse_note: ENTRY = 0xffffffff81d1c1e0
(XEN) elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000
(XEN) elf_xen_parse_note: FEATURES = "!writable_page_tables|pae_pgdir_above_4gb"
(XEN) elf_xen_parse_note: PAE_MODE = "yes"
(XEN) elf_xen_parse_note: LOADER = "generic"
(XEN) elf_xen_parse_note: unknown xen elf note (0xd)
(XEN) elf_xen_parse_note: SUSPEND_CANCEL = 0x1
(XEN) elf_xen_parse_note: HV_START_LOW = 0xffff800000000000
(XEN) elf_xen_parse_note: PADDR_OFFSET = 0x0
(XEN) elf_xen_addr_calc_check: addresses:
(XEN)     virt_base        = 0xffffffff80000000
(XEN)     elf_paddr_offset = 0x0
(XEN)     virt_offset      = 0xffffffff80000000
(XEN)     virt_kstart      = 0xffffffff81000000
(XEN)     virt_kend        = 0xffffffff823c6000
(XEN)     virt_entry       = 0xffffffff81d1c1e0
(XEN)     p2m_base         = 0xffffffffffffffff
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x23c6000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000808000000->0000000810000000 (8116593 pages to be allocated)
(XEN)  Init. ramdisk: 000000082bb12000->000000082e5ffe00
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff81000000->ffffffff823c6000
(XEN)  Init. ramdisk: ffffffff823c6000->ffffffff84eb3e00
(XEN)  Phys-Mach map: ffffffff84eb4000->ffffffff88cf62f8
(XEN)  Start info:    ffffffff88cf7000->ffffffff88cf74b4
(XEN)  Page tables:   ffffffff88cf8000->ffffffff88d43000
(XEN)  Boot stack:    ffffffff88d43000->ffffffff88d44000
(XEN)  TOTAL:         ffffffff80000000->ffffffff89000000
(XEN)  ENTRY ADDRESS: ffffffff81d1c1e0
(XEN) Dom0 has maximum 4 VCPUs
(XEN) elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff81b2c000
(XEN) elf_load_binary: phdr 1 at 0xffffffff81c00000 -> 0xffffffff81d050f0
(XEN) elf_load_binary: phdr 2 at 0xffffffff81d06000 -> 0xffffffff81d1b280
(XEN) elf_load_binary: phdr 3 at 0xffffffff81d1c000 -> 0xffffffff81e60000
(XEN) Scrubbing Free RAM: .done.
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 276kB init memory.
(XEN) PCI add device 0000:00:00.0
(XEN) PCI add device 0000:00:01.0
(XEN) PCI add device 0000:00:02.0
(XEN) PCI add device 0000:00:03.0
(XEN) PCI add device 0000:00:14.0
(XEN) PCI add device 0000:00:16.0
(XEN) PCI add device 0000:00:19.0
(XEN) PCI add device 0000:00:1a.0
(XEN) PCI add device 0000:00:1b.0
(XEN) PCI add device 0000:00:1c.0
(XEN) PCI add device 0000:00:1c.3
(XEN) PCI add device 0000:00:1d.0
(XEN) PCI add device 0000:00:1f.0
(XEN) PCI add device 0000:00:1f.2
(XEN) PCI add device 0000:00:1f.3
(XEN) PCI add device 0000:01:00.0
(XEN) PCI add device 0000:01:00.1
(XEN) PCI add device 0000:03:00.0
(XEN) traps.c:2503:d0 Domain attempted WRMSR 00000000000001fc from 0x000000000004005f to 0x000000000004005d.
(XEN) traps.c:2503:d0 Domain attempted WRMSR 00000000000001fc from 0x000000000004005f to 0x000000000004005d.
(XEN) traps.c:2503:d0 Domain attempted WRMSR 00000000000001fc from 0x000000000004005f to 0x000000000004005d.
(XEN) traps.c:2503:d0 Domain attempted WRMSR 00000000000001fc from 0x000000000004005f to 0x000000000004005d.

[-- Attachment #5: qemu-dm-Windows8.log --]
[-- Type: text/x-log, Size: 5472 bytes --]

domid: 6
Strip off blktap sub-type prefix to /etc/xen/images/windows8.img (drv 'aio')
Using file /etc/xen/images/windows8.img in read-write mode
Strip off blktap sub-type prefix to /home/teo-en-ming/WIN8_RTM.ISO (drv 'aio')
Using file /home/teo-en-ming/WIN8_RTM.ISO in read-only mode
Watching /local/domain/0/device-model/6/logdirty/cmd
Watching /local/domain/0/device-model/6/command
Watching /local/domain/6/cpu
qemu_map_cache_init nr_buckets = 10000 size 4194304
shared page at pfn feffd
buffered io page at pfn feffb
Guest uuid = 36e17413-a4b2-4962-b11f-9bd769145181
Register xen platform.
Done register platform.
platform_fixed_ioport: changed ro/rw state of ROM memory area. now is rw state.
xs_read(/local/domain/0/device-model/6/xen_extended_power_mgmt): read error
medium change watch on `hdc' (index: 1): aio:/home/teo-en-ming/WIN8_RTM.ISO
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
Log-dirty: no command yet.
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
vcpu-set: watch node error.
[xenstore_process_vcpu_set_event]: /local/domain/6/cpu has no CPU!
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
xs_read(/local/domain/6/log-throttling): read error
qemu: ignoring not-understood drive `/local/domain/6/log-throttling'
medium change watch on `/local/domain/6/log-throttling' - unknown device, ignored
dm-command: hot insert pass-through pci dev 
register_real_device: Assigning real physical device 00:02.0 ...
register_real_device: Disable MSI translation via per device option
register_real_device: Disable power management
pt_iomul_init: Error: pt_iomul_init can't open file /dev/xen/pci_iomul: No such file or directory: 0x0:0x2.0x0
pt_register_regions: IO region registered (size=0x00400000 base_addr=0xee400004)
pt_register_regions: IO region registered (size=0x10000000 base_addr=0xd000000c)
pt_register_regions: IO region registered (size=0x00000040 base_addr=0x0000f001)
pci_intx: intx=1
register_real_device: Real physical device 00:02.0 registered successfuly!
IRQ type = INTx
dm-command: hot insert pass-through pci dev 
register_real_device: Assigning real physical device 00:03.0 ...
register_real_device: Disable MSI translation via per device option
register_real_device: Disable power management
pt_iomul_init: Error: pt_iomul_init can't open file /dev/xen/pci_iomul: No such file or directory: 0x0:0x3.0x0
pt_register_regions: IO region registered (size=0x00004000 base_addr=0xee834004)
pci_intx: intx=1
register_real_device: Real physical device 00:03.0 registered successfuly!
IRQ type = INTx
dm-command: hot insert pass-through pci dev 
register_real_device: Assigning real physical device 00:14.0 ...
register_real_device: Disable MSI translation via per device option
register_real_device: Disable power management
pt_iomul_init: Error: pt_iomul_init can't open file /dev/xen/pci_iomul: No such file or directory: 0x0:0x14.0x0
pt_register_regions: IO region registered (size=0x00010000 base_addr=0xee820004)
pci_intx: intx=1
register_real_device: Real physical device 00:14.0 registered successfuly!
IRQ type = INTx
dm-command: hot insert pass-through pci dev 
register_real_device: Assigning real physical device 00:1a.0 ...
register_real_device: Disable MSI translation via per device option
register_real_device: Disable power management
pt_iomul_init: Error: pt_iomul_init can't open file /dev/xen/pci_iomul: No such file or directory: 0x0:0x1a.0x0
pt_register_regions: IO region registered (size=0x00000400 base_addr=0xee83c000)
pci_intx: intx=1
register_real_device: Real physical device 00:1a.0 registered successfuly!
IRQ type = INTx
dm-command: hot insert pass-through pci dev 
register_real_device: Assigning real physical device 00:1b.0 ...
register_real_device: Disable MSI translation via per device option
register_real_device: Disable power management
pt_iomul_init: Error: pt_iomul_init can't open file /dev/xen/pci_iomul: No such file or directory: 0x0:0x1b.0x0
pt_register_regions: IO region registered (size=0x00004000 base_addr=0xee830004)
pci_intx: intx=1
register_real_device: Real physical device 00:1b.0 registered successfuly!
IRQ type = INTx
dm-command: hot insert pass-through pci dev 
register_real_device: Assigning real physical device 00:1d.0 ...
register_real_device: Disable MSI translation via per device option
register_real_device: Disable power management
pt_iomul_init: Error: pt_iomul_init can't open file /dev/xen/pci_iomul: No such file or directory: 0x0:0x1d.0x0
pt_register_regions: IO region registered (size=0x00000400 base_addr=0xee83b000)
pci_intx: intx=1
register_real_device: Real physical device 00:1d.0 registered successfuly!
IRQ type = INTx
igd_write_opregion: Map OpRegion: bcaec018 -> fdffc018
pt_iomem_map: e_phys=e0000000 maddr=d0000000 type=8 len=268435456 index=2 first_map=1
pt_iomem_map: e_phys=f1000000 maddr=ee400000 type=0 len=4194304 index=0 first_map=1
pt_iomem_map: e_phys=f1620000 maddr=ee820000 type=0 len=65536 index=0 first_map=1
pt_iomem_map: e_phys=f1630000 maddr=ee834000 type=0 len=16384 index=0 first_map=1
pt_iomem_map: e_phys=f1634000 maddr=ee830000 type=0 len=16384 index=0 first_map=1
pt_iomem_map: e_phys=f1638000 maddr=ee83c000 type=0 len=4096 index=0 first_map=1
pt_iomem_map: e_phys=f1639000 maddr=ee83b000 type=0 len=4096 index=0 first_map=1
pt_ioport_map: e_phys=c100 pio_base=f000 len=64 index=4 first_map=1

[-- Attachment #6: dmesg.txt --]
[-- Type: text/plain, Size: 74707 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.11.0-rc1-xen-teo.en.ming-sgp (root@intel-core-i5-4430-desktop) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #1 SMP Mon Jul 15 22:07:31 SGT 2013
[    0.000000] Command line: placeholder root=/dev/mapper/ubuntu--vg-root ro quiet splash
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Freeing 9d-100 pfn range: 99 pages freed
[    0.000000] 1-1 mapping on 9d->100
[    0.000000] Freeing ac5c1-ac5c8 pfn range: 7 pages freed
[    0.000000] 1-1 mapping on ac5c1->ac5c8
[    0.000000] Freeing ace87-ad120 pfn range: 665 pages freed
[    0.000000] 1-1 mapping on ace87->ad120
[    0.000000] Freeing bc814-bca19 pfn range: 517 pages freed
[    0.000000] 1-1 mapping on bc814->bca19
[    0.000000] Freeing bca57-bcfff pfn range: 1448 pages freed
[    0.000000] 1-1 mapping on bca57->bcfff
[    0.000000] Freeing bd000-100000 pfn range: 274432 pages freed
[    0.000000] 1-1 mapping on bd000->100000
[    0.000000] Released 277168 pages of unused memory
[    0.000000] Set 277168 page(s) to 1-1 mapping
[    0.000000] Populating 7c845f-80bf0f pfn range: 277168 pages added
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x000000000009cfff] usable
[    0.000000] Xen: [mem 0x000000000009d800-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x00000000ac5c0fff] usable
[    0.000000] Xen: [mem 0x00000000ac5c1000-0x00000000ac5c7fff] ACPI NVS
[    0.000000] Xen: [mem 0x00000000ac5c8000-0x00000000ace86fff] usable
[    0.000000] Xen: [mem 0x00000000ace87000-0x00000000ad11ffff] reserved
[    0.000000] Xen: [mem 0x00000000ad120000-0x00000000bc813fff] usable
[    0.000000] Xen: [mem 0x00000000bc814000-0x00000000bca18fff] reserved
[    0.000000] Xen: [mem 0x00000000bca19000-0x00000000bca56fff] usable
[    0.000000] Xen: [mem 0x00000000bca57000-0x00000000bcafffff] ACPI NVS
[    0.000000] Xen: [mem 0x00000000bcb00000-0x00000000bcffefff] reserved
[    0.000000] Xen: [mem 0x00000000bcfff000-0x00000000bcffffff] usable
[    0.000000] Xen: [mem 0x00000000bf800000-0x00000000cf9fffff] reserved
[    0.000000] Xen: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] Xen: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] Xen: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] Xen: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] Xen: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x000000082e5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./B85M Pro4, BIOS P1.50 07/05/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x82e600 max_arch_pfn = 0x400000000
[    0.000000] e820: last_pfn = 0xbd000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x80bc00000-0x80bdfffff]
[    0.000000]  [mem 0x80bc00000-0x80bdfffff] page 4k
[    0.000000] BRK [0x01ff6000, 0x01ff6fff] PGTABLE
[    0.000000] BRK [0x01ff7000, 0x01ff7fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x808000000-0x80bbfffff]
[    0.000000]  [mem 0x808000000-0x80bbfffff] page 4k
[    0.000000] BRK [0x01ff8000, 0x01ff8fff] PGTABLE
[    0.000000] BRK [0x01ff9000, 0x01ff9fff] PGTABLE
[    0.000000] BRK [0x01ffa000, 0x01ffafff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x800000000-0x807ffffff]
[    0.000000]  [mem 0x800000000-0x807ffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x00100000-0xac5c0fff]
[    0.000000]  [mem 0x00100000-0xac5c0fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xac5c8000-0xace86fff]
[    0.000000]  [mem 0xac5c8000-0xace86fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xad120000-0xbc813fff]
[    0.000000]  [mem 0xad120000-0xbc813fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xbca19000-0xbca56fff]
[    0.000000]  [mem 0xbca19000-0xbca56fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xbcfff000-0xbcffffff]
[    0.000000]  [mem 0xbcfff000-0xbcffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x7ffffffff]
[    0.000000]  [mem 0x100000000-0x7ffffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x80be00000-0x82e5fffff]
[    0.000000]  [mem 0x80be00000-0x82e5fffff] page 4k
[    0.000000] RAMDISK: [mem 0x023c6000-0x04eb3fff]
[    0.000000] ACPI: RSDP 00000000000f0490 00024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 00000000bcadb088 00094 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 00000000bcae5cc0 0010C (v05 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 00000000bcadb1b8 0AB03 (v02 ALASKA    A M I 00000150 INTL 20091112)
[    0.000000] ACPI: FACS 00000000bcafe080 00040
[    0.000000] ACPI: APIC 00000000bcae5dd0 00072 (v03 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 00000000bcae5e48 00044 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 00000000bcae5e90 00539 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000bcae63d0 00AD8 (v01  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000bcae6ea8 001C7 (v01  PmRef LakeTiny 00003000 INTL 20051117)
[    0.000000] ACPI: MCFG 00000000bcae7070 0003C (v01 ALASKA    A M I 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000bcae70b0 00038 (v01 ALASKA    A M I 01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 00000000bcae70e8 0036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 00000000bcae7458 03294 (v01 SaSsdt  SaSsdt  00003000 INTL 20091112)
[    0.000000] ACPI: AAFT 00000000bcaea6f0 002BB (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: ASF! 00000000bcaea9b0 000A5 (v32 INTEL       HCG 00000001 TFSM 000F4240)
[    0.000000] ACPI: XMAR 00000000bcaeaa58 000B8 (v01 INTEL      HSW  00000001 INTL 00000001)
[    0.000000] ACPI: SSDT 00000000bcaeab10 00803 (v01 Intel_ IsctTabl 00001000 INTL 20091112)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] NUMA turned off
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000082e5fffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x82e5fffff]
[    0.000000]   NODE_DATA [mem 0x80bf0a000-0x80bf0efff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x82e5fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009cfff]
[    0.000000]   node   0: [mem 0x00100000-0xac5c0fff]
[    0.000000]   node   0: [mem 0xac5c8000-0xace86fff]
[    0.000000]   node   0: [mem 0xad120000-0xbc813fff]
[    0.000000]   node   0: [mem 0xbca19000-0xbca56fff]
[    0.000000]   node   0: [mem 0xbcfff000-0xbcffffff]
[    0.000000]   node   0: [mem 0x100000000-0x82e5fffff]
[    0.000000] On node 0 totalpages: 8301391
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11991 pages used for memmap
[    0.000000]   DMA32 zone: 767411 pages, LIFO batch:31
[    0.000000]   Normal zone: 117656 pages used for memmap
[    0.000000]   Normal zone: 7529984 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xac5c1000-0xac5c7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xace87000-0xad11ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbc814000-0xbca18fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbca57000-0xbcafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbcb00000-0xbcffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd000000-0xbf7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf800000-0xcf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcfa00000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xcfa00000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.4-unstable (preserve-AD)
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff880807c00000 s86656 r8192 d23936 u524288
[    0.000000] pcpu-alloc: s86656 r8192 d23936 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    5.597937] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8171659
[    5.597939] Policy zone: Normal
[    5.597942] Kernel command line: placeholder root=/dev/mapper/ubuntu--vg-root ro quiet splash
[    5.598295] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    5.598328] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    5.621373] software IO TLB [mem 0x7dfbbd000-0x7e3bbd000] (64MB) mapped at [ffff8807dfbbd000-ffff8807e3bbcfff]
[    5.741711] Memory: 31864228K/33205564K available (7244K kernel code, 1043K rwdata, 3248K rodata, 1352K init, 1296K bss, 1341336K reserved)
[    5.741778] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    5.741795] Hierarchical RCU implementation.
[    5.741797] 	RCU dyntick-idle grace-period acceleration is enabled.
[    5.741798] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    5.741807] NR_IRQS:16640 nr_irqs:712 16
[    5.741862] xen: sci override: global_irq=9 trigger=0 polarity=0
[    5.741864] xen: registering gsi 9 triggering 0 polarity 0
[    5.741876] xen: --> pirq=9 -> irq=9 (gsi=9)
[    5.741898] xen: acpi sci 9
[    5.741902] xen: --> pirq=1 -> irq=1 (gsi=1)
[    5.741906] xen: --> pirq=2 -> irq=2 (gsi=2)
[    5.741909] xen: --> pirq=3 -> irq=3 (gsi=3)
[    5.741912] xen: --> pirq=4 -> irq=4 (gsi=4)
[    5.741916] xen: --> pirq=5 -> irq=5 (gsi=5)
[    5.741919] xen: --> pirq=6 -> irq=6 (gsi=6)
[    5.741922] xen: --> pirq=7 -> irq=7 (gsi=7)
[    5.741925] xen: --> pirq=8 -> irq=8 (gsi=8)
[    5.741929] xen: --> pirq=10 -> irq=10 (gsi=10)
[    5.741932] xen: --> pirq=11 -> irq=11 (gsi=11)
[    5.741936] xen: --> pirq=12 -> irq=12 (gsi=12)
[    5.741939] xen: --> pirq=13 -> irq=13 (gsi=13)
[    5.741943] xen: --> pirq=14 -> irq=14 (gsi=14)
[    5.741946] xen: --> pirq=15 -> irq=15 (gsi=15)
[    5.743362] Console: colour VGA+ 80x25
[    5.743439] console [tty0] enabled
[    5.757209] allocated 133169152 bytes of page_cgroup
[    5.757212] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    5.757248] Xen: using vcpuop timer interface
[    5.757253] installing Xen timer for CPU 0
[    5.757277] tsc: Detected 2999.174 MHz processor
[    5.757282] Calibrating delay loop (skipped), value calculated using timer frequency.. 5998.34 BogoMIPS (lpj=11996696)
[    5.757285] pid_max: default: 32768 minimum: 301
[    5.757315] Security Framework initialized
[    5.757323] AppArmor: AppArmor initialized
[    5.757324] Yama: becoming mindful.
[    5.761497] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    5.767368] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    5.769047] Mount-cache hash table entries: 256
[    5.769257] Initializing cgroup subsys memory
[    5.769268] Initializing cgroup subsys devices
[    5.769270] Initializing cgroup subsys freezer
[    5.769274] Initializing cgroup subsys blkio
[    5.769275] Initializing cgroup subsys perf_event
[    5.769278] Initializing cgroup subsys hugetlb
[    5.769328] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    5.769328] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    5.769332] CPU: Physical Processor ID: 0
[    5.769333] CPU: Processor Core ID: 0
[    5.770131] mce: CPU supports 2 MCE banks
[    5.770145] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    5.770145] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
[    5.770145] tlb_flushall_shift: 6
[    5.770232] Freeing SMP alternatives memory: 28K (ffffffff81e58000 - ffffffff81e5f000)
[    5.771642] ACPI: Core revision 20130517
[    5.787061] ACPI: All ACPI Tables successfully acquired
[    5.790561] ftrace: allocating 27936 entries in 110 pages
[    5.799545] cpu 0 spinlock event irq 41
[    5.799576] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
[    5.800318] NMI watchdog: disabled (cpu0): hardware events not enabled
[    5.800395] installing Xen timer for CPU 1
[    5.800405] cpu 1 spinlock event irq 48
[    5.801440] installing Xen timer for CPU 2
[    5.801448] cpu 2 spinlock event irq 55
[    5.802503] installing Xen timer for CPU 3
[    5.802512] cpu 3 spinlock event irq 62
[    5.803513] Brought up 4 CPUs
[    5.803993] devtmpfs: initialized
[    5.806793] EVM: security.selinux
[    5.806796] EVM: security.SMACK64
[    5.806797] EVM: security.capability
[    5.806952] PM: Registering ACPI NVS region [mem 0xac5c1000-0xac5c7fff] (28672 bytes)
[    5.806956] PM: Registering ACPI NVS region [mem 0xbca57000-0xbcafffff] (692224 bytes)
[    5.807492] xen:grant_table: Grant tables using version 2 layout
[    5.807504] Grant table initialized
[    5.807558] regulator-dummy: no parameters
[    5.807608] NET: Registered protocol family 16
[    5.807958] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    5.807961] ACPI: bus type PCI registered
[    5.808064] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    5.808067] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    5.818183] PCI: Using configuration type 1 for base access
[    5.819686] bio: create slab <bio-0> at 0
[    5.819969] ACPI: Added _OSI(Module Device)
[    5.819972] ACPI: Added _OSI(Processor Device)
[    5.819974] ACPI: Added _OSI(3.0 _SCP Extensions)
[    5.819977] ACPI: Added _OSI(Processor Aggregator Device)
[    5.826869] ACPI: EC: Look up EC in DSDT
[    5.834204] ACPI: Executed 1 blocks of module-level executable AML code
[    5.839300] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    5.848279] ACPI: SSDT 00000000bca0fc18 003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    5.850005] ACPI: Dynamic OEM Table Load:
[    5.850009] ACPI: SSDT           (null) 003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    5.860852] ACPI: SSDT 00000000bca0f618 005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
[    5.862674] ACPI: Dynamic OEM Table Load:
[    5.862678] ACPI: SSDT           (null) 005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
[    5.874734] ACPI: SSDT 00000000bca0ed98 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    5.876492] ACPI: Dynamic OEM Table Load:
[    5.876496] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    5.888835] ACPI: Interpreter enabled
[    5.888842] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
[    5.888850] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
[    5.888870] ACPI: (supports S0 S3 S4 S5)
[    5.888872] ACPI: Using IOAPIC for interrupt routing
[    5.888942] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    5.889216] ACPI: No dock devices found.
[    5.903656] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    5.904290] PCI host bridge to bus 0000:00
[    5.904294] pci_bus 0000:00: root bus resource [bus 00-3e]
[    5.904296] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    5.904298] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    5.904301] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    5.904303] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    5.904305] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    5.904307] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    5.904309] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    5.904311] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    5.904313] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    5.904315] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff]
[    5.904331] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    5.904544] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    5.904651] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    5.904766] pci 0000:00:02.0: [8086:0412] type 00 class 0x030000
[    5.904798] pci 0000:00:02.0: reg 0x10: [mem 0xee400000-0xee7fffff 64bit]
[    5.904816] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    5.904828] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    5.905034] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    5.905056] pci 0000:00:03.0: reg 0x10: [mem 0xee834000-0xee837fff 64bit]
[    5.905347] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    5.905389] pci 0000:00:14.0: reg 0x10: [mem 0xee820000-0xee82ffff 64bit]
[    5.905531] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    5.905607] pci 0000:00:14.0: System wakeup disabled by ACPI
[    5.905663] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    5.905705] pci 0000:00:16.0: reg 0x10: [mem 0xee840000-0xee84000f 64bit]
[    5.905846] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    5.906010] pci 0000:00:19.0: [8086:153b] type 00 class 0x020000
[    5.906048] pci 0000:00:19.0: reg 0x10: [mem 0xee800000-0xee81ffff]
[    5.906065] pci 0000:00:19.0: reg 0x14: [mem 0xee83d000-0xee83dfff]
[    5.906082] pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
[    5.906220] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    5.906291] pci 0000:00:19.0: System wakeup disabled by ACPI
[    5.906345] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    5.906383] pci 0000:00:1a.0: reg 0x10: [mem 0xee83c000-0xee83c3ff]
[    5.906553] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    5.906644] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    5.906701] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    5.906732] pci 0000:00:1b.0: reg 0x10: [mem 0xee830000-0xee833fff 64bit]
[    5.906883] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    5.906965] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    5.907013] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    5.907168] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    5.907233] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    5.907287] pci 0000:00:1c.3: [8086:244e] type 01 class 0x060401
[    5.907440] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    5.907511] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    5.907576] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    5.907614] pci 0000:00:1d.0: reg 0x10: [mem 0xee83b000-0xee83b3ff]
[    5.907784] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    5.907871] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    5.907922] pci 0000:00:1f.0: [8086:8c50] type 00 class 0x060100
[    5.908169] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[    5.908207] pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
[    5.908224] pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
[    5.908240] pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
[    5.908258] pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
[    5.908275] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    5.908291] pci 0000:00:1f.2: reg 0x24: [mem 0xee83a000-0xee83a7ff]
[    5.908386] pci 0000:00:1f.2: PME# supported from D3hot
[    5.908507] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    5.908539] pci 0000:00:1f.3: reg 0x10: [mem 0xee839000-0xee8390ff 64bit]
[    5.908585] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    5.908826] pci 0000:01:00.0: [10de:1201] type 00 class 0x030000
[    5.908845] pci 0000:01:00.0: reg 0x10: [mem 0xec000000-0xedffffff]
[    5.908867] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xe7ffffff 64bit pref]
[    5.908889] pci 0000:01:00.0: reg 0x1c: [mem 0xe8000000-0xebffffff 64bit pref]
[    5.908903] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    5.908918] pci 0000:01:00.0: reg 0x30: [mem 0xee000000-0xee07ffff pref]
[    5.909068] pci 0000:01:00.1: [10de:0e0c] type 00 class 0x040300
[    5.909087] pci 0000:01:00.1: reg 0x10: [mem 0xee080000-0xee083fff]
[    5.917405] pci 0000:00:01.0: PCI bridge to [bus 01]
[    5.917412] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    5.917417] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xee0fffff]
[    5.917524] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    5.917653] pci 0000:03:00.0: [1b21:1080] type 01 class 0x060401
[    5.917824] pci 0000:03:00.0: System wakeup disabled by ACPI
[    5.917871] pci 0000:00:1c.3: PCI bridge to [bus 03-04] (subtractive decode)
[    5.917890] pci 0000:00:1c.3:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    5.917892] pci 0000:00:1c.3:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    5.917895] pci 0000:00:1c.3:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    5.917897] pci 0000:00:1c.3:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[    5.917899] pci 0000:00:1c.3:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    5.917901] pci 0000:00:1c.3:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    5.917903] pci 0000:00:1c.3:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[    5.917905] pci 0000:00:1c.3:   bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[    5.917907] pci 0000:00:1c.3:   bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
[    5.917910] pci 0000:00:1c.3:   bridge window [mem 0xcfa00000-0xfeafffff] (subtractive decode)
[    5.918068] pci 0000:03:00.0: PCI bridge to [bus 04] (subtractive decode)
[    5.918097] pci 0000:03:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    5.918099] pci 0000:03:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    5.918101] pci 0000:03:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    5.918103] pci 0000:03:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    5.918105] pci 0000:03:00.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    5.918108] pci 0000:03:00.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    5.918110] pci 0000:03:00.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    5.918112] pci 0000:03:00.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[    5.918114] pci 0000:03:00.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    5.918116] pci 0000:03:00.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    5.918118] pci 0000:03:00.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[    5.918121] pci 0000:03:00.0:   bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[    5.918123] pci 0000:03:00.0:   bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
[    5.918125] pci 0000:03:00.0:   bridge window [mem 0xcfa00000-0xfeafffff] (subtractive decode)
[    5.918267] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[    5.918520] acpi PNP0A08:00: ACPI _OSC control (0x18) granted
[    5.920507] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    5.920584] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    5.920659] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    5.920733] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
[    5.920807] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    5.920881] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    5.920957] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
[    5.921031] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 10 11 12 14 15)
[    5.922126] ACPI: Enabled 4 GPEs in block 00 to 3F
[    5.922135] ACPI: \_SB_.PCI0: notify handler is installed
[    5.922311] Found 1 acpi root devices
[    5.922357] xen:balloon: Initialising balloon driver
[    5.923641] xen_balloon: Initialising balloon driver
[    5.923820] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    5.923832] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    5.923835] vgaarb: loaded
[    5.923837] vgaarb: bridge control possible 0000:01:00.0
[    5.923838] vgaarb: no bridge control possible 0000:00:02.0
[    5.924002] SCSI subsystem initialized
[    5.924004] ACPI: bus type ATA registered
[    5.924148] libata version 3.00 loaded.
[    5.924169] ACPI: bus type USB registered
[    5.924184] usbcore: registered new interface driver usbfs
[    5.924192] usbcore: registered new interface driver hub
[    5.924316] usbcore: registered new device driver usb
[    5.924580] PCI: Using ACPI for IRQ routing
[    5.928081] PCI: pci_cache_line_size set to 64 bytes
[    5.928168] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[    5.928171] e820: reserve RAM buffer [mem 0xac5c1000-0xafffffff]
[    5.928173] e820: reserve RAM buffer [mem 0xace87000-0xafffffff]
[    5.928175] e820: reserve RAM buffer [mem 0xbc814000-0xbfffffff]
[    5.928178] e820: reserve RAM buffer [mem 0xbca57000-0xbfffffff]
[    5.928180] e820: reserve RAM buffer [mem 0xbd000000-0xbfffffff]
[    5.928182] e820: reserve RAM buffer [mem 0x82e600000-0x82fffffff]
[    5.928257] NetLabel: Initializing
[    5.928259] NetLabel:  domain hash size = 128
[    5.928260] NetLabel:  protocols = UNLABELED CIPSOv4
[    5.928268] NetLabel:  unlabeled traffic allowed by default
[    5.928485] Switched to clocksource xen
[    5.941175] AppArmor: AppArmor Filesystem Enabled
[    5.941188] pnp: PnP ACPI init
[    5.941197] ACPI: bus type PNP registered
[    5.941275] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    5.941279] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    5.941294] pnp 00:01: [dma 4]
[    5.941310] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    5.941335] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    5.941433] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    5.941559] system 00:04: [io  0x0680-0x069f] has been reserved
[    5.941562] system 00:04: [io  0xffff] has been reserved
[    5.941565] system 00:04: [io  0xffff] has been reserved
[    5.941568] system 00:04: [io  0xffff] has been reserved
[    5.941571] system 00:04: [io  0x1c00-0x1cfe] has been reserved
[    5.941573] system 00:04: [io  0x1d00-0x1dfe] has been reserved
[    5.941576] system 00:04: [io  0x1e00-0x1efe] has been reserved
[    5.941579] system 00:04: [io  0x1f00-0x1ffe] has been reserved
[    5.941581] system 00:04: [io  0x1800-0x18fe] could not be reserved
[    5.941584] system 00:04: [io  0x164e-0x164f] has been reserved
[    5.941588] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.941598] xen: registering gsi 8 triggering 1 polarity 0
[    5.941637] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    5.941695] system 00:06: [io  0x1854-0x1857] has been reserved
[    5.941699] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    5.941780] system 00:07: [io  0x0290-0x029f] has been reserved
[    5.941784] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.942152] xen: registering gsi 5 triggering 1 polarity 0
[    5.942172] pnp 00:08: [dma 3]
[    5.942294] pnp 00:08: Plug and Play ACPI device, IDs PNP0401 (active)
[    5.942547] system 00:09: [io  0x04d0-0x04d1] has been reserved
[    5.942551] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.942560] xen: registering gsi 13 triggering 1 polarity 0
[    5.942594] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c04 (active)
[    5.942767] xen: registering gsi 4 triggering 1 polarity 0
[    5.942787] pnp 00:0b: [dma 0 disabled]
[    5.942827] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
[    5.943434] system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    5.943437] system 00:0c: [mem 0xfed10000-0xfed17fff] has been reserved
[    5.943440] system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserved
[    5.943442] system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserved
[    5.943445] system 00:0c: [mem 0xf8000000-0xfbffffff] has been reserved
[    5.943447] system 00:0c: [mem 0xfed20000-0xfed3ffff] has been reserved
[    5.943450] system 00:0c: [mem 0xfed90000-0xfed93fff] has been reserved
[    5.943452] system 00:0c: [mem 0xfed45000-0xfed8ffff] has been reserved
[    5.943455] system 00:0c: [mem 0xff000000-0xffffffff] has been reserved
[    5.943457] system 00:0c: [mem 0xfee00000-0xfeefffff] could not be reserved
[    5.943460] system 00:0c: [mem 0xf7fef000-0xf7feffff] has been reserved
[    5.943462] system 00:0c: [mem 0xf7ff0000-0xf7ff0fff] has been reserved
[    5.943466] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.943815] pnp: PnP ACPI: found 13 devices
[    5.943817] ACPI: bus type PNP unregistered
[    5.950240] PM-Timer failed consistency check  (0x0xffffff) - aborting.
[    5.950278] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    5.950281] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    5.950284] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
[    5.950317] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    5.950319] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    5.950322] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    5.950326] pci 0000:00:1c.0: BAR 14: assigned [mem 0xcfa00000-0xcfbfffff]
[    5.950329] pci 0000:00:1c.0: BAR 15: assigned [mem 0xcfc00000-0xcfdfffff 64bit pref]
[    5.950332] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    5.950335] pci 0000:00:01.0: PCI bridge to [bus 01]
[    5.950339] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    5.950345] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xee0fffff]
[    5.950357] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    5.950361] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    5.950370] pci 0000:00:1c.0:   bridge window [mem 0xcfa00000-0xcfbfffff]
[    5.950376] pci 0000:00:1c.0:   bridge window [mem 0xcfc00000-0xcfdfffff 64bit pref]
[    5.950387] pci 0000:03:00.0: PCI bridge to [bus 04]
[    5.950413] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
[    5.950574] xen: registering gsi 16 triggering 0 polarity 1
[    5.950585] xen: --> pirq=16 -> irq=16 (gsi=16)
[    5.950738] xen: registering gsi 16 triggering 0 polarity 1
[    5.950740] Already setup the GSI :16
[    5.950787] xen: registering gsi 19 triggering 0 polarity 1
[    5.950792] xen: --> pirq=19 -> irq=19 (gsi=19)
[    5.950815] pci 0000:03:00.0: setting latency timer to 64
[    5.950821] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    5.950824] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    5.950826] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    5.950828] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    5.950830] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    5.950832] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    5.950834] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    5.950837] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[    5.950839] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[    5.950841] pci_bus 0000:00: resource 13 [mem 0xcfa00000-0xfeafffff]
[    5.950843] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    5.950845] pci_bus 0000:01: resource 1 [mem 0xe0000000-0xee0fffff]
[    5.950848] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    5.950850] pci_bus 0000:02: resource 1 [mem 0xcfa00000-0xcfbfffff]
[    5.950852] pci_bus 0000:02: resource 2 [mem 0xcfc00000-0xcfdfffff 64bit pref]
[    5.950855] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    5.950857] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    5.950859] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    5.950861] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000d3fff]
[    5.950863] pci_bus 0000:03: resource 8 [mem 0x000d4000-0x000d7fff]
[    5.950866] pci_bus 0000:03: resource 9 [mem 0x000d8000-0x000dbfff]
[    5.950868] pci_bus 0000:03: resource 10 [mem 0x000dc000-0x000dffff]
[    5.950870] pci_bus 0000:03: resource 11 [mem 0x000e0000-0x000e3fff]
[    5.950872] pci_bus 0000:03: resource 12 [mem 0x000e4000-0x000e7fff]
[    5.950874] pci_bus 0000:03: resource 13 [mem 0xcfa00000-0xfeafffff]
[    5.950876] pci_bus 0000:04: resource 8 [io  0x0000-0x0cf7]
[    5.950879] pci_bus 0000:04: resource 9 [io  0x0d00-0xffff]
[    5.950881] pci_bus 0000:04: resource 10 [mem 0x000a0000-0x000bffff]
[    5.950883] pci_bus 0000:04: resource 11 [mem 0x000d0000-0x000d3fff]
[    5.950885] pci_bus 0000:04: resource 12 [mem 0x000d4000-0x000d7fff]
[    5.950887] pci_bus 0000:04: resource 13 [mem 0x000d8000-0x000dbfff]
[    5.950889] pci_bus 0000:04: resource 14 [mem 0x000dc000-0x000dffff]
[    5.950891] pci_bus 0000:04: resource 15 [mem 0x000e0000-0x000e3fff]
[    5.950894] pci_bus 0000:04: resource 16 [mem 0x000e4000-0x000e7fff]
[    5.950896] pci_bus 0000:04: resource 17 [mem 0xcfa00000-0xfeafffff]
[    5.950917] NET: Registered protocol family 2
[    5.951576] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    5.952113] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    5.952212] TCP: Hash tables configured (established 262144 bind 65536)
[    5.952226] TCP: reno registered
[    5.952294] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[    5.952410] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[    5.952512] NET: Registered protocol family 1
[    5.952541] pci 0000:00:02.0: Boot video device
[    5.952692] xen: registering gsi 16 triggering 0 polarity 1
[    5.952695] Already setup the GSI :16
[    5.953035] xen: registering gsi 16 triggering 0 polarity 1
[    5.953038] Already setup the GSI :16
[    5.972840] xen: registering gsi 23 triggering 0 polarity 1
[    5.972848] xen: --> pirq=23 -> irq=23 (gsi=23)
[    5.992762] PCI: CLS 64 bytes, default 64
[    5.992805] Trying to unpack rootfs image as initramfs...
[    6.034981] Freeing initrd memory: 43960K (ffff8800023c6000 - ffff880004eb4000)
[    6.035255] Scanning for low memory corruption every 60 seconds
[    6.035654] Initialise module verification
[    6.035688] audit: initializing netlink socket (disabled)
[    6.035697] type=2000 audit(1373981062.025:1): initialized
[    6.057802] bounce pool size: 64 pages
[    6.057821] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    6.059108] VFS: Disk quotas dquot_6.5.2
[    6.059145] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    6.059650] fuse init (API version 7.22)
[    6.059813] msgmni has been set to 32768
[    6.060691] Key type asymmetric registered
[    6.060695] Asymmetric key parser 'x509' registered
[    6.060732] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    6.060782] io scheduler noop registered
[    6.060786] io scheduler deadline registered (default)
[    6.060811] io scheduler cfq registered
[    6.061118] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    6.061132] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    6.061197] intel_idle: MWAIT substates: 0x42120
[    6.061199] intel_idle: v0.4 model 0x3C
[    6.061201] intel_idle: lapic_timer_reliable_states 0xffffffff
[    6.061234] intel_idle: intel_idle yielding to none
[    6.061342] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    6.061346] ACPI: Power Button [PWRB]
[    6.061374] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    6.061377] ACPI: Power Button [PWRF]
[    6.061480] ACPI: Requesting acpi_cpufreq
[    6.062351] Monitor-Mwait will be used to enter C-1 state
[    6.062372] Monitor-Mwait will be used to enter C-2 state
[    6.063608] Warning: Processor Platform Limit not supported.
[    6.063739] GHES: HEST is not enabled!
[    6.063861] xen:xen_evtchn: Event-channel device installed
[    6.064030] xen_pciback: backend is vpci
[    6.064961] xen_acpi_processor: Uploading Xen processor PM info
[    6.067700] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    6.088316] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    6.089863] hpet_acpi_add: no address or irqs in _CRS
[    6.089893] Linux agpgart interface v0.103
[    6.091077] brd: module loaded
[    6.091662] loop: module loaded
[    6.092067] libphy: Fixed MDIO Bus: probed
[    6.092134] tun: Universal TUN/TAP device driver, 1.6
[    6.092136] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    6.092176] QLogic/NetXen Network Driver v4.0.81
[    6.092193] PPP generic driver version 2.4.2
[    6.092227] xen_netfront: Initialising Xen virtual ethernet driver
[    6.092543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.092546] ehci-pci: EHCI PCI platform driver
[    6.092697] xen: registering gsi 16 triggering 0 polarity 1
[    6.092701] Already setup the GSI :16
[    6.092722] ehci-pci 0000:00:1a.0: setting latency timer to 64
[    6.092736] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    6.092741] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    6.092759] ehci-pci 0000:00:1a.0: debug port 2
[    6.096683] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    6.096731] ehci-pci 0000:00:1a.0: irq 16, io mem 0xee83c000
[    6.108584] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    6.108609] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    6.108611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.108613] usb usb1: Product: EHCI Host Controller
[    6.108615] usb usb1: Manufacturer: Linux 3.11.0-rc1-xen-teo.en.ming-sgp ehci_hcd
[    6.108617] usb usb1: SerialNumber: 0000:00:1a.0
[    6.108793] hub 1-0:1.0: USB hub found
[    6.108799] hub 1-0:1.0: 2 ports detected
[    6.109078] xen: registering gsi 23 triggering 0 polarity 1
[    6.109082] Already setup the GSI :23
[    6.109102] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    6.109116] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    6.109122] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    6.109141] ehci-pci 0000:00:1d.0: debug port 2
[    6.113070] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    6.113119] ehci-pci 0000:00:1d.0: irq 23, io mem 0xee83b000
[    6.124578] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    6.124614] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    6.124629] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.124642] usb usb2: Product: EHCI Host Controller
[    6.124650] usb usb2: Manufacturer: Linux 3.11.0-rc1-xen-teo.en.ming-sgp ehci_hcd
[    6.124658] usb usb2: SerialNumber: 0000:00:1d.0
[    6.125112] hub 2-0:1.0: USB hub found
[    6.125129] hub 2-0:1.0: 2 ports detected
[    6.125535] ehci-platform: EHCI generic platform driver
[    6.125567] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    6.125574] ohci-pci: OHCI PCI platform driver
[    6.125624] ohci-platform: OHCI generic platform driver
[    6.125648] uhci_hcd: USB Universal Host Controller Interface driver
[    6.126254] xen: registering gsi 16 triggering 0 polarity 1
[    6.126265] Already setup the GSI :16
[    6.126362] xhci_hcd 0000:00:14.0: setting latency timer to 64
[    6.126380] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.126396] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    6.127007] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    6.127315] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    6.127324] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.127332] usb usb3: Product: xHCI Host Controller
[    6.127340] usb usb3: Manufacturer: Linux 3.11.0-rc1-xen-teo.en.ming-sgp xhci_hcd
[    6.127347] usb usb3: SerialNumber: 0000:00:14.0
[    6.127777] xHCI xhci_add_endpoint called for root hub
[    6.127787] xHCI xhci_check_bandwidth called for root hub
[    6.127863] hub 3-0:1.0: USB hub found
[    6.127892] hub 3-0:1.0: 12 ports detected
[    6.132280] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.132294] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    6.132387] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    6.132396] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.132404] usb usb4: Product: xHCI Host Controller
[    6.132412] usb usb4: Manufacturer: Linux 3.11.0-rc1-xen-teo.en.ming-sgp xhci_hcd
[    6.132420] usb usb4: SerialNumber: 0000:00:14.0
[    6.132826] xHCI xhci_add_endpoint called for root hub
[    6.132836] xHCI xhci_check_bandwidth called for root hub
[    6.132915] hub 4-0:1.0: USB hub found
[    6.132940] hub 4-0:1.0: 6 ports detected
[    6.176882] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    6.179960] serio: i8042 KBD port at 0x60,0x64 irq 1
[    6.179991] serio: i8042 AUX port at 0x60,0x64 irq 12
[    6.180663] mousedev: PS/2 mouse device common for all mice
[    6.181300] rtc_cmos 00:05: RTC can wake from S4
[    6.181690] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    6.181809] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram
[    6.181837] xen_wdt: Xen WatchDog Timer Driver v0.01
[    6.182062] xen_wdt: initialized (timeout=60s, nowayout=0)
[    6.182231] device-mapper: uevent: version 1.0.3
[    6.182479] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@redhat.com
[    6.182494] ledtrig-cpu: registered to indicate activity on CPUs
[    6.183103] ashmem: initialized
[    6.183421] TCP: cubic registered
[    6.183712] NET: Registered protocol family 10
[    6.184278] NET: Registered protocol family 17
[    6.184307] Key type dns_resolver registered
[    6.185048] Loading module verification certificates
[    6.187145] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: 141822278bda4f9cf371d51d1a99ad2ac5c9bbed'
[    6.187190] registered taskstats version 1
[    6.199242] Key type trusted registered
[    6.211136] Key type encrypted registered
[    6.221657] rtc_cmos 00:05: setting system clock to 2013-07-16 13:24:22 UTC (1373981062)
[    6.221786] BIOS EDD facility v0.16 2004-Jun-25, 6 devices found
[    6.222538] Freeing unused kernel memory: 1352K (ffffffff81d06000 - ffffffff81e58000)
[    6.222540] Write protecting the kernel read-only data: 12288k
[    6.226743] Freeing unused kernel memory: 936K (ffff880001716000 - ffff880001800000)
[    6.227152] Freeing unused kernel memory: 848K (ffff880001b2c000 - ffff880001c00000)
[    6.248780] udevd[115]: starting version 175
[    6.327089] pps_core: module verification failed: signature and/or required key missing - tainting kernel
[    6.327283] pps_core: LinuxPPS API ver. 1 registered
[    6.327288] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    6.327532] PTP clock support registered
[    6.328407] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    6.328413] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    6.328901] xen: registering gsi 20 triggering 0 polarity 1
[    6.328921] xen: --> pirq=20 -> irq=20 (gsi=20)
[    6.328960] e1000e 0000:00:19.0: setting latency timer to 64
[    6.329078] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    6.420551] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    6.499516] e1000e 0000:00:19.0 eth0: registered PHC clock
[    6.499529] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) bc:5f:f4:ba:06:3d
[    6.499538] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    6.499594] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    6.499756] ahci 0000:00:1f.2: version 3.0
[    6.500247] xen: registering gsi 19 triggering 0 polarity 1
[    6.500254] Already setup the GSI :19
[    6.500381] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0xf impl SATA mode
[    6.500384] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
[    6.500392] ahci 0000:00:1f.2: setting latency timer to 64
[    6.521259] scsi0 : ahci
[    6.521711] scsi1 : ahci
[    6.522059] scsi2 : ahci
[    6.522365] scsi3 : ahci
[    6.522678] scsi4 : ahci
[    6.522972] scsi5 : ahci
[    6.523486] ata1: SATA max UDMA/133 abar m2048@0xee83a000 port 0xee83a100 irq 75
[    6.523495] ata2: SATA max UDMA/133 abar m2048@0xee83a000 port 0xee83a180 irq 75
[    6.523503] ata3: SATA max UDMA/133 abar m2048@0xee83a000 port 0xee83a200 irq 75
[    6.523512] ata4: SATA max UDMA/133 abar m2048@0xee83a000 port 0xee83a280 irq 75
[    6.523519] ata5: DUMMY
[    6.523525] ata6: DUMMY
[    6.553380] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
[    6.553393] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.553937] hub 1-1:1.0: USB hub found
[    6.554087] hub 1-1:1.0: 6 ports detected
[    6.664603] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    6.797375] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
[    6.797387] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.798190] hub 2-1:1.0: USB hub found
[    6.798347] hub 2-1:1.0: 6 ports detected
[    6.840665] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    6.840710] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    6.840754] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.842608] ata3.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    6.842628] ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    6.842638] ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    6.842905] ata2.00: ATA-8: WDC WD5000AAKX-003CA0, 15.01H15, max UDMA/133
[    6.842918] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    6.843421] ata3.00: HPA detected: current 321670847, native 321672960
[    6.843622] ata3.00: ATA-7: HDT722516DLA380, V43OA96A, max UDMA/133
[    6.843630] ata3.00: 321670847 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    6.845348] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    6.845437] ata2.00: configured for UDMA/133
[    6.845542] ata3.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    6.845560] ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    6.845574] ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    6.846550] ata3.00: configured for UDMA/133
[    6.848706] ata4.00: ATAPI: HL-DT-ST DVDRAM GH22NS40, NL00, max UDMA/100
[    6.849058] ata1.00: ATAPI: HL-DT-ST BD-RE  BH10LS30, 1.00, max UDMA/133
[    6.852434] ata4.00: configured for UDMA/100
[    6.853004] ata1.00: configured for UDMA/133
[    6.867707] scsi 0:0:0:0: CD-ROM            HL-DT-ST BD-RE  BH10LS30  1.00 PQ: 0 ANSI: 5
[    6.888359] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
[    6.888371] cdrom: Uniform CD-ROM driver Revision: 3.20
[    6.888877] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    6.889316] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    6.890090] scsi 1:0:0:0: Direct-Access     ATA      WDC WD5000AAKX-0 15.0 PQ: 0 ANSI: 5
[    6.890769] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    6.890839] sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    6.891493] scsi 2:0:0:0: Direct-Access     ATA      HDT722516DLA380  V43O PQ: 0 ANSI: 5
[    6.891533] sd 1:0:0:0: [sda] Write Protect is off
[    6.891551] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    6.891805] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.892321] sd 2:0:0:0: [sdb] 321670847 512-byte logical blocks: (164 GB/153 GiB)
[    6.892495] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    6.892897] sd 2:0:0:0: [sdb] Write Protect is off
[    6.892912] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    6.893103] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.896408] scsi 3:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH22NS40  NL00 PQ: 0 ANSI: 5
[    6.901491]  sdb:
[    6.902045] sd 2:0:0:0: [sdb] Attached SCSI disk
[    6.902260] sr1: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    6.902640] sr 3:0:0:0: Attached scsi CD-ROM sr1
[    6.902965] sr 3:0:0:0: Attached scsi generic sg3 type 5
[    6.912662] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    6.929541] usb 3-3: New USB device found, idVendor=043d, idProduct=007a
[    6.929554] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.929563] usb 3-3: Product: USB Hub
[    6.929571] usb 3-3: Manufacturer: Lexmark
[    6.929880] usb 3-3: ep 0x81 - rounding interval to 1024 microframes, ep desc says 2040 microframes
[    6.930281] hub 3-3:1.0: USB hub found
[    6.930411] hub 3-3:1.0: 2 ports detected
[    6.936461]  sda: sda1 sda2 < sda5 >
[    6.938509] sd 1:0:0:0: [sda] Attached SCSI disk
[    7.100657] usb 3-4: new high-speed USB device number 3 using xhci_hcd
[    7.118882] usb 3-4: New USB device found, idVendor=2040, idProduct=2400
[    7.118894] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.118904] usb 3-4: Product: WinTV
[    7.118912] usb 3-4: Manufacturer: Hauppauge
[    7.118920] usb 3-4: SerialNumber: 2401-00-00843011
[    7.232705] usb 3-8: new low-speed USB device number 4 using xhci_hcd
[    7.254629] usb 3-8: New USB device found, idVendor=0603, idProduct=00f2
[    7.254642] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.254652] usb 3-8: Product: USB Keyboard
[    7.254662] usb 3-8: Manufacturer: NOVATEK
[    7.255077] usb 3-8: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    7.255156] usb 3-8: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[    7.262166] hidraw: raw HID events driver (C) Jiri Kosina
[    7.267966] usbcore: registered new interface driver usbhid
[    7.267971] usbhid: USB HID core driver
[    7.270757] input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/input/input2
[    7.270859] hid-generic 0003:0603:00F2.0001: input,hidraw0: USB HID v1.10 Keyboard [NOVATEK USB Keyboard] on usb-0000:00:14.0-8/input0
[    7.272383] input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.1/input/input3
[    7.272591] hid-generic 0003:0603:00F2.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [NOVATEK USB Keyboard] on usb-0000:00:14.0-8/input1
[    7.292556] bio: create slab <bio-1> at 1
[    7.420653] usb 3-10: new high-speed USB device number 5 using xhci_hcd
[    7.436838] usb 3-10: New USB device found, idVendor=0409, idProduct=005a
[    7.436850] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.437762] hub 3-10:1.0: USB hub found
[    7.437850] hub 3-10:1.0: 4 ports detected
[    7.508708] usb 3-3.1: new full-speed USB device number 6 using xhci_hcd
[    7.527014] usb 3-3.1: New USB device found, idVendor=043d, idProduct=007d
[    7.527027] usb 3-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=7
[    7.527036] usb 3-3.1: Product: X1200 Series
[    7.527044] usb 3-3.1: Manufacturer: Lexmark
[    7.527051] usb 3-3.1: SerialNumber: 0M50JNY
[    7.527475] usb 3-3.1: ep 0x83 - rounding interval to 1024 microframes, ep desc says 2000 microframes
[    7.600840] usb 3-3.2: new full-speed USB device number 7 using xhci_hcd
[    7.618708] usb 3-3.2: New USB device found, idVendor=043d, idProduct=00ff
[    7.618720] usb 3-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.618729] usb 3-3.2: Product: Lexmark 1200 Series
[    7.618737] usb 3-3.2: Manufacturer: Lexmark 
[    7.618745] usb 3-3.2: SerialNumber: 0M50JNY
[    7.724690] usb 3-10.1: new low-speed USB device number 8 using xhci_hcd
[    7.745522] usb 3-10.1: New USB device found, idVendor=046d, idProduct=c05a
[    7.745535] usb 3-10.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.745544] usb 3-10.1: Product: USB Optical Mouse
[    7.745552] usb 3-10.1: Manufacturer: Logitech
[    7.745885] usb 3-10.1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    7.748843] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10.1/3-10.1:1.0/input/input4
[    7.749518] hid-generic 0003:046D:C05A.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-10.1/input0
[    7.836686] usb 3-10.2: new high-speed USB device number 9 using xhci_hcd
[    8.639816] usb 3-10.2: New USB device found, idVendor=0bda, idProduct=0151
[    8.639829] usb 3-10.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    8.639838] usb 3-10.2: Product: USB2.0-CRW
[    8.639846] usb 3-10.2: Manufacturer: Generic
[    8.639854] usb 3-10.2: SerialNumber: 20060413092100000
[    8.652373] usb-storage 3-10.2:1.0: USB Mass Storage device detected
[    8.652839] scsi6 : usb-storage 3-10.2:1.0
[    8.653079] usbcore: registered new interface driver usb-storage
[    9.207293] EXT4-fs (dm-0): INFO: recovery required on readonly filesystem
[    9.207305] EXT4-fs (dm-0): write access will be enabled during recovery
[    9.659389] scsi 6:0:0:0: Direct-Access     Generic- Compact Flash    1.00 PQ: 0 ANSI: 0 CCS
[    9.665774] scsi 6:0:0:1: Direct-Access     Generic- SM/xD-Picture    1.00 PQ: 0 ANSI: 0 CCS
[    9.672253] scsi 6:0:0:2: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 0 CCS
[    9.678825] scsi 6:0:0:3: Direct-Access     Generic- MS/MS-Pro        1.00 PQ: 0 ANSI: 0 CCS
[    9.680039] sd 6:0:0:0: Attached scsi generic sg4 type 0
[    9.681112] sd 6:0:0:1: Attached scsi generic sg5 type 0
[    9.683051] sd 6:0:0:2: Attached scsi generic sg6 type 0
[    9.684456] sd 6:0:0:3: Attached scsi generic sg7 type 0
[    9.700175] sd 6:0:0:1: [sdd] Attached SCSI removable disk
[    9.700825] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[    9.702183] sd 6:0:0:3: [sdf] Attached SCSI removable disk
[    9.703445] sd 6:0:0:2: [sde] Attached SCSI removable disk
[   10.647501] EXT4-fs (dm-0): recovery complete
[   10.657031] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[   11.756419] init: ureadahead main process (363) terminated with status 5
[   13.267831] Adding 8032252k swap on /dev/mapper/ubuntu--vg-swap_1.  Priority:-1 extents:1 across:8032252k FS
[   14.751540] udevd[484]: starting version 175
[   15.607333] lp: driver loaded but no devices found
[   16.860799] parport_pc 00:08: reported by Plug and Play ACPI
[   16.860883] parport0: PC-style at 0x378 (0x778), irq 5 [PCSPP,TRISTATE]
[   16.929486] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20130517/utaddress-251)
[   16.929497] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   16.929505] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPR2 1 (20130517/utaddress-251)
[   16.929510] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPRL 2 (20130517/utaddress-251)
[   16.929515] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPR_ 3 (20130517/utaddress-251)
[   16.929521] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   16.929524] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPR2 1 (20130517/utaddress-251)
[   16.929529] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPRL 2 (20130517/utaddress-251)
[   16.929533] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPR_ 3 (20130517/utaddress-251)
[   16.929542] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   16.929546] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   16.948681] lp0: using parport0 (interrupt-driven).
[   17.006479] [drm] Initialized drm 1.1.0 20060810
[   17.019197] ppdev: user-space parallel port driver
[   17.296525] xen: registering gsi 16 triggering 0 polarity 1
[   17.296587] Already setup the GSI :16
[   17.300823] [drm] Memory usable by graphics device = 2048M
[   17.300851] i915 0000:00:02.0: setting latency timer to 64
[   17.356948] Failed to add WC MTRR for [00000000d0000000-00000000dfffffff]; performance may suffer.
[   17.356948] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   17.356948] [drm] Driver supports precise vblank timestamp query.
[   17.357028] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   17.357029] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
[   17.604500] wmi: Mapper loaded
[   17.900024] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[   18.014476] fbcon: inteldrmfb (fb0) is primary device
[   18.319577] Console: switching to colour frame buffer device 240x67
[   18.450789] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   18.450791] i915 0000:00:02.0: registered panic notifier
[   18.450827] nouveau 0000:01:00.0: enabling device (0004 -> 0007)
[   18.450913] xen: registering gsi 16 triggering 0 polarity 1
[   18.450918] Already setup the GSI :16
[   18.464420] acpi device:58: registered as cooling_device4
[   18.464475] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   18.464543] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5
[   18.464671] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   18.465522] nouveau  [  DEVICE][0000:01:00.0] BOOT0  : 0x0ce080a1
[   18.465526] nouveau  [  DEVICE][0000:01:00.0] Chipset: GF114 (NVCE)
[   18.465531] nouveau  [  DEVICE][0000:01:00.0] Family : NVC0
[   18.468936] xen: registering gsi 16 triggering 0 polarity 1
[   18.468944] Already setup the GSI :16
[   18.468949] hda-intel Haswell must build in CONFIG_SND_HDA_I915
[   18.469698] hda-intel Error request power-well from i915
[   18.473746] nouveau  [   VBIOS][0000:01:00.0] checking PRAMIN for image...
[   18.483518] nouveau  [   VBIOS][0000:01:00.0] ... signature not found
[   18.483521] nouveau  [   VBIOS][0000:01:00.0] checking PROM for image...
[   18.483886] xen: registering gsi 22 triggering 0 polarity 1
[   18.483900] xen: --> pirq=22 -> irq=22 (gsi=22)
[   18.555719] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[   18.555862] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[   18.555975] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   18.556084] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   18.556197] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   18.556305] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   18.556411] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   18.697287] Linux video capture interface: v2.00
[   18.764269] nouveau  [   VBIOS][0000:01:00.0] ... appears to be valid
[   18.764273] nouveau  [   VBIOS][0000:01:00.0] using image from PROM
[   18.764335] nouveau  [   VBIOS][0000:01:00.0] BIT signature found
[   18.764338] nouveau  [   VBIOS][0000:01:00.0] version 70.24.36.00.00
[   18.764468] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[   18.764937] nouveau  [ DEVINIT][0000:01:00.0] adaptor not initialised
[   18.764942] nouveau  [   VBIOS][0000:01:00.0] running init tables
[   18.872178] nouveau  [     PFB][0000:01:00.0] RAM type: GDDR5
[   18.872182] nouveau  [     PFB][0000:01:00.0] RAM size: 1024 MiB
[   18.872185] nouveau  [     PFB][0000:01:00.0]    ZCOMP: 0 tags
[   18.910299] nouveau  [  PTHERM][0000:01:00.0] FAN control: PWM
[   18.910304] nouveau  [  PTHERM][0000:01:00.0] fan management: disabled
[   18.910307] nouveau  [  PTHERM][0000:01:00.0] internal sensor: yes
[   18.914641] [TTM] Zone  kernel: Available graphics memory: 15955676 kiB
[   18.914643] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[   18.914645] [TTM] Initializing pool allocator
[   18.914649] [TTM] Initializing DMA pool allocator
[   18.914659] Failed to add WC MTRR for [00000000e0000000-00000000e7ffffff]; performance may suffer.
[   18.914661] nouveau  [     DRM] VRAM: 1024 MiB
[   18.914663] nouveau  [     DRM] GART: 1048576 MiB
[   18.914667] nouveau  [     DRM] TMDS table version 2.0
[   18.914669] nouveau  [     DRM] DCB version 4.0
[   18.914671] nouveau  [     DRM] DCB outp 00: 02000300 00000000
[   18.914673] nouveau  [     DRM] DCB outp 01: 01000302 00020030
[   18.914675] nouveau  [     DRM] DCB outp 02: 04011380 00000000
[   18.914677] nouveau  [     DRM] DCB outp 03: 08011382 00020030
[   18.914679] nouveau  [     DRM] DCB outp 04: 02022362 00020010
[   18.914681] nouveau  [     DRM] DCB conn 00: 00001030
[   18.914684] nouveau  [     DRM] DCB conn 01: 00010130
[   18.914687] nouveau  [     DRM] DCB conn 02: 00002261
[   18.915402] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   18.915404] [drm] No driver support for vblank timestamp query.
[   18.915408] nouveau  [     DRM] ACPI backlight interface available, not registering our own
[   18.915519] nouveau  [     DRM] 3 available performance level(s)
[   18.915522] nouveau  [     DRM] 0: core 50MHz shader 101MHz memory 135MHz voltage 875mV
[   18.915524] nouveau  [     DRM] 1: core 405MHz shader 810MHz memory 324MHz voltage 912mV
[   18.915527] nouveau  [     DRM] 3: core 830MHz shader 1660MHz memory 2004MHz voltage 962mV-1075mV
[   18.915529] nouveau  [     DRM] c: core 50MHz shader 101MHz memory 135MHz voltage 887mV fanspeed 50%
[   18.921072] nouveau  [     DRM] MM: using COPY0 for buffer copies
[   18.944860] nouveau 0000:01:00.0: No connectors reported connected with modes
[   18.944863] [drm] Cannot find any crtc or sizes - going 1024x768
[   19.028115] nouveau  [     DRM] allocated 1024x768 fb: 0x60000, bo ffff8807d275dc00
[   19.028211] nouveau 0000:01:00.0: fb1: nouveaufb frame buffer device
[   19.028215] [drm] Initialized nouveau 1.1.1 20120801 for 0000:01:00.0 on minor 1
[   19.028521] xen: registering gsi 17 triggering 0 polarity 1
[   19.028559] xen: --> pirq=17 -> irq=17 (gsi=17)
[   19.028584] hda_intel: Disabling MSI
[   19.028600] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
[   19.276759] pvrusb2: Hardware description: WinTV PVR USB2 Model 24xxx
[   19.277850] usbcore: registered new interface driver pvrusb2
[   19.277867] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner
[   19.277881] pvrusb2: Debug mask is 31 (0x1f)
[   19.298344] pvrusb2: Binding ir_video to i2c address 0x18.
[   19.454118] cx25840 20-0044: cx25843-24 found @ 0x88 (pvrusb2_a)
[   19.458520] pvrusb2: Attached sub-driver cx25840
[   19.517491] tuner 20-0061: Tuner -1 found with type(s) Radio TV.
[   19.517525] pvrusb2: Attached sub-driver tuner
[   19.765642] wm8775 20-001b: chip found @ 0x36 (pvrusb2_a)
[   19.768912] pvrusb2: Attached sub-driver wm8775
[   19.880859] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
[   19.881283] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[   19.881706] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[   19.882058] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[   20.089751] tda9887 20-0043: creating new instance
[   20.089762] tda9887 20-0043: tda988[5/6/7] found
[   20.090106] tuner 20-0043: Tuner 74 found with type(s) Radio TV.
[   20.090145] pvrusb2: Attached sub-driver tuner
[   20.182190] usblp 3-3.2:1.0: usblp1: USB Bidirectional printer dev 7 if 0 alt 0 proto 2 vid 0x043D pid 0x00FF
[   20.182268] usbcore: registered new interface driver usblp
[   20.261210] type=1400 audit(1373981076.537:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=884 comm="apparmor_parser"
[   20.261250] type=1400 audit(1373981076.537:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=884 comm="apparmor_parser"
[   20.261280] type=1400 audit(1373981076.537:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=884 comm="apparmor_parser"
[   20.261450] type=1400 audit(1373981076.537:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=883 comm="apparmor_parser"
[   20.261488] type=1400 audit(1373981076.537:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=883 comm="apparmor_parser"
[   20.261520] type=1400 audit(1373981076.537:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=883 comm="apparmor_parser"
[   20.600594] type=1400 audit(1373981076.877:8): apparmor="STATUS" operation="profile_load" name="/usr/sbin/ntpd" pid=1118 comm="apparmor_parser"
[   20.602889] type=1400 audit(1373981076.877:9): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/ntpd" pid=1119 comm="apparmor_parser"
[   21.051019] cx25840 20-0044: loaded v4l-cx25840.fw firmware (16382 bytes)
[   21.091497] tveeprom 20-00a2: Hauppauge model 24019, rev E189, serial# 8663057
[   21.091509] tveeprom 20-00a2: tuner model is TCL MFPE05 2 (idx 89, type 38)
[   21.091519] tveeprom 20-00a2: TV standards PAL(B/G) PAL(I) SECAM(L/L') PAL(D/D1/K) (eeprom 0x74)
[   21.091527] tveeprom 20-00a2: audio processor is CX25843 (idx 37)
[   21.091534] tveeprom 20-00a2: decoder processor is CX25843 (idx 30)
[   21.091542] tveeprom 20-00a2: has radio, has IR receiver, has no IR transmitter
[   21.091557] pvrusb2: Supported video standard(s) reported available in hardware: PAL-B/B1/D/D1/G/H/I/K;SECAM-B/D/G/H/K/K
[   21.091628] pvrusb2: Device initialization completed successfully.
[   21.690819] tuner-simple 20-0061: creating new instance
[   21.690832] tuner-simple 20-0061: type set to 38 (Philips PAL/SECAM multi (FM1216ME MK3))
[   21.743022] pvrusb2: registered device video0 [mpeg]
[   21.743318] pvrusb2: registered device radio0 [mpeg]
[   22.746234] init: failsafe main process (1131) killed by TERM signal
[   23.804177] init: avahi-cups-reload main process (1213) terminated with status 1
[   24.122394] Bluetooth: Core ver 2.16
[   24.122469] NET: Registered protocol family 31
[   24.122477] Bluetooth: HCI device and connection manager initialized
[   24.122505] Bluetooth: HCI socket layer initialized
[   24.122525] Bluetooth: L2CAP socket layer initialized
[   24.122561] Bluetooth: SCO socket layer initialized
[   24.237685] Bluetooth: RFCOMM TTY layer initialized
[   24.237767] Bluetooth: RFCOMM socket layer initialized
[   24.237794] Bluetooth: RFCOMM ver 1.11
[   24.290437] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   24.290444] Bluetooth: BNEP filters: protocol multicast
[   24.290458] Bluetooth: BNEP socket layer initialized
[   24.754135] type=1400 audit(1373981081.029:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=1229 comm="apparmor_parser"
[   24.754221] type=1400 audit(1373981081.029:11): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=1229 comm="apparmor_parser"
[   28.124282] type=1400 audit(1373981084.397:12): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1273 comm="apparmor_parser"
[   28.124358] type=1400 audit(1373981084.397:13): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1273 comm="apparmor_parser"
[   28.124405] type=1400 audit(1373981084.397:14): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1273 comm="apparmor_parser"
[   28.271929] type=1400 audit(1373981084.545:15): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1270 comm="apparmor_parser"
[   28.272037] type=1400 audit(1373981084.545:16): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser" pid=1270 comm="apparmor_parser"
[   28.273383] type=1400 audit(1373981084.549:17): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper" pid=1272 comm="apparmor_parser"
[   28.273491] type=1400 audit(1373981084.549:18): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper//chromium_browser" pid=1272 comm="apparmor_parser"
[   28.301702] type=1400 audit(1373981084.577:19): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper" pid=1271 comm="apparmor_parser"
[   28.301804] type=1400 audit(1373981084.577:20): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper//chromium_browser" pid=1271 comm="apparmor_parser"
[   28.372757] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   28.466024] type=1400 audit(1373981084.741:21): apparmor="STATUS" operation="profile_load" name="/usr/lib/libvirt/virt-aa-helper" pid=1291 comm="apparmor_parser"
[   31.645577] ip_tables: (C) 2000-2006 Netfilter Core Team
[   31.894242] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   31.894301] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   33.193283] Netfilter messages via NETLINK v0.30.
[   33.277431] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   33.695881] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[   33.695887] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[   33.777572] ctnetlink v0.93: registering with nfnetlink.
[   34.385114] ip_set: protocol 6
[   34.468337] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[   35.444843] xt_time: kernel timezone is +0800
[   35.544913] ipt_ULOG: ULOG is deprecated and it will be removed soon, use NFLOG instead
[   36.007406] Bridge firewalling registered
[   36.884053] init: alsa-restore main process (1832) terminated with status 99
[   36.911686] audit_printk_skb: 48 callbacks suppressed
[   36.911690] type=1400 audit(1373981093.185:38): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/mysqld" pid=1941 comm="apparmor_parser"
[   38.303778] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
[   44.111240] IPv6: ADDRCONF(NETDEV_UP): virbr0: link is not ready
[   45.313814] Ebtables v2.0 registered
[   45.476801] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   45.938192] cgroup: libvirtd (2151) created nested cgroup for controller "memory" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
[   45.938204] cgroup: "memory" requires setting use_hierarchy to 1 on the root.
[   68.197931] init: plymouth-stop pre-start process (3653) terminated with status 1
[  134.452552] u32 classifier
[  134.452565]     Actions configured

[-- Attachment #7: Type: text/plain, Size: 126 bytes --]

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

  reply	other threads:[~2013-07-16 13:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-16  4:31 Result of Applying IGD VGA Passthrough Patches to Xen 4.4-unstable Changeset 27238 Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-07-16  7:24 ` Pasi Kärkkäinen
2013-07-16  8:00   ` Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-07-16  8:51     ` Pasi Kärkkäinen
2013-07-16 13:31       ` Singapore Citizen Mr. Teo En Ming (Zhang Enming) [this message]
2013-07-17 22:05         ` Pasi Kärkkäinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51E54B4C.4080106@gmail.com \
    --to=singapore.mr.teo.en.ming@gmail.com \
    --cc=pasik@iki.fi \
    --cc=xen-devel@lists.xen.org \
    --cc=xen-users@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).