All of lore.kernel.org
 help / color / mirror / Atom feed
* Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
@ 2014-09-25 14:36 Sander Eikelenboom
  2014-09-25 14:42 ` Andrew Cooper
  2014-09-25 15:11 ` Jan Beulich
  0 siblings, 2 replies; 30+ messages in thread
From: Sander Eikelenboom @ 2014-09-25 14:36 UTC (permalink / raw)
  To: Jan Beulich, Konrad Rzeszutek Wilk; +Cc: xen-devel

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

Hi Jan / Konrad,

I mentioned before seeing this sometimes, but since it happened infrequently it was hard to describe the case and log everything.
Somehow it seems i can trigger it quite reliably at the moment, so here a extensive report.

When shutting down a HVM guest with pci passthrough (in this case a VGA adapter),
 i *sometimes* run into this:

[ 2265.395971] irq 16: nobody cared (try booting with the "irqpoll" option)
[ 2265.422948] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.17.0-rc6-20140925-vanilla+ #1
[ 2265.453314] Hardware name: MSI MS-7640/890FXA-GD70 (MS-7640)  , BIOS V1.8B1 09/13/2010
[ 2265.484046]  ffff880057a1a290 ffff88005f603d88 ffffffff81b7d90e 0000000000000001
[ 2265.513053]  ffff880057a1a200 ffff88005f603db8 ffffffff8110d6c8 ffff88005f603db8
[ 2265.542121]  ffff880057a1a200 0000000000000010 0000000000000000 ffff88005f603e08
[ 2265.571135] Call Trace:
[ 2265.585507]  <IRQ>  [<ffffffff81b7d90e>] dump_stack+0x46/0x58
[ 2265.609694]  [<ffffffff8110d6c8>] __report_bad_irq+0x38/0xd0
[ 2265.633625]  [<ffffffff8110dc1a>] note_interrupt+0x23a/0x290
[ 2265.657572]  [<ffffffff8155f0f5>] ? add_interrupt_randomness+0x45/0x210
[ 2265.684405]  [<ffffffff8110b45d>] handle_irq_event_percpu+0x9d/0x150
[ 2265.710379]  [<ffffffff8110b553>] handle_irq_event+0x43/0x70
[ 2265.734213]  [<ffffffff8110e29a>] ? handle_fasteoi_irq+0x2a/0x150
[ 2265.759463]  [<ffffffff8110e2f7>] handle_fasteoi_irq+0x87/0x150
[ 2265.784122]  [<ffffffff8110acbd>] generic_handle_irq+0x1d/0x40
[ 2265.808338]  [<ffffffff8152037a>] evtchn_fifo_handle_events+0x16a/0x170
[ 2265.834898]  [<ffffffff8151d4c8>] __xen_evtchn_do_upcall+0x48/0x90
[ 2265.860241]  [<ffffffff8151f0d2>] xen_evtchn_do_upcall+0x32/0x50
[ 2265.885031]  [<ffffffff81b8a76e>] xen_do_hypervisor_callback+0x1e/0x30
[ 2265.911279]  <EOI>  [<ffffffff810013aa>] ? xen_hypercall_sched_op+0xa/0x20
[ 2265.938509]  [<ffffffff810013aa>] ? xen_hypercall_sched_op+0xa/0x20
[ 2265.963981]  [<ffffffff81008d80>] ? xen_safe_halt+0x10/0x20
[ 2265.987198]  [<ffffffff81018bd8>] ? default_idle+0x18/0x20
[ 2266.010032]  [<ffffffff8101949a>] ? arch_cpu_idle+0xa/0x10
[ 2266.032827]  [<ffffffff810f84f1>] ? cpu_startup_entry+0x281/0x2f0
[ 2266.057481]  [<ffffffff81b741e4>] ? rest_init+0xb4/0xc0
[ 2266.079672]  [<ffffffff81b74130>] ? csum_partial_copy_generic+0x170/0x170
[ 2266.106401]  [<ffffffff82321079>] ? start_kernel+0x43f/0x44c
[ 2266.129479]  [<ffffffff82320a27>] ? set_init_arg+0x58/0x58
[ 2266.151971]  [<ffffffff82320608>] ? x86_64_start_reservations+0x2a/0x2c
[ 2266.177879]  [<ffffffff823240af>] ? xen_start_kernel+0x59b/0x59d
[ 2266.201994] handlers:
[ 2266.214783] [<ffffffff81945580>] azx_interrupt
[ 2266.234031] Disabling IRQ #16

The system:

- AMD
- Xen-unstable xen_changeset: Wed Sep 24 11:19:57 2014 +0200 git:b67a26f-dirty
- Both dom0 and domU (HVM guest using qemu-xen) run a 3.17-rc6 kernel
- The device passed through is 09:00.0

- This IRQ is *not* coupled to the passthrough device (09:00.0), but to the onboard 
  soundcard (00:14.2 on the southbridge) and is in dom0 and not in active use (although the 
  snd-hda-intel driver is loaded).

- No "soundhw" option is specified in the guest config, so it also shouldn't be 
  trying to use it that way.



There are 2 things that can happen when trying to start and shutdown a guest:
A) It starts and shutdowns OK, (no irq nobody cared messages)
B) It starts fine and but after shutdown the nirq nobody cared message

- B *can* happen both on: the first start-and-shutdown of the HVM guest, or only on a subsequent start-and-shutdown
  (so on the first start-and-shutdown it can work ok, but does not always)

There seems to be some small differences for both cases from the start of the domain:

- When booting the HVM guest the irq number of /proc/interrupts stays the same for when A happens, but when B happens, the number of interrupts has been
  doubled (so that seems like a reinit of the device that is not passed through).

- When shutting down the HVM guest when A happens the number of interrupts in /proc/interrups is still what it was, but when B happens it seems like a irq storm
  and after the irq nobody cared that ends with (always that 200000 so perhaps a threshold ?):
  16:     200000          0          0          0          0          0  xen-pirq-ioapic-level  snd_hda_intel

- On the start when B happens, xl dmesg contains this message (when A happens it doesn't contain it):
  (XEN) [2014-09-25 13:39:48.149] d32767v2: Unsupported MSI delivery mode 3 for Dom2

  If i interpret that right in the logging the d32767 seems to be used for the IOMMU.

I attached the complete serial log while doing this (hope it's not too large for the mailing list):

- Cold boot of the host system
- Dump with xl debug-keys of i, I, Q, M, z, e, v
- Start of the HVM guest with pci device passed through.
- Dump with xl debug-keys of i, I, Q, M, z, e, v
- Shutdown of the HVM guest with pci device passed through, A happened.
- Dump with xl debug-keys of i, I, Q, M, z, e, v
- Start of the HVM guest with pci device passed through.
- Dump with xl debug-keys of i, I, Q, M, z, e, v
- Shutdown of the HVM guest with pci device passed through, B happened.
- Dump with xl debug-keys of i, I, Q, M, z, e, v

I also attached the output of lspci -vvvknn

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

00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02)
	Subsystem: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11]
	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Capabilities: [f0] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [c4] HyperTransport: Slave or Primary Interface
		Command: BaseUnitID=0 UnitCnt=20 MastHost- DefDir- DUL-
		Link Control 0: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
		Link Config 0: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
		Link Control 1: CFlE- CST- CFE- <LkFail+ Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
		Link Config 1: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=8bit DwFcInEn- LWO=8bit DwFcOutEn-
		Revision ID: 3.00
		Link Frequency 0: [b]
		Link Error 0: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability 0: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD-
		Link Frequency 1: 200MHz
		Link Error 1: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability 1: 200MHz- 300MHz- 400MHz- 500MHz- 600MHz- 800MHz- 1.0GHz- 1.2GHz- 1.4GHz- 1.6GHz- Vend-
		Error Handling: PFlE- OFlE- PFE- OFE- EOCFE- RFE- CRCFE- SERRFE- CF- RE- PNFE- ONFE- EOCNFE- RNFE- CRCNFE- SERRNFE-
		Prefetchable memory behind bridge Upper: 00-00
		Bus Number: 00
	Capabilities: [40] HyperTransport: Retry Mode
	Capabilities: [54] HyperTransport: UnitID Clumping
	Capabilities: [9c] HyperTransport: #1a
	Capabilities: [70] MSI: Enable- Count=1/4 Maskable- 64bit-
		Address: 00000000  Data: 0000

00:00.2 IOMMU [0806]: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
	Subsystem: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 10
	Capabilities: [40] Secure device <?>
	Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4128
	Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0f, subordinate=0f, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fe900000-fe9fffff
	Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:03.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0e, subordinate=0e, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fe800000-fe8fffff
	Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #3, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: fe700000-fe7fffff
	Prefetchable memory behind bridge: 00000000bff00000-00000000bfffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: fe600000-fe6fffff
	Prefetchable memory behind bridge: 00000000bfe00000-00000000bfefffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #6, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:09.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port H) [1002:5a1c] (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fe500000-fe5fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt+
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #9, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fe200000-fe3fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #5, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #2, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:0b.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: fe100000-fe1fffff
	Prefetchable memory behind bridge: 00000000a0000000-00000000afffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:0c.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890S PCI Express bridge for GPP2 port 1 [1002:5a20] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=05, subordinate=08, sec-latency=0
	I/O behind bridge: 00008000-00009fff
	Memory behind bridge: fde00000-fe0fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #6, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:0d.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fdd00000-fddfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt+
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #4, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if 01 [AHCI 1.0])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 114
	Region 0: I/O ports at 3000 [size=8]
	Region 1: I/O ports at 2000 [size=4]
	Region 2: I/O ports at 1000 [size=8]
	Region 3: I/O ports at 4800 [size=4]
	Region 4: I/O ports at 3800 [size=16]
	Region 5: Memory at fdbff000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] MSI: Enable+ Count=8/8 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] SATA HBA v1.0 InCfgSpace
	Capabilities: [a4] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci

00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at fdbf7000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at fdbff400 (32-bit, non-prefetchable) [size=256]
	Capabilities: [c0] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
		Bridge: PM- B3+
	Capabilities: [e4] Debug port: BAR=1 offset=00e0
	Kernel driver in use: ehci-pci

00:13.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at fdbfc000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at fdbff800 (32-bit, non-prefetchable) [size=256]
	Capabilities: [c0] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
		Bridge: PM- B3+
	Capabilities: [e4] Debug port: BAR=1 offset=00e0
	Kernel driver in use: ehci-pci

00:14.0 SMBus [0c05]: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller [1002:4385] (rev 41)
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: piix4_smbus

00:14.2 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at fdbf8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: snd_hda_intel

00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:14.4 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge [1002:4384] (rev 40) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=64
	I/O behind bridge: 00007000-00007fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: fff00000-000fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-

00:14.5 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fdbfd000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:15.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #247, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #32, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:0000]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: pcieport

00:16.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at fdbfe000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:16.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at fdbffc00 (32-bit, non-prefetchable) [size=256]
	Capabilities: [c0] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
		Bridge: PM- B3+
	Capabilities: [e4] Debug port: BAR=1 offset=00e0
	Kernel driver in use: ehci-pci

00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [80] HyperTransport: Host or Secondary Interface
		Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
		Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b-
		Link Config: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
		Revision ID: 3.00
		Link Frequency: [b]
		Link Error: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-

00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [f0] Secure device <?>
	Kernel driver in use: k10temp

00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc CMI8738/CMI8768 PCI Audio [13f6:0111] (rev 10)
	Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device [13f6:0111]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 22
	Region 0: I/O ports at 7800 [disabled] [size=256]
	Capabilities: [c0] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pciback

04:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:4257]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 40
	Region 0: Memory at fddfe000 (64-bit, non-prefetchable) [disabled] [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable- Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: pciback

05:00.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613] (rev ba) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Region 0: Memory at fdee0000 (32-bit, non-prefetchable) [size=128K]
	Bus: primary=05, secondary=06, subordinate=08, sec-latency=0
	I/O behind bridge: 00008000-00009fff
	Memory behind bridge: fdf00000-fe0fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
		Address: 00000000fee3f00c  Data: 4000
		Masking: 00000001  Pending: 00000000
	Capabilities: [68] Express (v2) Upstream Port, MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 25.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <2us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613]
	Capabilities: [100 v1] Device Serial Number ba-86-01-10-b5-df-0e-00
	Capabilities: [fb4 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 1f, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [138 v1] Power Budgeting <?>
	Capabilities: [148 v1] Virtual Channel
		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=4
		Arb:	Fixed+ WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=06 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32+ WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=WRR32 TC/VC=ff
			Status:	NegoPending- InProgress-
			Port Arbitration Table <?>
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Capabilities: [448 v1] Vendor Specific Information: ID=0000 Rev=0 Len=0cc <?>
	Capabilities: [950 v1] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
	Kernel driver in use: pcieport

06:01.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613] (rev ba) (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=06, secondary=08, subordinate=08, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fe000000-fe0fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
		Address: 00000000fee3f00c  Data: 4000
		Masking: 00000001  Pending: 00000000
	Capabilities: [68] Express (v2) Downstream Port (Slot+), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <2us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk- DLActive+ BWMgmt+ ABWMgmt+
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #113, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613]
	Capabilities: [100 v1] Device Serial Number ba-86-01-10-b5-df-0e-00
	Capabilities: [fb4 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 1f, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [148 v1] Virtual Channel
		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=1
		Arb:	Fixed+ WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Capabilities: [520 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl+ DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [950 v1] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
	Kernel driver in use: pcieport

06:02.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613] (rev ba) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=06, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 00008000-00009fff
	Memory behind bridge: fdf00000-fdffffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
		Address: 00000000fee3f00c  Data: 4000
		Masking: 00000001  Pending: 00000000
	Capabilities: [68] Express (v2) Downstream Port (Slot+), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <2us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk- DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #114, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613]
	Capabilities: [100 v1] Device Serial Number ba-86-01-10-b5-df-0e-00
	Capabilities: [fb4 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 1f, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [148 v1] Virtual Channel
		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=1
		Arb:	Fixed+ WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Capabilities: [520 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl+ DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [950 v1] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
	Kernel driver in use: pcieport

07:00.0 SATA controller [0106]: Marvell Technology Group Ltd. 88SE9123 PCIe SATA 6.0 Gb/s controller [1b4b:9123] (rev 10) (prog-if 01 [AHCI 1.0])
	Subsystem: ASUSTeK Computer Inc. Device [1043:8400]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 38
	Region 0: I/O ports at 9800 [disabled] [size=8]
	Region 1: I/O ports at 9400 [disabled] [size=4]
	Region 2: I/O ports at 9000 [disabled] [size=8]
	Region 3: I/O ports at 8800 [disabled] [size=4]
	Region 4: I/O ports at 8400 [disabled] [size=16]
	Region 5: Memory at fdfff800 (32-bit, non-prefetchable) [disabled] [size=2K]
	Expansion ROM at fdfe0000 [disabled] [size=64K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [70] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <1us, L1 <8us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Kernel driver in use: pciback

08:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: ASUSTeK Computer Inc. P8P67 Deluxe Motherboard [1043:8413]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 37
	Region 0: Memory at fe0fe000 (64-bit, non-prefetchable) [disabled] [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable- Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: pciback

09:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx+
	Interrupt: pin A routed to IRQ 32
	Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
	Region 2: Memory at fe1c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
	Region 4: I/O ports at a000 [disabled] [size=256]
	Expansion ROM at fe1a0000 [disabled] [size=128K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 00000000fee0200c  Data: 4000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

09:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 33
	Region 0: Memory at fe1fc000 (64-bit, non-prefetchable) [disabled] [size=16K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

0a:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device [14f1:8210]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 47
	Region 0: Memory at fe200000 (64-bit, non-prefetchable) [disabled] [size=2M]
	Capabilities: [40] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] Vital Product Data
		Unknown small resource type 00, will not decode more.
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=1
		Arb:	Fixed+ WRR32+ WRR64+ WRR128-
		Ctrl:	ArbSelect=WRR64
		Status:	InProgress-
		Port Arbitration Table [240] <?>
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Kernel driver in use: pciback

0b:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 48
	Region 0: Memory at fe5fe000 (64-bit, non-prefetchable) [disabled] [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable- Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: pciback

0c:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 123
	Region 0: I/O ports at b800 [size=256]
	Region 2: Memory at bfeff000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at bfef8000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at fe6e0000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [cc] Vital Product Data
		Unknown small resource type 00, will not decode more.
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 0e, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [140 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00
	Kernel driver in use: r8169

0d:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 122
	Region 0: I/O ports at c800 [size=256]
	Region 2: Memory at bffff000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at bfff8000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at fe7e0000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [cc] Vital Product Data
		Unknown small resource type 00, will not decode more.
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 0e, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [140 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00
	Kernel driver in use: r8169

0e:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 28
	Region 0: Memory at c0000000 (64-bit, prefetchable) [disabled] [size=256M]
	Region 2: Memory at fe8c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
	Region 4: I/O ports at d000 [disabled] [size=256]
	Expansion ROM at fe8a0000 [disabled] [size=128K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

0e:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 29
	Region 0: Memory at fe8fc000 (64-bit, non-prefetchable) [disabled] [size=16K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

0f:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI RV620 LE [Radeon HD 3450] [1002:95c5] (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:01d4]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Region 2: Memory at fe9e0000 (64-bit, non-prefetchable) [size=64K]
	Region 4: I/O ports at e000 [size=256]
	Expansion ROM at fe9c0000 [disabled] [size=128K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>

0f:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI RV620 HDMI Audio [Radeon HD 3400 Series] [1002:aa28]
	Subsystem: ASUSTeK Computer Inc. Device [1043:aa28]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 124
	Region 0: Memory at fe9fc000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: snd_hda_intel


[-- Attachment #3: serial.log --]
[-- Type: application/octet-stream, Size: 352160 bytes --]

 __  __            _  _    ____                     _        _     _      
 \ \/ /___ _ __   | || |  | ___|    _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \  | || |_ |___ \ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | | |__   _| ___) |__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_|    |_|(_)____/    \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                          
(XEN) Xen version 4.5-unstable (root@dyndns.org) (gcc-4.7.real (Debian 4.7.2-5) 4.7.2) debug=y Thu Sep 25 11:18:13 CEST 2014
(XEN) Latest ChangeSet: Wed Sep 24 11:19:57 2014 +0200 git:b67a26f-dirty
(XEN) Console output is synchronous.
(XEN) Bootloader: GRUB 1.99-27+deb7u2
(XEN) Command line: dom0_mem=1536M,max:1536M loglvl=all loglvl_guest=all console_timestamps=datems vga=gfx-1280x1024x32 cpuidle cpufreq=xen com1=38400,8n1 console=vga,com1 ivrs_ioapic[6]=00:14.0 ivrs_hpet[0]=00:14.0 iommu=on,verbose sync_console console_to_ring debug lapic=debug apic_verbosity=debug apic=debug
(XEN) Video information:
(XEN)  VGA is graphics mode 1280x1024, 32 bpp
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 0000000000099400 (usable)
(XEN)  0000000000099400 - 00000000000a0000 (reserved)
(XEN)  00000000000e4000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 000000009ff90000 (usable)
(XEN)  000000009ff90000 - 000000009ff9e000 (ACPI data)
(XEN)  000000009ff9e000 - 000000009ffe0000 (ACPI NVS)
(XEN)  000000009ffe0000 - 00000000a0000000 (reserved)
(XEN)  00000000ffe00000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000560000000 (usable)
(XEN) ACPI: RSDP 000FB100, 0014 (r0 ACPIAM)
(XEN) ACPI: RSDT 9FF90000, 0048 (r1 MSI    OEMSLIC  20100913 MSFT       97)
(XEN) ACPI: FACP 9FF90200, 0084 (r1 7640MS A7640100 20100913 MSFT       97)
(XEN) ACPI: DSDT 9FF905E0, 9427 (r1  A7640 A7640100      100 INTL 20051117)
(XEN) ACPI: FACS 9FF9E000, 0040
(XEN) ACPI: APIC 9FF90390, 0088 (r1 7640MS A7640100 20100913 MSFT       97)
(XEN) ACPI: MCFG 9FF90420, 003C (r1 7640MS OEMMCFG  20100913 MSFT       97)
(XEN) ACPI: SLIC 9FF90460, 0176 (r1 MSI    OEMSLIC  20100913 MSFT       97)
(XEN) ACPI: OEMB 9FF9E040, 0072 (r1 7640MS A7640100 20100913 MSFT       97)
(XEN) ACPI: SRAT 9FF9A5E0, 0108 (r3 AMD    FAM_F_10        2 AMD         1)
(XEN) ACPI: HPET 9FF9A6F0, 0038 (r1 7640MS OEMHPET  20100913 MSFT       97)
(XEN) ACPI: IVRS 9FF9A730, 0110 (r1  AMD     RD890S   202031 AMD         0)
(XEN) ACPI: SSDT 9FF9A840, 0DA4 (r1 A M I  POWERNOW        1 AMD         1)
(XEN) System RAM: 20479MB (20970660kB)
(XEN) SRAT: PXM 0 -> APIC 0 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 1 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 2 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 3 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 4 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 5 -> Node 0
(XEN) SRAT: Node 0 PXM 0 0-a0000
(XEN) SRAT: Node 0 PXM 0 100000-a0000000
(XEN) SRAT: Node 0 PXM 0 100000000-560000000
(XEN) NUMA: Allocated memnodemap from 55d0b5000 - 55d0bb000
(XEN) NUMA: Using 8 for the hash shift.
(XEN) Domain heap initialised
(XEN) vesafb: framebuffer at 0xd0000000, mapped to 0xffff82c000201000, using 6144k, total 16384k
(XEN) vesafb: mode is 1280x1024x32, linelength=5120, font 8x16
(XEN) vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
(XEN) found SMP MP-table at 000ff780
(XEN) DMI present.
(XEN) APIC boot state is 'xapic'
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1:804,1:0], pm1x_evt[1:800,1:0]
(XEN) ACPI:             wakeup_vec[9ff9e00c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
(XEN) Processor #2 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
(XEN) Processor #3 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
(XEN) Processor #4 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
(XEN) Processor #5 0:10 APIC version 16
(XEN) ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 6, version 33, address 0xfec00000, GSI 0-23
(XEN) ACPI: IOAPIC (id[0x07] address[0xfec20000] gsi_base[24])
(XEN) IOAPIC[1]: apic_id 7, version 33, address 0xfec20000, GSI 24-55
(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 low 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 2 I/O APICs
(XEN) ACPI: HPET id: 0x8300 base: 0xfed00000
(XEN) ERST table was not found
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 6 CPUs (0 hotplug CPUs)
(XEN) mapped APIC to ffff82cfffdfb000 (fee00000)
(XEN) mapped IOAPIC to ffff82cfffdfa000 (fec00000)
(XEN) mapped IOAPIC to ffff82cfffdf9000 (fec20000)
(XEN) IRQ limits: 56 GSI, 1112 MSI/MSI-X
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 3200.173 MHz processor.
(XEN) Initing memory sharing.
(XEN) AMD Fam10h machine check reporting enabled
(XEN) alt table ffff82d0802d69f0 -> ffff82d0802d79f8
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff
(XEN) PCI: Not using MCFG for segment 0000 bus 00-ff
(XEN) AMD-Vi: Disabled HAP memory map sharing with IOMMU
(XEN) AMD-Vi: IOMMU 0 Enabled.
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Interrupt remapping enabled
(XEN) Getting VERSION: 80050010
(XEN) Getting VERSION: 80050010
(XEN) Getting ID: 0
(XEN) Getting LVT0: 700
(XEN) Getting LVT1: 400
(XEN) enabled ExtINT on CPU#0
(XEN) ESR value before enabling vector: 0x4  after: 0
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) init IO_APIC IRQs
(XEN)  IO-APIC (apicid-pin) 6-0, 6-16, 6-17, 6-18, 6-19, 6-20, 6-21, 6-22, 6-23, 7-0, 7-1, 7-2, 7-3, 7-4, 7-5, 7-6, 7-7, 7-8, 7-9, 7-10, 7-11, 7-12, 7-13, 7-14, 7-15, 7-16, 7-17, 7-18, 7-19, 7-20, 7-21, 7-22, 7-23, 7-24, 7-25, 7-26, 7-27, 7-28, 7-29, 7-30, 7-31 not connected.
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) number of MP IRQ sources: 15.
(XEN) number of IO-APIC #6 registers: 24.
(XEN) number of IO-APIC #7 registers: 32.
(XEN) testing the IO APIC.......................
(XEN) IO APIC #6......
(XEN) .... register #00: 06000000
(XEN) .......    : physical APIC id: 06
(XEN) .......    : Delivery Type: 0
(XEN) .......    : LTS          : 0
(XEN) .... register #01: 00178021
(XEN) .......     : max redirection entries: 0017
(XEN) .......     : PRQ implemented: 1
(XEN) .......     : IO APIC version: 0021
(XEN) .... register #02: 06000000
(XEN) .......     : arbitration: 06
(XEN) .... register #03: 07000000
(XEN) .......     : Boot DT    : 0
(XEN) .... IRQ redirection table:
(XEN)  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN)  00 000 00  1    0    0   0   0    0    1    30
(XEN)  01 001 01  0    0    0   0   0    1    1    30
(XEN)  02 001 01  0    0    0   0   0    1    1    F0
(XEN)  03 001 01  0    0    0   0   0    1    1    38
(XEN)  04 001 01  0    0    0   0   0    1    1    F1
(XEN)  05 001 01  0    0    0   0   0    1    1    40
(XEN)  06 001 01  0    0    0   0   0    1    1    48
(XEN)  07 001 01  0    0    0   0   0    1    1    50
(XEN)  08 001 01  0    0    0   0   0    1    1    58
(XEN)  09 001 01  1    1    0   1   0    1    0    00
(XEN)  0a 001 01  0    0    0   0   0    1    1    68
(XEN)  0b 001 01  0    0    0   0   0    1    1    70
(XEN)  0c 001 01  0    0    0   0   0    1    1    78
(XEN)  0d 001 01  0    0    0   0   0    1    1    88
(XEN)  0e 001 01  0    0    0   0   0    1    1    90
(XEN)  0f 001 01  0    0    0   0   0    1    1    98
(XEN)  10 000 00  1    0    0   0   0    0    1    30
(XEN)  11 000 00  1    0    0   0   0    0    1    30
(XEN)  12 000 00  1    0    0   0   0    0    1    30
(XEN)  13 000 00  1    0    0   0   0    0    1    30
(XEN)  14 000 00  1    0    0   0   0    0    1    30
(XEN)  15 000 00  1    0    0   0   0    0    1    30
(XEN)  16 000 00  1    0    0   0   0    0    1    30
(XEN)  17 000 00  1    0    0   0   0    0    1    30
(XEN) IO APIC #7......
(XEN) .... register #00: 07000000
(XEN) .......    : physical APIC id: 07
(XEN) .......    : Delivery Type: 0
(XEN) .......    : LTS          : 0
(XEN) .... register #01: 001F8021
(XEN) .......     : max redirection entries: 001F
(XEN) .......     : PRQ implemented: 1
(XEN) .......     : IO APIC version: 0021
(XEN) .... register #02: 00000000
(XEN) .......     : arbitration: 00
(XEN) .... IRQ redirection table:
(XEN)  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN)  00 000 00  1    0    0   0   0    0    0    00
(XEN)  01 000 00  1    0    0   0   0    0    0    00
(XEN)  02 000 00  1    0    0   0   0    0    0    00
(XEN)  03 000 00  1    0    0   0   0    0    0    00
(XEN)  04 000 00  1    0    0   0   0    0    0    00
(XEN)  05 000 00  1    0    0   0   0    0    0    00
(XEN)  06 000 00  1    0    0   0   0    0    0    00
(XEN)  07 000 00  1    0    0   0   0    0    0    00
(XEN)  08 000 00  1    0    0   0   0    0    0    00
(XEN)  09 000 00  1    0    0   0   0    0    0    00
(XEN)  0a 000 00  1    0    0   0   0    0    0    00
(XEN)  0b 000 00  1    0    0   0   0    0    0    00
(XEN)  0c 000 00  1    0    0   0   0    0    0    00
(XEN)  0d 000 00  1    0    0   0   0    0    0    00
(XEN)  0e 000 00  1    0    0   0   0    0    0    00
(XEN)  0f 000 00  1    0    0   0   0    0    0    00
(XEN)  10 000 00  1    0    0   0   0    0    0    00
(XEN)  11 000 00  1    0    0   0   0    0    0    00
(XEN)  12 000 00  1    0    0   0   0    0    0    00
(XEN)  13 000 00  1    0    0   0   0    0    0    00
(XEN)  14 000 00  1    0    0   0   0    0    0    00
(XEN)  15 000 00  1    0    0   0   0    0    0    00
(XEN)  16 000 00  1    0    0   0   0    0    0    00
(XEN)  17 000 00  1    0    0   0   0    0    0    00
(XEN)  18 000 00  1    0    0   0   0    0    0    00
(XEN)  19 000 00  1    0    0   0   0    0    0    00
(XEN)  1a 000 00  1    0    0   0   0    0    0    00
(XEN)  1b 000 00  1    0    0   0   0    0    0    00
(XEN)  1c 000 00  1    0    0   0   0    0    0    00
(XEN)  1d 000 00  1    0    0   0   0    0    0    00
(XEN)  1e 000 00  1    0    0   0   0    0    0    00
(XEN)  1f 000 00  1    0    0   0   0    0    0    00
(XEN) Using vector-based indexing
(XEN) IRQ to pin mappings:
(XEN) IRQ240 -> 0:2
(XEN) IRQ48 -> 0:1
(XEN) IRQ56 -> 0:3
(XEN) IRQ241 -> 0:4
(XEN) IRQ64 -> 0:5
(XEN) IRQ72 -> 0:6
(XEN) IRQ80 -> 0:7
(XEN) IRQ88 -> 0:8
(XEN) IRQ96 -> 0:9
(XEN) IRQ104 -> 0:10
(XEN) IRQ112 -> 0:11
(XEN) IRQ120 -> 0:12
(XEN) IRQ136 -> 0:13
(XEN) IRQ144 -> 0:14
(XEN) IRQ152 -> 0:15
(XEN) .................................... done.
(XEN) Using local APIC timer interrupts.
(XEN) calibrating APIC timer ...
(XEN) ..... CPU clock speed is 3200.1069 MHz.
(XEN) ..... host bus clock speed is 200.0066 MHz.
(XEN) ..... bus_scale = 0xccd7
(XEN) [2014-09-25 13:08:31.345] Platform timer is 14.318MHz HPET
(XEN) [2014-09-25 13:08:31.368] Allocated console ring of 64 KiB.
(XEN) [2014-09-25 13:08:31.390] HVM: ASIDs enabled.
(XEN) [2014-09-25 13:08:31.409] SVM: Supported advanced features:
(XEN) [2014-09-25 13:08:31.432]  - Nested Page Tables (NPT)
(XEN) [2014-09-25 13:08:31.453]  - Last Branch Record (LBR) Virtualisation
(XEN) [2014-09-25 13:08:31.478]  - Next-RIP Saved on #VMEXIT
(XEN) [2014-09-25 13:08:31.500]  - Pause-Intercept Filter
(XEN) [2014-09-25 13:08:31.520] HVM: SVM enabled
(XEN) [2014-09-25 13:08:31.539] HVM: Hardware Assisted Paging (HAP) detected
(XEN) [2014-09-25 13:08:31.565] HVM: HAP page sizes: 4kB, 2MB, 1GB
(XEN) [2014-09-25 13:08:31.588] HVM: PVH mode not supported on this platform
(XEN) [2014-09-25 13:08:31.634] masked ExtINT on CPU#1
(XEN) [2014-09-25 13:08:31.674] masked ExtINT on CPU#2
(XEN) [2014-09-25 13:08:31.715] masked ExtINT on CPU#3
(XEN) [2014-09-25 13:08:31.755] masked ExtINT on CPU#4
(XEN) [2014-09-25 13:08:31.796] masked ExtINT on CPU#5
(XEN) [2014-09-25 13:08:31.816] Brought up 6 CPUs
(XEN) [2014-09-25 13:08:31.839] HPET: 3 timers usable for broadcast (3 total)
(XEN) [2014-09-25 13:08:31.885] ACPI sleep modes: S3
(XEN) [2014-09-25 13:08:31.905] MCA: Use hw thresholding to adjust polling frequency
(XEN) [2014-09-25 13:08:31.933] mcheck_poll: Machine check polling timer started.
(XEN) [2014-09-25 13:08:31.961] Xenoprofile: Failed to setup IBS LVT offset, IBSCTL = 0xffffffff
(XEN) [2014-09-25 13:08:31.992] *** LOADING DOMAIN 0 ***
(XEN) [2014-09-25 13:08:32.174] elf_parse_binary: phdr: paddr=0x1000000 memsz=0x1063000
(XEN) [2014-09-25 13:08:32.204] elf_parse_binary: phdr: paddr=0x2200000 memsz=0x10b000
(XEN) [2014-09-25 13:08:32.233] elf_parse_binary: phdr: paddr=0x230b000 memsz=0x14200
(XEN) [2014-09-25 13:08:32.262] elf_parse_binary: phdr: paddr=0x2320000 memsz=0x1303000
(XEN) [2014-09-25 13:08:32.291] elf_parse_binary: memory: 0x1000000 -> 0x3623000
(XEN) [2014-09-25 13:08:32.319] elf_xen_parse_note: GUEST_OS = "linux"
(XEN) [2014-09-25 13:08:32.344] elf_xen_parse_note: GUEST_VERSION = "2.6"
(XEN) [2014-09-25 13:08:32.370] elf_xen_parse_note: XEN_VERSION = "xen-3.0"
(XEN) [2014-09-25 13:08:32.397] elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000
(XEN) [2014-09-25 13:08:32.425] elf_xen_parse_note: ENTRY = 0xffffffff823201f0
(XEN) [2014-09-25 13:08:32.453] elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000
(XEN) [2014-09-25 13:08:32.483] elf_xen_parse_note: FEATURES = "!writable_page_tables|pae_pgdir_above_4gb|writable_descriptor_tables|auto_translated_physmap|supervisor_mode_kernel"
(XEN) [2014-09-25 13:08:32.544] elf_xen_parse_note: SUPPORTED_FEATURES = 0x90d
(XEN) [2014-09-25 13:08:32.572] elf_xen_parse_note: PAE_MODE = "yes"
(XEN) [2014-09-25 13:08:32.598] elf_xen_parse_note: LOADER = "generic"
(XEN) [2014-09-25 13:08:32.624] elf_xen_parse_note: unknown xen elf note (0xd)
(XEN) [2014-09-25 13:08:32.652] elf_xen_parse_note: SUSPEND_CANCEL = 0x1
(XEN) [2014-09-25 13:08:32.678] elf_xen_parse_note: HV_START_LOW = 0xffff800000000000
(XEN) [2014-09-25 13:08:32.709] elf_xen_parse_note: PADDR_OFFSET = 0x0
(XEN) [2014-09-25 13:08:32.735] elf_xen_addr_calc_check: addresses:
(XEN) [2014-09-25 13:08:32.761]     virt_base        = 0xffffffff80000000
(XEN) [2014-09-25 13:08:32.788]     elf_paddr_offset = 0x0
(XEN) [2014-09-25 13:08:32.812]     virt_offset      = 0xffffffff80000000
(XEN) [2014-09-25 13:08:32.840]     virt_kstart      = 0xffffffff81000000
(XEN) [2014-09-25 13:08:32.868]     virt_kend        = 0xffffffff83623000
(XEN) [2014-09-25 13:08:32.896]     virt_entry       = 0xffffffff823201f0
(XEN) [2014-09-25 13:08:32.924]     p2m_base         = 0xffffffffffffffff
(XEN) [2014-09-25 13:08:32.952]  Xen  kernel: 64-bit, lsb, compat32
(XEN) [2014-09-25 13:08:32.979]  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x3623000
(XEN) [2014-09-25 13:08:33.012] PHYSICAL MEMORY ARRANGEMENT:
(XEN) [2014-09-25 13:08:33.038]  Dom0 alloc.:   0000000548000000->000000054c000000 (372939 pages to be allocated)
(XEN) [2014-09-25 13:08:33.077]  Init. ramdisk: 000000055f0cb000->000000055ffff800
(XEN) [2014-09-25 13:08:33.108] VIRTUAL MEMORY ARRANGEMENT:
(XEN) [2014-09-25 13:08:33.133]  Loaded kernel: ffffffff81000000->ffffffff83623000
(XEN) [2014-09-25 13:08:33.165]  Init. ramdisk: ffffffff83623000->ffffffff84557800
(XEN) [2014-09-25 13:08:33.196]  Phys-Mach map: ffffffff84558000->ffffffff84858000
(XEN) [2014-09-25 13:08:33.228]  Start info:    ffffffff84858000->ffffffff848584b4
(XEN) [2014-09-25 13:08:33.260]  Page tables:   ffffffff84859000->ffffffff84882000
(XEN) [2014-09-25 13:08:33.292]  Boot stack:    ffffffff84882000->ffffffff84883000
(XEN) [2014-09-25 13:08:33.324]  TOTAL:         ffffffff80000000->ffffffff84c00000
(XEN) [2014-09-25 13:08:33.355]  ENTRY ADDRESS: ffffffff823201f0
(XEN) [2014-09-25 13:08:33.384] Dom0 has maximum 6 VCPUs
(XEN) [2014-09-25 13:08:33.409] elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff82063000
(XEN) [2014-09-25 13:08:33.452] elf_load_binary: phdr 1 at 0xffffffff82200000 -> 0xffffffff8230b000
(XEN) [2014-09-25 13:08:33.489] elf_load_binary: phdr 2 at 0xffffffff8230b000 -> 0xffffffff8231f200
(XEN) [2014-09-25 13:08:33.525] elf_load_binary: phdr 3 at 0xffffffff82320000 -> 0xffffffff82427000
(XEN) [2014-09-25 13:08:34.687] Scrubbing Free RAM on 1 nodes using 6 CPUs
(XEN) [2014-09-25 13:08:34.810] .............................done.
(XEN) [2014-09-25 13:08:37.908] Initial low memory virq threshold set at 0x4000 pages.
(XEN) [2014-09-25 13:08:37.941] Std. Loglevel: All
(XEN) [2014-09-25 13:08:37.965] Guest Loglevel: All
(XEN) [2014-09-25 13:08:37.989] **********************************************
(XEN) [2014-09-25 13:08:38.021] ******* WARNING: CONSOLE OUTPUT IS SYNCHRONOUS
(XEN) [2014-09-25 13:08:38.052] ******* This option is intended to aid debugging of Xen by ensuring
(XEN) [2014-09-25 13:08:38.089] ******* that all output is synchronously delivered on the serial line.
(XEN) [2014-09-25 13:08:38.127] ******* However it can introduce SIGNIFICANT latencies and affect
(XEN) [2014-09-25 13:08:38.163] ******* timekeeping. It is NOT recommended for production use!
(XEN) [2014-09-25 13:08:38.199] **********************************************
(XEN) [2014-09-25 13:08:38.231] 3... 2... 1... 
(XEN) [2014-09-25 13:08:41.252] Xen is relinquishing VGA console.
(XEN) [2014-09-25 13:08:41.364] *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) [2014-09-25 13:08:41.393] Freed 300kB init memory.
mapping kernel into physical memory
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.17.0-rc6-20140925-vanilla+ (root@serveerstertje) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP Thu Sep 25 14:35:57 CEST 2014
[    0.000000] Command line: root=/dev/mapper/serveerstertje-root ro verbose earlyprintk=xen mem=1536M console=hvc0 console=tty0 vga=794 video=vesafb r8169.use_dac=1 acpi_enforce_resources=lax max_loop=30 loop_max_part=10 debug loglevel=10 nomodeset xen-pciback.hide=(03:06.0)(04:00.*)(07:00.*)(08:00.*)(09:00.*)(0a:00.0)(0b:00.0)(0e:00.*) r8169.use_dac=1
[    0.000000] Freeing 99-100 pfn range: 103 pages freed
[    0.000000] Released 103 pages of unused memory
[    0.000000] Set 128975063 page(s) to 1-1 mapping
[    0.000000] Populating 60000-60067 pfn range: 103 pages added
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x0000000000098fff] usable
[    0.000000] Xen: [mem 0x0000000000099400-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x0000000060066fff] usable
[    0.000000] Xen: [mem 0x0000000060067000-0x000000009ff8ffff] unusable
[    0.000000] Xen: [mem 0x000000009ff90000-0x000000009ff9dfff] ACPI data
[    0.000000] Xen: [mem 0x000000009ff9e000-0x000000009ffdffff] ACPI NVS
[    0.000000] Xen: [mem 0x000000009ffe0000-0x000000009fffffff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] Xen: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x000000055fffffff] unusable
[    0.000000] Xen: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] bootconsole [xenboot0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: user-defined physical RAM map:
[    0.000000] user: [mem 0x0000000000000000-0x0000000000098fff] usable
[    0.000000] user: [mem 0x0000000000099400-0x00000000000fffff] reserved
[    0.000000] user: [mem 0x0000000000100000-0x000000005fffffff] usable
[    0.000000] user: [mem 0x0000000060067000-0x000000009ff8ffff] unusable
[    0.000000] user: [mem 0x000000009ff90000-0x000000009ff9dfff] ACPI data
[    0.000000] user: [mem 0x000000009ff9e000-0x000000009ffdffff] ACPI NVS
[    0.000000] user: [mem 0x000000009ffe0000-0x000000009fffffff] reserved
[    0.000000] user: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] user: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] user: [mem 0x0000000100000000-0x000000055fffffff] unusable
[    0.000000] user: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: MSI MS-7640/890FXA-GD70 (MS-7640)  , BIOS V1.8B1 09/13/2010
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x60000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000093000] 93000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x5fe00000-0x5fffffff]
[    0.000000]  [mem 0x5fe00000-0x5fffffff] page 4k
[    0.000000] BRK [0x03216000, 0x03216fff] PGTABLE
[    0.000000] BRK [0x03217000, 0x03217fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x5c000000-0x5fdfffff]
[    0.000000]  [mem 0x5c000000-0x5fdfffff] page 4k
[    0.000000] BRK [0x03218000, 0x03218fff] PGTABLE
[    0.000000] BRK [0x03219000, 0x03219fff] PGTABLE
[    0.000000] BRK [0x0321a000, 0x0321afff] PGTABLE
[    0.000000] BRK [0x0321b000, 0x0321bfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0x5bffffff]
[    0.000000]  [mem 0x00100000-0x5bffffff] page 4k
[    0.000000] RAMDISK: [mem 0x03623000-0x04557fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FB100 000014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 0x000000009FF90000 000048 (v01 MSI    OEMSLIC  20100913 MSFT 00000097)
[    0.000000] ACPI: FACP 0x000000009FF90200 000084 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x000000009FF905E0 009427 (v01 A7640  A7640100 00000100 INTL 20051117)
[    0.000000] ACPI: FACS 0x000000009FF9E000 000040
[    0.000000] ACPI: APIC 0x000000009FF90390 000088 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: MCFG 0x000000009FF90420 00003C (v01 7640MS OEMMCFG  20100913 MSFT 00000097)
[    0.000000] ACPI: SLIC 0x000000009FF90460 000176 (v01 MSI    OEMSLIC  20100913 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x000000009FF9E040 000072 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: SRAT 0x000000009FF9A5E0 000108 (v03 AMD    FAM_F_10 00000002 AMD  00000001)
[    0.000000] ACPI: HPET 0x000000009FF9A6F0 000038 (v01 7640MS OEMHPET  20100913 MSFT 00000097)
[    0.000000] ACPI: IVRS 0x000000009FF9A730 000110 (v01 AMD    RD890S   00202031 AMD  00000000)
[    0.000000] ACPI: SSDT 0x000000009FF9A840 000DA4 (v01 A M I  POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] NUMA turned off
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000005fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x5fffffff]
[    0.000000]   NODE_DATA [mem 0x5fd20000-0x5fd2afff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00098fff]
[    0.000000]   node   0: [mem 0x00100000-0x5fffffff]
[    0.000000] On node 0 totalpages: 393112
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3992 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 6080 pages used for memmap
[    0.000000]   DMA32 zone: 389120 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x07] address[0xfec20000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 7, version 33, address 0xfec20000, GSI 24-55
[    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 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
[    0.000000] smpboot: Allowing 6 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0xa0000000-0xfedfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.5-unstable (preserve-AD)
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:6 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88005f600000 s82432 r8192 d24064 u262144
[    0.000000] pcpu-alloc: s82432 r8192 d24064 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - - 
[    0.000000] xen: PV spinlocks enabled
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 386947
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/mapper/serveerstertje-root ro verbose earlyprintk=xen mem=1536M console=hvc0 console=tty0 vga=794 video=vesafb r8169.use_dac=1 acpi_enforce_resources=lax max_loop=30 loop_max_part=10 debug loglevel=10 nomodeset xen-pciback.hide=(03:06.0)(04:00.*)(07:00.*)(08:00.*)(09:00.*)(0a:00.0)(0b:00.0)(0e:00.*) r8169.use_dac=1
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] software IO TLB [mem 0x59c00000-0x5dc00000] (64MB) mapped at [ffff880059c00000-ffff88005dbfffff]
[    0.000000] Memory: 1424220K/1572448K available (11831K kernel code, 1062K rwdata, 4492K rodata, 1100K init, 14172K bss, 148228K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Additional per-CPU info printed with stalls.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.000000] NR_IRQS:4352 nr_irqs:1016 0
[    0.000000] xen:events: Using FIFO-based ABI
[    0.000000] xen: sci override: global_irq=9 trigger=0 polarity=1
[    0.000000] xen: registering gsi 9 triggering 0 polarity 1
[    0.000000] xen: --> pirq=9 -> irq=9 (gsi=9)
(XEN) [2014-09-25 13:08:44.051] IOAPIC[0]: Set PCI routing entry (6-9 -> 0x60 -> IRQ 9 Mode:1 Active:1)
[    0.000000] xen: acpi sci 9
[    0.000000] xen: --> pirq=1 -> irq=1 (gsi=1)
[    0.000000] xen: --> pirq=2 -> irq=2 (gsi=2)
[    0.000000] xen: --> pirq=3 -> irq=3 (gsi=3)
[    0.000000] xen: --> pirq=4 -> irq=4 (gsi=4)
[    0.000000] xen: --> pirq=5 -> irq=5 (gsi=5)
[    0.000000] xen: --> pirq=6 -> irq=6 (gsi=6)
[    0.000000] xen: --> pirq=7 -> irq=7 (gsi=7)
[    0.000000] xen: --> pirq=8 -> irq=8 (gsi=8)
[    0.000000] xen: --> pirq=10 -> irq=10 (gsi=10)
[    0.000000] xen: --> pirq=11 -> irq=11 (gsi=11)
[    0.000000] xen: --> pirq=12 -> irq=12 (gsi=12)
[    0.000000] xen: --> pirq=13 -> irq=13 (gsi=13)
[    0.000000] xen: --> pirq=14 -> irq=14 (gsi=14)
[    0.000000] xen: --> pirq=15 -> irq=15 (gsi=15)
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] bootconsole [xenboot0] disabled
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.17.0-rc6-20140925-vanilla+ (root@serveerstertje) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP Thu Sep 25 14:35:57 CEST 2014
[    0.000000] Command line: root=/dev/mapper/serveerstertje-root ro verbose earlyprintk=xen mem=1536M console=hvc0 console=tty0 vga=794 video=vesafb r8169.use_dac=1 acpi_enforce_resources=lax max_loop=30 loop_max_part=10 debug loglevel=10 nomodeset xen-pciback.hide=(03:06.0)(04:00.*)(07:00.*)(08:00.*)(09:00.*)(0a:00.0)(0b:00.0)(0e:00.*) r8169.use_dac=1
[    0.000000] tseg: 0000000000
[    0.000000] Freeing 99-100 pfn range: 103 pages freed
[    0.000000] Released 103 pages of unused memory
[    0.000000] Set 128975063 page(s) to 1-1 mapping
[    0.000000] Populating 60000-60067 pfn range: 103 pages added
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x0000000000098fff] usable
[    0.000000] Xen: [mem 0x0000000000099400-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x0000000060066fff] usable
[    0.000000] Xen: [mem 0x0000000060067000-0x000000009ff8ffff] unusable
[    0.000000] Xen: [mem 0x000000009ff90000-0x000000009ff9dfff] ACPI data
[    0.000000] Xen: [mem 0x000000009ff9e000-0x000000009ffdffff] ACPI NVS
[    0.000000] Xen: [mem 0x000000009ffe0000-0x000000009fffffff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] Xen: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x000000055fffffff] unusable
[    0.000000] Xen: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] bootconsole [xenboot0] enabled
[    0.000000] e820: remove [mem 0x60000000-0xfffffffffffffffe] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: user-defined physical RAM map:
[    0.000000] user: [mem 0x0000000000000000-0x0000000000098fff] usable
[    0.000000] user: [mem 0x0000000000099400-0x00000000000fffff] reserved
[    0.000000] user: [mem 0x0000000000100000-0x000000005fffffff] usable
[    0.000000] user: [mem 0x0000000060067000-0x000000009ff8ffff] unusable
[    0.000000] user: [mem 0x000000009ff90000-0x000000009ff9dfff] ACPI data
[    0.000000] user: [mem 0x000000009ff9e000-0x000000009ffdffff] ACPI NVS
[    0.000000] user: [mem 0x000000009ffe0000-0x000000009fffffff] reserved
[    0.000000] user: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] user: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] user: [mem 0x0000000100000000-0x000000055fffffff] unusable
[    0.000000] user: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: MSI MS-7640/890FXA-GD70 (MS-7640)  , BIOS V1.8B1 09/13/2010
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x60000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000093000] 93000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x5fe00000-0x5fffffff]
[    0.000000]  [mem 0x5fe00000-0x5fffffff] page 4k
[    0.000000] BRK [0x03216000, 0x03216fff] PGTABLE
[    0.000000] BRK [0x03217000, 0x03217fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x5c000000-0x5fdfffff]
[    0.000000]  [mem 0x5c000000-0x5fdfffff] page 4k
[    0.000000] BRK [0x03218000, 0x03218fff] PGTABLE
[    0.000000] BRK [0x03219000, 0x03219fff] PGTABLE
[    0.000000] BRK [0x0321a000, 0x0321afff] PGTABLE
[    0.000000] BRK [0x0321b000, 0x0321bfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0x5bffffff]
[    0.000000]  [mem 0x00100000-0x5bffffff] page 4k
[    0.000000] RAMDISK: [mem 0x03623000-0x04557fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FB100 000014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 0x000000009FF90000 000048 (v01 MSI    OEMSLIC  20100913 MSFT 00000097)
[    0.000000] ACPI: FACP 0x000000009FF90200 000084 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x000000009FF905E0 009427 (v01 A7640  A7640100 00000100 INTL 20051117)
[    0.000000] ACPI: FACS 0x000000009FF9E000 000040
[    0.000000] ACPI: APIC 0x000000009FF90390 000088 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: MCFG 0x000000009FF90420 00003C (v01 7640MS OEMMCFG  20100913 MSFT 00000097)
[    0.000000] ACPI: SLIC 0x000000009FF90460 000176 (v01 MSI    OEMSLIC  20100913 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x000000009FF9E040 000072 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: SRAT 0x000000009FF9A5E0 000108 (v03 AMD    FAM_F_10 00000002 AMD  00000001)
[    0.000000] ACPI: HPET 0x000000009FF9A6F0 000038 (v01 7640MS OEMHPET  20100913 MSFT 00000097)
[    0.000000] ACPI: IVRS 0x000000009FF9A730 000110 (v01 AMD    RD890S   00202031 AMD  00000000)
[    0.000000] ACPI: SSDT 0x000000009FF9A840 000DA4 (v01 A M I  POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] NUMA turned off
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000005fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x5fffffff]
[    0.000000]   NODE_DATA [mem 0x5fd20000-0x5fd2afff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00098fff]
[    0.000000]   node   0: [mem 0x00100000-0x5fffffff]
[    0.000000] On node 0 totalpages: 393112
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3992 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 6080 pages used for memmap
[    0.000000]   DMA32 zone: 389120 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x07] address[0xfec20000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 7, version 33, address 0xfec20000, GSI 24-55
[    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 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
[    0.000000] smpboot: Allowing 6 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0xa0000000-0xfedfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.5-unstable (preserve-AD)
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:6 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88005f600000 s82432 r8192 d24064 u262144
[    0.000000] pcpu-alloc: s82432 r8192 d24064 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - - 
[    0.000000] xen: PV spinlocks enabled
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 386947
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/mapper/serveerstertje-root ro verbose earlyprintk=xen mem=1536M console=hvc0 console=tty0 vga=794 video=vesafb r8169.use_dac=1 acpi_enforce_resources=lax max_loop=30 loop_max_part=10 debug loglevel=10 nomodeset xen-pciback.hide=(03:06.0)(04:00.*)(07:00.*)(08:00.*)(09:00.*)(0a:00.0)(0b:00.0)(0e:00.*) r8169.use_dac=1
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] software IO TLB [mem 0x59c00000-0x5dc00000] (64MB) mapped at [ffff880059c00000-ffff88005dbfffff]
[    0.000000] Memory: 1424220K/1572448K available (11831K kernel code, 1062K rwdata, 4492K rodata, 1100K init, 14172K bss, 148228K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Additional per-CPU info printed with stalls.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.000000] NR_IRQS:4352 nr_irqs:1016 0
[    0.000000] xen:events: Using FIFO-based ABI
[    0.000000] xen: sci override: global_irq=9 trigger=0 polarity=1
[    0.000000] xen: registering gsi 9 triggering 0 polarity 1
[    0.000000] xen: --> pirq=9 -> irq=9 (gsi=9)
[    0.000000] xen: acpi sci 9
[    0.000000] xen: --> pirq=1 -> irq=1 (gsi=1)
[    0.000000] xen: --> pirq=2 -> irq=2 (gsi=2)
[    0.000000] xen: --> pirq=3 -> irq=3 (gsi=3)
[    0.000000] xen: --> pirq=4 -> irq=4 (gsi=4)
[    0.000000] xen: --> pirq=5 -> irq=5 (gsi=5)
[    0.000000] xen: --> pirq=6 -> irq=6 (gsi=6)
[    0.000000] xen: --> pirq=7 -> irq=7 (gsi=7)
[    0.000000] xen: --> pirq=8 -> irq=8 (gsi=8)
[    0.000000] xen: --> pirq=10 -> irq=10 (gsi=10)
[    0.000000] xen: --> pirq=11 -> irq=11 (gsi=11)
[    0.000000] xen: --> pirq=12 -> irq=12 (gsi=12)
[    0.000000] xen: --> pirq=13 -> irq=13 (gsi=13)
[    0.000000] xen: --> pirq=14 -> irq=14 (gsi=14)
[    0.000000] xen: --> pirq=15 -> irq=15 (gsi=15)
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] bootconsole [xenboot0] disabled
[    0.000000] console [hvc0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     32768
[    0.000000] ... MAX_LOCKDEP_CHAINS:      65536
[    0.000000] ... CHAINHASH_SIZE:          32768
[    0.000000]  memory used by lock dependency info: 8159 kB
[    0.000000]  per task-struct memory footprint: 1920 bytes
[    0.000000] kmemleak: Kernel memory leak detector disabled
[    0.000000] Xen: using vcpuop timer interface
[    0.000000] installing Xen timer for CPU 0
[    0.000000] tsc: Detected 3200.172 MHz processor
[   20.915470] Calibrating delay loop (skipped), value calculated using timer frequency.. 6402.02 BogoMIPS (lpj=10667240)
[   20.947527] pid_max: default: 32768 minimum: 301
[   20.961575] ACPI: Core revision 20140724
[   20.988218] ACPI: All ACPI Tables successfully acquired
[   21.006487] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[   21.028366] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[   21.049549] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[   21.069525] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[   21.091647] Initializing cgroup subsys freezer
[   21.104708] Initializing cgroup subsys blkio
[   21.117738] CPU: Physical Processor ID: 0
[   21.129909] CPU: Processor Core ID: 0
[   21.141089] mce: CPU supports 2 MCE banks
[   21.153317] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[   21.153317] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
[   21.189588] Freeing SMP alternatives memory: 36K (ffffffff8241e000 - ffffffff82427000)
[   21.214306] cpu 0 spinlock event irq 57
[   21.226575] Performance Events: (XEN) [2014-09-25 13:08:47.607] traps.c:2579:d0v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
Broken PMU hardware detected, using software events only.
[   21.286665] Failed to access perfctr msr (MSR c0010004 is 0)
[   21.304430] NMI watchdog: disabled (cpu0): hardware events not enabled
[   21.323932] installing Xen timer for CPU 1
[   21.336219] cpu 1 spinlock event irq 64
[   21.348373] installing Xen timer for CPU 2
[   21.360389] cpu 2 spinlock event irq 71
[   21.372462] installing Xen timer for CPU 3
[   21.384573] cpu 3 spinlock event irq 78
[   21.396702] installing Xen timer for CPU 4
[   21.408750] cpu 4 spinlock event irq 85
[   21.420911] installing Xen timer for CPU 5
[   21.432950] cpu 5 spinlock event irq 92
[   21.444936] x86: Booted up 1 node, 6 CPUs
[   21.457730] devtmpfs: initialized
[   21.468749] xor: measuring software checksum speed
[   21.516202]    prefetch64-sse:  5918.400 MB/sec
[   21.562893]    generic_sse:  5838.000 MB/sec
[   21.575445] xor: using function: prefetch64-sse (5918.400 MB/sec)
[   21.594104] NET: Registered protocol family 16
[   21.607465] xen:grant_table: Grant tables using version 1 layout
[   21.625633] Grant table initialized
[   21.637177] node 0 link 0: io port [1000, ffffff]
[   21.651013] TOM: 00000000a0000000 aka 2560M
[   21.663737] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
[   21.679339] node 0 link 0: mmio [e0000000, efffffff] ==> none
[   21.696751] node 0 link 0: mmio [f0000000, ffffffff]
[   21.711832] node 0 link 0: mmio [a0000, bffff]
[   21.725350] node 0 link 0: mmio [a0000000, dfffffff]
[   21.740429] TOM2: 0000000560000000 aka 22016M
[   21.753691] bus: [bus 00-07] on node 0 link 0
[   21.766951] bus: 00 [io  0x0000-0xffff]
[   21.778648] bus: 00 [mem 0xf0000000-0xffffffff]
[   21.792429] bus: 00 [mem 0x000a0000-0x000bffff]
[   21.806208] bus: 00 [mem 0xa0000000-0xdfffffff]
[   21.819987] bus: 00 [mem 0x560000000-0xfcffffffff]
[   21.834914] ACPI: bus type PCI registered
[   21.846767] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[   21.866709] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[   21.894346] PCI: not using MMCONFIG
[   21.905002] PCI: Using configuration type 1 for base access
[   21.921903] PCI: Using configuration type 1 for extended access
[   22.023451] raid6: sse2x1    3912 MB/s
[   22.091172] raid6: sse2x2    5912 MB/s
[   22.158863] raid6: sse2x4    6258 MB/s
[   22.169851] raid6: using algorithm sse2x4 (6258 MB/s)
[   22.185190] raid6: using intx1 recovery algorithm
[   22.199618] ACPI: Added _OSI(Module Device)
[   22.212237] ACPI: Added _OSI(Processor Device)
[   22.225750] ACPI: Added _OSI(3.0 _SCP Extensions)
[   22.240047] ACPI: Added _OSI(Processor Aggregator Device)
[   22.259479] ACPI: SCI (ACPI GSI 9) not registered
[   22.276493] ACPI: Executed 3 blocks of module-level executable AML code
[   22.312725] ACPI: Interpreter enabled
[   22.323435] ACPI: (supports S0 S5)
[   22.333824] ACPI: Using IOAPIC for interrupt routing
[   22.348943] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[   22.378526] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[   22.428316] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[   22.466142] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[   22.484393] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[   22.509494] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[   22.534075] PCI host bridge to bus 0000:00
[   22.546078] pci_bus 0000:00: root bus resource [bus 00-ff]
[   22.562716] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[   22.581433] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[   22.600152] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[   22.620952] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[   22.641750] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff]
[   22.662549] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
[   22.683355] pci_bus 0000:00: scanning bus
[   22.695593] pci 0000:00:00.0: [1002:5a11] type 00 class 0x060000
[   22.713771] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10
(XEN) [2014-09-25 13:08:49.104] PCI add device 0000:00:00.0
[   22.748664] pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
(XEN) [2014-09-25 13:08:49.139] PCI add device 0000:00:00.2
[   22.782714] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[   22.800959] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[   22.819355] pci 0000:00:02.0: PME# disabled
[   22.832175] pci 0000:00:02.0: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:49.221] PCI add device 0000:00:02.0
[   22.865114] pci 0000:00:03.0: [1002:5a17] type 01 class 0x060400
[   22.883370] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[   22.901740] pci 0000:00:03.0: PME# disabled
[   22.914576] pci 0000:00:03.0: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:49.303] PCI add device 0000:00:03.0
[   22.947529] pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400
[   22.965785] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[   22.984154] pci 0000:00:05.0: PME# disabled
[   22.996992] pci 0000:00:05.0: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:49.386] PCI add device 0000:00:05.0
[   23.029942] pci 0000:00:06.0: [1002:5a1a] type 01 class 0x060400
[   23.048201] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[   23.066570] pci 0000:00:06.0: PME# disabled
[   23.079409] pci 0000:00:06.0: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:49.468] PCI add device 0000:00:06.0
[   23.112376] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
[   23.130615] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[   23.148986] pci 0000:00:09.0: PME# disabled
[   23.161824] pci 0000:00:09.0: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:49.551] PCI add device 0000:00:09.0
[   23.194775] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
[   23.213030] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[   23.231402] pci 0000:00:0a.0: PME# disabled
[   23.244240] pci 0000:00:0a.0: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:49.633] PCI add device 0000:00:0a.0
[   23.277188] pci 0000:00:0b.0: [1002:5a1f] type 01 class 0x060400
[   23.295447] pci 0000:00:0b.0: PME# supported from D0 D3hot D3cold
[   23.313816] pci 0000:00:0b.0: PME# disabled
[   23.326655] pci 0000:00:0b.0: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:49.715] PCI add device 0000:00:0b.0
[   23.359610] pci 0000:00:0c.0: [1002:5a20] type 01 class 0x060400
[   23.377863] pci 0000:00:0c.0: PME# supported from D0 D3hot D3cold
[   23.396233] pci 0000:00:0c.0: PME# disabled
[   23.409080] pci 0000:00:0c.0: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:49.798] PCI add device 0000:00:0c.0
[   23.442043] pci 0000:00:0d.0: [1002:5a1e] type 01 class 0x060400
[   23.460302] pci 0000:00:0d.0: PME# supported from D0 D3hot D3cold
[   23.478673] pci 0000:00:0d.0: PME# disabled
[   23.491523] pci 0000:00:0d.0: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:49.880] PCI add device 0000:00:0d.0
[   23.524474] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[   23.542653] pci 0000:00:11.0: reg 0x10: [io  0x3000-0x3007]
[   23.559536] pci 0000:00:11.0: reg 0x14: [io  0x2000-0x2003]
[   23.576434] pci 0000:00:11.0: reg 0x18: [io  0x1000-0x1007]
[   23.593333] pci 0000:00:11.0: reg 0x1c: [io  0x4800-0x4803]
[   23.610233] pci 0000:00:11.0: reg 0x20: [io  0x3800-0x380f]
[   23.627133] pci 0000:00:11.0: reg 0x24: [mem 0xfdbff000-0xfdbff3ff]
(XEN) [2014-09-25 13:08:50.018] PCI add device 0000:00:11.0
[   23.661990] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[   23.680175] pci 0000:00:12.0: reg 0x10: [mem 0xfdbf7000-0xfdbf7fff]
[   23.699304] pci 0000:00:12.0: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:50.088] PCI add device 0000:00:12.0
[   23.732196] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[   23.750378] pci 0000:00:12.2: reg 0x10: [mem 0xfdbff400-0xfdbff4ff]
[   23.769450] pci 0000:00:12.2: supports D1 D2
[   23.782333] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[   23.800534] pci 0000:00:12.2: PME# disabled
[   23.813369] pci 0000:00:12.2: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:50.202] PCI add device 0000:00:12.2
[   23.846326] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[   23.864505] pci 0000:00:13.0: reg 0x10: [mem 0xfdbfc000-0xfdbfcfff]
[   23.883634] pci 0000:00:13.0: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:50.272] PCI add device 0000:00:13.0
[   23.916523] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[   23.934708] pci 0000:00:13.2: reg 0x10: [mem 0xfdbff800-0xfdbff8ff]
[   23.953779] pci 0000:00:13.2: supports D1 D2
[   23.966659] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[   23.984865] pci 0000:00:13.2: PME# disabled
[   23.997696] pci 0000:00:13.2: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:50.386] PCI add device 0000:00:13.2
[   24.030660] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[   24.048824] pci 0000:00:14.0: calling sb600_disable_hpet_bar+0x0/0x50
[   24.068403] pci 0000:00:14.0: calling force_disable_hpet_msi+0x0/0x10
[   24.087817] pci 0000:00:14.0: calling sb600_hpet_quirk+0x0/0x50
(XEN) [2014-09-25 13:08:50.477] PCI add device 0000:00:14.0
[   24.121653] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[   24.139843] pci 0000:00:14.2: reg 0x10: [mem 0xfdbf8000-0xfdbfbfff 64bit]
[   24.160446] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[   24.178814] pci 0000:00:14.2: PME# disabled
[   24.191646] pci 0000:00:14.2: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:50.580] PCI add device 0000:00:14.2
[   24.224601] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
(XEN) [2014-09-25 13:08:50.614] PCI add device 0000:00:14.3
[   24.258657] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[   24.276961] pci 0000:00:14.4: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:50.666] PCI add device 0000:00:14.4
[   24.309876] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[   24.328068] pci 0000:00:14.5: reg 0x10: [mem 0xfdbfd000-0xfdbfdfff]
[   24.347189] pci 0000:00:14.5: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:50.736] PCI add device 0000:00:14.5
[   24.380081] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[   24.398348] pci 0000:00:15.0: supports D1 D2
[   24.411343] pci 0000:00:15.0: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:50.800] PCI add device 0000:00:15.0
[   24.444321] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[   24.462498] pci 0000:00:16.0: reg 0x10: [mem 0xfdbfe000-0xfdbfefff]
[   24.481624] pci 0000:00:16.0: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:50.870] PCI add device 0000:00:16.0
[   24.514514] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[   24.532703] pci 0000:00:16.2: reg 0x10: [mem 0xfdbffc00-0xfdbffcff]
[   24.551771] pci 0000:00:16.2: supports D1 D2
[   24.564654] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[   24.582858] pci 0000:00:16.2: PME# disabled
[   24.595689] pci 0000:00:16.2: System wakeup disabled by ACPI
(XEN) [2014-09-25 13:08:50.984] PCI add device 0000:00:16.2
[   24.628654] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[   24.646812] pci 0000:00:18.0: calling quirk_mmio_always_on+0x0/0x10
(XEN) [2014-09-25 13:08:51.038] PCI add device 0000:00:18.0
[   24.681674] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[   24.699850] pci 0000:00:18.1: calling quirk_mmio_always_on+0x0/0x10
(XEN) [2014-09-25 13:08:51.091] PCI add device 0000:00:18.1
[   24.734711] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[   24.752886] pci 0000:00:18.2: calling quirk_mmio_always_on+0x0/0x10
(XEN) [2014-09-25 13:08:51.144] PCI add device 0000:00:18.2
[   24.787752] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[   24.805924] pci 0000:00:18.3: calling quirk_mmio_always_on+0x0/0x10
(XEN) [2014-09-25 13:08:51.197] PCI add device 0000:00:18.3
[   24.840787] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[   24.858960] pci 0000:00:18.4: calling quirk_mmio_always_on+0x0/0x10
(XEN) [2014-09-25 13:08:51.250] PCI add device 0000:00:18.4
[   24.893836] pci_bus 0000:00: fixups for bus
[   24.906550] pci 0000:00:02.0: scanning [bus 0f-0f] behind bridge, pass 0
[   24.926904] pci_bus 0000:0f: scanning bus
[   24.939051] pci 0000:0f:00.0: [1002:95c5] type 00 class 0x030000
[   24.957258] pci 0000:0f:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[   24.979093] pci 0000:0f:00.0: reg 0x18: [mem 0xfe9e0000-0xfe9effff 64bit]
[   24.999622] pci 0000:0f:00.0: reg 0x20: [io  0xe000-0xe0ff]
[   25.016531] pci 0000:0f:00.0: reg 0x30: [mem 0xfe9c0000-0xfe9dffff pref]
[   25.036848] pci 0000:0f:00.0: supports D1 D2
(XEN) [2014-09-25 13:08:51.422] PCI add device 0000:0f:00.0
[   25.065685] pci 0000:0f:00.1: [1002:aa28] type 00 class 0x040300
[   25.083871] pci 0000:0f:00.1: reg 0x10: [mem 0xfe9fc000-0xfe9fffff 64bit]
[   25.104496] pci 0000:0f:00.1: supports D1 D2
(XEN) [2014-09-25 13:08:51.489] PCI add device 0000:0f:00.1
[   25.140162] pci_bus 0000:0f: fixups for bus
[   25.152427] pci 0000:00:02.0: PCI bridge to [bus 0f]
[   25.167505] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[   25.185958] pci 0000:00:02.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[   25.206498] pci 0000:00:02.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[   25.229892] pci_bus 0000:0f: bus scan returning with max=0f
[   25.246795] pci 0000:00:03.0: scanning [bus 0e-0e] behind bridge, pass 0
[   25.267173] pci_bus 0000:0e: scanning bus
[   25.279311] pci 0000:0e:00.0: [1002:6759] type 00 class 0x030000
[   25.297514] pci 0000:0e:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[   25.319344] pci 0000:0e:00.0: reg 0x18: [mem 0xfe8c0000-0xfe8dffff 64bit]
[   25.339878] pci 0000:0e:00.0: reg 0x20: [io  0xd000-0xd0ff]
[   25.356784] pci 0000:0e:00.0: reg 0x30: [mem 0xfe8a0000-0xfe8bffff pref]
[   25.377112] pci 0000:0e:00.0: supports D1 D2
(XEN) [2014-09-25 13:08:51.762] PCI add device 0000:0e:00.0
[   25.405945] pci 0000:0e:00.1: [1002:aa90] type 00 class 0x040300
[   25.424214] pci 0000:0e:00.1: reg 0x10: [mem 0xfe8fc000-0xfe8fffff 64bit]
[   25.444787] pci 0000:0e:00.1: supports D1 D2
(XEN) [2014-09-25 13:08:51.829] PCI add device 0000:0e:00.1
[   25.480430] pci_bus 0000:0e: fixups for bus
[   25.492714] pci 0000:00:03.0: PCI bridge to [bus 0e]
[   25.507796] pci 0000:00:03.0:   bridge window [io  0xd000-0xdfff]
[   25.526253] pci 0000:00:03.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[   25.546792] pci 0000:00:03.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[   25.570187] pci_bus 0000:0e: bus scan returning with max=0e
[   25.587089] pci 0000:00:05.0: scanning [bus 0d-0d] behind bridge, pass 0
[   25.607460] pci_bus 0000:0d: scanning bus
[   25.619608] pci 0000:0d:00.0: [10ec:8168] type 00 class 0x020000
[   25.637807] pci 0000:0d:00.0: reg 0x10: [io  0xc800-0xc8ff]
[   25.654715] pci 0000:0d:00.0: reg 0x18: [mem 0xbffff000-0xbfffffff 64bit pref]
[   25.676542] pci 0000:0d:00.0: reg 0x20: [mem 0xbfff8000-0xbfffbfff 64bit pref]
[   25.698371] pci 0000:0d:00.0: reg 0x30: [mem 0xfe7e0000-0xfe7fffff pref]
[   25.718732] pci 0000:0d:00.0: supports D1 D2
[   25.731637] pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   25.751661] pci 0000:0d:00.0: PME# disabled
(XEN) [2014-09-25 13:08:52.136] PCI add device 0000:0d:00.0
[   25.787165] pci_bus 0000:0d: fixups for bus
[   25.799468] pci 0000:00:05.0: PCI bridge to [bus 0d]
[   25.814544] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[   25.832997] pci 0000:00:05.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[   25.853538] pci 0000:00:05.0:   bridge window [mem 0xbff00000-0xbfffffff 64bit pref]
[   25.876930] pci_bus 0000:0d: bus scan returning with max=0d
[   25.893833] pci 0000:00:06.0: scanning [bus 0c-0c] behind bridge, pass 0
[   25.914207] pci_bus 0000:0c: scanning bus
[   25.926354] pci 0000:0c:00.0: [10ec:8168] type 00 class 0x020000
[   25.944550] pci 0000:0c:00.0: reg 0x10: [io  0xb800-0xb8ff]
[   25.961460] pci 0000:0c:00.0: reg 0x18: [mem 0xbfeff000-0xbfefffff 64bit pref]
[   25.983287] pci 0000:0c:00.0: reg 0x20: [mem 0xbfef8000-0xbfefbfff 64bit pref]
[   26.005117] pci 0000:0c:00.0: reg 0x30: [mem 0xfe6e0000-0xfe6fffff pref]
[   26.025474] pci 0000:0c:00.0: supports D1 D2
[   26.038383] pci 0000:0c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   26.058407] pci 0000:0c:00.0: PME# disabled
(XEN) [2014-09-25 13:08:52.443] PCI add device 0000:0c:00.0
[   26.093919] pci_bus 0000:0c: fixups for bus
[   26.106195] pci 0000:00:06.0: PCI bridge to [bus 0c]
[   26.121279] pci 0000:00:06.0:   bridge window [io  0xb000-0xbfff]
[   26.139730] pci 0000:00:06.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[   26.160270] pci 0000:00:06.0:   bridge window [mem 0xbfe00000-0xbfefffff 64bit pref]
[   26.183664] pci_bus 0000:0c: bus scan returning with max=0c
[   26.200566] pci 0000:00:09.0: scanning [bus 0b-0b] behind bridge, pass 0
[   26.220936] pci_bus 0000:0b: scanning bus
[   26.233091] pci 0000:0b:00.0: [1033:0194] type 00 class 0x0c0330
[   26.251286] pci 0000:0b:00.0: reg 0x10: [mem 0xfe5fe000-0xfe5fffff 64bit]
[   26.271934] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold
[   26.290264] pci 0000:0b:00.0: PME# disabled
(XEN) [2014-09-25 13:08:52.675] PCI add device 0000:0b:00.0
[   26.325763] pci_bus 0000:0b: fixups for bus
[   26.338026] pci 0000:00:09.0: PCI bridge to [bus 0b]
[   26.353110] pci 0000:00:09.0:   bridge window [mem 0xfe500000-0xfe5fffff]
[   26.373641] pci_bus 0000:0b: bus scan returning with max=0b
[   26.390539] pci 0000:00:0a.0: scanning [bus 0a-0a] behind bridge, pass 0
[   26.410905] pci_bus 0000:0a: scanning bus
[   26.423053] pci 0000:0a:00.0: [14f1:8210] type 00 class 0x040000
[   26.441290] pci 0000:0a:00.0: reg 0x10: [mem 0xfe200000-0xfe3fffff 64bit]
[   26.461977] pci 0000:0a:00.0: supports D1 D2
[   26.474794] pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot
[   26.492997] pci 0000:0a:00.0: PME# disabled
(XEN) [2014-09-25 13:08:52.877] PCI add device 0000:0a:00.0
[   26.528492] pci_bus 0000:0a: fixups for bus
[   26.540760] pci 0000:00:0a.0: PCI bridge to [bus 0a]
[   26.555845] pci 0000:00:0a.0:   bridge window [mem 0xfe200000-0xfe3fffff]
[   26.576375] pci_bus 0000:0a: bus scan returning with max=0a
[   26.593275] pci 0000:00:0b.0: scanning [bus 09-09] behind bridge, pass 0
[   26.613644] pci_bus 0000:09: scanning bus
[   26.625787] pci 0000:09:00.0: [1002:6759] type 00 class 0x030000
[   26.643989] pci 0000:09:00.0: reg 0x10: [mem 0xa0000000-0xafffffff 64bit pref]
[   26.665819] pci 0000:09:00.0: reg 0x18: [mem 0xfe1c0000-0xfe1dffff 64bit]
[   26.686351] pci 0000:09:00.0: reg 0x20: [io  0xa000-0xa0ff]
[   26.703260] pci 0000:09:00.0: reg 0x30: [mem 0xfe1a0000-0xfe1bffff pref]
[   26.723587] pci 0000:09:00.0: supports D1 D2
(XEN) [2014-09-25 13:08:53.108] PCI add device 0000:09:00.0
[   26.752420] pci 0000:09:00.1: [1002:aa90] type 00 class 0x040300
[   26.770605] pci 0000:09:00.1: reg 0x10: [mem 0xfe1fc000-0xfe1fffff 64bit]
[   26.791239] pci 0000:09:00.1: supports D1 D2
(XEN) [2014-09-25 13:08:53.176] PCI add device 0000:09:00.1
[   26.826783] pci_bus 0000:09: fixups for bus
[   26.839058] pci 0000:00:0b.0: PCI bridge to [bus 09]
[   26.854137] pci 0000:00:0b.0:   bridge window [io  0xa000-0xafff]
[   26.872589] pci 0000:00:0b.0:   bridge window [mem 0xfe100000-0xfe1fffff]
[   26.893128] pci 0000:00:0b.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[   26.916522] pci_bus 0000:09: bus scan returning with max=09
[   26.933426] pci 0000:00:0c.0: scanning [bus 05-08] behind bridge, pass 0
[   26.953795] pci_bus 0000:05: scanning bus
[   26.965942] pci 0000:05:00.0: [10b5:8613] type 01 class 0x060400
[   26.984136] pci 0000:05:00.0: reg 0x10: [mem 0xfdee0000-0xfdefffff]
[   27.003211] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[   27.021562] pci 0000:05:00.0: PME# disabled
(XEN) [2014-09-25 13:08:53.406] PCI add device 0000:05:00.0
[   27.057061] pci_bus 0000:05: fixups for bus
[   27.069329] pci 0000:00:0c.0: PCI bridge to [bus 05-08]
[   27.085188] pci 0000:00:0c.0:   bridge window [io  0x8000-0x9fff]
[   27.103638] pci 0000:00:0c.0:   bridge window [mem 0xfde00000-0xfe0fffff]
[   27.124180] pci 0000:05:00.0: scanning [bus 06-08] behind bridge, pass 0
[   27.144552] pci_bus 0000:06: scanning bus
[   27.156696] pci 0000:06:01.0: [10b5:8613] type 01 class 0x060400
[   27.175000] pci 0000:06:01.0: PME# supported from D0 D3hot D3cold
[   27.193334] pci 0000:06:01.0: PME# disabled
(XEN) [2014-09-25 13:08:53.578] PCI add device 0000:06:01.0
[   27.221971] pci 0000:06:02.0: [10b5:8613] type 01 class 0x060400
[   27.240256] pci 0000:06:02.0: PME# supported from D0 D3hot D3cold
[   27.258589] pci 0000:06:02.0: PME# disabled
(XEN) [2014-09-25 13:08:53.643] PCI add device 0000:06:02.0
[   27.287255] pci_bus 0000:06: fixups for bus
[   27.299926] pci 0000:05:00.0: PCI bridge to [bus 06-08]
[   27.315790] pci 0000:05:00.0:   bridge window [io  0x8000-0x9fff]
[   27.334247] pci 0000:05:00.0:   bridge window [mem 0xfdf00000-0xfe0fffff]
[   27.354788] pci 0000:06:01.0: scanning [bus 08-08] behind bridge, pass 0
[   27.375146] pci_bus 0000:08: scanning bus
[   27.387319] pci 0000:08:00.0: [1033:0194] type 00 class 0x0c0330
[   27.405510] pci 0000:08:00.0: reg 0x10: [mem 0xfe0fe000-0xfe0fffff 64bit]
[   27.426176] pci 0000:08:00.0: PME# supported from D0 D3hot
[   27.442683] pci 0000:08:00.0: PME# disabled
(XEN) [2014-09-25 13:08:53.827] PCI add device 0000:08:00.0
[   27.478184] pci_bus 0000:08: fixups for bus
[   27.490491] pci 0000:06:01.0: PCI bridge to [bus 08]
[   27.505573] pci 0000:06:01.0:   bridge window [mem 0xfe000000-0xfe0fffff]
[   27.526104] pci_bus 0000:08: bus scan returning with max=08
[   27.543000] pci 0000:06:02.0: scanning [bus 07-07] behind bridge, pass 0
[   27.563372] pci_bus 0000:07: scanning bus
[   27.575517] pci 0000:07:00.0: [1b4b:9123] type 00 class 0x010601
[   27.593714] pci 0000:07:00.0: reg 0x10: [io  0x9800-0x9807]
[   27.610605] pci 0000:07:00.0: reg 0x14: [io  0x9400-0x9403]
[   27.627503] pci 0000:07:00.0: reg 0x18: [io  0x9000-0x9007]
[   27.644402] pci 0000:07:00.0: reg 0x1c: [io  0x8800-0x8803]
[   27.661301] pci 0000:07:00.0: reg 0x20: [io  0x8400-0x840f]
[   27.678201] pci 0000:07:00.0: reg 0x24: [mem 0xfdfff800-0xfdffffff]
[   27.697180] pci 0000:07:00.0: reg 0x30: [mem 0xfdfe0000-0xfdfeffff pref]
[   27.717452] pci 0000:07:00.0: calling quirk_dma_func1_alias+0x0/0x30
[   27.736749] pci 0000:07:00.0: PME# supported from D3hot
[   27.752550] pci 0000:07:00.0: PME# disabled
(XEN) [2014-09-25 13:08:54.137] PCI add device 0000:07:00.0
[   27.781191] pci_bus 0000:07: fixups for bus
[   27.793892] pci 0000:06:02.0: PCI bridge to [bus 07]
[   27.808968] pci 0000:06:02.0:   bridge window [io  0x8000-0x9fff]
[   27.827425] pci 0000:06:02.0:   bridge window [mem 0xfdf00000-0xfdffffff]
[   27.847966] pci_bus 0000:07: bus scan returning with max=07
[   27.864863] pci 0000:06:01.0: scanning [bus 08-08] behind bridge, pass 1
[   27.885144] pci 0000:06:02.0: scanning [bus 07-07] behind bridge, pass 1
[   27.905421] pci_bus 0000:06: bus scan returning with max=08
[   27.922320] pci 0000:05:00.0: scanning [bus 06-08] behind bridge, pass 1
[   27.942598] pci_bus 0000:05: bus scan returning with max=08
[   27.959495] pci 0000:00:0d.0: scanning [bus 04-04] behind bridge, pass 0
[   27.979860] pci_bus 0000:04: scanning bus
[   27.992016] pci 0000:04:00.0: [1033:0194] type 00 class 0x0c0330
[   28.010216] pci 0000:04:00.0: reg 0x10: [mem 0xfddfe000-0xfddfffff 64bit]
[   28.030861] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[   28.049193] pci 0000:04:00.0: PME# disabled
(XEN) [2014-09-25 13:08:54.434] PCI add device 0000:04:00.0
[   28.084693] pci_bus 0000:04: fixups for bus
[   28.096999] pci 0000:00:0d.0: PCI bridge to [bus 04]
[   28.112080] pci 0000:00:0d.0:   bridge window [mem 0xfdd00000-0xfddfffff]
[   28.132610] pci_bus 0000:04: bus scan returning with max=04
[   28.149510] pci 0000:00:14.4: scanning [bus 03-03] behind bridge, pass 0
[   28.169841] pci_bus 0000:03: scanning bus
[   28.182033] pci 0000:03:06.0: [13f6:0111] type 00 class 0x040100
[   28.200229] pci 0000:03:06.0: reg 0x10: [io  0x7800-0x78ff]
[   28.217232] pci 0000:03:06.0: supports D1 D2
(XEN) [2014-09-25 13:08:54.602] PCI add device 0000:03:06.0
[   28.246031] pci_bus 0000:03: fixups for bus
[   28.258700] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
[   28.279240] pci 0000:00:14.4:   bridge window [io  0x7000-0x7fff]
[   28.297704] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[   28.321615] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[   28.345533] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[   28.371530] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[   28.397533] pci 0000:00:14.4:   bridge window [mem 0xa0000000-0xdfffffff] (subtractive decode)
[   28.423540] pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
[   28.449553] pci_bus 0000:03: bus scan returning with max=03
[   28.466454] pci 0000:00:15.0: scanning [bus 02-02] behind bridge, pass 0
[   28.486837] pci_bus 0000:02: scanning bus
[   28.498953] pci_bus 0000:02: fixups for bus
[   28.511689] pci 0000:00:15.0: PCI bridge to [bus 02]
[   28.526782] pci_bus 0000:02: bus scan returning with max=02
[   28.543673] pci 0000:00:02.0: scanning [bus 0f-0f] behind bridge, pass 1
[   28.563952] pci 0000:00:03.0: scanning [bus 0e-0e] behind bridge, pass 1
[   28.584231] pci 0000:00:05.0: scanning [bus 0d-0d] behind bridge, pass 1
[   28.604510] pci 0000:00:06.0: scanning [bus 0c-0c] behind bridge, pass 1
[   28.624787] pci 0000:00:09.0: scanning [bus 0b-0b] behind bridge, pass 1
[   28.645067] pci 0000:00:0a.0: scanning [bus 0a-0a] behind bridge, pass 1
[   28.665345] pci 0000:00:0b.0: scanning [bus 09-09] behind bridge, pass 1
[   28.685624] pci 0000:00:0c.0: scanning [bus 05-08] behind bridge, pass 1
[   28.705903] pci 0000:00:0d.0: scanning [bus 04-04] behind bridge, pass 1
[   28.726185] pci 0000:00:14.4: scanning [bus 03-03] behind bridge, pass 1
[   28.746463] pci 0000:00:15.0: scanning [bus 02-02] behind bridge, pass 1
[   28.766739] pci_bus 0000:00: bus scan returning with max=0f
[   28.783690] pci_bus 0000:00: on NUMA node 0
[   28.796685] xen: registering gsi 13 triggering 1 polarity 0
(XEN) [2014-09-25 13:08:55.185] IOAPIC[0]: Set PCI routing entry (6-13 -> 0x88 -> IRQ 13 Mode:0 Active:0)
[   28.841528] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 *10 11 14 15)
[   28.860162] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 *11 14 15)
[   28.879144] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 14 15)
[   28.898121] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 *10 11 14 15)
[   28.917081] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 *11 14 15)
[   28.936044] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 *7 10 11 14 15)
[   28.955029] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 *10 11 14 15)
[   28.974003] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 *10 11 14 15)
[   28.993184] xen:balloon: Initialising balloon driver
[   29.008321] xen_balloon: Initialising balloon driver
[   29.023585] vgaarb: setting as boot device: PCI:0000:0f:00.0
[   29.040265] vgaarb: device added: PCI:0000:0f:00.0,decodes=io+mem,owns=io+mem,locks=none
[   29.064724] vgaarb: device added: PCI:0000:0e:00.0,decodes=io+mem,owns=none,locks=none
[   29.088639] vgaarb: device added: PCI:0000:09:00.0,decodes=io+mem,owns=none,locks=none
[   29.112567] vgaarb: loaded
[   29.120868] vgaarb: bridge control possible 0000:09:00.0
[   29.136983] vgaarb: bridge control possible 0000:0e:00.0
[   29.153104] vgaarb: bridge control possible 0000:0f:00.0
[   29.169383] SCSI subsystem initialized
[   29.180709] libata version 3.00 loaded.
[   29.192449] ACPI: bus type USB registered
[   29.204652] usbcore: registered new interface driver usbfs
[   29.221249] usbcore: registered new interface driver hub
[   29.237526] usbcore: registered new device driver usb
[   29.252751] Linux video capture interface: v2.00
[   29.266770] pps_core: LinuxPPS API ver. 1 registered
[   29.281798] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   29.309373] PTP clock support registered
[   29.321458] Advanced Linux Sound Architecture Driver Initialized.
[   29.339779] PCI: Using ACPI for IRQ routing
[   29.363032] PCI: pci_cache_line_size set to 64 bytes
[   29.377646] pci 0000:0f:00.0: BAR 0: reserving [mem 0xd0000000-0xdfffffff flags 0x14220c] (d=0, p=0)
[   29.405191] pci 0000:0f:00.0: BAR 2: reserving [mem 0xfe9e0000-0xfe9effff flags 0x140204] (d=0, p=0)
[   29.432768] pci 0000:0f:00.0: BAR 4: reserving [io  0xe000-0xe0ff flags 0x40101] (d=0, p=0)
[   29.457992] pci 0000:0f:00.1: BAR 0: reserving [mem 0xfe9fc000-0xfe9fffff flags 0x140204] (d=0, p=0)
[   29.485548] pci 0000:0e:00.1: BAR 0: reserving [mem 0xfe8fc000-0xfe8fffff flags 0x140204] (d=0, p=0)
[   29.513102] pci 0000:0d:00.0: BAR 0: reserving [io  0xc800-0xc8ff flags 0x40101] (d=0, p=0)
[   29.538324] pci 0000:0d:00.0: BAR 2: reserving [mem 0xbffff000-0xbfffffff flags 0x14220c] (d=0, p=0)
[   29.565881] pci 0000:0d:00.0: BAR 4: reserving [mem 0xbfff8000-0xbfffbfff flags 0x14220c] (d=0, p=0)
[   29.593446] pci 0000:0c:00.0: BAR 0: reserving [io  0xb800-0xb8ff flags 0x40101] (d=0, p=0)
[   29.618661] pci 0000:0c:00.0: BAR 2: reserving [mem 0xbfeff000-0xbfefffff flags 0x14220c] (d=0, p=0)
[   29.646218] pci 0000:0c:00.0: BAR 4: reserving [mem 0xbfef8000-0xbfefbfff flags 0x14220c] (d=0, p=0)
[   29.673782] pci 0000:0b:00.0: BAR 0: reserving [mem 0xfe5fe000-0xfe5fffff flags 0x140204] (d=0, p=0)
[   29.701340] pci 0000:0a:00.0: BAR 0: reserving [mem 0xfe200000-0xfe3fffff flags 0x140204] (d=0, p=0)
[   29.728895] pci 0000:09:00.1: BAR 0: reserving [mem 0xfe1fc000-0xfe1fffff flags 0x140204] (d=0, p=0)
[   29.756457] pci 0000:05:00.0: BAR 0: reserving [mem 0xfdee0000-0xfdefffff flags 0x40200] (d=0, p=0)
[   29.783756] pci 0000:08:00.0: BAR 0: reserving [mem 0xfe0fe000-0xfe0fffff flags 0x140204] (d=0, p=0)
[   29.811308] pci 0000:07:00.0: BAR 0: reserving [io  0x9800-0x9807 flags 0x40101] (d=0, p=0)
[   29.836528] pci 0000:07:00.0: BAR 1: reserving [io  0x9400-0x9403 flags 0x40101] (d=0, p=0)
[   29.861741] pci 0000:07:00.0: BAR 2: reserving [io  0x9000-0x9007 flags 0x40101] (d=0, p=0)
[   29.886959] pci 0000:07:00.0: BAR 3: reserving [io  0x8800-0x8803 flags 0x40101] (d=0, p=0)
[   29.912177] pci 0000:07:00.0: BAR 4: reserving [io  0x8400-0x840f flags 0x40101] (d=0, p=0)
[   29.937401] pci 0000:07:00.0: BAR 5: reserving [mem 0xfdfff800-0xfdffffff flags 0x40200] (d=0, p=0)
[   29.964706] pci 0000:04:00.0: BAR 0: reserving [mem 0xfddfe000-0xfddfffff flags 0x140204] (d=0, p=0)
[   29.992255] pci 0000:00:11.0: BAR 0: reserving [io  0x3000-0x3007 flags 0x40101] (d=0, p=0)
[   30.017479] pci 0000:00:11.0: BAR 1: reserving [io  0x2000-0x2003 flags 0x40101] (d=0, p=0)
[   30.042697] pci 0000:00:11.0: BAR 2: reserving [io  0x1000-0x1007 flags 0x40101] (d=0, p=0)
[   30.067915] pci 0000:00:11.0: BAR 3: reserving [io  0x4800-0x4803 flags 0x40101] (d=0, p=0)
[   30.093134] pci 0000:00:11.0: BAR 4: reserving [io  0x3800-0x380f flags 0x40101] (d=0, p=0)
[   30.118352] pci 0000:00:11.0: BAR 5: reserving [mem 0xfdbff000-0xfdbff3ff flags 0x40200] (d=0, p=0)
[   30.145656] pci 0000:00:12.0: BAR 0: reserving [mem 0xfdbf7000-0xfdbf7fff flags 0x40200] (d=0, p=0)
[   30.172955] pci 0000:00:12.2: BAR 0: reserving [mem 0xfdbff400-0xfdbff4ff flags 0x40200] (d=0, p=0)
[   30.200250] pci 0000:00:13.0: BAR 0: reserving [mem 0xfdbfc000-0xfdbfcfff flags 0x40200] (d=0, p=0)
[   30.227552] pci 0000:00:13.2: BAR 0: reserving [mem 0xfdbff800-0xfdbff8ff flags 0x40200] (d=0, p=0)
[   30.254846] pci 0000:00:14.2: BAR 0: reserving [mem 0xfdbf8000-0xfdbfbfff flags 0x140204] (d=0, p=0)
[   30.282407] pci 0000:03:06.0: BAR 0: reserving [io  0x7800-0x78ff flags 0x40101] (d=0, p=0)
[   30.307624] pci 0000:00:14.5: BAR 0: reserving [mem 0xfdbfd000-0xfdbfdfff flags 0x40200] (d=0, p=0)
[   30.334924] pci 0000:00:16.0: BAR 0: reserving [mem 0xfdbfe000-0xfdbfefff flags 0x40200] (d=0, p=0)
[   30.362216] pci 0000:00:16.2: BAR 0: reserving [mem 0xfdbffc00-0xfdbffcff flags 0x40200] (d=0, p=0)
[   30.389527] pci 0000:0e:00.0: BAR 0: reserving [mem 0xc0000000-0xcfffffff flags 0x14220c] (d=1, p=1)
[   30.417077] pci 0000:0e:00.0: BAR 2: reserving [mem 0xfe8c0000-0xfe8dffff flags 0x140204] (d=1, p=1)
[   30.444660] pci 0000:0e:00.0: BAR 4: reserving [io  0xd000-0xd0ff flags 0x40101] (d=1, p=1)
[   30.469891] pci 0000:09:00.0: BAR 0: reserving [mem 0xa0000000-0xafffffff flags 0x14220c] (d=1, p=1)
[   30.497436] pci 0000:09:00.0: BAR 2: reserving [mem 0xfe1c0000-0xfe1dffff flags 0x140204] (d=1, p=1)
[   30.524994] pci 0000:09:00.0: BAR 4: reserving [io  0xa000-0xa0ff flags 0x40101] (d=1, p=1)
[   30.541428] random: nonblocking pool is initialized
[   30.565078] e820: reserve RAM buffer [mem 0x00099000-0x0009ffff]
[   30.583706] Bluetooth: Core ver 2.19
[   30.594179] NET: Registered protocol family 31
[   30.607669] Bluetooth: HCI device and connection manager initialized
[   30.626927] Bluetooth: HCI socket layer initialized
[   30.641731] Bluetooth: L2CAP socket layer initialized
[   30.657081] Bluetooth: SCO socket layer initialized
(XEN) [2014-09-25 13:08:57.044] PCI: Using MCFG for segment 0000 bus 00-ff
[   30.692102] Switched to clocksource xen
[   30.703584] FS-Cache: Loaded
[   30.712235] pnp: PnP ACPI init
[   30.721784] system 00:00: [mem 0xfec20000-0xfec200ff] could not be reserved
[   30.742647] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[   30.763290] system 00:01: [mem 0xf6000000-0xf6003fff] has been reserved
[   30.783164] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[   30.803817] xen: registering gsi 8 triggering 1 polarity 0
(XEN) [2014-09-25 13:08:51.005] IOAPIC[0]: Set PCI routing entry (6-8 -> 0x58 -> IRQ 8 Mode:0 Active:0)
[   30.847683] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[   30.867725] xen: registering gsi 4 triggering 1 polarity 0
[   30.884036] Already setup the GSI :4
[   30.894958] pnp 00:03: [dma 0 disabled]
[   30.906717] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[   30.926589] system 00:04: [io  0x0600-0x06df] has been reserved
[   30.944352] system 00:04: [io  0x0ae0-0x0aef] has been reserved
[   30.962294] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[   30.982999] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[   31.003888] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[   31.023914] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[   31.044728] system 00:06: [io  0x04d0-0x04d1] has been reserved
[   31.062388] system 00:06: [io  0x040b] has been reserved
[   31.078503] system 00:06: [io  0x04d6] has been reserved
[   31.094627] system 00:06: [io  0x0c00-0x0c01] has been reserved
[   31.112563] system 00:06: [io  0x0c14] has been reserved
[   31.128682] system 00:06: [io  0x0c50-0x0c51] has been reserved
[   31.146615] system 00:06: [io  0x0c52] has been reserved
[   31.162743] system 00:06: [io  0x0c6c] has been reserved
[   31.178861] system 00:06: [io  0x0c6f] has been reserved
[   31.194991] system 00:06: [io  0x0cd0-0x0cd1] has been reserved
[   31.212926] system 00:06: [io  0x0cd2-0x0cd3] has been reserved
[   31.230859] system 00:06: [io  0x0cd4-0x0cd5] has been reserved
[   31.248791] system 00:06: [io  0x0cd6-0x0cd7] has been reserved
[   31.266736] system 00:06: [io  0x0cd8-0x0cdf] has been reserved
[   31.284675] system 00:06: [io  0x0800-0x089f] could not be reserved
[   31.303646] system 00:06: [io  0x0b00-0x0b1f] has been reserved
[   31.321585] system 00:06: [io  0x0b20-0x0b3f] has been reserved
[   31.339525] system 00:06: [io  0x0900-0x090f] has been reserved
[   31.357472] system 00:06: [io  0x0910-0x091f] has been reserved
[   31.375408] system 00:06: [io  0xfe00-0xfefe] has been reserved
[   31.393344] system 00:06: [mem 0xffb80000-0xffbfffff] has been reserved
[   31.413363] system 00:06: [mem 0xfec10000-0xfec1001f] has been reserved
[   31.433381] system 00:06: [mem 0xfed80000-0xfed80fff] has been reserved
[   31.453426] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[   31.474091] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[   31.493994] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[   31.514719] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[   31.535588] system 00:08: [mem 0x000c0000-0x000cffff] could not be reserved
[   31.556645] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[   31.577706] system 00:08: [mem 0x00100000-0x9fffffff] could not be reserved
[   31.598763] system 00:08: [mem 0xfec00000-0xffffffff] could not be reserved
[   31.619817] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[   31.640495] pnp: PnP ACPI: found 9 devices
[   31.653169] pciback 0000:0e:00.0: seizing device
[   31.666896] pciback 0000:0e:00.1: seizing device
[   31.680945] pciback 0000:0b:00.0: seizing device
[   31.694964] pciback 0000:0a:00.0: seizing device
[   31.709001] pciback 0000:09:00.0: seizing device
[   31.723042] pciback 0000:09:00.1: seizing device
[   31.737108] pciback 0000:08:00.0: seizing device
[   31.751121] pciback 0000:07:00.0: seizing device
[   31.765157] pciback 0000:04:00.0: seizing device
[   31.779198] pciback 0000:03:06.0: seizing device
[   31.801318] PM-Timer failed consistency check  (0xffffff) - aborting.
[   31.820476] pci 0000:00:02.0: PCI bridge to [bus 0f]
[   31.835423] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[   31.853892] pci 0000:00:02.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[   31.874429] pci 0000:00:02.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[   31.897831] pci 0000:00:03.0: PCI bridge to [bus 0e]
[   31.912904] pci 0000:00:03.0:   bridge window [io  0xd000-0xdfff]
[   31.931366] pci 0000:00:03.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[   31.951911] pci 0000:00:03.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[   31.975303] pci 0000:00:05.0: PCI bridge to [bus 0d]
[   31.990382] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[   32.008835] pci 0000:00:05.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[   32.029377] pci 0000:00:05.0:   bridge window [mem 0xbff00000-0xbfffffff 64bit pref]
[   32.052783] pci 0000:00:06.0: PCI bridge to [bus 0c]
[   32.067856] pci 0000:00:06.0:   bridge window [io  0xb000-0xbfff]
[   32.086317] pci 0000:00:06.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[   32.106858] pci 0000:00:06.0:   bridge window [mem 0xbfe00000-0xbfefffff 64bit pref]
[   32.130257] pci 0000:00:09.0: PCI bridge to [bus 0b]
[   32.145333] pci 0000:00:09.0:   bridge window [mem 0xfe500000-0xfe5fffff]
[   32.165877] pci 0000:00:0a.0: PCI bridge to [bus 0a]
[   32.180951] pci 0000:00:0a.0:   bridge window [mem 0xfe200000-0xfe3fffff]
[   32.201495] pci 0000:00:0b.0: PCI bridge to [bus 09]
[   32.216569] pci 0000:00:0b.0:   bridge window [io  0xa000-0xafff]
[   32.235031] pci 0000:00:0b.0:   bridge window [mem 0xfe100000-0xfe1fffff]
[   32.255560] pci 0000:00:0b.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[   32.278969] pci 0000:06:01.0: PCI bridge to [bus 08]
[   32.294050] pci 0000:06:01.0:   bridge window [mem 0xfe000000-0xfe0fffff]
[   32.314590] pci 0000:06:02.0: PCI bridge to [bus 07]
[   32.329660] pci 0000:06:02.0:   bridge window [io  0x8000-0x9fff]
[   32.348126] pci 0000:06:02.0:   bridge window [mem 0xfdf00000-0xfdffffff]
[   32.368669] pci 0000:05:00.0: PCI bridge to [bus 06-08]
[   32.384521] pci 0000:05:00.0:   bridge window [io  0x8000-0x9fff]
[   32.402985] pci 0000:05:00.0:   bridge window [mem 0xfdf00000-0xfe0fffff]
[   32.423526] pci 0000:00:0c.0: PCI bridge to [bus 05-08]
[   32.439398] pci 0000:00:0c.0:   bridge window [io  0x8000-0x9fff]
[   32.457864] pci 0000:00:0c.0:   bridge window [mem 0xfde00000-0xfe0fffff]
[   32.478403] pci 0000:00:0d.0: PCI bridge to [bus 04]
[   32.493483] pci 0000:00:0d.0:   bridge window [mem 0xfdd00000-0xfddfffff]
[   32.514015] pci 0000:00:14.4: PCI bridge to [bus 03]
[   32.529096] pci 0000:00:14.4:   bridge window [io  0x7000-0x7fff]
[   32.547568] pci 0000:00:15.0: PCI bridge to [bus 02]
[   32.562643] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[   32.579533] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[   32.596426] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[   32.615404] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[   32.634383] pci_bus 0000:00: resource 8 [mem 0xa0000000-0xdfffffff]
[   32.653368] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
[   32.672345] pci_bus 0000:0f: resource 0 [io  0xe000-0xefff]
[   32.689244] pci_bus 0000:0f: resource 1 [mem 0xfe900000-0xfe9fffff]
[   32.708222] pci_bus 0000:0f: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[   32.730062] pci_bus 0000:0e: resource 0 [io  0xd000-0xdfff]
[   32.746960] pci_bus 0000:0e: resource 1 [mem 0xfe800000-0xfe8fffff]
[   32.765942] pci_bus 0000:0e: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[   32.787777] pci_bus 0000:0d: resource 0 [io  0xc000-0xcfff]
[   32.804679] pci_bus 0000:0d: resource 1 [mem 0xfe700000-0xfe7fffff]
[   32.823657] pci_bus 0000:0d: resource 2 [mem 0xbff00000-0xbfffffff 64bit pref]
[   32.845497] pci_bus 0000:0c: resource 0 [io  0xb000-0xbfff]
[   32.862393] pci_bus 0000:0c: resource 1 [mem 0xfe600000-0xfe6fffff]
[   32.881375] pci_bus 0000:0c: resource 2 [mem 0xbfe00000-0xbfefffff 64bit pref]
[   32.903212] pci_bus 0000:0b: resource 1 [mem 0xfe500000-0xfe5fffff]
[   32.922186] pci_bus 0000:0a: resource 1 [mem 0xfe200000-0xfe3fffff]
[   32.941170] pci_bus 0000:09: resource 0 [io  0xa000-0xafff]
[   32.958063] pci_bus 0000:09: resource 1 [mem 0xfe100000-0xfe1fffff]
[   32.977047] pci_bus 0000:09: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
[   32.998888] pci_bus 0000:05: resource 0 [io  0x8000-0x9fff]
[   33.015789] pci_bus 0000:05: resource 1 [mem 0xfde00000-0xfe0fffff]
[   33.034763] pci_bus 0000:06: resource 0 [io  0x8000-0x9fff]
[   33.051663] pci_bus 0000:06: resource 1 [mem 0xfdf00000-0xfe0fffff]
[   33.070644] pci_bus 0000:08: resource 1 [mem 0xfe000000-0xfe0fffff]
[   33.089619] pci_bus 0000:07: resource 0 [io  0x8000-0x9fff]
[   33.106525] pci_bus 0000:07: resource 1 [mem 0xfdf00000-0xfdffffff]
[   33.125499] pci_bus 0000:04: resource 1 [mem 0xfdd00000-0xfddfffff]
[   33.144481] pci_bus 0000:03: resource 0 [io  0x7000-0x7fff]
[   33.161376] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[   33.178280] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[   33.195177] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[   33.214159] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
[   33.233132] pci_bus 0000:03: resource 8 [mem 0xa0000000-0xdfffffff]
[   33.252114] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfebfffff]
[   33.271137] NET: Registered protocol family 2
[   33.284681] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[   33.306623] TCP bind hash table entries: 16384 (order: 8, 1048576 bytes)
[   33.327262] TCP: Hash tables configured (established 16384 bind 16384)
[   33.346618] TCP: reno registered
[   33.356477] UDP hash table entries: 1024 (order: 5, 163840 bytes)
[   33.375019] UDP-Lite hash table entries: 1024 (order: 5, 163840 bytes)
[   33.394907] NET: Registered protocol family 1
[   33.407946] pci 0000:00:11.0: calling quirk_msi_intx_disable_ati_bug+0x0/0x50
[   33.429482] pci 0000:00:12.0: calling quirk_usb_early_handoff+0x0/0x6f0
[   33.449659] xen: registering gsi 18 triggering 0 polarity 1
[   33.466439] xen: --> pirq=18 -> irq=18 (gsi=18)
(XEN) [2014-09-25 13:08:53.665] IOAPIC[0]: Set PCI routing entry (6-18 -> 0xb8 -> IRQ 18 Mode:1 Active:1)
[   33.582357] pci 0000:00:12.2: calling quirk_usb_early_handoff+0x0/0x6f0
[   33.602018] xen: registering gsi 17 triggering 0 polarity 1
[   33.618804] xen: --> pirq=17 -> irq=17 (gsi=17)
(XEN) [2014-09-25 13:08:53.817] IOAPIC[0]: Set PCI routing entry (6-17 -> 0xc0 -> IRQ 17 Mode:1 Active:1)
[   33.660544] pci 0000:00:13.0: calling quirk_usb_early_handoff+0x0/0x6f0
[   33.680527] xen: registering gsi 18 triggering 0 polarity 1
[   33.697310] Already setup the GSI :18
[   33.785705] pci 0000:00:13.2: calling quirk_usb_early_handoff+0x0/0x6f0
[   33.805366] xen: registering gsi 17 triggering 0 polarity 1
[   33.822141] Already setup the GSI :17
[   33.833476] pci 0000:00:14.5: calling quirk_usb_early_handoff+0x0/0x6f0
[   33.853461] xen: registering gsi 18 triggering 0 polarity 1
[   33.870239] Already setup the GSI :18
[   33.955707] pci 0000:00:16.0: calling quirk_usb_early_handoff+0x0/0x6f0
[   33.975371] xen: registering gsi 18 triggering 0 polarity 1
[   33.992146] Already setup the GSI :18
[   34.079039] pci 0000:00:16.2: calling quirk_usb_early_handoff+0x0/0x6f0
[   34.098696] xen: registering gsi 17 triggering 0 polarity 1
[   34.115472] Already setup the GSI :17
[   34.126797] pci 0000:00:18.0: calling quirk_amd_nb_node+0x0/0x80
[   34.144855] pci 0000:00:18.1: calling quirk_amd_nb_node+0x0/0x80
[   34.163052] pci 0000:00:18.2: calling quirk_amd_nb_node+0x0/0x80
[   34.181252] pci 0000:00:18.3: calling quirk_amd_nb_node+0x0/0x80
[   34.199450] pci 0000:00:18.4: calling quirk_amd_nb_node+0x0/0x80
[   34.217652] pci 0000:0f:00.0: calling pci_fixup_video+0x0/0xe0
[   34.235326] pci 0000:0f:00.0: Video device with shadowed ROM
[   34.252490] pciback 0000:0e:00.0: calling pci_fixup_video+0x0/0xe0
[   34.271215] pciback 0000:0b:00.0: calling quirk_usb_early_handoff+0x0/0x6f0
[   34.292385] xen: registering gsi 53 triggering 0 polarity 1
[   34.309169] xen: --> pirq=53 -> irq=53 (gsi=53)
(XEN) [2014-09-25 13:08:54.507] IOAPIC[1]: Set PCI routing entry (7-29 -> 0xc8 -> IRQ 53 Mode:1 Active:1)
[   34.350801] xen: registering gsi 48 triggering 0 polarity 1
[   34.367661] xen: --> pirq=48 -> irq=48 (gsi=48)
(XEN) [2014-09-25 13:08:54.566] IOAPIC[1]: Set PCI routing entry (7-24 -> 0xd0 -> IRQ 48 Mode:1 Active:1)
[   34.409319] pciback 0000:09:00.0: calling pci_fixup_video+0x0/0xe0
[   34.427990] pciback 0000:08:00.0: calling quirk_usb_early_handoff+0x0/0x6f0
[   34.449174] xen: registering gsi 54 triggering 0 polarity 1
[   34.465960] xen: --> pirq=54 -> irq=54 (gsi=54)
(XEN) [2014-09-25 13:08:54.664] IOAPIC[1]: Set PCI routing entry (7-30 -> 0xd8 -> IRQ 54 Mode:1 Active:1)
[   34.507593] xen: registering gsi 36 triggering 0 polarity 1
[   34.524455] xen: --> pirq=36 -> irq=36 (gsi=36)
(XEN) [2014-09-25 13:08:54.723] IOAPIC[1]: Set PCI routing entry (7-12 -> 0x21 -> IRQ 36 Mode:1 Active:1)
[   34.566091] xen: registering gsi 37 triggering 0 polarity 1
[   34.582955] xen: --> pirq=37 -> irq=37 (gsi=37)
(XEN) [2014-09-25 13:08:54.781] IOAPIC[1]: Set PCI routing entry (7-13 -> 0x29 -> IRQ 37 Mode:1 Active:1)
[   34.624585] xen: registering gsi 37 triggering 0 polarity 1
[   34.641447] Already setup the GSI :37
[   34.652687] pciback 0000:04:00.0: calling quirk_usb_early_handoff+0x0/0x6f0
[   34.673803] xen: registering gsi 54 triggering 0 polarity 1
[   34.690583] Already setup the GSI :54
[   34.701799] xen: registering gsi 40 triggering 0 polarity 1
[   34.718666] xen: --> pirq=40 -> irq=40 (gsi=40)
(XEN) [2014-09-25 13:08:54.917] IOAPIC[1]: Set PCI routing entry (7-16 -> 0x31 -> IRQ 40 Mode:1 Active:1)
[   34.760322] PCI: CLS 64 bytes, default 64
[   34.772620] Trying to unpack rootfs image as initramfs...
[   34.819934] Freeing initrd memory: 15572K (ffff880003623000 - ffff880004558000)
[   34.844417] Scanning for low memory corruption every 60 seconds
[   34.864481] sha1_ssse3: Neither AVX nor AVX2 nor SSSE3 is available/usable.
[   34.885071] sha256_ssse3: Neither AVX nor SSSE3 is available/usable.
[   34.904299] sha512_ssse3: Neither AVX nor SSSE3 is available/usable.
[   34.923533] AVX or AES-NI instructions are not detected.
[   34.939658] AVX instructions are not detected.
[   34.953176] AVX instructions are not detected.
[   34.966692] AVX2 or AES-NI instructions are not detected.
[   34.983073] AVX2 instructions are not detected.
[   34.997379] futex hash table entries: 2048 (order: 6, 262144 bytes)
[   35.016091] audit: initializing netlink subsys (disabled)
[   35.032332] audit: type=2000 audit(1411650535.215:1): initialized
[   35.051215] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[   35.075714] VFS: Disk quotas dquot_6.5.2
[   35.087297] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[   35.108768] ntfs: driver 2.1.30 [Flags: R/W].
[   35.121974] fuse init (API version 7.23)
[   35.134958] gfs2: GFS2 installed
[   35.144472] ceph: loaded (mds proto 32)
[   35.156078] msgmni has been set to 2812
[   35.169853] bounce: pool size: 64 pages
[   35.181176] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[   35.203459] io scheduler noop registered
[   35.215396] io scheduler deadline registered
[   35.228524] io scheduler cfq registered (default)
[   35.242933] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[   35.258031] crc32: self tests passed, processed 225944 bytes in 109313 nsec
[   35.279206] crc32c: CRC_LE_BITS = 64
[   35.290012] crc32c: self tests passed, processed 225944 bytes in 54643 nsec
[   35.320224] crc32_combine: 8373 self tests passed
[   35.343184] crc32c_combine: 8373 self tests passed
[   35.357728] xen: registering gsi 52 triggering 0 polarity 1
[   35.374221] xen: --> pirq=52 -> irq=52 (gsi=52)
(XEN) [2014-09-25 13:08:55.572] IOAPIC[1]: Set PCI routing entry (7-28 -> 0x39 -> IRQ 52 Mode:1 Active:1)
[   35.416140] xen: registering gsi 52 triggering 0 polarity 1
[   35.432692] Already setup the GSI :52
[   35.444146] xen: registering gsi 52 triggering 0 polarity 1
[   35.460795] Already setup the GSI :52
[   35.472261] xen: registering gsi 53 triggering 0 polarity 1
[   35.488869] Already setup the GSI :53
[   35.500437] xen: registering gsi 54 triggering 0 polarity 1
[   35.516952] Already setup the GSI :54
[   35.528414] xen: registering gsi 54 triggering 0 polarity 1
[   35.545032] Already setup the GSI :54
[   35.556728] xen: registering gsi 16 triggering 0 polarity 1
[   35.573157] xen: --> pirq=16 -> irq=16 (gsi=16)
(XEN) [2014-09-25 13:08:55.771] IOAPIC[0]: Set PCI routing entry (6-16 -> 0x89 -> IRQ 16 Mode:1 Active:1)
[   35.615314] xen: registering gsi 38 triggering 0 polarity 1
[   35.631744] xen: --> pirq=38 -> irq=38 (gsi=38)
(XEN) [2014-09-25 13:08:55.830] IOAPIC[1]: Set PCI routing entry (7-14 -> 0xa9 -> IRQ 38 Mode:1 Active:1)
[   35.673825] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   35.690379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[   35.710260] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
[   35.733663] cpcihp_generic: not configured, disabling.
[   35.749312] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   35.770896] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
[   35.790170] usbcore: registered new interface driver udlfb
[   35.806585] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[   35.825284] vesafb: scrolling: redraw
[   35.836461] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[   35.854390] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010580000, using 10240k, total 16384k
[   35.904024] Console: switching to colour frame buffer device 160x64
[   35.942881] fb0: VESA VGA frame buffer device
[   35.956372] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[   35.981378] ACPI: Power Button [PWRB]
[   35.992608] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[   36.014893] ACPI: Power Button [PWRF]
[   36.026849] Warning: Processor Platform Limit not supported.
[   36.044181] xen:xen_evtchn: Event-channel device installed
[   36.060864] xen: registering gsi 22 triggering 0 polarity 1
[   36.077425] xen: --> pirq=22 -> irq=22 (gsi=22)
(XEN) [2014-09-25 13:08:56.276] IOAPIC[0]: Set PCI routing entry (6-22 -> 0xb9 -> IRQ 22 Mode:1 Active:1)
[   36.145699] xen: registering gsi 40 triggering 0 polarity 1
[   36.162253] Already setup the GSI :40
[   37.182227] pciback 0000:04:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x10a)
[   37.209057] pciback 0000:04:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xfddfe004)
[   37.236860] pciback 0000:04:00.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[   37.262857] pciback 0000:04:00.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100102)
[   37.291316] xen: registering gsi 38 triggering 0 polarity 1
[   37.308093] Already setup the GSI :38
[   37.345712] xen: registering gsi 37 triggering 0 polarity 1
[   37.362275] Already setup the GSI :37
[   38.382231] pciback 0000:08:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x107)
[   38.409025] pciback 0000:08:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xfe0fe004)
[   38.436822] pciback 0000:08:00.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[   38.462851] pciback 0000:08:00.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100102)
[   38.491326] xen: registering gsi 33 triggering 0 polarity 1
[   38.508093] xen: --> pirq=33 -> irq=33 (gsi=33)
(XEN) [2014-09-25 13:08:58.706] IOAPIC[1]: Set PCI routing entry (7-9 -> 0xc1 -> IRQ 33 Mode:1 Active:1)
[   38.575661] pciback 0000:09:00.0: enabling device (0000 -> 0003)
[   38.593584] xen: registering gsi 32 triggering 0 polarity 1
[   38.610461] xen: --> pirq=32 -> irq=32 (gsi=32)
(XEN) [2014-09-25 13:08:58.809] IOAPIC[1]: Set PCI routing entry (7-8 -> 0xc9 -> IRQ 32 Mode:1 Active:1)
[   38.675698] xen: registering gsi 47 triggering 0 polarity 1
[   38.692299] xen: --> pirq=47 -> irq=47 (gsi=47)
(XEN) [2014-09-25 13:08:58.890] IOAPIC[1]: Set PCI routing entry (7-23 -> 0xd1 -> IRQ 47 Mode:1 Active:1)
[   39.742298] pciback 0000:0a:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x10a)
[   39.769116] pciback 0000:0a:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xfe200004)
[   39.796900] pciback 0000:0a:00.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[   39.822901] pciback 0000:0a:00.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100106)
[   39.857639] xen: registering gsi 48 triggering 0 polarity 1
[   39.880767] Already setup the GSI :48
[   40.905560] pciback 0000:0b:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x10a)
[   40.938978] pciback 0000:0b:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xfe5fe004)
[   40.973137] pciback 0000:0b:00.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[   41.005428] pciback 0000:0b:00.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100102)
[   41.040179] xen: registering gsi 29 triggering 0 polarity 1
[   41.063330] xen: --> pirq=29 -> irq=29 (gsi=29)
(XEN) [2014-09-25 13:09:01.268] IOAPIC[1]: Set PCI routing entry (7-5 -> 0xd9 -> IRQ 29 Mode:1 Active:1)
[   41.135662] pciback 0000:0e:00.0: enabling device (0000 -> 0003)
[   41.160198] xen: registering gsi 28 triggering 0 polarity 1
[   41.183406] xen: --> pirq=28 -> irq=28 (gsi=28)
(XEN) [2014-09-25 13:09:01.388] IOAPIC[1]: Set PCI routing entry (7-4 -> 0x22 -> IRQ 28 Mode:1 Active:1)
[   41.255898] xen_pciback: backend is vpci
[   41.274650] xen_acpi_processor: Uploading Xen processor PM info
[   41.300280] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[   41.326752] hpet_acpi_add: no address or irqs in _CRS
[   41.348653] Linux agpgart interface v0.103
[   41.367889] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[   41.401306] [drm] Initialized drm 1.1.0 20060810
[   41.421662] [drm] VGACON disable radeon kernel modesetting.
[   41.444826] [drm:radeon_init] *ERROR* No UMS support in radeon module!
[   41.474770] brd: module loaded
[   41.499018] loop: module loaded
[   41.515189] ahci 0000:00:11.0: version 3.0
[   41.533937] xen: registering gsi 19 triggering 0 polarity 1
[   41.556924] xen: --> pirq=19 -> irq=19 (gsi=19)
(XEN) [2014-09-25 13:09:01.761] IOAPIC[0]: Set PCI routing entry (6-19 -> 0x2a -> IRQ 19 Mode:1 Active:1)
[   41.604754] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[   41.635582] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[   41.668276] scsi host0: ahci
[   41.683536] scsi host1: ahci
[   41.698612] scsi host2: ahci
[   41.713599] scsi host3: ahci
[   41.728449] scsi host4: ahci
[   41.743215] scsi host5: ahci
[   41.757622] ata1: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff100 irq 114
[   41.785860] ata2: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff180 irq 115
[   41.813998] ata3: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff200 irq 116
[   41.841997] ata4: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff280 irq 117
[   41.869972] ata5: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff300 irq 118
[   41.897841] ata6: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff380 irq 119
[   41.925917] tun: Universal TUN/TAP device driver, 1.6
[   41.946406] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   41.970421] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[   41.997001] e1000: Copyright (c) 1999-2006 Intel Corporation.
[   42.019712] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[   42.042563] e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
[   42.065745] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.2.13-k
[   42.092368] igb: Copyright (c) 2007-2014 Intel Corporation.
[   42.114632] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
[   42.143619] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[   42.166982] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   42.189297] xen: registering gsi 46 triggering 0 polarity 1
[   42.211540] xen: --> pirq=46 -> irq=46 (gsi=46)
(XEN) [2014-09-25 13:09:02.415] IOAPIC[1]: Set PCI routing entry (7-22 -> 0x72 -> IRQ 46 Mode:1 Active:1)
(XEN) [2014-09-25 13:09:02.443] IOAPIC[1]: Set PCI routing entry (7-27 -> 0x8a -> IRQ 51 Mode:1 Active:1)
[   42.238853] ata6: SATA link down (SStatus 0 SControl 300)
[   42.258466] r8169 0000:0d:00.0: enabling Mem-Wr-Inval
[   42.259035] r8169 0000:0d:00.0 eth0: RTL8168d/8111d at 0xffffc90000362000, 40:61:86:f4:67:d9, XID 081000c0 IRQ 122
[   42.259037] r8169 0000:0d:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   42.259106] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   42.259172] xen: registering gsi 51 triggering 0 polarity 1
[   42.259182] xen: --> pirq=51 -> irq=51 (gsi=51)
[   42.286537] r8169 0000:0c:00.0: enabling Mem-Wr-Inval
[   42.286951] r8169 0000:0c:00.0 eth1: RTL8168d/8111d at 0xffffc90000364000, 40:61:86:f4:67:d8, XID 081000c0 IRQ 123
[   42.286952] r8169 0000:0c:00.0 eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   42.286988] xen_netfront: Initialising Xen virtual ethernet driver
[   42.287239] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   42.287241] ehci-pci: EHCI PCI platform driver
[   42.287425] xen: registering gsi 17 triggering 0 polarity 1
[   42.287427] Already setup the GSI :17
[   42.287477] QUIRK: Enable AMD PLL fix
[   42.287492] ehci-pci 0000:00:12.2: enabling bus mastering
[   42.287543] ehci-pci 0000:00:12.2: EHCI Host Controller
(XEN) [2014-09-25 13:09:02.900] IOAPIC[1]: Set PCI routing entry (7-1 -> 0x9a -> IRQ 25 Mode:1 Active:1)
[   42.288000] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[   42.288033] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   42.288061] ehci-pci 0000:00:12.2: debug port 1
[   42.288191] ehci-pci 0000:00:12.2: enabling Mem-Wr-Inval
[   42.288257] ehci-pci 0000:00:12.2: irq 17, io mem 0xfdbff400
[   42.295442] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[   42.295617] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   42.295619] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   42.295620] usb usb1: Product: EHCI Host Controller
[   42.295621] usb usb1: Manufacturer: Linux 3.17.0-rc6-20140925-vanilla+ ehci_hcd
[   42.295622] usb usb1: SerialNumber: 0000:00:12.2
[   42.296188] hub 1-0:1.0: USB hub found
[   42.296214] hub 1-0:1.0: 5 ports detected
[   42.296865] xen: registering gsi 17 triggering 0 polarity 1
[   42.296867] Already setup the GSI :17
[   42.296888] ehci-pci 0000:00:13.2: enabling bus mastering
[   42.296913] ehci-pci 0000:00:13.2: EHCI Host Controller
[   42.297065] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[   42.297070] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   42.297088] ehci-pci 0000:00:13.2: debug port 1
[   42.301831] ehci-pci 0000:00:13.2: enabling Mem-Wr-Inval
[   42.301842] ehci-pci 0000:00:13.2: irq 17, io mem 0xfdbff800
[   42.308816] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[   42.308875] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   42.308876] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   42.308878] usb usb2: Product: EHCI Host Controller
[   42.308879] usb usb2: Manufacturer: Linux 3.17.0-rc6-20140925-vanilla+ ehci_hcd
[   42.308879] usb usb2: SerialNumber: 0000:00:13.2
[   42.309164] hub 2-0:1.0: USB hub found
[   42.309175] hub 2-0:1.0: 5 ports detected
[   42.309597] xen: registering gsi 17 triggering 0 polarity 1
[   42.309599] Already setup the GSI :17
[   42.309622] ehci-pci 0000:00:16.2: enabling bus mastering
[   42.309649] ehci-pci 0000:00:16.2: EHCI Host Controller
[   42.309888] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
[   42.309892] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   42.309911] ehci-pci 0000:00:16.2: debug port 1
[   42.309984] ehci-pci 0000:00:16.2: enabling Mem-Wr-Inval
[   42.309994] ehci-pci 0000:00:16.2: irq 17, io mem 0xfdbffc00
[   42.318773] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[   42.318845] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[   42.318846] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   42.318847] usb usb3: Product: EHCI Host Controller
[   42.318848] usb usb3: Manufacturer: Linux 3.17.0-rc6-20140925-vanilla+ ehci_hcd
[   42.318849] usb usb3: SerialNumber: 0000:00:16.2
[   42.319300] hub 3-0:1.0: USB hub found
[   42.319312] hub 3-0:1.0: 4 ports detected
[   42.319571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   42.319581] ohci-pci: OHCI PCI platform driver
[   42.319760] xen: registering gsi 18 triggering 0 polarity 1
[   42.319762] Already setup the GSI :18
[   42.319784] ohci-pci 0000:00:12.0: enabling bus mastering
[   42.319799] ohci-pci 0000:00:12.0: OHCI PCI host controller
[   42.320030] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 4
[   42.323658] ohci-pci 0000:00:12.0: irq 18, io mem 0xfdbf7000
[   42.376251] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   42.376252] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   42.376253] usb usb4: Product: OHCI PCI host controller
[   42.376254] usb usb4: Manufacturer: Linux 3.17.0-rc6-20140925-vanilla+ ohci_hcd
[   42.376255] usb usb4: SerialNumber: 0000:00:12.0
[   42.376554] hub 4-0:1.0: USB hub found
[   42.376568] hub 4-0:1.0: 5 ports detected
[   42.376996] xen: registering gsi 18 triggering 0 polarity 1
[   42.376998] Already setup the GSI :18
[   42.377020] ohci-pci 0000:00:13.0: enabling bus mastering
[   42.377026] ohci-pci 0000:00:13.0: OHCI PCI host controller
[   42.377250] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
[   42.381034] ohci-pci 0000:00:13.0: irq 18, io mem 0xfdbfc000
[   42.436245] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   42.436247] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   42.436248] usb usb5: Product: OHCI PCI host controller
[   42.436249] usb usb5: Manufacturer: Linux 3.17.0-rc6-20140925-vanilla+ ohci_hcd
[   42.436249] usb usb5: SerialNumber: 0000:00:13.0
[   42.436535] hub 5-0:1.0: USB hub found
[   42.436549] hub 5-0:1.0: 5 ports detected
[   42.436990] xen: registering gsi 18 triggering 0 polarity 1
[   42.436992] Already setup the GSI :18
[   42.437013] ohci-pci 0000:00:14.5: enabling bus mastering
[   42.437019] ohci-pci 0000:00:14.5: OHCI PCI host controller
[   42.437259] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 6
[   42.439333] ohci-pci 0000:00:14.5: irq 18, io mem 0xfdbfd000
[   42.496245] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[   42.496246] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   42.496247] usb usb6: Product: OHCI PCI host controller
[   42.496249] usb usb6: Manufacturer: Linux 3.17.0-rc6-20140925-vanilla+ ohci_hcd
[   42.496250] usb usb6: SerialNumber: 0000:00:14.5
[   42.496546] hub 6-0:1.0: USB hub found
[   42.496560] hub 6-0:1.0: 2 ports detected
[   42.496913] xen: registering gsi 18 triggering 0 polarity 1
[   42.496915] Already setup the GSI :18
[   42.496940] ohci-pci 0000:00:16.0: enabling bus mastering
[   42.496945] ohci-pci 0000:00:16.0: OHCI PCI host controller
[   42.497162] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 7
[   42.497595] ohci-pci 0000:00:16.0: irq 18, io mem 0xfdbfe000
[   42.552899] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[   42.552900] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   42.552901] usb usb7: Product: OHCI PCI host controller
[   42.552902] usb usb7: Manufacturer: Linux 3.17.0-rc6-20140925-vanilla+ ohci_hcd
[   42.552903] usb usb7: SerialNumber: 0000:00:16.0
[   42.553228] hub 7-0:1.0: USB hub found
[   42.553242] hub 7-0:1.0: 4 ports detected
[   42.553513] uhci_hcd: USB Universal Host Controller Interface driver
[   42.553664] usbcore: registered new interface driver usblp
[   42.553716] usbcore: registered new interface driver usb-storage
[   42.553789] usbcore: registered new interface driver usbserial
[   42.553813] usbcore: registered new interface driver cp210x
[   42.553915] usbserial: USB Serial support registered for cp210x
[   42.553952] usbcore: registered new interface driver cypress_m8
[   42.553973] usbserial: USB Serial support registered for DeLorme Earthmate USB
[   42.553994] usbserial: USB Serial support registered for HID->COM RS232 Adapter
[   42.554018] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
[   42.554047] usbcore: registered new interface driver mos7720
[   42.554067] usbserial: USB Serial support registered for Moschip 2 port adapter
[   42.554096] usbcore: registered new interface driver mos7840
[   42.554116] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
[   42.554198] i8042: PNP: No PS/2 controller found. Probing ports directly.
[   42.572453] serio: i8042 KBD port at 0x60,0x64 irq 1
[   42.572486] serio: i8042 AUX port at 0x60,0x64 irq 12
[   42.572955] mousedev: PS/2 mouse device common for all mice
[   42.573672] rtc_cmos 00:02: RTC can wake from S4
[   42.574130] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[   42.574183] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[   42.574453] ACPI Warning: SystemIO range 0x0000000000000b00-0x0000000000000b07 conflicts with OpRegion 0x0000000000000b00-0x0000000000000b0f (\SOR1) (20140724/utaddress-258)
[   42.574455] ACPI: This conflict may cause random problems and system instability
[   42.574455] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   42.574461] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   42.574566] ACPI Warning: SystemIO range 0x0000000000000b20-0x0000000000000b27 conflicts with OpRegion 0x0000000000000b20-0x0000000000000b2f (\SOR2) (20140724/utaddress-258)
[   42.574567] ACPI: This conflict may cause random problems and system instability
[   42.574568] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   42.574570] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   42.574940] lirc_dev: IR Remote Control driver registered, major 248 
[   42.574958] IR NEC protocol handler initialized
[   42.574961] IR RC5(x/sz) protocol handler initialized
[   42.574963] IR RC6 protocol handler initialized
[   42.574966] IR JVC protocol handler initialized
[   42.574968] IR Sony protocol handler initialized
[   42.574971] IR SANYO protocol handler initialized
[   42.574973] IR Sharp protocol handler initialized
[   42.574975] IR MCE Keyboard/mouse protocol handler initialized
[   42.574978] IR LIRC bridge handler initialized
[   42.574980] IR XMP protocol handler initialized
[   42.574982] cx25821: driver version 0.0.106 loaded
[   42.575200] usbcore: registered new interface driver pvrusb2
[   42.575201] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner
[   42.575201] pvrusb2: Debug mask is 31 (0x1f)
[   42.575289] f71805f: Unsupported Fintek device, skipping
[   42.575396] f71882fg: Found f71889ed chip at 0x600, revision 16
[   42.575440] ACPI Warning: SystemIO range 0x0000000000000600-0x0000000000000607 conflicts with OpRegion 0x0000000000000605-0x0000000000000606 (\HMOR) (20140724/utaddress-258)
[   42.575441] ACPI: This conflict may cause random problems and system instability
[   42.575442] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   42.575594] f71882fg f71882fg.1536: Fan: 1 is in duty-cycle mode
[   42.575643] f71882fg f71882fg.1536: Fan: 2 is in duty-cycle mode
[   42.575689] f71882fg f71882fg.1536: Fan: 3 is in duty-cycle mode
[   42.708937] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[   42.709004] sp5100_tco: PCI Revision ID: 0x41
[   42.709070] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
[   42.709113] sp5100_tco: Last reboot was not triggered by watchdog.
[   42.709263] sp5100_tco: initialized (0xffffc90000374b00). heartbeat=60 sec (nowayout=0)
[   42.709269] xen_wdt: Xen WatchDog Timer Driver v0.01
[   42.709327] xen_wdt: cannot register miscdev on minor=130 (-16)
[   42.709338] wdt: probe of wdt failed with error -16
[   42.709917] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[   42.710232] device-mapper: cache-policy-mq: version 1.2.0 loaded
[   42.710235] device-mapper: cache cleaner: version 1.0.0 loaded
[   42.710238] Bluetooth: Virtual HCI driver ver 1.5
[   42.710350] Bluetooth: HCI UART driver ver 2.2
[   42.710352] Bluetooth: HCI H4 protocol initialized
[   42.710353] Bluetooth: HCI BCSP protocol initialized
[   42.710353] Bluetooth: HCILL protocol initialized
[   42.710354] Bluetooth: HCIATH3K protocol initialized
[   42.710355] Bluetooth: HCI Three-wire UART (H5) protocol initialized
[   42.710393] usbcore: registered new interface driver bcm203x
[   42.710429] usbcore: registered new interface driver bpa10x
[   42.710461] usbcore: registered new interface driver bfusb
[   42.710497] usbcore: registered new interface driver btusb
[   42.710533] usbcore: registered new interface driver ath3k
[   42.711266] hidraw: raw HID events driver (C) Jiri Kosina
[   42.711551] usbcore: registered new interface driver usbhid
[   42.711552] usbhid: USB HID core driver
[   42.713230] xen: registering gsi 16 triggering 0 polarity 1
[   42.713233] Already setup the GSI :16
[   42.713544] xen: registering gsi 25 triggering 0 polarity 1
[   42.713557] xen: --> pirq=25 -> irq=25 (gsi=25)
[   42.744323] usbcore: registered new interface driver snd-usb-audio
[   42.744359] usbcore: registered new interface driver snd-ua101
[   42.744397] usbcore: registered new interface driver snd-usb-usx2y
[   42.744439] usbcore: registered new interface driver snd-usb-caiaq
[   42.744476] usbcore: registered new interface driver snd-usb-6fire
[   42.744524] Netfilter messages via NETLINK v0.30.
[   42.744531] nfnl_acct: registering with nfnetlink.
[   42.744591] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   42.744895] ctnetlink v0.93: registering with nfnetlink.
[   42.745322] xt_time: kernel timezone is -0000
[   42.745343] ip_set: protocol 6
[   42.745378] IPVS: Registered protocols ()
[   42.745505] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[   42.745577] IPVS: Creating netns size=1832 id=0
[   43.015454] usb 4-5: new full-speed USB device number 2 using ohci-pci
[   43.428688] IPVS: ipvs loaded.
[   43.636578] ip_tables: (C) 2000-2006 Netfilter Core Team
[   43.636665] TCP: cubic registered
[   43.637138] NET: Registered protocol family 10
[   43.637915] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   43.760823] usb 4-5: New USB device found, idVendor=0a12, idProduct=0001
[   43.760838] usb 4-5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[   43.760840] usb 4-5: Product: EDRClassone
[   43.797393] sit: IPv6 over IPv4 tunneling driver
[   43.797888] NET: Registered protocol family 17
[   44.109553] Bridge firewalling registered
[   44.109583] Ebtables v2.0 registered
[   44.109791] Bluetooth: RFCOMM TTY layer initialized
[   44.109798] Bluetooth: RFCOMM socket layer initialized
[   44.109808] Bluetooth: RFCOMM ver 1.11
[   44.109816] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   44.109817] Bluetooth: BNEP filters: protocol multicast
[   44.109820] Bluetooth: BNEP socket layer initialized
[   44.109823] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   44.109825] Bluetooth: HIDP socket layer initialized
[   44.109900] Key type ceph registered
[   44.110047] libceph: loaded (mon/osd proto 15/24)
[   44.110919] registered taskstats version 1
[   44.112330] Btrfs loaded
[   44.165527] sound hdaudioC0D2: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[   44.165529] sound hdaudioC0D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   44.165532] sound hdaudioC0D2:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   44.165533] sound hdaudioC0D2:    mono: mono_out=0x0
[   44.165534] sound hdaudioC0D2:    dig-out=0x11/0x1e
[   44.165535] sound hdaudioC0D2:    inputs:
[   44.165537] sound hdaudioC0D2:      Front Mic=0x19
[   44.165538] sound hdaudioC0D2:      Rear Mic=0x18
[   44.165539] sound hdaudioC0D2:      Line=0x1a
[   48.053233] ata2: SATA link down (SStatus 0 SControl 300)
[   48.053328] console [netcon0] enabled
[   48.053329] netconsole: network logging started
[   48.073809] rtc_cmos 00:02: setting system clock to 2014-09-25 13:09:14 UTC (1411650554)
[   48.107475] ALSA device list:
[   48.107476]   #0: HDA ATI SB at 0xfdbf8000 irq 16
[   48.107476]   #1: HDA ATI HDMI at 0xfe9fc000 irq 124
[   48.188048] ata5: SATA link down (SStatus 0 SControl 300)
[   48.188169] ata4: SATA link down (SStatus 0 SControl 300)
[   48.345607] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   48.370096] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   48.395224] ata3.00: ATA-8: Hitachi HDS722020ALA330, JKAOA20N, max UDMA/133
[   48.422035] ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[   48.448573] ata1.00: ATA-8: HGST HDN724040ALE640, MJAOA5E0, max UDMA/133
[   48.473476] ata1.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[   48.500291] ata3.00: configured for UDMA/133
[   48.518204] ata1.00: configured for UDMA/133
[   48.536345] scsi 0:0:0:0: Direct-Access     ATA      HGST HDN724040AL A5E0 PQ: 0 ANSI: 5
[   48.566276] sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[   48.566530] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   48.567130] scsi 2:0:0:0: Direct-Access     ATA      Hitachi HDS72202 A20N PQ: 0 ANSI: 5
[   48.567627] sd 2:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   48.567691] sd 2:0:0:0: [sdb] Write Protect is off
[   48.567693] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   48.567712] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   48.567719] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   48.577022]  sdb: sdb1
[   48.577911] sd 2:0:0:0: [sdb] Attached SCSI disk
[   48.795418] sd 0:0:0:0: [sda] 4096-byte physical blocks
[   48.816045] sd 0:0:0:0: [sda] Write Protect is off
[   48.835298] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   48.855272] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   48.953204]  sda: sda1 sda2 sda3 sda4
[   48.973341] sd 0:0:0:0: [sda] Attached SCSI disk
[   48.994375] Freeing unused kernel memory: 1100K (ffffffff8230b000 - ffffffff8241e000)
[   49.022943] Write protecting the kernel read-only data: 18432k
[   49.055079] Freeing unused kernel memory: 444K (ffff880001b91000 - ffff880001c00000)
[   49.084819] Freeing unused kernel memory: 1652K (ffff880002063000 - ffff880002200000)
[   49.161161] udevd[1591]: starting version 175
[   50.029951] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[   52.765809] udevd[1970]: starting version 175
[   55.756040] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   68.190703] EXT4-fs (dm-0): re-mounted. Opts: barrier=1,errors=remount-ro
[   72.480257] Adding 2097148k swap on /dev/mapper/serveerstertje-swap.  Priority:-1 extents:1 across:2097148k 
[   78.039857] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[   80.083552] r8169 0000:0d:00.0 eth0: link down
[   80.083651] r8169 0000:0d:00.0 eth0: link down
[   80.124232] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   80.743503] r8169 0000:0c:00.0 eth1: link down
[   80.743568] r8169 0000:0c:00.0 eth1: link down
[   80.783420] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   81.850518] r8169 0000:0d:00.0 eth0: link up
[   81.871697] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   82.913079] r8169 0000:0c:00.0 eth1: link up
[   82.934237] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[  123.390494] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  133.865880] EXT4-fs (dm-48): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  143.353816] EXT4-fs (dm-47): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  153.123508] EXT4-fs (dm-46): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  183.907104] EXT4-fs (dm-43): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  196.924761] EXT4-fs (dm-45): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  216.371436] EXT4-fs (dm-44): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  309.901050] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
(XEN) [2014-09-25 13:29:03.625] IRQ information:
(XEN) [2014-09-25 13:29:03.638]    IRQ:   0 affinity:01 vec:f0 type=IO-APIC-edge    status=00000000 timer_interrupt()
(XEN) [2014-09-25 13:29:03.669]    IRQ:   1 affinity:01 vec:30 type=IO-APIC-edge    status=00000034 in-flight=0 domain-list=0:  1(---),
(XEN) [2014-09-25 13:29:03.704]    IRQ:   3 affinity:01 vec:38 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:03.735]    IRQ:   4 affinity:01 vec:f1 type=IO-APIC-edge    status=00000000 ns16550_interrupt()
(XEN) [2014-09-25 13:29:03.766]    IRQ:   5 affinity:01 vec:40 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:03.797]    IRQ:   6 affinity:01 vec:48 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:03.827]    IRQ:   7 affinity:01 vec:50 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:03.858]    IRQ:   8 affinity:01 vec:58 type=IO-APIC-edge    status=00000030 in-flight=0 domain-list=0:  8(---),
(XEN) [2014-09-25 13:29:03.893]    IRQ:   9 affinity:3f vec:60 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:03.924]    IRQ:  10 affinity:01 vec:68 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:03.954]    IRQ:  11 affinity:01 vec:70 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:03.984]    IRQ:  12 affinity:01 vec:78 type=IO-APIC-edge    status=00000030 in-flight=0 domain-list=0: 12(---),
(XEN) [2014-09-25 13:29:04.020]    IRQ:  13 affinity:3f vec:88 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.051]    IRQ:  14 affinity:01 vec:90 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.081]    IRQ:  15 affinity:01 vec:98 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.111]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
(XEN) [2014-09-25 13:29:04.147]    IRQ:  17 affinity:01 vec:c0 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 17(---),
(XEN) [2014-09-25 13:29:04.183]    IRQ:  18 affinity:01 vec:b8 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 18(---),
(XEN) [2014-09-25 13:29:04.218]    IRQ:  19 affinity:3f vec:2a type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.249]    IRQ:  22 affinity:3f vec:b9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.279]    IRQ:  25 affinity:3f vec:9a type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.309]    IRQ:  28 affinity:3f vec:22 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.340]    IRQ:  29 affinity:3f vec:d9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.370]    IRQ:  32 affinity:3f vec:c9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.401]    IRQ:  33 affinity:3f vec:c1 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.431]    IRQ:  36 affinity:3f vec:21 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.462]    IRQ:  37 affinity:3f vec:29 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.492]    IRQ:  38 affinity:3f vec:a9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.522]    IRQ:  40 affinity:3f vec:31 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.553]    IRQ:  46 affinity:3f vec:72 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.583]    IRQ:  47 affinity:3f vec:d1 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.614]    IRQ:  48 affinity:3f vec:d0 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.644]    IRQ:  51 affinity:3f vec:8a type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.675]    IRQ:  52 affinity:3f vec:39 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.705]    IRQ:  53 affinity:3f vec:c8 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.735]    IRQ:  54 affinity:3f vec:d8 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.766]    IRQ:  56 affinity:01 vec:28 type=AMD-IOMMU-MSI   status=00000000 iommu_interrupt_handler()
(XEN) [2014-09-25 13:29:04.799]    IRQ:  57 affinity:10 vec:a0 type=HPET-MSI        status=00000000 hpet_interrupt_handler()
(XEN) [2014-09-25 13:29:04.832]    IRQ:  58 affinity:02 vec:a8 type=HPET-MSI        status=00000000 hpet_interrupt_handler()
(XEN) [2014-09-25 13:29:04.864]    IRQ:  59 affinity:04 vec:b0 type=HPET-MSI        status=00000000 hpet_interrupt_handler()
(XEN) [2014-09-25 13:29:04.897]    IRQ:  60 affinity:3f vec:41 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.927]    IRQ:  61 affinity:3f vec:49 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.958]    IRQ:  62 affinity:3f vec:51 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:04.988]    IRQ:  63 affinity:3f vec:59 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:05.019]    IRQ:  64 affinity:3f vec:61 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:05.049]    IRQ:  65 affinity:3f vec:69 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:05.080]    IRQ:  66 affinity:3f vec:71 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:05.110]    IRQ:  67 affinity:3f vec:79 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:05.140]    IRQ:  68 affinity:3f vec:81 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:05.171]    IRQ:  69 affinity:3f vec:91 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:05.201]    IRQ:  70 affinity:3f vec:99 type=PCI-MSI/-X      status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:05.232]    IRQ:  71 affinity:3f vec:a1 type=PCI-MSI/-X      status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:05.262]    IRQ:  72 affinity:3f vec:b1 type=PCI-MSI/-X      status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:05.293]    IRQ:  73 affinity:01 vec:32 type=PCI-MSI         status=00000010 in-flight=1 domain-list=0:291(P-M),
(XEN) [2014-09-25 13:29:05.328]    IRQ:  74 affinity:01 vec:3a type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:292(---),
(XEN) [2014-09-25 13:29:05.364]    IRQ:  75 affinity:01 vec:42 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:293(---),
(XEN) [2014-09-25 13:29:05.399]    IRQ:  76 affinity:01 vec:4a type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:294(---),
(XEN) [2014-09-25 13:29:05.435]    IRQ:  77 affinity:01 vec:52 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:295(---),
(XEN) [2014-09-25 13:29:05.471]    IRQ:  78 affinity:01 vec:5a type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:296(---),
(XEN) [2014-09-25 13:29:05.506]    IRQ:  79 affinity:3f vec:62 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:05.537]    IRQ:  80 affinity:3f vec:6a type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:29:05.567]    IRQ:  81 affinity:01 vec:7a type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:290(P--),
(XEN) [2014-09-25 13:29:05.603]    IRQ:  82 affinity:01 vec:92 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:289(P--),
(XEN) [2014-09-25 13:29:05.638]    IRQ:  83 affinity:01 vec:a2 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:288(---),
(XEN) [2014-09-25 13:29:05.674] Direct vector information:
(XEN) [2014-09-25 13:29:05.690]    0x20 -> irq_move_cleanup_interrupt()
(XEN) [2014-09-25 13:29:05.709]    0xf9 -> pmu_apic_interrupt()
(XEN) [2014-09-25 13:29:05.725]    0xfa -> apic_timer_interrupt()
(XEN) [2014-09-25 13:29:05.743]    0xfb -> call_function_interrupt()
(XEN) [2014-09-25 13:29:05.761]    0xfc -> event_check_interrupt()
(XEN) [2014-09-25 13:29:05.779]    0xfd -> invalidate_interrupt()
(XEN) [2014-09-25 13:29:05.796]    0xfe -> error_interrupt()
(XEN) [2014-09-25 13:29:05.812]    0xff -> spurious_interrupt()
(XEN) [2014-09-25 13:29:05.829] IO-APIC interrupt information:
(XEN) [2014-09-25 13:29:05.846]     IRQ  0 Vec240:
(XEN) [2014-09-25 13:29:05.859]       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:29:05.895]     IRQ  1 Vec 48:
(XEN) [2014-09-25 13:29:05.908]       Apic 0x00, Pin  1: vec=30 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:29:05.944]     IRQ  3 Vec 56:
(XEN) [2014-09-25 13:29:05.958]       Apic 0x00, Pin  3: vec=38 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:29:05.993]     IRQ  4 Vec241:
(XEN) [2014-09-25 13:29:06.007]       Apic 0x00, Pin  4: vec=f1 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:29:06.042]     IRQ  5 Vec 64:
(XEN) [2014-09-25 13:29:06.056]       Apic 0x00, Pin  5: vec=40 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:29:06.091]     IRQ  6 Vec 72:
(XEN) [2014-09-25 13:29:06.105]       Apic 0x00, Pin  6: vec=48 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:29:06.141]     IRQ  7 Vec 80:
(XEN) [2014-09-25 13:29:06.154]       Apic 0x00, Pin  7: vec=50 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:29:06.190]     IRQ  8 Vec 88:
(XEN) [2014-09-25 13:29:06.203]       Apic 0x00, Pin  8: vec=58 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:29:06.239]     IRQ  9 Vec 96:
(XEN) [2014-09-25 13:29:06.252]       Apic 0x00, Pin  9: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:06.288]     IRQ 10 Vec104:
(XEN) [2014-09-25 13:29:06.302]       Apic 0x00, Pin 10: vec=68 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:29:06.337]     IRQ 11 Vec112:
(XEN) [2014-09-25 13:29:06.351]       Apic 0x00, Pin 11: vec=70 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:29:06.387]     IRQ 12 Vec120:
(XEN) [2014-09-25 13:29:06.400]       Apic 0x00, Pin 12: vec=78 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:29:06.436]     IRQ 13 Vec136:
(XEN) [2014-09-25 13:29:06.449]       Apic 0x00, Pin 13: vec=88 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=1 dest_id:63
(XEN) [2014-09-25 13:29:06.485]     IRQ 14 Vec144:
(XEN) [2014-09-25 13:29:06.499]       Apic 0x00, Pin 14: vec=90 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:29:06.534]     IRQ 15 Vec152:
(XEN) [2014-09-25 13:29:06.548]       Apic 0x00, Pin 15: vec=98 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:29:06.583]     IRQ 16 Vec137:
(XEN) [2014-09-25 13:29:06.597]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
(XEN) [2014-09-25 13:29:06.633]     IRQ 17 Vec192:
(XEN) [2014-09-25 13:29:06.646]       Apic 0x00, Pin 17: vec=c0 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
(XEN) [2014-09-25 13:29:06.682]     IRQ 18 Vec184:
(XEN) [2014-09-25 13:29:06.695]       Apic 0x00, Pin 18: vec=b8 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
(XEN) [2014-09-25 13:29:06.731]     IRQ 19 Vec 42:
(XEN) [2014-09-25 13:29:06.744]       Apic 0x00, Pin 19: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:06.780]     IRQ 22 Vec185:
(XEN) [2014-09-25 13:29:06.794]       Apic 0x00, Pin 22: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:06.830]     IRQ 25 Vec154:
(XEN) [2014-09-25 13:29:06.843]       Apic 0x01, Pin  1: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:06.879]     IRQ 28 Vec 34:
(XEN) [2014-09-25 13:29:06.893]       Apic 0x01, Pin  4: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:06.928]     IRQ 29 Vec217:
(XEN) [2014-09-25 13:29:06.942]       Apic 0x01, Pin  5: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:06.978]     IRQ 32 Vec201:
(XEN) [2014-09-25 13:29:06.991]       Apic 0x01, Pin  8: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:07.027]     IRQ 33 Vec193:
(XEN) [2014-09-25 13:29:07.041]       Apic 0x01, Pin  9: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:07.077]     IRQ 36 Vec 33:
(XEN) [2014-09-25 13:29:07.090]       Apic 0x01, Pin 12: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:07.126]     IRQ 37 Vec 41:
(XEN) [2014-09-25 13:29:07.140]       Apic 0x01, Pin 13: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:07.175]     IRQ 38 Vec169:
(XEN) [2014-09-25 13:29:07.189]       Apic 0x01, Pin 14: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:07.225]     IRQ 40 Vec 49:
(XEN) [2014-09-25 13:29:07.238]       Apic 0x01, Pin 16: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:07.274]     IRQ 46 Vec114:
(XEN) [2014-09-25 13:29:07.288]       Apic 0x01, Pin 22: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:07.324]     IRQ 47 Vec209:
(XEN) [2014-09-25 13:29:07.337]       Apic 0x01, Pin 23: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:07.373]     IRQ 48 Vec208:
(XEN) [2014-09-25 13:29:07.387]       Apic 0x01, Pin 24: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:07.422]     IRQ 51 Vec138:
(XEN) [2014-09-25 13:29:07.436]       Apic 0x01, Pin 27: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:07.472]     IRQ 52 Vec 57:
(XEN) [2014-09-25 13:29:07.485]       Apic 0x01, Pin 28: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:07.521]     IRQ 53 Vec200:
(XEN) [2014-09-25 13:29:07.535]       Apic 0x01, Pin 29: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:07.571]     IRQ 54 Vec216:
(XEN) [2014-09-25 13:29:07.584]       Apic 0x01, Pin 30: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:29:09.857] 'I' pressed -> dumping HVM irq info
(XEN) [2014-09-25 13:29:18.920] ==== PCI devices ====
(XEN) [2014-09-25 13:29:18.935] ==== segment 0000 ====
(XEN) [2014-09-25 13:29:18.949] 0000:0f:00.1 - dom 0   - MSIs < 83 >
(XEN) [2014-09-25 13:29:18.967] 0000:0f:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:18.985] 0000:0e:00.1 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.002] 0000:0e:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.020] 0000:0d:00.0 - dom 0   - MSIs < 81 >
(XEN) [2014-09-25 13:29:19.038] 0000:0c:00.0 - dom 0   - MSIs < 82 >
(XEN) [2014-09-25 13:29:19.056] 0000:0b:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.074] 0000:0a:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.091] 0000:09:00.1 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.108] 0000:09:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.126] 0000:08:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.143] 0000:07:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.161] 0000:06:02.0 - dom 0   - MSIs < 72 >
(XEN) [2014-09-25 13:29:19.179] 0000:06:01.0 - dom 0   - MSIs < 71 >
(XEN) [2014-09-25 13:29:19.197] 0000:05:00.0 - dom 0   - MSIs < 70 >
(XEN) [2014-09-25 13:29:19.215] 0000:04:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.233] 0000:03:06.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.250] 0000:00:18.4 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.267] 0000:00:18.3 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.285] 0000:00:18.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.302] 0000:00:18.1 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.320] 0000:00:18.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.337] 0000:00:16.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.355] 0000:00:16.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.372] 0000:00:15.0 - dom 0   - MSIs < 69 >
(XEN) [2014-09-25 13:29:19.390] 0000:00:14.5 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.408] 0000:00:14.4 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.425] 0000:00:14.3 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.442] 0000:00:14.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.460] 0000:00:14.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.477] 0000:00:13.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.495] 0000:00:13.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.512] 0000:00:12.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.530] 0000:00:12.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.547] 0000:00:11.0 - dom 0   - MSIs < 73 >
(XEN) [2014-09-25 13:29:19.565] 0000:00:0d.0 - dom 0   - MSIs < 68 >
(XEN) [2014-09-25 13:29:19.583] 0000:00:0c.0 - dom 0   - MSIs < 67 >
(XEN) [2014-09-25 13:29:19.602] 0000:00:0b.0 - dom 0   - MSIs < 66 >
(XEN) [2014-09-25 13:29:19.620] 0000:00:0a.0 - dom 0   - MSIs < 65 >
(XEN) [2014-09-25 13:29:19.638] 0000:00:09.0 - dom 0   - MSIs < 64 >
(XEN) [2014-09-25 13:29:19.656] 0000:00:06.0 - dom 0   - MSIs < 63 >
(XEN) [2014-09-25 13:29:19.674] 0000:00:05.0 - dom 0   - MSIs < 62 >
(XEN) [2014-09-25 13:29:19.693] 0000:00:03.0 - dom 0   - MSIs < 61 >
(XEN) [2014-09-25 13:29:19.711] 0000:00:02.0 - dom 0   - MSIs < 60 >
(XEN) [2014-09-25 13:29:19.729] 0000:00:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:29:19.746] 0000:00:00.2 - dom 32754 - MSIs < >
(XEN) [2014-09-25 13:29:24.522] MSI information:
(XEN) [2014-09-25 13:29:24.535]  MSI     56 vec=28 lowest  edge   assert  log lowest dest=00000001 mask=0/0/?
(XEN) [2014-09-25 13:29:24.564]  HPET    57 vec=a0 lowest  edge   assert  log lowest dest=00000010 mask=1/0/?
(XEN) [2014-09-25 13:29:24.593]  HPET    58 vec=a8 lowest  edge   assert  log lowest dest=00000002 mask=1/0/?
(XEN) [2014-09-25 13:29:24.622]  HPET    59 vec=b0 lowest  edge   assert  log lowest dest=00000004 mask=1/0/?
(XEN) [2014-09-25 13:29:24.651]  MSI     60 vec=41 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:29:24.680]  MSI     61 vec=49 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:29:24.709]  MSI     62 vec=51 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:29:24.737]  MSI     63 vec=59 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:29:24.766]  MSI     64 vec=61 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:29:24.795]  MSI     65 vec=69 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:29:24.824]  MSI     66 vec=71 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:29:24.853]  MSI     67 vec=79 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:29:24.882]  MSI     68 vec=81 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:29:24.911]  MSI     69 vec=91 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:29:24.939]  MSI     70 vec=99 lowest  edge   assert  log lowest dest=0000003f mask=1/1/1
(XEN) [2014-09-25 13:29:24.968]  MSI     71 vec=a1 lowest  edge   assert  log lowest dest=0000003f mask=1/1/1
(XEN) [2014-09-25 13:29:24.997]  MSI     72 vec=b1 lowest  edge   assert  log lowest dest=0000003f mask=1/1/1
(XEN) [2014-09-25 13:29:25.026]  MSI     73 vec=32 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:29:25.055]  MSI     74 vec=3a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:29:25.084]  MSI     75 vec=42 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:29:25.113]  MSI     76 vec=4a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:29:25.141]  MSI     77 vec=52 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:29:25.170]  MSI     78 vec=5a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:29:25.199]  MSI     79 vec=62 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:29:25.228]  MSI     80 vec=6a lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:29:25.257]  MSI     81 vec=7a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:29:25.286]  MSI     82 vec=92 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:29:25.315]  MSI     83 vec=a2 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:29:32.550] number of MP IRQ sources: 15.
(XEN) [2014-09-25 13:29:32.566] number of IO-APIC #6 registers: 24.
(XEN) [2014-09-25 13:29:32.584] number of IO-APIC #7 registers: 32.
(XEN) [2014-09-25 13:29:32.602] testing the IO APIC.......................
(XEN) [2014-09-25 13:29:32.622] IO APIC #6......
(XEN) [2014-09-25 13:29:32.635] .... register #00: 06000000
(XEN) [2014-09-25 13:29:32.651] .......    : physical APIC id: 06
(XEN) [2014-09-25 13:29:32.668] .......    : Delivery Type: 0
(XEN) [2014-09-25 13:29:32.685] .......    : LTS          : 0
(XEN) [2014-09-25 13:29:32.701] .... register #01: 00178021
(XEN) [2014-09-25 13:29:32.717] .......     : max redirection entries: 0017
(XEN) [2014-09-25 13:29:32.737] .......     : PRQ implemented: 1
(XEN) [2014-09-25 13:29:32.754] .......     : IO APIC version: 0021
(XEN) [2014-09-25 13:29:32.772] .... register #02: 06000000
(XEN) [2014-09-25 13:29:32.788] .......     : arbitration: 06
(XEN) [2014-09-25 13:29:32.804] .... register #03: 3F000000
(XEN) [2014-09-25 13:29:32.820] .......     : Boot DT    : 0
(XEN) [2014-09-25 13:29:32.836] .... IRQ redirection table:
(XEN) [2014-09-25 13:29:32.852]  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN) [2014-09-25 13:29:32.875]  00 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:29:32.896]  01 001 01  0    0    0   0   0    1    1    30
(XEN) [2014-09-25 13:29:32.917]  02 001 01  0    0    0   0   0    1    1    F0
(XEN) [2014-09-25 13:29:32.938]  03 001 01  0    0    0   0   0    1    1    38
(XEN) [2014-09-25 13:29:32.959]  04 001 01  0    0    0   0   0    1    1    F1
(XEN) [2014-09-25 13:29:32.980]  05 001 01  0    0    0   0   0    1    1    40
(XEN) [2014-09-25 13:29:33.001]  06 001 01  0    0    0   0   0    1    1    48
(XEN) [2014-09-25 13:29:33.022]  07 001 01  0    0    0   0   0    1    1    50
(XEN) [2014-09-25 13:29:33.043]  08 001 01  0    0    0   0   0    1    1    58
(XEN) [2014-09-25 13:29:33.064]  09 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:33.085]  0a 001 01  0    0    0   0   0    1    1    68
(XEN) [2014-09-25 13:29:33.106]  0b 001 01  0    0    0   0   0    1    1    70
(XEN) [2014-09-25 13:29:33.127]  0c 001 01  0    0    0   0   0    1    1    78
(XEN) [2014-09-25 13:29:33.148]  0d 03F 0F  1    0    0   0   0    1    1    88
(XEN) [2014-09-25 13:29:33.169]  0e 001 01  0    0    0   0   0    1    1    90
(XEN) [2014-09-25 13:29:33.191]  0f 001 01  0    0    0   0   0    1    1    98
(XEN) [2014-09-25 13:29:33.212]  10 001 01  0    1    0   1   0    1    0    89
(XEN) [2014-09-25 13:29:33.233]  11 001 01  0    1    0   1   0    1    0    C0
(XEN) [2014-09-25 13:29:33.254]  12 001 01  0    1    1   1   0    1    0    B8
(XEN) [2014-09-25 13:29:33.275]  13 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:33.296]  14 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:29:33.317]  15 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:29:33.338]  16 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:33.359]  17 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:29:33.380] IO APIC #7......
(XEN) [2014-09-25 13:29:33.393] .... register #00: 07000000
(XEN) [2014-09-25 13:29:33.409] .......    : physical APIC id: 07
(XEN) [2014-09-25 13:29:33.426] .......    : Delivery Type: 0
(XEN) [2014-09-25 13:29:33.443] .......    : LTS          : 0
(XEN) [2014-09-25 13:29:33.459] .... register #01: 001F8021
(XEN) [2014-09-25 13:29:33.475] .......     : max redirection entries: 001F
(XEN) [2014-09-25 13:29:33.495] .......     : PRQ implemented: 1
(XEN) [2014-09-25 13:29:33.512] .......     : IO APIC version: 0021
(XEN) [2014-09-25 13:29:33.530] .... register #02: 00000000
(XEN) [2014-09-25 13:29:33.546] .......     : arbitration: 00
(XEN) [2014-09-25 13:29:33.562] .... IRQ redirection table:
(XEN) [2014-09-25 13:29:33.578]  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN) [2014-09-25 13:29:33.601]  00 000 00  1    0    0   0   0    0    0    00
(XEN) [2014-09-25 13:29:33.622]  01 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:33.643]  02 000 00  1    0    0   0   0    0    0    00
(XEN) [2014-09-25 13:29:33.664]  03 000 00  1    0    0   0   0    0    0    00
(XEN) [2014-09-25 13:29:33.685]  04 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:33.706]  05 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:33.727]  06 000 00  1    0    0   0   0    0    0    00
(XEN) [2014-09-25 13:29:33.748]  07 000 00  1    0    0   0   0    0    0    00
(XEN) [2014-09-25 13:29:33.769]  08 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:33.790]  09 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:33.811]  0a 000 00  1    0    0   0   0    0    0    00
(XEN) [2014-09-25 13:29:33.832]  0b 000 00  1    0    0   0   0    0    0    00
(XEN) [2014-09-25 13:29:33.854]  0c 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:33.875]  0d 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:33.896]  0e 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:33.917]  0f 000 00  1    0    0   0   0    0    0    00
(XEN) [2014-09-25 13:29:33.938]  10 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:33.959]  11 000 00  1    0    0   0   0    0    0    00
(XEN) [2014-09-25 13:29:33.980]  12 000 00  1    0    0   0   0    0    0    00
(XEN) [2014-09-25 13:29:34.001]  13 000 00  1    0    0   0   0    0    0    00
(XEN) [2014-09-25 13:29:34.022]  14 000 00  1    0    0   0   0    0    0    00
(XEN) [2014-09-25 13:29:34.043]  15 000 00  1    0    0   0   0    0    0    00
(XEN) [2014-09-25 13:29:34.064]  16 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:34.085]  17 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:34.106]  18 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:34.127]  19 000 00  1    0    0   0   0    0    0    00
(XEN) [2014-09-25 13:29:34.148]  1a 000 00  1    0    0   0   0    0    0    00
(XEN) [2014-09-25 13:29:34.169]  1b 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:34.190]  1c 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:34.212]  1d 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:34.233]  1e 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:29:34.254]  1f 000 00  1    0    0   0   0    0    0    00
(XEN) [2014-09-25 13:29:34.275] Using vector-based indexing
(XEN) [2014-09-25 13:29:34.291] IRQ to pin mappings:
(XEN) [2014-09-25 13:29:34.305] IRQ240 -> 0:2
(XEN) [2014-09-25 13:29:34.317] IRQ48 -> 0:1
(XEN) [2014-09-25 13:29:34.329] IRQ56 -> 0:3
(XEN) [2014-09-25 13:29:34.341] IRQ241 -> 0:4
(XEN) [2014-09-25 13:29:34.353] IRQ64 -> 0:5
(XEN) [2014-09-25 13:29:34.365] IRQ72 -> 0:6
(XEN) [2014-09-25 13:29:34.377] IRQ80 -> 0:7
(XEN) [2014-09-25 13:29:34.389] IRQ88 -> 0:8
(XEN) [2014-09-25 13:29:34.401] IRQ96 -> 0:9
(XEN) [2014-09-25 13:29:34.413] IRQ104 -> 0:10
(XEN) [2014-09-25 13:29:34.425] IRQ112 -> 0:11
(XEN) [2014-09-25 13:29:34.438] IRQ120 -> 0:12
(XEN) [2014-09-25 13:29:34.450] IRQ136 -> 0:13
(XEN) [2014-09-25 13:29:34.463] IRQ144 -> 0:14
(XEN) [2014-09-25 13:29:34.475] IRQ152 -> 0:15
(XEN) [2014-09-25 13:29:34.488] IRQ137 -> 0:16
(XEN) [2014-09-25 13:29:34.500] IRQ192 -> 0:17
(XEN) [2014-09-25 13:29:34.513] IRQ184 -> 0:18
(XEN) [2014-09-25 13:29:34.525] IRQ42 -> 0:19
(XEN) [2014-09-25 13:29:34.537] IRQ185 -> 0:22
(XEN) [2014-09-25 13:29:34.550] IRQ154 -> 1:1
(XEN) [2014-09-25 13:29:34.562] IRQ34 -> 1:4
(XEN) [2014-09-25 13:29:34.574] IRQ217 -> 1:5
(XEN) [2014-09-25 13:29:34.586] IRQ201 -> 1:8
(XEN) [2014-09-25 13:29:34.598] IRQ193 -> 1:9
(XEN) [2014-09-25 13:29:34.611] IRQ33 -> 1:12
(XEN) [2014-09-25 13:29:34.623] IRQ41 -> 1:13
(XEN) [2014-09-25 13:29:34.635] IRQ169 -> 1:14
(XEN) [2014-09-25 13:29:34.648] IRQ49 -> 1:16
(XEN) [2014-09-25 13:29:34.660] IRQ114 -> 1:22
(XEN) [2014-09-25 13:29:34.672] IRQ209 -> 1:23
(XEN) [2014-09-25 13:29:34.685] IRQ208 -> 1:24
(XEN) [2014-09-25 13:29:34.697] IRQ138 -> 1:27
(XEN) [2014-09-25 13:29:34.710] IRQ57 -> 1:28
(XEN) [2014-09-25 13:29:34.722] IRQ200 -> 1:29
(XEN) [2014-09-25 13:29:34.734] IRQ216 -> 1:30
(XEN) [2014-09-25 13:29:34.747] .................................... done.
(XEN) [2014-09-25 13:29:38.145] 'e' pressed -> dumping event-channel info
(XEN) [2014-09-25 13:29:38.165] Event channel information for domain 0:
(XEN) [2014-09-25 13:29:38.184] Polling vCPUs: {}
(XEN) [2014-09-25 13:29:38.197]     port [p/m/s]
(XEN) [2014-09-25 13:29:38.210]        1 [0/0/  -   ]: s=5 n=0 x=0 v=0
(XEN) [2014-09-25 13:29:38.229]        2 [1/1/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:29:38.246]        3 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:29:38.264]        4 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:29:38.282]        5 [0/0/  -   ]: s=5 n=0 x=0 v=1
(XEN) [2014-09-25 13:29:38.301]        6 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:29:38.318]        7 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:29:38.336]        8 [0/0/  -   ]: s=5 n=1 x=0 v=0
(XEN) [2014-09-25 13:29:38.355]        9 [1/1/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:29:38.372]       10 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:29:38.390]       11 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:29:38.408]       12 [0/0/  -   ]: s=5 n=1 x=0 v=1
(XEN) [2014-09-25 13:29:38.426]       13 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:29:38.444]       14 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:29:38.462]       15 [0/0/  -   ]: s=5 n=2 x=0 v=0
(XEN) [2014-09-25 13:29:38.480]       16 [0/1/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:29:38.498]       17 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:29:38.516]       18 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:29:38.533]       19 [0/0/  -   ]: s=5 n=2 x=0 v=1
(XEN) [2014-09-25 13:29:38.552]       20 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:29:38.570]       21 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:29:38.588]       22 [1/0/  0   ]: s=5 n=3 x=0 v=0
(XEN) [2014-09-25 13:29:38.606]       23 [1/1/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:29:38.624]       24 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:29:38.642]       25 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:29:38.659]       26 [0/0/  -   ]: s=5 n=3 x=0 v=1
(XEN) [2014-09-25 13:29:38.678]       27 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:29:38.696]       28 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:29:38.713]       29 [0/0/  -   ]: s=5 n=4 x=0 v=0
(XEN) [2014-09-25 13:29:38.732]       30 [1/1/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:29:38.750]       31 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:29:38.767]       32 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:29:38.785]       33 [0/0/  -   ]: s=5 n=4 x=0 v=1
(XEN) [2014-09-25 13:29:38.804]       34 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:29:38.822]       35 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:29:38.839]       36 [0/0/  -   ]: s=5 n=5 x=0 v=0
(XEN) [2014-09-25 13:29:38.858]       37 [0/1/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:29:38.876]       38 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:29:38.893]       39 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:29:38.911]       40 [0/0/  -   ]: s=5 n=5 x=0 v=1
(XEN) [2014-09-25 13:29:38.930]       41 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:29:38.947]       42 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:29:38.965]       43 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=61
(XEN) [2014-09-25 13:29:38.985]       44 [0/0/  -   ]: s=5 n=0 x=0 v=9
(XEN) [2014-09-25 13:29:39.004]       45 [0/1/  -   ]: s=5 n=0 x=0 v=2
(XEN) [2014-09-25 13:29:39.023]       46 [0/0/  -   ]: s=4 n=0 x=0 p=291 i=73
(XEN) [2014-09-25 13:29:39.043]       47 [0/0/  -   ]: s=4 n=0 x=0 p=292 i=74
(XEN) [2014-09-25 13:29:39.064]       48 [0/0/  -   ]: s=4 n=0 x=0 p=293 i=75
(XEN) [2014-09-25 13:29:39.084]       49 [0/0/  -   ]: s=4 n=0 x=0 p=294 i=76
(XEN) [2014-09-25 13:29:39.105]       50 [0/0/  -   ]: s=4 n=0 x=0 p=295 i=77
(XEN) [2014-09-25 13:29:39.125]       51 [0/0/  -   ]: s=4 n=0 x=0 p=296 i=78
(XEN) [2014-09-25 13:29:39.146]       52 [0/0/  -   ]: s=4 n=0 x=0 p=17 i=17
(XEN) [2014-09-25 13:29:39.166]       53 [1/0/  0   ]: s=4 n=0 x=0 p=18 i=18
(XEN) [2014-09-25 13:29:39.186]       54 [0/0/  -   ]: s=4 n=0 x=0 p=12 i=12
(XEN) [2014-09-25 13:29:39.207]       55 [0/0/  -   ]: s=4 n=0 x=0 p=1 i=1
(XEN) [2014-09-25 13:29:39.226]       56 [0/0/  -   ]: s=4 n=0 x=0 p=8 i=8
(XEN) [2014-09-25 13:29:39.246]       57 [0/0/  -   ]: s=4 n=0 x=0 p=16 i=16
(XEN) [2014-09-25 13:29:39.266]       58 [0/0/  -   ]: s=4 n=0 x=0 p=288 i=83
(XEN) [2014-09-25 13:29:39.287]       59 [0/0/  -   ]: s=4 n=0 x=0 p=290 i=81
(XEN) [2014-09-25 13:29:39.307]       60 [1/0/  53  ]: s=4 n=0 x=0 p=289 i=82
(XEN) [2014-09-25 13:29:39.328]       61 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=43
(XEN) [2014-09-25 13:29:39.348]       62 [0/0/  -   ]: s=5 n=0 x=0 v=3
(XEN) [2014-09-25 13:29:45.317] *********** VMCB Areas **************
(XEN) [2014-09-25 13:29:45.335] **************************************
[ 1325.410379] device vif1.0 entered promiscuous mode
[ 1325.442936] IPv6: ADDRCONF(NETDEV_UP): vif1.0: link is not ready
[ 1326.010179] device vif1.0-emu entered promiscuous mode
[ 1326.042607] xen_bridge: port 2(vif1.0-emu) entered forwarding state
[ 1326.071325] xen_bridge: port 2(vif1.0-emu) entered forwarding state
[ 1326.350491] pciback 0000:09:00.0: restoring config space at offset 0x4 (was 0x100400, writing 0x100000)
(XEN) [2014-09-25 13:30:32.831] io.c:280: d1: bind: m_gsi=32 g_gsi=36 dev=00.00.5 intx=0
(d1) [2014-09-25 13:30:33.257] HVM Loader
(d1) [2014-09-25 13:30:33.268] Detected Xen v4.5-unstable
[ 1326.831421] x(d1) [2014-09-25 13:30:33.287] Xenbus rings @0xfeffc000, event channel 1
en_pciback: vpci: 0000:09:00.0: (d1) [2014-09-25 13:30:33.315] System requested SeaBIOS
assign to virtua(d1) [2014-09-25 13:30:33.334] CPU speed is 3200 MHz
l slot 0
(d1) [2014-09-25 13:30:33.351] Relocating guest memory for lowmem MMIO space disabled
(XEN) [2014-09-25 13:30:33.374] irq.c:270: Dom1 PCI link 0 changed 0 -> 5
(d1) [2014-09-25 13:30:33.393] PCI-ISA link 0 routed to IRQ5
(XEN) [2014-09-25 13:30:33.409] irq.c:270: Dom1 PCI link 1 changed 0 -> 10
(d1) [2014-09-25 13:30:33.429] PCI-ISA link 1 routed to IRQ10
(XEN) [2014-09-25 13:30:33.446] irq.c:270: Dom1 PCI link 2 changed 0 -> 11
(d1) [2014-09-25 13:30:33.465] PCI-ISA link 2 routed to IRQ11
(XEN) [2014-09-25 13:30:33.482] irq.c:270: Dom1 PCI link 3 changed 0 -> 5
(d1) [2014-09-25 13:30:33.501] PCI-ISA link 3 routed to IRQ5
(d1) [2014-09-25 13:30:33.537] pci dev 01:2 INTD->IRQ5
(d1) [2014-09-25 13:30:33.559] pci dev 01:3 INTA->IRQ10
(d1) [2014-09-25 13:30:33.580] pci dev 02:0 INTA->IRQ11
(d1) [2014-09-25 13:30:33.610] pci dev 04:0 INTA->IRQ5
(d1) [2014-09-25 13:30:33.632] pci dev 05:0 INTA->IRQ10
(d1) [2014-09-25 13:30:33.700] No RAM in high memory; setting high_mem resource base to 100000000
(d1) [2014-09-25 13:30:33.726] pci dev 05:0 bar 10 size 010000000: 0e000000c
(XEN) [2014-09-25 13:30:33.747] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(d1) [2014-09-25 13:30:33.934] pci dev 03:0 bar 10 size 002000000: 0f0000008
(d1) [2014-09-25 13:30:33.955] pci dev 02:0 bar 14 size 001000000: 0f2000008
(d1) [2014-09-25 13:30:33.977] pci dev 04:0 bar 30 size 000040000: 0f3000000
(d1) [2014-09-25 13:30:33.998] pci dev 04:0 bar 10 size 000020000: 0f3040000
(XEN) [2014-09-25 13:30:34.019] memory_map:add: dom1 gfn=f3060 mfn=fe1c0 nr=20
(d1) [2014-09-25 13:30:34.043] pci dev 05:0 bar 18 size 000020000: 0f3060004
(d1) [2014-09-25 13:30:34.063] pci dev 05:0 bar 30 size 000020000: 0f3080000
(d1) [2014-09-25 13:30:34.084] pci dev 03:0 bar 30 size 000010000: 0f30a0000
(d1) [2014-09-25 13:30:34.105] pci dev 03:0 bar 14 size 000001000: 0f30b0000
(d1) [2014-09-25 13:30:34.126] pci dev 02:0 bar 10 size 000000100: 00000c001
(d1) [2014-09-25 13:30:34.147] pci dev 05:0 bar 20 size 000000100: 00000c101
(XEN) [2014-09-25 13:30:34.168] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(d1) [2014-09-25 13:30:34.193] pci dev 04:0 bar 14 size 000000040: 00000c201
(d1) [2014-09-25 13:30:34.215] pci dev 01:2 bar 20 size 000000020: 00000c241
(d1) [2014-09-25 13:30:34.237] pci dev 01:1 bar 20 size 000000010: 00000c261
(d1) [2014-09-25 13:30:34.259] Multiprocessor initialisation:
(d1) [2014-09-25 13:30:34.299]  - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d1) [2014-09-25 13:30:34.351]  - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d1) [2014-09-25 13:30:34.403]  - CPU2 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d1) [2014-09-25 13:30:34.430] Testing HVM environment:
(d1) [2014-09-25 13:30:34.452]  - REP INSB across page boundaries ... passed
(d1) [2014-09-25 13:30:34.475]  - GS base MSRs and SWAPGS ... passed
(d1) [2014-09-25 13:30:34.494] Passed 2 of 2 tests
(d1) [2014-09-25 13:30:34.507] Writing SMBIOS tables ...
(d1) [2014-09-25 13:30:34.522] Loading SeaBIOS ...
(d1) [2014-09-25 13:30:34.536] Creating MP tables ...
(d1) [2014-09-25 13:30:34.550] Loading ACPI ...
(d1) [2014-09-25 13:30:34.564] vm86 TSS at fc00a200
(d1) [2014-09-25 13:30:34.577] BIOS map:
(d1) [2014-09-25 13:30:34.588]  10000-100d3: Scratch space
(d1) [2014-09-25 13:30:34.604]  c0000-fffff: Main BIOS
(d1) [2014-09-25 13:30:34.619] E820 table:
(d1) [2014-09-25 13:30:34.630]  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d1) [2014-09-25 13:30:34.651]  HOLE: 00000000:000a0000 - 00000000:000c0000
(d1) [2014-09-25 13:30:34.671]  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d1) [2014-09-25 13:30:34.694]  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d1) [2014-09-25 13:30:34.715]  HOLE: 00000000:3f800000 - 00000000:fc000000
(d1) [2014-09-25 13:30:34.735]  [03]: 00000000:fc000000 - 00000001:00000000: RESERVED
(d1) [2014-09-25 13:30:34.758] Invoking SeaBIOS ...
(d1) [2014-09-25 13:30:34.774] SeaBIOS (version rel-1.7.5-0-ge51488c-20140925_111010-serveerstertje)
(d1) [2014-09-25 13:30:34.801] 
(d1) [2014-09-25 13:30:34.809] Found Xen hypervisor signature at 40000000
(d1) [2014-09-25 13:30:34.829] Running on QEMU (i440fx)
(d1) [2014-09-25 13:30:34.843] xen: copy e820...
(d1) [2014-09-25 13:30:34.856] Relocating init from 0x000df629 to 0x3f7ae600 (size 71995)
(d1) [2014-09-25 13:30:34.882] CPU Mhz=3201
(d1) [2014-09-25 13:30:34.899] Found 9 PCI devices (max PCI bus is 00)
(d1) [2014-09-25 13:30:34.918] Allocated Xen hypercall page at 3f7ff000
(d1) [2014-09-25 13:30:34.937] Detected Xen v4.5-unstable
(d1) [2014-09-25 13:30:34.952] xen: copy BIOS tables...
(d1) [2014-09-25 13:30:34.967] Copying SMBIOS entry point from 0x00010010 to 0x000f0f50
(d1) [2014-09-25 13:30:34.990] Copying MPTABLE from 0xfc001190/fc0011a0 to 0x000f0e40
(d1) [2014-09-25 13:30:35.013] Copying PIR from 0x00010030 to 0x000f0dc0
(d1) [2014-09-25 13:30:35.032] Copying ACPI RSDP from 0x000100b0 to 0x000f0d90
(d1) [2014-09-25 13:30:35.053] Using pmtimer, ioport 0xb008
(d1) [2014-09-25 13:30:35.069] Scan for VGA option rom
(d1) [2014-09-25 13:30:35.097] Running option rom at c000:0003
(XEN) [2014-09-25 13:30:35.122] stdvga.c:147:d1v0 entering stdvga and caching modes
(d1) [2014-09-25 13:30:35.168] pmm call arg1=0
(d1) [2014-09-25 13:30:35.181] Turning on vga text mode console
(d1) [2014-09-25 13:30:35.308] SeaBIOS (version rel-1.7.5-0-ge51488c-20140925_111010-serveerstertje)
(d1) [2014-09-25 13:30:35.347] Machine UUID 26c0a055-8e8e-4da3-b569-6e9e5418b6aa
(d1) [2014-09-25 13:30:35.368] UHCI init on dev 00:01.2 (io=c240)
(d1) [2014-09-25 13:30:35.387] Found 0 lpt ports
(d1) [2014-09-25 13:30:35.400] Found 1 serial ports
(d1) [2014-09-25 13:30:35.414] ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d1) [2014-09-25 13:30:35.434] ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d1) [2014-09-25 13:30:35.456] ata0-0: QEMU HARDDISK ATA-7 Hard-Disk (20480 MiBytes)
(d1) [2014-09-25 13:30:35.478] Searching bootorder for: /pci@i0cf8/*@1,1/drive@0/disk@0
(d1) [2014-09-25 13:30:35.537] PS2 keyboard initialized
(d1) [2014-09-25 13:30:35.552] All threads complete.
(d1) [2014-09-25 13:30:35.566] Scan for option roms
(d1) [2014-09-25 13:30:35.599] Running option rom at c980:0003
(d1) [2014-09-25 13:30:35.622] pmm call arg1=1
(d1) [2014-09-25 13:30:35.634] pmm call arg1=0
(d1) [2014-09-25 13:30:35.647] pmm call arg1=1
(d1) [2014-09-25 13:30:35.660] pmm call arg1=0
(d1) [2014-09-25 13:30:35.688] Searching bootorder for: /pci@i0cf8/*@4
(d1) [2014-09-25 13:30:35.707] 
(d1) [2014-09-25 13:30:35.721] Press F12 for boot menu.
(d1) [2014-09-25 13:30:35.736] 
(d1) [2014-09-25 13:30:38.316] Searching bootorder for: HALT
(d1) [2014-09-25 13:30:38.333] drive 0x000f0d40: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=41943040
(d1) [2014-09-25 13:30:38.362] Space available for UMB: ca800-ef000, f0000-f0d40
(d1) [2014-09-25 13:30:38.383] Returned 258048 bytes of ZoneHigh
(d1) [2014-09-25 13:30:38.400] e820 map has 6 items:
(d1) [2014-09-25 13:30:38.414]   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d1) [2014-09-25 13:30:38.435]   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d1) [2014-09-25 13:30:38.458]   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d1) [2014-09-25 13:30:38.480]   3: 0000000000100000 - 000000003f7ff000 = 1 RAM
(d1) [2014-09-25 13:30:38.501]   4: 000000003f7ff000 - 000000003f800000 = 2 RESERVED
(d1) [2014-09-25 13:30:38.523]   5: 00000000fc000000 - 0000000100000000 = 2 RESERVED
(d1) [2014-09-25 13:30:38.546] enter handle_19:
(d1) [2014-09-25 13:30:38.559]   NULL
(d1) [2014-09-25 13:30:38.575] Booting from Hard Disk...
(d1) [2014-09-25 13:30:38.591] Booting from 0000:7c00
[ 1341.080277] xen_bridge: port 2(vif1.0-emu) entered forwarding state
(XEN) [2014-09-25 13:31:01.270] irq.c:380: Dom1 callback via changed to Direct Vector 0xf3
(XEN) [2014-09-25 13:31:07.224] memory_map:remove: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:31:07.494] memory_map:remove: dom1 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:31:07.517] ioport_map:remove: dom1 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:31:07.546] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:31:07.734] memory_map:add: dom1 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:31:07.757] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:31:07.781] memory_map:remove: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:31:08.043] memory_map:remove: dom1 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:31:08.067] ioport_map:remove: dom1 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:31:08.093] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:31:08.281] memory_map:add: dom1 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:31:08.303] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:31:08.328] memory_map:remove: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:31:08.578] memory_map:remove: dom1 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:31:08.601] ioport_map:remove: dom1 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:31:08.627] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:31:08.814] memory_map:add: dom1 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:31:08.837] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:31:08.862] memory_map:remove: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:31:09.109] memory_map:remove: dom1 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:31:09.132] ioport_map:remove: dom1 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:31:09.158] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:31:09.344] memory_map:add: dom1 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:31:09.367] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:31:09.391] memory_map:remove: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:31:09.647] memory_map:remove: dom1 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:31:09.670] ioport_map:remove: dom1 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:31:09.696] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:31:09.883] memory_map:add: dom1 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:31:09.906] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:31:09.960] irq.c:270: Dom1 PCI link 0 changed 5 -> 0
(XEN) [2014-09-25 13:31:09.999] irq.c:270: Dom1 PCI link 1 changed 10 -> 0
(XEN) [2014-09-25 13:31:10.038] irq.c:270: Dom1 PCI link 2 changed 11 -> 0
(XEN) [2014-09-25 13:31:10.077] irq.c:270: Dom1 PCI link 3 changed 5 -> 0
(XEN) [2014-09-25 13:31:12.092] memory_map:add: dom1 gfn=f3080 mfn=fe1a0 nr=20
(XEN) [2014-09-25 13:31:12.237] memory_map:remove: dom1 gfn=f3080 mfn=fe1a0 nr=20
[ 1367.650305] xen-blkback:ring-ref 8, event-channel 26, protocol 1 (x86_64-abi) persistent grants
[ 1369.698796] IPv6: ADDRCONF(NETDEV_CHANGE): vif1.0: link becomes ready
[ 1369.727749] xen_bridge: port 1(vif1.0) entered forwarding state
[ 1369.755149] xen_bridge: port 1(vif1.0) entered forwarding state
[ 1384.760393] xen_bridge: port 1(vif1.0) entered forwarding state
(XEN) [2014-09-25 13:35:10.443] IRQ information:
(XEN) [2014-09-25 13:35:10.456]    IRQ:   0 affinity:01 vec:f0 type=IO-APIC-edge    status=00000000 timer_interrupt()
(XEN) [2014-09-25 13:35:10.487]    IRQ:   1 affinity:01 vec:30 type=IO-APIC-edge    status=00000034 in-flight=0 domain-list=0:  1(---),
(XEN) [2014-09-25 13:35:10.523]    IRQ:   3 affinity:01 vec:38 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:10.553]    IRQ:   4 affinity:01 vec:f1 type=IO-APIC-edge    status=00000000 ns16550_interrupt()
(XEN) [2014-09-25 13:35:10.585]    IRQ:   5 affinity:01 vec:40 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:10.615]    IRQ:   6 affinity:01 vec:48 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:10.646]    IRQ:   7 affinity:01 vec:50 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:10.676]    IRQ:   8 affinity:01 vec:58 type=IO-APIC-edge    status=00000030 in-flight=0 domain-list=0:  8(---),
(XEN) [2014-09-25 13:35:10.712]    IRQ:   9 affinity:3f vec:60 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:10.742]    IRQ:  10 affinity:01 vec:68 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:10.773]    IRQ:  11 affinity:01 vec:70 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:10.803]    IRQ:  12 affinity:01 vec:78 type=IO-APIC-edge    status=00000030 in-flight=0 domain-list=0: 12(---),
(XEN) [2014-09-25 13:35:10.839]    IRQ:  13 affinity:3f vec:88 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:10.869]    IRQ:  14 affinity:01 vec:90 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:10.899]    IRQ:  15 affinity:01 vec:98 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:10.930]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
(XEN) [2014-09-25 13:35:10.965]    IRQ:  17 affinity:01 vec:c0 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 17(---),
(XEN) [2014-09-25 13:35:11.001]    IRQ:  18 affinity:01 vec:b8 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 18(---),
(XEN) [2014-09-25 13:35:11.037]    IRQ:  19 affinity:3f vec:2a type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.067]    IRQ:  22 affinity:3f vec:b9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.098]    IRQ:  25 affinity:3f vec:9a type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.128]    IRQ:  28 affinity:3f vec:22 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.158]    IRQ:  29 affinity:3f vec:d9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.189]    IRQ:  32 affinity:02 vec:c9 type=IO-APIC-level   status=00000010 in-flight=0 domain-list=1: 32(-M-),
(XEN) [2014-09-25 13:35:11.224]    IRQ:  33 affinity:3f vec:c1 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.255]    IRQ:  36 affinity:3f vec:21 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.285]    IRQ:  37 affinity:3f vec:29 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.316]    IRQ:  38 affinity:3f vec:a9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.346]    IRQ:  40 affinity:3f vec:31 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.377]    IRQ:  46 affinity:3f vec:72 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.407]    IRQ:  47 affinity:3f vec:d1 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.437]    IRQ:  48 affinity:3f vec:d0 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.468]    IRQ:  51 affinity:3f vec:8a type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.498]    IRQ:  52 affinity:3f vec:39 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.529]    IRQ:  53 affinity:3f vec:c8 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.559]    IRQ:  54 affinity:3f vec:d8 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.589]    IRQ:  56 affinity:01 vec:28 type=AMD-IOMMU-MSI   status=00000000 iommu_interrupt_handler()
(XEN) [2014-09-25 13:35:11.622]    IRQ:  57 affinity:10 vec:a0 type=HPET-MSI        status=00000000 hpet_interrupt_handler()
(XEN) [2014-09-25 13:35:11.655]    IRQ:  58 affinity:02 vec:a8 type=HPET-MSI        status=00000000 hpet_interrupt_handler()
(XEN) [2014-09-25 13:35:11.688]    IRQ:  59 affinity:04 vec:b0 type=HPET-MSI        status=00000000 hpet_interrupt_handler()
(XEN) [2014-09-25 13:35:11.721]    IRQ:  60 affinity:3f vec:41 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.751]    IRQ:  61 affinity:3f vec:49 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.782]    IRQ:  62 affinity:3f vec:51 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.812]    IRQ:  63 affinity:3f vec:59 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.842]    IRQ:  64 affinity:3f vec:61 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.873]    IRQ:  65 affinity:3f vec:69 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.903]    IRQ:  66 affinity:3f vec:71 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.934]    IRQ:  67 affinity:3f vec:79 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.964]    IRQ:  68 affinity:3f vec:81 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:11.995]    IRQ:  69 affinity:3f vec:91 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:12.025]    IRQ:  70 affinity:3f vec:99 type=PCI-MSI/-X      status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:12.055]    IRQ:  71 affinity:3f vec:a1 type=PCI-MSI/-X      status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:12.086]    IRQ:  72 affinity:3f vec:b1 type=PCI-MSI/-X      status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:12.116]    IRQ:  73 affinity:01 vec:32 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:291(---),
(XEN) [2014-09-25 13:35:12.152]    IRQ:  74 affinity:01 vec:3a type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:292(---),
(XEN) [2014-09-25 13:35:12.187]    IRQ:  75 affinity:01 vec:42 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:293(---),
(XEN) [2014-09-25 13:35:12.223]    IRQ:  76 affinity:01 vec:4a type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:294(---),
(XEN) [2014-09-25 13:35:12.259]    IRQ:  77 affinity:01 vec:52 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:295(---),
(XEN) [2014-09-25 13:35:12.294]    IRQ:  78 affinity:01 vec:5a type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:296(---),
(XEN) [2014-09-25 13:35:12.330]    IRQ:  79 affinity:3f vec:62 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:12.360]    IRQ:  80 affinity:3f vec:6a type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:35:12.391]    IRQ:  81 affinity:01 vec:7a type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:290(---),
(XEN) [2014-09-25 13:35:12.426]    IRQ:  82 affinity:01 vec:92 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:289(---),
(XEN) [2014-09-25 13:35:12.462]    IRQ:  83 affinity:01 vec:a2 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:288(---),
(XEN) [2014-09-25 13:35:12.498]    IRQ:  84 affinity:04 vec:aa type=PCI-MSI         status=00000030 in-flight=0 domain-list=1: 87(---),
(XEN) [2014-09-25 13:35:12.533] Direct vector information:
(XEN) [2014-09-25 13:35:12.549]    0x20 -> irq_move_cleanup_interrupt()
(XEN) [2014-09-25 13:35:12.568]    0xf9 -> pmu_apic_interrupt()
(XEN) [2014-09-25 13:35:12.585]    0xfa -> apic_timer_interrupt()
(XEN) [2014-09-25 13:35:12.602]    0xfb -> call_function_interrupt()
(XEN) [2014-09-25 13:35:12.620]    0xfc -> event_check_interrupt()
(XEN) [2014-09-25 13:35:12.638]    0xfd -> invalidate_interrupt()
(XEN) [2014-09-25 13:35:12.655]    0xfe -> error_interrupt()
(XEN) [2014-09-25 13:35:12.672]    0xff -> spurious_interrupt()
(XEN) [2014-09-25 13:35:12.688] IO-APIC interrupt information:
(XEN) [2014-09-25 13:35:12.705]     IRQ  0 Vec240:
(XEN) [2014-09-25 13:35:12.719]       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:35:12.754]     IRQ  1 Vec 48:
(XEN) [2014-09-25 13:35:12.768]       Apic 0x00, Pin  1: vec=30 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:35:12.803]     IRQ  3 Vec 56:
(XEN) [2014-09-25 13:35:12.817]       Apic 0x00, Pin  3: vec=38 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:35:12.852]     IRQ  4 Vec241:
(XEN) [2014-09-25 13:35:12.866]       Apic 0x00, Pin  4: vec=f1 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:35:12.902]     IRQ  5 Vec 64:
(XEN) [2014-09-25 13:35:12.915]       Apic 0x00, Pin  5: vec=40 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:35:12.951]     IRQ  6 Vec 72:
(XEN) [2014-09-25 13:35:12.964]       Apic 0x00, Pin  6: vec=48 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:35:13.000]     IRQ  7 Vec 80:
(XEN) [2014-09-25 13:35:13.013]       Apic 0x00, Pin  7: vec=50 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:35:13.049]     IRQ  8 Vec 88:
(XEN) [2014-09-25 13:35:13.063]       Apic 0x00, Pin  8: vec=58 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:35:13.098]     IRQ  9 Vec 96:
(XEN) [2014-09-25 13:35:13.112]       Apic 0x00, Pin  9: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:13.148]     IRQ 10 Vec104:
(XEN) [2014-09-25 13:35:13.161]       Apic 0x00, Pin 10: vec=68 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:35:13.197]     IRQ 11 Vec112:
(XEN) [2014-09-25 13:35:13.210]       Apic 0x00, Pin 11: vec=70 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:35:13.246]     IRQ 12 Vec120:
(XEN) [2014-09-25 13:35:13.259]       Apic 0x00, Pin 12: vec=78 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:35:13.295]     IRQ 13 Vec136:
(XEN) [2014-09-25 13:35:13.308]       Apic 0x00, Pin 13: vec=88 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=1 dest_id:63
(XEN) [2014-09-25 13:35:13.344]     IRQ 14 Vec144:
(XEN) [2014-09-25 13:35:13.358]       Apic 0x00, Pin 14: vec=90 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:35:13.393]     IRQ 15 Vec152:
(XEN) [2014-09-25 13:35:13.407]       Apic 0x00, Pin 15: vec=98 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:35:13.443]     IRQ 16 Vec137:
(XEN) [2014-09-25 13:35:13.456]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
(XEN) [2014-09-25 13:35:13.492]     IRQ 17 Vec192:
(XEN) [2014-09-25 13:35:13.505]       Apic 0x00, Pin 17: vec=c0 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
(XEN) [2014-09-25 13:35:13.541]     IRQ 18 Vec184:
(XEN) [2014-09-25 13:35:13.554]       Apic 0x00, Pin 18: vec=b8 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
(XEN) [2014-09-25 13:35:13.590]     IRQ 19 Vec 42:
(XEN) [2014-09-25 13:35:13.604]       Apic 0x00, Pin 19: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:13.639]     IRQ 22 Vec185:
(XEN) [2014-09-25 13:35:13.653]       Apic 0x00, Pin 22: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:13.689]     IRQ 25 Vec154:
(XEN) [2014-09-25 13:35:13.702]       Apic 0x01, Pin  1: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:13.738]     IRQ 28 Vec 34:
(XEN) [2014-09-25 13:35:13.752]       Apic 0x01, Pin  4: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:13.788]     IRQ 29 Vec217:
(XEN) [2014-09-25 13:35:13.801]       Apic 0x01, Pin  5: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:13.837]     IRQ 32 Vec201:
(XEN) [2014-09-25 13:35:13.851]       Apic 0x01, Pin  8: vec=c9 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:2
(XEN) [2014-09-25 13:35:13.886]     IRQ 33 Vec193:
(XEN) [2014-09-25 13:35:13.900]       Apic 0x01, Pin  9: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:13.936]     IRQ 36 Vec 33:
(XEN) [2014-09-25 13:35:13.949]       Apic 0x01, Pin 12: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:13.985]     IRQ 37 Vec 41:
(XEN) [2014-09-25 13:35:13.999]       Apic 0x01, Pin 13: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:14.034]     IRQ 38 Vec169:
(XEN) [2014-09-25 13:35:14.048]       Apic 0x01, Pin 14: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:14.084]     IRQ 40 Vec 49:
(XEN) [2014-09-25 13:35:14.097]       Apic 0x01, Pin 16: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:14.133]     IRQ 46 Vec114:
(XEN) [2014-09-25 13:35:14.147]       Apic 0x01, Pin 22: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:14.183]     IRQ 47 Vec209:
(XEN) [2014-09-25 13:35:14.196]       Apic 0x01, Pin 23: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:14.232]     IRQ 48 Vec208:
(XEN) [2014-09-25 13:35:14.246]       Apic 0x01, Pin 24: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:14.281]     IRQ 51 Vec138:
(XEN) [2014-09-25 13:35:14.295]       Apic 0x01, Pin 27: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:14.331]     IRQ 52 Vec 57:
(XEN) [2014-09-25 13:35:14.344]       Apic 0x01, Pin 28: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:14.380]     IRQ 53 Vec200:
(XEN) [2014-09-25 13:35:14.394]       Apic 0x01, Pin 29: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:14.430]     IRQ 54 Vec216:
(XEN) [2014-09-25 13:35:14.443]       Apic 0x01, Pin 30: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:35:21.222] 'I' pressed -> dumping HVM irq info
(XEN) [2014-09-25 13:35:21.240] Domain 1:
(XEN) [2014-09-25 13:35:21.251] PCI 0x00000000000000000000000000000000 ISA 0x00000100 ROUTE 0 0 0 0
(XEN) [2014-09-25 13:35:21.277] GSI [0 - 7] 00 00 00 00 00 00 00 00
(XEN) [2014-09-25 13:35:21.295] GSI [8 - f] 01 00 00 00 00 00 00 00
(XEN) [2014-09-25 13:35:21.313] GSI [10 - 17] 00 00 00 00 00 00 00 00
(XEN) [2014-09-25 13:35:21.331] GSI [18 - 1f] 00 00 00 00 00 00 00 00
(XEN) [2014-09-25 13:35:21.350] GSI [20 - 27] 00 00 00 00 00 00 00 00
(XEN) [2014-09-25 13:35:21.368] GSI [28 - 2f] 00 00 00 00 00 00 00 00
(XEN) [2014-09-25 13:35:21.387] Link 00 00 00 00
(XEN) [2014-09-25 13:35:21.400] Callback via 3:0xf3, not asserted
(XEN) [2014-09-25 13:35:27.976] ==== PCI devices ====
(XEN) [2014-09-25 13:35:27.990] ==== segment 0000 ====
(XEN) [2014-09-25 13:35:28.005] 0000:0f:00.1 - dom 0   - MSIs < 83 >
(XEN) [2014-09-25 13:35:28.023] 0000:0f:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.040] 0000:0e:00.1 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.058] 0000:0e:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.075] 0000:0d:00.0 - dom 0   - MSIs < 81 >
(XEN) [2014-09-25 13:35:28.093] 0000:0c:00.0 - dom 0   - MSIs < 82 >
(XEN) [2014-09-25 13:35:28.111] 0000:0b:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.129] 0000:0a:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.146] 0000:09:00.1 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.164] 0000:09:00.0 - dom 1   - MSIs < 84 >
(XEN) [2014-09-25 13:35:28.182] 0000:08:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.199] 0000:07:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.217] 0000:06:02.0 - dom 0   - MSIs < 72 >
(XEN) [2014-09-25 13:35:28.235] 0000:06:01.0 - dom 0   - MSIs < 71 >
(XEN) [2014-09-25 13:35:28.253] 0000:05:00.0 - dom 0   - MSIs < 70 >
(XEN) [2014-09-25 13:35:28.271] 0000:04:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.289] 0000:03:06.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.306] 0000:00:18.4 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.324] 0000:00:18.3 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.341] 0000:00:18.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.358] 0000:00:18.1 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.376] 0000:00:18.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.393] 0000:00:16.2 - dom 0   - MSIs < [ 1621.933856] n>
(XEN) [2014-09-25 13:35:28.415] 0000:00:16.0 - dom 0   - MSIs < >
f_conntrack: aut(XEN) [2014-09-25 13:35:28.436] 0000:00:15.0 - dom 0   - MSIs < 69 >
(XEN) [2014-09-25 13:35:28.455] 0000:00:14.5 - dom 0   - MSIs < >
omatic helper as(XEN) [2014-09-25 13:35:28.476] 0000:00:14.4 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.494] 0000:00:14.3 - dom 0   - MSIs < signment is depr>
(XEN) [2014-09-25 13:35:28.515] 0000:00:14.2 - dom 0   - MSIs < >
ecated and it wi(XEN) [2014-09-25 13:35:28.537] 0000:00:14.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.554] 0000:00:13.2 - dom 0   - MSIs < ll be removed so>
(XEN) [2014-09-25 13:35:28.576] 0000:00:13.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.593] 0000:00:12.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.611] 0000:00:12.0 - dom 0   - MSIs < on. Use the ipta>
(XEN) [2014-09-25 13:35:28.632] 0000:00:11.0 - dom 0   - MSIs < bles CT target t73 >
(XEN) [2014-09-25 13:35:28.654] 0000:00:0d.0 - dom 0   - MSIs < o attach helpers68 >
(XEN) [2014-09-25 13:35:28.677] 0000:00:0c.0 - dom 0   - MSIs <  instead.
67 >
(XEN) [2014-09-25 13:35:28.698] 0000:00:0b.0 - dom 0   - MSIs < 66 >
(XEN) [2014-09-25 13:35:28.716] 0000:00:0a.0 - dom 0   - MSIs < 65 >
(XEN) [2014-09-25 13:35:28.735] 0000:00:09.0 - dom 0   - MSIs < 64 >
(XEN) [2014-09-25 13:35:28.753] 0000:00:06.0 - dom 0   - MSIs < 63 >
(XEN) [2014-09-25 13:35:28.771] 0000:00:05.0 - dom 0   - MSIs < 62 >
(XEN) [2014-09-25 13:35:28.789] 0000:00:03.0 - dom 0   - MSIs < 61 >
(XEN) [2014-09-25 13:35:28.807] 0000:00:02.0 - dom 0   - MSIs < 60 >
(XEN) [2014-09-25 13:35:28.826] 0000:00:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:35:28.843] 0000:00:00.2 - dom 32754 - MSIs < >
(XEN) [2014-09-25 13:35:36.192] MSI information:
(XEN) [2014-09-25 13:35:36.205]  MSI     56 vec=28 lowest  edge   assert  log lowest dest=00000001 mask=0/0/?
(XEN) [2014-09-25 13:35:36.234]  HPET    57 vec=a0 lowest  edge   assert  log lowest dest=00000010 mask=1/0/?
(XEN) [2014-09-25 13:35:36.263]  HPET    58 vec=a8 lowest  edge   assert  log lowest dest=00000002 mask=1/0/?
(XEN) [2014-09-25 13:35:36.292]  HPET    59 vec=b0 lowest  edge   assert  log lowest dest=00000004 mask=1/0/?
(XEN) [2014-09-25 13:35:36.320]  MSI     60 vec=41 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:35:36.349]  MSI     61 vec=49 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:35:36.378]  MSI     62 vec=51 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:35:36.407]  MSI     63 vec=59 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:35:36.436]  MSI     64 vec=61 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:35:36.465]  MSI     65 vec=69 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:35:36.494]  MSI     66 vec=71 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:35:36.523]  MSI     67 vec=79 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:35:36.551]  MSI     68 vec=81 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:35:36.580]  MSI     69 vec=91 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:35:36.609]  MSI     70 vec=99 lowest  edge   assert  log lowest dest=0000003f mask=1/1/1
(XEN) [2014-09-25 13:35:36.638]  MSI     71 vec=a1 lowest  edge   assert  log lowest dest=0000003f mask=1/1/1
(XEN) [2014-09-25 13:35:36.667]  MSI     72 vec=b1 lowest  edge   assert  log lowest dest=0000003f mask=1/1/1
(XEN) [2014-09-25 13:35:36.696]  MSI     73 vec=32 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:35:36.725]  MSI     74 vec=3a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:35:36.753]  MSI     75 vec=42 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:35:36.782]  MSI     76 vec=4a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:35:36.811]  MSI     77 vec=52 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:35:36.840]  MSI     78 vec=5a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:35:36.869]  MSI     79 vec=62 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:35:36.898]  MSI     80 vec=6a lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:35:36.927]  MSI     81 vec=7a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:35:36.955]  MSI     82 vec=92 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:35:36.984]  MSI     83 vec=a2 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:35:37.013]  MSI     84 vec=aa lowest  edge   assert  log lowest dest=00000004 mask=0/1/?
(XEN) [2014-09-25 13:35:43.714] number of MP IRQ sources: 15.
(XEN) [2014-09-25 13:35:43.731] number of IO-APIC #6 registers: 24.
(XEN) [2014-09-25 13:35:43.749] number of IO-APIC #7 registers: 32.
(XEN) [2014-09-25 13:35:43.767] testing the IO APIC.......................
(XEN) [2014-09-25 13:35:43.786] IO APIC #6......
(XEN) [2014-09-25 13:35:43.799] .... register #00: 06000000
(XEN) [2014-09-25 13:35:43.815] .......    : physical APIC id: 06
(XEN) [2014-09-25 13:35:43.833] .......    : Delivery Type: 0
(XEN) [2014-09-25 13:35:43.849] .......    : LTS          : 0
(XEN) [2014-09-25 13:35:43.865] .... register #01: 00178021
(XEN) [2014-09-25 13:35:43.881] .......     : max redirection entries: 0017
(XEN) [2014-09-25 13:35:43.901] .......     : PRQ implemented: 1
(XEN) [2014-09-25 13:35:43.919] .......     : IO APIC version: 0021
(XEN) [2014-09-25 13:35:43.936] .... register #02: 06000000
(XEN) [2014-09-25 13:35:43.952] .......     : arbitration: 06
(XEN) [2014-09-25 13:35:43.969] .... register #03: 3F000000
(XEN) [2014-09-25 13:35:43.985] .......     : Boot DT    : 0
(XEN) [2014-09-25 13:35:44.001] .... IRQ redirection table:
(XEN) [2014-09-25 13:35:44.017]  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN) [2014-09-25 13:35:44.039]  00 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:35:44.060]  01 001 01  0    0    0   0   0    1    1    30
(XEN) [2014-09-25 13:35:44.081]  02 001 01  0    0    0   0   0    1    1    F0
(XEN) [2014-09-25 13:35:44.102]  03 001 01  0    0    0   0   0    1    1    38
(XEN) [2014-09-25 13:35:44.123]  04 001 01  0    0    0   0   0    1    1    F1
(XEN) [2014-09-25 13:35:44.144]  05 001 01  0    0    0   0   0    1    1    40
(XEN) [2014-09-25 13:35:44.166]  06 001 01  0    0    0   0   0    1    1    48
(XEN) [2014-09-25 13:35:44.187]  07 001 01  0    0    0   0   0    1    1    50
(XEN) [2014-09-25 13:35:44.208]  08 001 01  0    0    0   0   0    1    1    58
(XEN) [2014-09-25 13:35:44.229]  09 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:44.250]  0a 001 01  0    0    0   0   0    1    1    68
(XEN) [2014-09-25 13:35:44.271]  0b 001 01  0    0    0   0   0    1    1    70
(XEN) [2014-09-25 13:35:44.292]  0c 001 01  0    0    0   0   0    1    1    78
(XEN) [2014-09-25 13:35:44.313]  0d 03F 0F  1    0    0   0   0    1    1    88
(XEN) [2014-09-25 13:35:44.334]  0e 001 01  0    0    0   0   0    1    1    90
(XEN) [2014-09-25 13:35:44.355]  0f 001 01  0    0    0   0   0    1    1    98
(XEN) [2014-09-25 13:35:44.376]  10 001 01  0    1    0   1   0    1    0    89
(XEN) [2014-09-25 13:35:44.397]  11 001 01  0    1    0   1   0    1    0    C0
(XEN) [2014-09-25 13:35:44.418]  12 001 01  0    1    0   1   0    1    0    B8
(XEN) [2014-09-25 13:35:44.439]  13 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:44.460]  14 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:35:44.481]  15 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:35:44.502]  16 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:44.524]  17 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:35:44.545] IO APIC #7......
(XEN) [2014-09-25 13:35:44.558] .... register #00: 07000000
(XEN) [2014-09-25 13:35:44.573] .......    : physical APIC id: 07
(XEN) [2014-09-25 13:35:44.591] .......    : Delivery Type: 0
(XEN) [2014-09-25 13:35:44.607] .......    : LTS          : 0
(XEN) [2014-09-25 13:35:44.624] .... register #01: 001F8021
(XEN) [2014-09-25 13:35:44.639] .......     : max redirection entries: 001F
(XEN) [2014-09-25 13:35:44.660] .......     : PRQ implemented: 1
(XEN) [2014-09-25 13:35:44.677] .......     : IO APIC version: 0021
(XEN) [2014-09-25 13:35:44.695] .... register #02: 00000000
(XEN) [2014-09-25 13:35:44.710] .......     : arbitration: 00
(XEN) [2014-09-25 13:35:44.727] .... IRQ redirection table:
(XEN) [2014-09-25 13:35:44.743]  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN) [2014-09-25 13:35:44.765]  00 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:35:44.786]  01 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:44.807]  02 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:35:44.828]  03 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:35:44.850]  04 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:44.871]  05 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:44.892]  06 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:35:44.913]  07 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:35:44.934]  08 002 02  0    1    0   1   0    1    0    C9
(XEN) [2014-09-25 13:35:44.955]  09 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:44.976]  0a 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:35:44.997]  0b 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:35:45.018]  0c 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:45.039]  0d 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:45.060]  0e 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:45.081]  0f 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:35:45.102]  10 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:45.123]  11 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:35:45.144]  12 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:35:45.165]  13 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:35:45.186]  14 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:35:45.208]  15 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:35:45.229]  16 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:45.250]  17 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:45.271]  18 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:45.292]  19 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:35:45.313]  1a 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:35:45.334]  1b 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:45.355]  1c 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:45.376]  1d 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:45.397]  1e 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:35:45.418]  1f 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:35:45.439] Using vector-based indexing
(XEN) [2014-09-25 13:35:45.455] IRQ to pin mappings:
(XEN) [2014-09-25 13:35:45.469] IRQ240 -> 0:2
(XEN) [2014-09-25 13:35:45.481] IRQ48 -> 0:1
(XEN) [2014-09-25 13:35:45.493] IRQ56 -> 0:3
(XEN) [2014-09-25 13:35:45.505] IRQ241 -> 0:4
(XEN) [2014-09-25 13:35:45.517] IRQ64 -> 0:5
(XEN) [2014-09-25 13:35:45.529] IRQ72 -> 0:6
(XEN) [2014-09-25 13:35:45.541] IRQ80 -> 0:7
(XEN) [2014-09-25 13:35:45.553] IRQ88 -> 0:8
(XEN) [2014-09-25 13:35:45.565] IRQ96 -> 0:9
(XEN) [2014-09-25 13:35:45.577] IRQ104 -> 0:10
(XEN) [2014-09-25 13:35:45.590] IRQ112 -> 0:11
(XEN) [2014-09-25 13:35:45.602] IRQ120 -> 0:12
(XEN) [2014-09-25 13:35:45.615] IRQ136 -> 0:13
(XEN) [2014-09-25 13:35:45.627] IRQ144 -> 0:14
(XEN) [2014-09-25 13:35:45.640] IRQ152 -> 0:15
(XEN) [2014-09-25 13:35:45.652] IRQ137 -> 0:16
(XEN) [2014-09-25 13:35:45.665] IRQ192 -> 0:17
(XEN) [2014-09-25 13:35:45.677] IRQ184 -> 0:18
(XEN) [2014-09-25 13:35:45.690] IRQ42 -> 0:19
(XEN) [2014-09-25 13:35:45.702] IRQ185 -> 0:22
(XEN) [2014-09-25 13:35:45.714] IRQ154 -> 1:1
(XEN) [2014-09-25 13:35:45.727] IRQ34 -> 1:4
(XEN) [2014-09-25 13:35:45.738] IRQ217 -> 1:5
(XEN) [2014-09-25 13:35:45.751] IRQ201 -> 1:8
(XEN) [2014-09-25 13:35:45.763] IRQ193 -> 1:9
(XEN) [2014-09-25 13:35:45.775] IRQ33 -> 1:12
(XEN) [2014-09-25 13:35:45.787] IRQ41 -> 1:13
(XEN) [2014-09-25 13:35:45.800] IRQ169 -> 1:14
(XEN) [2014-09-25 13:35:45.812] IRQ49 -> 1:16
(XEN) [2014-09-25 13:35:45.824] IRQ114 -> 1:22
(XEN) [2014-09-25 13:35:45.837] IRQ209 -> 1:23
(XEN) [2014-09-25 13:35:45.849] IRQ208 -> 1:24
(XEN) [2014-09-25 13:35:45.862] IRQ138 -> 1:27
(XEN) [2014-09-25 13:35:45.874] IRQ57 -> 1:28
(XEN) [2014-09-25 13:35:45.886] IRQ200 -> 1:29
(XEN) [2014-09-25 13:35:45.899] IRQ216 -> 1:30
(XEN) [2014-09-25 13:35:45.911] .................................... done.
(XEN) [2014-09-25 13:35:56.522] 'e' pressed -> dumping event-channel info
(XEN) [2014-09-25 13:35:56.542] Event channel information for domain 0:
(XEN) [2014-09-25 13:35:56.561] Polling vCPUs: {}
(XEN) [2014-09-25 13:35:56.574]     port [p/m/s]
(XEN) [2014-09-25 13:35:56.587]        1 [0/0/  -   ]: s=5 n=0 x=0 v=0
(XEN) [2014-09-25 13:35:56.606]        2 [1/1/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:35:56.623]        3 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:35:56.641]        4 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:35:56.659]        5 [0/0/  -   ]: s=5 n=0 x=0 v=1
(XEN) [2014-09-25 13:35:56.677]        6 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:35:56.695]        7 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:35:56.713]        8 [1/0/  0   ]: s=5 n=1 x=0 v=0
(XEN) [2014-09-25 13:35:56.731]        9 [1/1/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:35:56.749]       10 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:35:56.767]       11 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:35:56.785]       12 [0/0/  -   ]: s=5 n=1 x=0 v=1
(XEN) [2014-09-25 13:35:56.803]       13 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:35:56.821]       14 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:35:56.839]       15 [0/0/  -   ]: s=5 n=2 x=0 v=0
(XEN) [2014-09-25 13:35:56.857]       16 [1/1/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:35:56.875]       17 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:35:56.893]       18 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:35:56.910]       19 [0/0/  -   ]: s=5 n=2 x=0 v=1
(XEN) [2014-09-25 13:35:56.929]       20 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:35:56.947]       21 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:35:56.964]       22 [0/0/  -   ]: s=5 n=3 x=0 v=0
(XEN) [2014-09-25 13:35:56.983]       23 [1/1/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:35:57.001]       24 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:35:57.019]       25 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:35:57.036]       26 [0/0/  -   ]: s=5 n=3 x=0 v=1
(XEN) [2014-09-25 13:35:57.055]       27 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:35:57.073]       28 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:35:57.090]       29 [0/0/  -   ]: s=5 n=4 x=0 v=0
(XEN) [2014-09-25 13:35:57.109]       30 [1/1/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:35:57.127]       31 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:35:57.144]       32 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:35:57.162]       33 [0/0/  -   ]: s=5 n=4 x=0 v=1
(XEN) [2014-09-25 13:35:57.181]       34 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:35:57.198]       35 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:35:57.216]       36 [0/0/  -   ]: s=5 n=5 x=0 v=0
(XEN) [2014-09-25 13:35:57.235]       37 [0/1/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:35:57.253]       38 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:35:57.270]       39 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:35:57.288]       40 [0/0/  -   ]: s=5 n=5 x=0 v=1
(XEN) [2014-09-25 13:35:57.307]       41 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:35:57.324]       42 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:35:57.342]       43 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=61
(XEN) [2014-09-25 13:35:57.362]       44 [0/0/  -   ]: s=5 n=0 x=0 v=9
(XEN) [2014-09-25 13:35:57.381]       45 [0/1/  -   ]: s=5 n=0 x=0 v=2
(XEN) [2014-09-25 13:35:57.399]       46 [0/0/  -   ]: s=4 n=0 x=0 p=291 i=73
(XEN) [2014-09-25 13:35:57.420]       47 [0/0/  -   ]: s=4 n=0 x=0 p=292 i=74
(XEN) [2014-09-25 13:35:57.440]       48 [0/0/  -   ]: s=4 n=0 x=0 p=293 i=75
(XEN) [2014-09-25 13:35:57.461]       49 [0/0/  -   ]: s=4 n=0 x=0 p=294 i=76
(XEN) [2014-09-25 13:35:57.482]       50 [0/0/  -   ]: s=4 n=0 x=0 p=295 i=77
(XEN) [2014-09-25 13:35:57.502]       51 [0/0/  -   ]: s=4 n=0 x=0 p=296 i=78
(XEN) [2014-09-25 13:35:57.523]       52 [0/0/  -   ]: s=4 n=0 x=0 p=17 i=17
(XEN) [2014-09-25 13:35:57.543]       53 [0/0/  -   ]: s=4 n=0 x=0 p=18 i=18
(XEN) [2014-09-25 13:35:57.563]       54 [0/0/  -   ]: s=4 n=0 x=0 p=12 i=12
(XEN) [2014-09-25 13:35:57.583]       55 [0/0/  -   ]: s=4 n=0 x=0 p=1 i=1
(XEN) [2014-09-25 13:35:57.603]       56 [0/0/  -   ]: s=4 n=0 x=0 p=8 i=8
(XEN) [2014-09-25 13:35:57.623]       57 [0/0/  -   ]: s=4 n=0 x=0 p=16 i=16
(XEN) [2014-09-25 13:35:57.643]       58 [0/0/  -   ]: s=4 n=0 x=0 p=288 i=83
(XEN) [2014-09-25 13:35:57.664]       59 [0/0/  -   ]: s=4 n=0 x=0 p=290 i=81
(XEN) [2014-09-25 13:35:57.684]       60 [0/0/  -   ]: s=4 n=0 x=0 p=289 i=82
(XEN) [2014-09-25 13:35:57.705]       61 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=43
(XEN) [2014-09-25 13:35:57.725]       62 [0/0/  -   ]: s=5 n=0 x=0 v=3
(XEN) [2014-09-25 13:35:57.744]       63 [0/0/  -   ]: s=3 n=0 x=0 d=1 p=1
(XEN) [2014-09-25 13:35:57.763]       64 [0/0/  -   ]: s=3 n=0 x=0 d=1 p=2
(XEN) [2014-09-25 13:35:57.783]       65 [0/0/  -   ]: s=3 n=0 x=0 d=1 p=3
(XEN) [2014-09-25 13:35:57.803]       66 [0/0/  -   ]: s=3 n=0 x=0 d=1 p=5
(XEN) [2014-09-25 13:35:57.823]       67 [0/0/  -   ]: s=3 n=0 x=0 d=1 p=6
(XEN) [2014-09-25 13:35:57.842]       68 [0/0/  -   ]: s=3 n=0 x=0 d=1 p=4
(XEN) [2014-09-25 13:35:57.862]       69 [0/0/  -   ]: s=3 n=0 x=0 d=1 p=26
(XEN) [2014-09-25 13:35:57.882]       70 [0/0/  -   ]: s=3 n=0 x=0 d=1 p=27
(XEN) [2014-09-25 13:35:57.902]       71 [0/0/  -   ]: s=3 n=0 x=0 d=1 p=28
(XEN) [2014-09-25 13:35:57.922]       72 [0/0/  -   ]: s=3 n=0 x=0 d=1 p=29
(XEN) [2014-09-25 13:35:57.942]       73 [0/0/  -   ]: s=3 n=0 x=0 d=1 p=30
(XEN) [2014-09-25 13:35:57.962]       74 [0/0/  -   ]: s=3 n=0 x=0 d=1 p=31
(XEN) [2014-09-25 13:35:57.982]       75 [0/0/  -   ]: s=3 n=0 x=0 d=1 p=32
(XEN) [2014-09-25 13:35:58.002] Event channel information for domain 1:
(XEN) [2014-09-25 13:35:58.021] Polling vCPUs: {}
(XEN) [2014-09-25 13:35:58.035]     port [p/m/s]
[ 1651.574358] [(XEN) [2014-09-25 13:35:58.052]        1 [0/0/  -   sched_delayed] s]: s=3 n=0 x=0ched: RT throttl d=0 p=63ing activated

(XEN) [2014-09-25 13:35:58.084]        2 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=64
(XEN) [2014-09-25 13:35:58.104]        3 [0/1/  -   ]: s=3 n=0 x=1 d=0 p=65
(XEN) [2014-09-25 13:35:58.124]        4 [0/1/  -   ]: s=3 n=0 x=1 d=0 p=68
(XEN) [2014-09-25 13:35:58.144]        5 [0/1/  -   ]: s=3 n=1 x=1 d=0 p=66
(XEN) [2014-09-25 13:35:58.164]        6 [0/1/  -   ]: s=3 n=2 x=1 d=0 p=67
(XEN) [2014-09-25 13:35:58.184]        7 [0/0/  -   ]: s=5 n=0 x=0 v=0
(XEN) [2014-09-25 13:35:58.203]        8 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:35:58.221]        9 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:35:58.238]       10 [0/0/  -   ]: s=5 n=0 x=0 v=1
(XEN) [2014-09-25 13:35:58.257]       11 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:35:58.275]       12 [0/1/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:35:58.292]       13 [0/0/  -   ]: s=5 n=1 x=0 v=0
(XEN) [2014-09-25 13:35:58.311]       14 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:35:58.329]       15 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:35:58.347]       16 [0/0/  -   ]: s=5 n=1 x=0 v=1
(XEN) [2014-09-25 13:35:58.365]       17 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:35:58.383]       18 [0/1/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:35:58.401]       19 [0/0/  -   ]: s=5 n=2 x=0 v=0
(XEN) [2014-09-25 13:35:58.419]       20 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:35:58.437]       21 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:35:58.455]       22 [0/0/  -   ]: s=5 n=2 x=0 v=1
(XEN) [2014-09-25 13:35:58.473]       23 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:35:58.491]       24 [1/1/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:35:58.509]       25 [0/0/  -   ]: s=4 n=0 x=0 p=87 i=84
(XEN) [2014-09-25 13:35:58.529]       26 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=69
(XEN) [2014-09-25 13:35:58.549]       27 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=70
(XEN) [2014-09-25 13:35:58.569]       28 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=71
(XEN) [2014-09-25 13:35:58.589]       29 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=72
(XEN) [2014-09-25 13:35:58.609]       30 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=73
(XEN) [2014-09-25 13:35:58.629]       31 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=74
(XEN) [2014-09-25 13:35:58.649]       32 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=75
(XEN) [2014-09-25 13:35:58.669]       33 [0/0/  -   ]: s=4 n=0 x=0 p=21 i=0
(XEN) [2014-09-25 13:35:58.689]       34 [0/0/  -   ]: s=4 n=0 x=0 p=17 i=0
(XEN) [2014-09-25 13:35:58.709]       35 [0/0/  -   ]: s=4 n=0 x=0 p=18 i=0
(XEN) [2014-09-25 13:35:58.729]       36 [0/0/  -   ]: s=2 n=0 x=0 d=0
(XEN) [2014-09-25 13:35:58.748]       37 [0/0/  -   ]: s=4 n=0 x=0 p=16 i=0
(XEN) [2014-09-25 13:35:58.768]       38 [0/0/  -   ]: s=4 n=0 x=0 p=20 i=0
(XEN) [2014-09-25 13:36:13.549] *********** VMCB Areas **************
(XEN) [2014-09-25 13:36:13.567] 
(XEN) [2014-09-25 13:36:13.576] >>> Domain 1 <<<
(XEN) [2014-09-25 13:36:13.589] 	VCPU 0
(XEN) [2014-09-25 13:36:13.600] Dumping guest's current state at key_handler...
(XEN) [2014-09-25 13:36:13.621] Size of VMCB = 4096, paddr = 0x546ab5000, vaddr = ffff830546ab5000
(XEN) [2014-09-25 13:36:13.647] cr_intercepts = 0xfef3fef3 dr_intercepts = 0xffffffff exception_intercepts = 0x40040
(XEN) [2014-09-25 13:36:13.678] general1_intercepts = 0xbdc4000f general2_intercepts = 0x2e7f
(XEN) [2014-09-25 13:36:13.702] iopm_base_pa = 0x9fce9000 msrpm_base_pa = 0x546ab2000 tsc_offset = 0xfffffc0bcf2e641a
(XEN) [2014-09-25 13:36:13.733] tlb_control = 0 vintr = 0x11f0000 interrupt_shadow = 0
(XEN) [2014-09-25 13:36:13.756] exitcode = 0x78 exitintinfo = 0
(XEN) [2014-09-25 13:36:13.773] exitinfo1 = 0 exitinfo2 = 0 
(XEN) [2014-09-25 13:36:13.789] np_enable = 1 guest_asid = 0x37
(XEN) [2014-09-25 13:36:13.806] cpl = 0 efer = 0x1d01 star = 0x23001000000000 lstar = 0xffffffff819ecfb0
(XEN) [2014-09-25 13:36:13.834] CR0 = 0x000000008005003b CR2 = 0x00000000012b76c0
(XEN) [2014-09-25 13:36:13.855] CR3 = 0x000000003bcbc000 CR4 = 0x00000000000006f0
(XEN) [2014-09-25 13:36:13.877] RSP = 0xffffffff81e03ec8  RIP = 0xffffffff8104b605
(XEN) [2014-09-25 13:36:13.899] RAX = 0xffffffff81e1c580  RFLAGS=0x0000000000000286
(XEN) [2014-09-25 13:36:13.921] DR6 = 0x00000000ffff0ff0, DR7 = 0x0000000000000400
(XEN) [2014-09-25 13:36:13.943] CSTAR = 0xffffffff819ef1b0 SFMask = 0x0000000000043700
(XEN) [2014-09-25 13:36:13.966] KernGSBase = 0x0000000000000000 PAT = 0x0007010600070106 
(XEN) [2014-09-25 13:36:13.989] H_CR3 = 0x0000000544984000 CleanBits = 0
(XEN) [2014-09-25 13:36:14.008] CS: sel=0x0010, attr=0x029b, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:36:14.035] DS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:36:14.062] SS: sel=0x0018, attr=0x0c93, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:36:14.090] ES: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:36:14.117] FS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x00007f3542aaa980
(XEN) [2014-09-25 13:36:14.144] GS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0xffff88003f400000
(XEN) [2014-09-25 13:36:14.171] GDTR: sel=0x0000, attr=0x0000, limit=0x0000007f, base=0xffff88003f40a000
(XEN) [2014-09-25 13:36:14.198] LDTR: sel=0x0000, attr=0x0000, limit=0x00000000, base=0x0000000000000000
(XEN) [2014-09-25 13:36:14.226] IDTR: sel=0x0000, attr=0x0000, limit=0x00000fff, base=0xffffffffff57b000
(XEN) [2014-09-25 13:36:14.253] TR: sel=0x0040, attr=0x0089, limit=0x00002087, base=0xffff88003f410a00
(XEN) [2014-09-25 13:36:14.280] 	VCPU 1
(XEN) [2014-09-25 13:36:14.291] Dumping guest's current state at key_handler...
(XEN) [2014-09-25 13:36:14.312] Size of VMCB = 4096, paddr = 0x546aac000, vaddr = ffff830546aac000
(XEN) [2014-09-25 13:36:14.338] cr_intercepts = 0xfef3fef3 dr_intercepts = 0xffffffff exception_intercepts = 0x40040
(XEN) [2014-09-25 13:36:14.369] general1_intercepts = 0xbdc4000f general2_intercepts = 0x2e7f
(XEN) [2014-09-25 13:36:14.393] iopm_base_pa = 0x9fce9000 msrpm_base_pa = 0x546aaa000 tsc_offset = 0xfffffc0bcf2e641a
(XEN) [2014-09-25 13:36:14.424] tlb_control = 0 vintr = 0x11f0000 interrupt_shadow = 0
(XEN) [2014-09-25 13:36:14.447] exitcode = 0x78 exitintinfo = 0
(XEN) [2014-09-25 13:36:14.464] exitinfo1 = 0 exitinfo2 = 0 
(XEN) [2014-09-25 13:36:14.480] np_enable = 1 guest_asid = 0x3a
(XEN) [2014-09-25 13:36:14.497] cpl = 0 efer = 0x1d01 star = 0x23001000000000 lstar = 0xffffffff819ecfb0
(XEN) [2014-09-25 13:36:14.525] CR0 = 0x000000008005003b CR2 = 0x00007f3540c71278
(XEN) [2014-09-25 13:36:14.546] CR3 = 0x000000003bcbc000 CR4 = 0x00000000000006e0
(XEN) [2014-09-25 13:36:14.568] RSP = 0xffff88003dbafe98  RIP = 0xffffffff8104b605
(XEN) [2014-09-25 13:36:14.590] RAX = 0x000000000000c240  RFLAGS=0x0000000000000046
(XEN) [2014-09-25 13:36:14.612] DR6 = 0x00000000ffff0ff0, DR7 = 0x0000000000000400
(XEN) [2014-09-25 13:36:14.634] CSTAR = 0xffffffff819ef1b0 SFMask = 0x0000000000043700
(XEN) [2014-09-25 13:36:14.657] KernGSBase = 0x0000000000000000 PAT = 0x0007010600070106 
(XEN) [2014-09-25 13:36:14.680] H_CR3 = 0x0000000544984000 CleanBits = 0
(XEN) [2014-09-25 13:36:14.699] CS: sel=0x0010, attr=0x029b, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:36:14.726] DS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:36:14.754] SS: sel=0x0018, attr=0x0c93, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:36:14.781] ES: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:36:14.808] FS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x00007f351d854700
(XEN) [2014-09-25 13:36:14.835] GS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0xffff88003f440000
(XEN) [2014-09-25 13:36:14.862] GDTR: sel=0x0000, attr=0x0000, limit=0x0000007f, base=0xffff88003f44a000
(XEN) [2014-09-25 13:36:14.889] LDTR: sel=0x0000, attr=0x0000, limit=0x0000ffff, base=0x0000000000000000
(XEN) [2014-09-25 13:36:14.917] IDTR: sel=0x0000, attr=0x0000, limit=0x00000fff, base=0xffffffffff57b000
(XEN) [2014-09-25 13:36:14.944] TR: sel=0x0040, attr=0x0089, limit=0x00002087, base=0xffff88003f450a00
(XEN) [2014-09-25 13:36:14.971] 	VCPU 2
(XEN) [2014-09-25 13:36:14.982] Dumping guest's current state at key_handler...
(XEN) [2014-09-25 13:36:15.003] Size of VMCB = 4096, paddr = 0x546aa5000, vaddr = ffff830546aa5000
(XEN) [2014-09-25 13:36:15.029] cr_intercepts = 0xfef3fef3 dr_intercepts = 0xffffffff exception_intercepts = 0x40040
(XEN) [2014-09-25 13:36:15.060] general1_intercepts = 0xbdc4000f general2_intercepts = 0x2e7f
(XEN) [2014-09-25 13:36:15.084] iopm_base_pa = 0x9fce9000 msrpm_base_pa = 0x546aa2000 tsc_offset = 0xfffffc0bcf2e641a
(XEN) [2014-09-25 13:36:15.115] tlb_control = 0 vintr = 0x11f0000 interrupt_shadow = 0
(XEN) [2014-09-25 13:36:15.138] exitcode = 0x78 exitintinfo = 0
(XEN) [2014-09-25 13:36:15.155] exitinfo1 = 0 exitinfo2 = 0 
(XEN) [2014-09-25 13:36:15.171] np_enable = 1 guest_asid = 0x2
(XEN) [2014-09-25 13:36:15.188] cpl = 0 efer = 0x1d01 star = 0x23001000000000 lstar = 0xffffffff819ecfb0
(XEN) [2014-09-25 13:36:15.216] CR0 = 0x000000008005003b CR2 = 0x0000000001369c30
(XEN) [2014-09-25 13:36:15.237] CR3 = 0x000000003bcbc000 CR4 = 0x00000000000006e0
(XEN) [2014-09-25 13:36:15.259] RSP = 0xffff88003dbb7e98  RIP = 0xffffffff8104b605
(XEN) [2014-09-25 13:36:15.281] RAX = 0xffff88003db9b8d0  RFLAGS=0x0000000000000286
(XEN) [2014-09-25 13:36:15.303] DR6 = 0x00000000ffff0ff0, DR7 = 0x0000000000000400
(XEN) [2014-09-25 13:36:15.324] CSTAR = 0xffffffff819ef1b0 SFMask = 0x0000000000043700
(XEN) [2014-09-25 13:36:15.347] KernGSBase = 0x0000000000000000 PAT = 0x0007010600070106 
(XEN) [2014-09-25 13:36:15.371] H_CR3 = 0x0000000544984000 CleanBits = 0
(XEN) [2014-09-25 13:36:15.390] CS: sel=0x0010, attr=0x029b, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:36:15.417] DS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:36:15.444] SS: sel=0x0018, attr=0x0c93, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:36:15.471] ES: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:36:15.498] FS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x00007f3529b1e700
(XEN) [2014-09-25 13:36:15.525] GS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0xffff88003f480000
(XEN) [2014-09-25 13:36:15.552] GDTR: sel=0x0000, attr=0x0000, limit=0x0000007f, base=0xffff88003f48a000
(XEN) [2014-09-25 13:36:15.580] LDTR: sel=0x0000, attr=0x0000, limit=0x0000ffff, base=0x0000000000000000
(XEN) [2014-09-25 13:36:15.608] IDTR: sel=0x0000, attr=0x0000, limit=0x00000fff, base=0xffffffffff57b000
(XEN) [2014-09-25 13:36:15.635] TR: sel=0x0040, attr=0x0089, limit=0x00002087, base=0xffff88003f490a00
(XEN) [2014-09-25 13:36:15.662] **************************************
[ 1746.471919] xen_bridge: port 1(vif1.0) entered disabled state
[ 1746.512437] xen_bridge: port 2(vif1.0-emu) entered disabled state
[ 1746.540202] device vif1.0-emu left promiscuous mode
[ 1746.563825] xen_bridge: port 2(vif1.0-emu) entered disabled state
[ 1746.640651] xen_bridge: port 1(vif1.0) entered disabled state
[ 1746.668489] device vif1.0 left promiscuous mode
[ 1746.691060] xen_bridge: port 1(vif1.0) entered disabled state
[ 1746.771370] pciback 0000:09:00.0: restoring config space at offset 0x4 (was 0x100400, writing 0x100007)
(XEN) [2014-09-25 13:38:27.487] IRQ information:
(XEN) [2014-09-25 13:38:27.500]    IRQ:   0 affinity:01 vec:f0 type=IO-APIC-edge    status=00000000 timer_interrupt()
(XEN) [2014-09-25 13:38:27.531]    IRQ:   1 affinity:01 vec:30 type=IO-APIC-edge    status=00000034 in-flight=0 domain-list=0:  1(---),
(XEN) [2014-09-25 13:38:27.567]    IRQ:   3 affinity:01 vec:38 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:27.597]    IRQ:   4 affinity:01 vec:f1 type=IO-APIC-edge    status=00000000 ns16550_interrupt()
(XEN) [2014-09-25 13:38:27.629]    IRQ:   5 affinity:01 vec:40 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:27.659]    IRQ:   6 affinity:01 vec:48 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:27.690]    IRQ:   7 affinity:01 vec:50 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:27.720]    IRQ:   8 affinity:01 vec:58 type=IO-APIC-edge    status=00000030 in-flight=0 domain-list=0:  8(---),
(XEN) [2014-09-25 13:38:27.756]    IRQ:   9 affinity:3f vec:60 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:27.786]    IRQ:  10 affinity:01 vec:68 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:27.816]    IRQ:  11 affinity:01 vec:70 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:27.847]    IRQ:  12 affinity:01 vec:78 type=IO-APIC-edge    status=00000030 in-flight=0 domain-list=0: 12(---),
(XEN) [2014-09-25 13:38:27.882]    IRQ:  13 affinity:3f vec:88 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:27.913]    IRQ:  14 affinity:01 vec:90 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:27.943]    IRQ:  15 affinity:01 vec:98 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:27.974]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
(XEN) [2014-09-25 13:38:28.009]    IRQ:  17 affinity:01 vec:c0 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 17(---),
(XEN) [2014-09-25 13:38:28.045]    IRQ:  18 affinity:01 vec:b8 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 18(---),
(XEN) [2014-09-25 13:38:28.081]    IRQ:  19 affinity:3f vec:2a type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.111]    IRQ:  22 affinity:3f vec:b9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.141]    IRQ:  25 affinity:3f vec:9a type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.172]    IRQ:  28 affinity:3f vec:22 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.202]    IRQ:  29 affinity:3f vec:d9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.233]    IRQ:  32 affinity:02 vec:c9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.263]    IRQ:  33 affinity:3f vec:c1 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.294]    IRQ:  36 affinity:3f vec:21 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.324]    IRQ:  37 affinity:3f vec:29 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.354]    IRQ:  38 affinity:3f vec:a9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.385]    IRQ:  40 affinity:3f vec:31 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.415]    IRQ:  46 affinity:3f vec:72 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.446]    IRQ:  47 affinity:3f vec:d1 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.476]    IRQ:  48 affinity:3f vec:d0 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.506]    IRQ:  51 affinity:3f vec:8a type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.537]    IRQ:  52 affinity:3f vec:39 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.567]    IRQ:  53 affinity:3f vec:c8 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.598]    IRQ:  54 affinity:3f vec:d8 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.628]    IRQ:  56 affinity:01 vec:28 type=AMD-IOMMU-MSI   status=00000000 iommu_interrupt_handler()
(XEN) [2014-09-25 13:38:28.661]    IRQ:  57 affinity:10 vec:a0 type=HPET-MSI        status=00000000 hpet_interrupt_handler()
(XEN) [2014-09-25 13:38:28.694]    IRQ:  58 affinity:02 vec:a8 type=HPET-MSI        status=00000000 hpet_interrupt_handler()
(XEN) [2014-09-25 13:38:28.727]    IRQ:  59 affinity:04 vec:b0 type=HPET-MSI        status=00000000 hpet_interrupt_handler()
(XEN) [2014-09-25 13:38:28.759]    IRQ:  60 affinity:3f vec:41 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.790]    IRQ:  61 affinity:3f vec:49 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.820]    IRQ:  62 affinity:3f vec:51 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.851]    IRQ:  63 affinity:3f vec:59 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.881]    IRQ:  64 affinity:3f vec:61 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.912]    IRQ:  65 affinity:3f vec:69 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.942]    IRQ:  66 affinity:3f vec:71 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:28.972]    IRQ:  67 affinity:3f vec:79 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:29.003]    IRQ:  68 affinity:3f vec:81 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:29.033]    IRQ:  69 affinity:3f vec:91 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:29.064]    IRQ:  70 affinity:3f vec:99 type=PCI-MSI/-X      status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:29.094]    IRQ:  71 affinity:3f vec:a1 type=PCI-MSI/-X      status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:29.124]    IRQ:  72 affinity:3f vec:b1 type=PCI-MSI/-X      status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:29.155]    IRQ:  73 affinity:01 vec:32 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:291(---),
(XEN) [2014-09-25 13:38:29.190]    IRQ:  74 affinity:01 vec:3a type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:292(---),
(XEN) [2014-09-25 13:38:29.226]    IRQ:  75 affinity:01 vec:42 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:293(---),
(XEN) [2014-09-25 13:38:29.262]    IRQ:  76 affinity:01 vec:4a type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:294(---),
(XEN) [2014-09-25 13:38:29.297]    IRQ:  77 affinity:01 vec:52 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:295(---),
(XEN) [2014-09-25 13:38:29.333]    IRQ:  78 affinity:01 vec:5a type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:296(---),
(XEN) [2014-09-25 13:38:29.369]    IRQ:  79 affinity:3f vec:62 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:29.399]    IRQ:  80 affinity:3f vec:6a type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:38:29.429]    IRQ:  81 affinity:01 vec:7a type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:290(---),
(XEN) [2014-09-25 13:38:29.465]    IRQ:  82 affinity:01 vec:92 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:289(---),
(XEN) [2014-09-25 13:38:29.501]    IRQ:  83 affinity:01 vec:a2 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:288(---),
(XEN) [2014-09-25 13:38:29.536] Direct vector information:
(XEN) [2014-09-25 13:38:29.552]    0x20 -> irq_move_cleanup_interrupt()
(XEN) [2014-09-25 13:38:29.571]    0xf9 -> pmu_apic_interrupt()
(XEN) [2014-09-25 13:38:29.588]    0xfa -> apic_timer_interrupt()
(XEN) [2014-09-25 13:38:29.605]    0xfb -> call_function_interrupt()
(XEN) [2014-09-25 13:38:29.623]    0xfc -> event_check_interrupt()
(XEN) [2014-09-25 13:38:29.641]    0xfd -> invalidate_interrupt()
(XEN) [2014-09-25 13:38:29.658]    0xfe -> error_interrupt()
(XEN) [2014-09-25 13:38:29.675]    0xff -> spurious_interrupt()
(XEN) [2014-09-25 13:38:29.692] IO-APIC interrupt information:
(XEN) [2014-09-25 13:38:29.708]     IRQ  0 Vec240:
(XEN) [2014-09-25 13:38:29.722]       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:38:29.757]     IRQ  1 Vec 48:
(XEN) [2014-09-25 13:38:29.771]       Apic 0x00, Pin  1: vec=30 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:38:29.806]     IRQ  3 Vec 56:
(XEN) [2014-09-25 13:38:29.820]       Apic 0x00, Pin  3: vec=38 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:38:29.856]     IRQ  4 Vec241:
(XEN) [2014-09-25 13:38:29.869]       Apic 0x00, Pin  4: vec=f1 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:38:29.905]     IRQ  5 Vec 64:
(XEN) [2014-09-25 13:38:29.918]       Apic 0x00, Pin  5: vec=40 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:38:29.954]     IRQ  6 Vec 72:
(XEN) [2014-09-25 13:38:29.967]       Apic 0x00, Pin  6: vec=48 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:38:30.003]     IRQ  7 Vec 80:
(XEN) [2014-09-25 13:38:30.016]       Apic 0x00, Pin  7: vec=50 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:38:30.052]     IRQ  8 Vec 88:
(XEN) [2014-09-25 13:38:30.066]       Apic 0x00, Pin  8: vec=58 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:38:30.101]     IRQ  9 Vec 96:
(XEN) [2014-09-25 13:38:30.115]       Apic 0x00, Pin  9: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:30.151]     IRQ 10 Vec104:
(XEN) [2014-09-25 13:38:30.164]       Apic 0x00, Pin 10: vec=68 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:38:30.200]     IRQ 11 Vec112:
(XEN) [2014-09-25 13:38:30.213]       Apic 0x00, Pin 11: vec=70 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:38:30.249]     IRQ 12 Vec120:
(XEN) [2014-09-25 13:38:30.262]       Apic 0x00, Pin 12: vec=78 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:38:30.298]     IRQ 13 Vec136:
(XEN) [2014-09-25 13:38:30.312]       Apic 0x00, Pin 13: vec=88 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=1 dest_id:63
(XEN) [2014-09-25 13:38:30.347]     IRQ 14 Vec144:
(XEN) [2014-09-25 13:38:30.361]       Apic 0x00, Pin 14: vec=90 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:38:30.397]     IRQ 15 Vec152:
(XEN) [2014-09-25 13:38:30.410]       Apic 0x00, Pin 15: vec=98 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:38:30.446]     IRQ 16 Vec137:
(XEN) [2014-09-25 13:38:30.459]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
(XEN) [2014-09-25 13:38:30.495]     IRQ 17 Vec192:
(XEN) [2014-09-25 13:38:30.508]       Apic 0x00, Pin 17: vec=c0 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
(XEN) [2014-09-25 13:38:30.544]     IRQ 18 Vec184:
(XEN) [2014-09-25 13:38:30.558]       Apic 0x00, Pin 18: vec=b8 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
(XEN) [2014-09-25 13:38:30.593]     IRQ 19 Vec 42:
(XEN) [2014-09-25 13:38:30.607]       Apic 0x00, Pin 19: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:30.643]     IRQ 22 Vec185:
(XEN) [2014-09-25 13:38:30.656]       Apic 0x00, Pin 22: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:30.692]     IRQ 25 Vec154:
(XEN) [2014-09-25 13:38:30.705]       Apic 0x01, Pin  1: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:30.741]     IRQ 28 Vec 34:
(XEN) [2014-09-25 13:38:30.755]       Apic 0x01, Pin  4: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:30.791]     IRQ 29 Vec217:
(XEN) [2014-09-25 13:38:30.804]       Apic 0x01, Pin  5: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:30.840]     IRQ 32 Vec201:
(XEN) [2014-09-25 13:38:30.854]       Apic 0x01, Pin  8: vec=c9 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:2
(XEN) [2014-09-25 13:38:30.889]     IRQ 33 Vec193:
(XEN) [2014-09-25 13:38:30.903]       Apic 0x01, Pin  9: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:30.939]     IRQ 36 Vec 33:
(XEN) [2014-09-25 13:38:30.952]       Apic 0x01, Pin 12: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:30.988]     IRQ 37 Vec 41:
(XEN) [2014-09-25 13:38:31.002]       Apic 0x01, Pin 13: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:31.037]     IRQ 38 Vec169:
(XEN) [2014-09-25 13:38:31.051]       Apic 0x01, Pin 14: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:31.087]     IRQ 40 Vec 49:
(XEN) [2014-09-25 13:38:31.100]       Apic 0x01, Pin 16: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:31.136]     IRQ 46 Vec114:
(XEN) [2014-09-25 13:38:31.150]       Apic 0x01, Pin 22: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:31.186]     IRQ 47 Vec209:
(XEN) [2014-09-25 13:38:31.199]       Apic 0x01, Pin 23: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:31.235]     IRQ 48 Vec208:
(XEN) [2014-09-25 13:38:31.249]       Apic 0x01, Pin 24: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:31.284]     IRQ 51 Vec138:
(XEN) [2014-09-25 13:38:31.298]       Apic 0x01, Pin 27: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:31.334]     IRQ 52 Vec 57:
(XEN) [2014-09-25 13:38:31.347]       Apic 0x01, Pin 28: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:31.383]     IRQ 53 Vec200:
(XEN) [2014-09-25 13:38:31.397]       Apic 0x01, Pin 29: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:31.433]     IRQ 54 Vec216:
(XEN) [2014-09-25 13:38:31.446]       Apic 0x01, Pin 30: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:38:34.489] 'I' pressed -> dumping HVM irq info
(XEN) [2014-09-25 13:38:39.068] ==== PCI devices ====
(XEN) [2014-09-25 13:38:39.082] ==== segment 0000 ====
(XEN) [2014-09-25 13:38:39.096] 0000:0f:00.1 - dom 0   - MSIs < 83 >
(XEN) [2014-09-25 13:38:39.115] 0000:0f:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.132] 0000:0e:00.1 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.149] 0000:0e:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.167] 0000:0d:00.0 - dom 0   - MSIs < 81 >
(XEN) [2014-09-25 13:38:39.185] 0000:0c:00.0 - dom 0   - MSIs < 82 >
(XEN) [2014-09-25 13:38:39.203] 0000:0b:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.221] 0000:0a:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.238] 0000:09:00.1 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.255] 0000:09:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.273] 0000:08:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.290] 0000:07:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.308] 0000:06:02.0 - dom 0   - MSIs < 72 >
(XEN) [2014-09-25 13:38:39.326] 0000:06:01.0 - dom 0   - MSIs < 71 >
(XEN) [2014-09-25 13:38:39.344] 0000:05:00.0 - dom 0   - MSIs < 70 >
(XEN) [2014-09-25 13:38:39.362] 0000:04:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.380] 0000:03:06.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.397] 0000:00:18.4 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.415] 0000:00:18.3 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.432] 0000:00:18.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.449] 0000:00:18.1 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.467] 0000:00:18.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.484] 0000:00:16.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.502] 0000:00:16.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.519] 0000:00:15.0 - dom 0   - MSIs < 69 >
(XEN) [2014-09-25 13:38:39.537] 0000:00:14.5 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.555] 0000:00:14.4 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.572] 0000:00:14.3 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.590] 0000:00:14.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.607] 0000:00:14.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.624] 0000:00:13.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.642] 0000:00:13.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.659] 0000:00:12.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.677] 0000:00:12.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.694] 0000:00:11.0 - dom 0   - MSIs < 73 >
(XEN) [2014-09-25 13:38:39.712] 0000:00:0d.0 - dom 0   - MSIs < 68 >
(XEN) [2014-09-25 13:38:39.730] 0000:00:0c.0 - dom 0   - MSIs < 67 >
(XEN) [2014-09-25 13:38:39.749] 0000:00:0b.0 - dom 0   - MSIs < 66 >
(XEN) [2014-09-25 13:38:39.767] 0000:00:0a.0 - dom 0   - MSIs < 65 >
(XEN) [2014-09-25 13:38:39.785] 0000:00:09.0 - dom 0   - MSIs < 64 >
(XEN) [2014-09-25 13:38:39.803] 0000:00:06.0 - dom 0   - MSIs < 63 >
(XEN) [2014-09-25 13:38:39.821] 0000:00:05.0 - dom 0   - MSIs < 62 >
(XEN) [2014-09-25 13:38:39.840] 0000:00:03.0 - dom 0   - MSIs < 61 >
(XEN) [2014-09-25 13:38:39.858] 0000:00:02.0 - dom 0   - MSIs < 60 >
(XEN) [2014-09-25 13:38:39.876] 0000:00:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:38:39.893] 0000:00:00.2 - dom 32754 - MSIs < >
(XEN) [2014-09-25 13:38:43.591] MSI information:
(XEN) [2014-09-25 13:38:43.604]  MSI     56 vec=28 lowest  edge   assert  log lowest dest=00000001 mask=0/0/?
(XEN) [2014-09-25 13:38:43.633]  HPET    57 vec=a0 lowest  edge   assert  log lowest dest=00000010 mask=1/0/?
(XEN) [2014-09-25 13:38:43.662]  HPET    58 vec=a8 lowest  edge   assert  log lowest dest=00000002 mask=1/0/?
(XEN) [2014-09-25 13:38:43.691]  HPET    59 vec=b0 lowest  edge   assert  log lowest dest=00000004 mask=1/0/?
(XEN) [2014-09-25 13:38:43.719]  MSI     60 vec=41 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:38:43.748]  MSI     61 vec=49 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:38:43.777]  MSI     62 vec=51 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:38:43.806]  MSI     63 vec=59 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:38:43.835]  MSI     64 vec=61 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:38:43.864]  MSI     65 vec=69 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:38:43.893]  MSI     66 vec=71 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:38:43.921]  MSI     67 vec=79 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:38:43.950]  MSI     68 vec=81 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:38:43.979]  MSI     69 vec=91 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:38:44.008]  MSI     70 vec=99 lowest  edge   assert  log lowest dest=0000003f mask=1/1/1
(XEN) [2014-09-25 13:38:44.037]  MSI     71 vec=a1 lowest  edge   assert  log lowest dest=0000003f mask=1/1/1
(XEN) [2014-09-25 13:38:44.066]  MSI     72 vec=b1 lowest  edge   assert  log lowest dest=0000003f mask=1/1/1
(XEN) [2014-09-25 13:38:44.095]  MSI     73 vec=32 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:38:44.123]  MSI     74 vec=3a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:38:44.152]  MSI     75 vec=42 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:38:44.181]  MSI     76 vec=4a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:38:44.210]  MSI     77 vec=52 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:38:44.239]  MSI     78 vec=5a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:38:44.268]  MSI     79 vec=62 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:38:44.297]  MSI     80 vec=6a lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:38:44.325]  MSI     81 vec=7a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:38:44.354]  MSI     82 vec=92 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:38:44.383]  MSI     83 vec=a2 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:38:48.036] number of MP IRQ sources: 15.
(XEN) [2014-09-25 13:38:48.052] number of IO-APIC #6 registers: 24.
(XEN) [2014-09-25 13:38:48.070] number of IO-APIC #7 registers: 32.
(XEN) [2014-09-25 13:38:48.088] testing the IO APIC.......................
(XEN) [2014-09-25 13:38:48.108] IO APIC #6......
(XEN) [2014-09-25 13:38:48.121] .... register #00: 06000000
(XEN) [2014-09-25 13:38:48.137] .......    : physical APIC id: 06
(XEN) [2014-09-25 13:38:48.154] .......    : Delivery Type: 0
(XEN) [2014-09-25 13:38:48.170] .......    : LTS          : 0
(XEN) [2014-09-25 13:38:48.187] .... register #01: 00178021
(XEN) [2014-09-25 13:38:48.203] .......     : max redirection entries: 0017
(XEN) [2014-09-25 13:38:48.223] .......     : PRQ implemented: 1
(XEN) [2014-09-25 13:38:48.240] .......     : IO APIC version: 0021
(XEN) [2014-09-25 13:38:48.258] .... register #02: 06000000
(XEN) [2014-09-25 13:38:48.274] .......     : arbitration: 06
(XEN) [2014-09-25 13:38:48.290] .... register #03: 3F000000
(XEN) [2014-09-25 13:38:48.306] .......     : Boot DT    : 0
(XEN) [2014-09-25 13:38:48.322] .... IRQ redirection table:
(XEN) [2014-09-25 13:38:48.338]  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN) [2014-09-25 13:38:48.360]  00 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:38:48.381]  01 001 01  0    0    0   0   0    1    1    30
(XEN) [2014-09-25 13:38:48.403]  02 001 01  0    0    0   0   0    1    1    F0
(XEN) [2014-09-25 13:38:48.424]  03 001 01  0    0    0   0   0    1    1    38
(XEN) [2014-09-25 13:38:48.445]  04 001 01  0    0    0   0   0    1    1    F1
(XEN) [2014-09-25 13:38:48.466]  05 001 01  0    0    0   0   0    1    1    40
(XEN) [2014-09-25 13:38:48.487]  06 001 01  0    0    0   0   0    1    1    48
(XEN) [2014-09-25 13:38:48.508]  07 001 01  0    0    0   0   0    1    1    50
(XEN) [2014-09-25 13:38:48.529]  08 001 01  0    0    0   0   0    1    1    58
(XEN) [2014-09-25 13:38:48.550]  09 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:48.571]  0a 001 01  0    0    0   0   0    1    1    68
(XEN) [2014-09-25 13:38:48.592]  0b 001 01  0    0    0   0   0    1    1    70
(XEN) [2014-09-25 13:38:48.613]  0c 001 01  0    0    0   0   0    1    1    78
(XEN) [2014-09-25 13:38:48.634]  0d 03F 0F  1    0    0   0   0    1    1    88
(XEN) [2014-09-25 13:38:48.655]  0e 001 01  0    0    0   0   0    1    1    90
(XEN) [2014-09-25 13:38:48.676]  0f 001 01  0    0    0   0   0    1    1    98
(XEN) [2014-09-25 13:38:48.697]  10 001 01  0    1    0   1   0    1    0    89
(XEN) [2014-09-25 13:38:48.718]  11 001 01  0    1    0   1   0    1    0    C0
(XEN) [2014-09-25 13:38:48.739]  12 001 01  0    1    0   1   0    1    0    B8
(XEN) [2014-09-25 13:38:48.761]  13 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:48.782]  14 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:38:48.803]  15 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:38:48.824]  16 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:48.845]  17 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:38:48.866] IO APIC #7......
(XEN) [2014-09-25 13:38:48.879] .... register #00: 07000000
(XEN) [2014-09-25 13:38:48.895] .......    : physical APIC id: 07
(XEN) [2014-09-25 13:38:48.912] .......    : Delivery Type: 0
(XEN) [2014-09-25 13:38:48.928] .......    : LTS          : 0
(XEN) [2014-09-25 13:38:48.945] .... register #01: 001F8021
(XEN) [2014-09-25 13:38:48.961] .......     : max redirection entries: 001F
(XEN) [2014-09-25 13:38:48.981] .......     : PRQ implemented: 1
(XEN) [2014-09-25 13:38:48.998] .......     : IO APIC version: 0021
(XEN) [2014-09-25 13:38:49.016] .... register #02: 00000000
(XEN) [2014-09-25 13:38:49.032] .......     : arbitration: 00
(XEN) [2014-09-25 13:38:49.048] .... IRQ redirection table:
(XEN) [2014-09-25 13:38:49.064]  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN) [2014-09-25 13:38:49.087]  00 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:38:49.108]  01 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:49.129]  02 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:38:49.150]  03 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:38:49.171]  04 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:49.192]  05 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:49.213]  06 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:38:49.234]  07 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:38:49.255]  08 002 02  1    1    0   1   0    1    0    C9
(XEN) [2014-09-25 13:38:49.276]  09 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:49.297]  0a 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:38:49.318]  0b 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:38:49.339]  0c 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:49.360]  0d 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:49.381]  0e 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:49.402]  0f 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:38:49.423]  10 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:49.445]  11 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:38:49.466]  12 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:38:49.487]  13 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:38:49.508]  14 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:38:49.529]  15 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:38:49.550]  16 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:49.571]  17 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:49.592]  18 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:49.613]  19 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:38:49.634]  1a 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:38:49.655]  1b 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:49.676]  1c 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:49.697]  1d 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:49.718]  1e 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:38:49.739]  1f 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:38:49.760] Using vector-based indexing
(XEN) [2014-09-25 13:38:49.776] IRQ to pin mappings:
(XEN) [2014-09-25 13:38:49.790] IRQ240 -> 0:2
(XEN) [2014-09-25 13:38:49.803] IRQ48 -> 0:1
(XEN) [2014-09-25 13:38:49.815] IRQ56 -> 0:3
(XEN) [2014-09-25 13:38:49.826] IRQ241 -> 0:4
(XEN) [2014-09-25 13:38:49.839] IRQ64 -> 0:5
(XEN) [2014-09-25 13:38:49.851] IRQ72 -> 0:6
(XEN) [2014-09-25 13:38:49.863] IRQ80 -> 0:7
(XEN) [2014-09-25 13:38:49.875] IRQ88 -> 0:8
(XEN) [2014-09-25 13:38:49.887] IRQ96 -> 0:9
(XEN) [2014-09-25 13:38:49.899] IRQ104 -> 0:10
(XEN) [2014-09-25 13:38:49.911] IRQ112 -> 0:11
(XEN) [2014-09-25 13:38:49.923] IRQ120 -> 0:12
(XEN) [2014-09-25 13:38:49.936] IRQ136 -> 0:13
(XEN) [2014-09-25 13:38:49.948] IRQ144 -> 0:14
(XEN) [2014-09-25 13:38:49.961] IRQ152 -> 0:15
(XEN) [2014-09-25 13:38:49.973] IRQ137 -> 0:16
(XEN) [2014-09-25 13:38:49.986] IRQ192 -> 0:17
(XEN) [2014-09-25 13:38:49.998] IRQ184 -> 0:18
(XEN) [2014-09-25 13:38:50.011] IRQ42 -> 0:19
(XEN) [2014-09-25 13:38:50.023] IRQ185 -> 0:22
(XEN) [2014-09-25 13:38:50.036] IRQ154 -> 1:1
(XEN) [2014-09-25 13:38:50.048] IRQ34 -> 1:4
(XEN) [2014-09-25 13:38:50.060] IRQ217 -> 1:5
(XEN) [2014-09-25 13:38:50.072] IRQ201 -> 1:8
(XEN) [2014-09-25 13:38:50.084] IRQ193 -> 1:9
(XEN) [2014-09-25 13:38:50.096] IRQ33 -> 1:12
(XEN) [2014-09-25 13:38:50.109] IRQ41 -> 1:13
(XEN) [2014-09-25 13:38:50.121] IRQ169 -> 1:14
(XEN) [2014-09-25 13:38:50.133] IRQ49 -> 1:16
(XEN) [2014-09-25 13:38:50.146] IRQ114 -> 1:22
(XEN) [2014-09-25 13:38:50.158] IRQ209 -> 1:23
(XEN) [2014-09-25 13:38:50.170] IRQ208 -> 1:24
(XEN) [2014-09-25 13:38:50.183] IRQ138 -> 1:27
(XEN) [2014-09-25 13:38:50.195] IRQ57 -> 1:28
(XEN) [2014-09-25 13:38:50.208] IRQ200 -> 1:29
(XEN) [2014-09-25 13:38:50.220] IRQ216 -> 1:30
(XEN) [2014-09-25 13:38:50.233] .................................... done.
(XEN) [2014-09-25 13:38:51.897] 'e' pressed -> dumping event-channel info
(XEN) [2014-09-25 13:38:51.917] Event channel information for domain 0:
(XEN) [2014-09-25 13:38:51.936] Polling vCPUs: {}
(XEN) [2014-09-25 13:38:51.949]     port [p/m/s]
(XEN) [2014-09-25 13:38:51.962]        1 [0/0/  -   ]: s=5 n=0 x=0 v=0
(XEN) [2014-09-25 13:38:51.980]        2 [1/1/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:38:51.998]        3 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:38:52.016]        4 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:38:52.034]        5 [0/0/  -   ]: s=5 n=0 x=0 v=1
(XEN) [2014-09-25 13:38:52.052]        6 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:38:52.070]        7 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:38:52.088]        8 [0/0/  -   ]: s=5 n=1 x=0 v=0
(XEN) [2014-09-25 13:38:52.106]        9 [1/1/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:38:52.124]       10 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:38:52.142]       11 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:38:52.159]       12 [0/0/  -   ]: s=5 n=1 x=0 v=1
(XEN) [2014-09-25 13:38:52.178]       13 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:38:52.196]       14 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:38:52.213]       15 [0/0/  -   ]: s=5 n=2 x=0 v=0
(XEN) [2014-09-25 13:38:52.232]       16 [1/1/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:38:52.250]       17 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:38:52.268]       18 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:38:52.285]       19 [0/0/  -   ]: s=5 n=2 x=0 v=1
(XEN) [2014-09-25 13:38:52.304]       20 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:38:52.322]       21 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:38:52.339]       22 [0/0/  -   ]: s=5 n=3 x=0 v=0
(XEN) [2014-09-25 13:38:52.358]       23 [1/1/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:38:52.376]       24 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:38:52.393]       25 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:38:52.411]       26 [0/0/  -   ]: s=5 n=3 x=0 v=1
(XEN) [2014-09-25 13:38:52.430]       27 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:38:52.447]       28 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:38:52.465]       29 [0/0/  -   ]: s=5 n=4 x=0 v=0
(XEN) [2014-09-25 13:38:52.484]       30 [1/1/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:38:52.502]       31 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:38:52.519]       32 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:38:52.537]       33 [0/0/  -   ]: s=5 n=4 x=0 v=1
(XEN) [2014-09-25 13:38:52.556]       34 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:38:52.573]       35 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:38:52.591]       36 [0/0/  -   ]: s=5 n=5 x=0 v=0
(XEN) [2014-09-25 13:38:52.610]       37 [0/1/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:38:52.627]       38 [1/0/  0   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:38:52.645]       39 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:38:52.663]       40 [0/0/  -   ]: s=5 n=5 x=0 v=1
(XEN) [2014-09-25 13:38:52.681]       41 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:38:52.699]       42 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:38:52.717]       43 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=61
(XEN) [2014-09-25 13:38:52.737]       44 [0/0/  -   ]: s=5 n=0 x=0 v=9
(XEN) [2014-09-25 13:38:52.756]       45 [0/1/  -   ]: s=5 n=0 x=0 v=2
(XEN) [2014-09-25 13:38:52.774]       46 [0/0/  -   ]: s=4 n=0 x=0 p=291 i=73
(XEN) [2014-09-25 13:38:52.795]       47 [0/0/  -   ]: s=4 n=0 x=0 p=292 i=74
(XEN) [2014-09-25 13:38:52.815]       48 [0/0/  -   ]: s=4 n=0 x=0 p=293 i=75
(XEN) [2014-09-25 13:38:52.836]       49 [0/0/  -   ]: s=4 n=0 x=0 p=294 i=76
(XEN) [2014-09-25 13:38:52.856]       50 [0/0/  -   ]: s=4 n=0 x=0 p=295 i=77
(XEN) [2014-09-25 13:38:52.877]       51 [0/0/  -   ]: s=4 n=0 x=0 p=296 i=78
(XEN) [2014-09-25 13:38:52.897]       52 [0/0/  -   ]: s=4 n=0 x=0 p=17 i=17
(XEN) [2014-09-25 13:38:52.918]       53 [0/0/  -   ]: s=4 n=0 x=0 p=18 i=18
(XEN) [2014-09-25 13:38:52.938]       54 [0/0/  -   ]: s=4 n=0 x=0 p=12 i=12
(XEN) [2014-09-25 13:38:52.958]       55 [0/0/  -   ]: s=4 n=0 x=0 p=1 i=1
(XEN) [2014-09-25 13:38:52.978]       56 [0/0/  -   ]: s=4 n=0 x=0 p=8 i=8
(XEN) [2014-09-25 13:38:52.998]       57 [0/0/  -   ]: s=4 n=0 x=0 p=16 i=16
(XEN) [2014-09-25 13:38:53.018]       58 [0/0/  -   ]: s=4 n=0 x=0 p=288 i=83
(XEN) [2014-09-25 13:38:53.039]       59 [0/0/  -   ]: s=4 n=0 x=0 p=290 i=81
(XEN) [2014-09-25 13:38:53.059]       60 [0/0/  -   ]: s=4 n=0 x=0 p=289 i=82
(XEN) [2014-09-25 13:38:53.080]       61 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=43
(XEN) [2014-09-25 13:38:53.100]       62 [0/0/  -   ]: s=5 n=0 x=0 v=3
(XEN) [2014-09-25 13:38:57.586] *********** VMCB Areas **************
(XEN) [2014-09-25 13:38:57.604] **************************************
[ 1840.358335] device vif2.0 entered promiscuous mode
[ 1840.386502] IPv6: ADDRCONF(NETDEV_UP): vif2.0: link is not ready
[ 1841.118450] device vif2.0-emu entered promiscuous mode
[ 1841.147369] xen_bridge: port 2(vif2.0-emu) entered forwarding state
[ 1841.174542] xen_bridge: port 2(vif2.0-emu) entered forwarding state
[ 1841.485142] pciback 0000:09:00.0: restoring config space at offset 0x4 (was 0x100400, writing 0x100000)
(XEN) [2014-09-25 13:39:07.963] io.c:280: d2: bind: m_gsi=32 g_gsi=36 dev=00.00.5 intx=0
(d2) [2014-09-25 13:39:08.435] HVM Loader
(d2) [2014-09-25 13:39:08.446] Detected Xen v4.5-unstable
[ 1842.009980] x(d2) [2014-09-25 13:39:08.466] Xenbus rings @0xfeffc000, event channel 1
en_pciback: vpci: 0000:09:00.0: (d2) [2014-09-25 13:39:08.493] System requested SeaBIOS
assign to virtua(d2) [2014-09-25 13:39:08.512] CPU speed is 3200 MHz
l slot 0
(d2) [2014-09-25 13:39:08.529] Relocating guest memory for lowmem MMIO space disabled
(XEN) [2014-09-25 13:39:08.552] irq.c:270: Dom2 PCI link 0 changed 0 -> 5
(d2) [2014-09-25 13:39:08.571] PCI-ISA link 0 routed to IRQ5
(XEN) [2014-09-25 13:39:08.588] irq.c:270: Dom2 PCI link 1 changed 0 -> 10
(d2) [2014-09-25 13:39:08.607] PCI-ISA link 1 routed to IRQ10
(XEN) [2014-09-25 13:39:08.624] irq.c:270: Dom2 PCI link 2 changed 0 -> 11
(d2) [2014-09-25 13:39:08.643] PCI-ISA link 2 routed to IRQ11
(XEN) [2014-09-25 13:39:08.660] irq.c:270: Dom2 PCI link 3 changed 0 -> 5
(d2) [2014-09-25 13:39:08.679] PCI-ISA link 3 routed to IRQ5
(d2) [2014-09-25 13:39:08.709] pci dev 01:2 INTD->IRQ5
(d2) [2014-09-25 13:39:08.729] pci dev 01:3 INTA->IRQ10
(d2) [2014-09-25 13:39:08.748] pci dev 02:0 INTA->IRQ11
(d2) [2014-09-25 13:39:08.773] pci dev 04:0 INTA->IRQ5
(d2) [2014-09-25 13:39:08.793] pci dev 05:0 INTA->IRQ10
(d2) [2014-09-25 13:39:08.854] No RAM in high memory; setting high_mem resource base to 100000000
(d2) [2014-09-25 13:39:08.880] pci dev 05:0 bar 10 size 010000000: 0e000000c
(XEN) [2014-09-25 13:39:08.901] memory_map:add: dom2 gfn=e0000 mfn=a0000 nr=10000
(d2) [2014-09-25 13:39:09.088] pci dev 03:0 bar 10 size 002000000: 0f0000008
(d2) [2014-09-25 13:39:09.110] pci dev 02:0 bar 14 size 001000000: 0f2000008
(d2) [2014-09-25 13:39:09.131] pci dev 04:0 bar 30 size 000040000: 0f3000000
(d2) [2014-09-25 13:39:09.153] pci dev 04:0 bar 10 size 000020000: 0f3040000
(XEN) [2014-09-25 13:39:09.174] memory_map:add: dom2 gfn=f3060 mfn=fe1c0 nr=20
(d2) [2014-09-25 13:39:09.198] pci dev 05:0 bar 18 size 000020000: 0f3060004
(d2) [2014-09-25 13:39:09.218] pci dev 05:0 bar 30 size 000020000: 0f3080000
(d2) [2014-09-25 13:39:09.238] pci dev 03:0 bar 30 size 000010000: 0f30a0000
(d2) [2014-09-25 13:39:09.260] pci dev 03:0 bar 14 size 000001000: 0f30b0000
(d2) [2014-09-25 13:39:09.280] pci dev 02:0 bar 10 size 000000100: 00000c001
(d2) [2014-09-25 13:39:09.302] pci dev 05:0 bar 20 size 000000100: 00000c101
(XEN) [2014-09-25 13:39:09.323] ioport_map:add: dom2 gport=c100 mport=a000 nr=100
(d2) [2014-09-25 13:39:09.347] pci dev 04:0 bar 14 size 000000040: 00000c201
(d2) [2014-09-25 13:39:09.369] pci dev 01:2 bar 20 size 000000020: 00000c241
(d2) [2014-09-25 13:39:09.391] pci dev 01:1 bar 20 size 000000010: 00000c261
(d2) [2014-09-25 13:39:09.413] Multiprocessor initialisation:
(d2) [2014-09-25 13:39:09.453]  - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d2) [2014-09-25 13:39:09.504]  - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d2) [2014-09-25 13:39:09.556]  - CPU2 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d2) [2014-09-25 13:39:09.582] Testing HVM environment:
(d2) [2014-09-25 13:39:09.605]  - REP INSB across page boundaries ... passed
(d2) [2014-09-25 13:39:09.628]  - GS base MSRs and SWAPGS ... passed
(d2) [2014-09-25 13:39:09.646] Passed 2 of 2 tests
(d2) [2014-09-25 13:39:09.660] Writing SMBIOS tables ...
(d2) [2014-09-25 13:39:09.675] Loading SeaBIOS ...
(d2) [2014-09-25 13:39:09.688] Creating MP tables ...
(d2) [2014-09-25 13:39:09.703] Loading ACPI ...
(d2) [2014-09-25 13:39:09.716] vm86 TSS at fc00a200
(d2) [2014-09-25 13:39:09.730] BIOS map:
(d2) [2014-09-25 13:39:09.741]  10000-100d3: Scratch space
(d2) [2014-09-25 13:39:09.757]  c0000-fffff: Main BIOS
(d2) [2014-09-25 13:39:09.771] E820 table:
(d2) [2014-09-25 13:39:09.783]  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d2) [2014-09-25 13:39:09.804]  HOLE: 00000000:000a0000 - 00000000:000c0000
(d2) [2014-09-25 13:39:09.824]  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d2) [2014-09-25 13:39:09.847]  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d2) [2014-09-25 13:39:09.868]  HOLE: 00000000:3f800000 - 00000000:fc000000
(d2) [2014-09-25 13:39:09.888]  [03]: 00000000:fc000000 - 00000001:00000000: RESERVED
(d2) [2014-09-25 13:39:09.911] Invoking SeaBIOS ...
(d2) [2014-09-25 13:39:09.927] SeaBIOS (version rel-1.7.5-0-ge51488c-20140925_111010-serveerstertje)
(d2) [2014-09-25 13:39:09.953] 
(d2) [2014-09-25 13:39:09.962] Found Xen hypervisor signature at 40000000
(d2) [2014-09-25 13:39:09.981] Running on QEMU (i440fx)
(d2) [2014-09-25 13:39:09.996] xen: copy e820...
(d2) [2014-09-25 13:39:10.009] Relocating init from 0x000df629 to 0x3f7ae600 (size 71995)
(d2) [2014-09-25 13:39:10.034] CPU Mhz=3201
(d2) [2014-09-25 13:39:10.052] Found 9 PCI devices (max PCI bus is 00)
(d2) [2014-09-25 13:39:10.070] Allocated Xen hypercall page at 3f7ff000
(d2) [2014-09-25 13:39:10.089] Detected Xen v4.5-unstable
(d2) [2014-09-25 13:39:10.105] xen: copy BIOS tables...
(d2) [2014-09-25 13:39:10.119] Copying SMBIOS entry point from 0x00010010 to 0x000f0f50
(d2) [2014-09-25 13:39:10.143] Copying MPTABLE from 0xfc001190/fc0011a0 to 0x000f0e40
(d2) [2014-09-25 13:39:10.165] Copying PIR from 0x00010030 to 0x000f0dc0
(d2) [2014-09-25 13:39:10.184] Copying ACPI RSDP from 0x000100b0 to 0x000f0d90
(d2) [2014-09-25 13:39:10.205] Using pmtimer, ioport 0xb008
(d2) [2014-09-25 13:39:10.221] Scan for VGA option rom
(d2) [2014-09-25 13:39:10.249] Running option rom at c000:0003
(XEN) [2014-09-25 13:39:10.275] stdvga.c:147:d2v0 entering stdvga and caching modes
(d2) [2014-09-25 13:39:10.323] pmm call arg1=0
(d2) [2014-09-25 13:39:10.336] Turning on vga text mode console
(d2) [2014-09-25 13:39:10.464] SeaBIOS (version rel-1.7.5-0-ge51488c-20140925_111010-serveerstertje)
(d2) [2014-09-25 13:39:10.503] Machine UUID f26c1ba6-fc61-4e3f-a9d9-022c20cf64bc
(d2) [2014-09-25 13:39:10.524] UHCI init on dev 00:01.2 (io=c240)
(d2) [2014-09-25 13:39:10.543] Found 0 lpt ports
(d2) [2014-09-25 13:39:10.556] Found 1 serial ports
(d2) [2014-09-25 13:39:10.570] ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d2) [2014-09-25 13:39:10.591] ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d2) [2014-09-25 13:39:10.612] ata0-0: QEMU HARDDISK ATA-7 Hard-Disk (20480 MiBytes)
(d2) [2014-09-25 13:39:10.635] Searching bootorder for: /pci@i0cf8/*@1,1/drive@0/disk@0
(d2) [2014-09-25 13:39:10.693] PS2 keyboard initialized
(d2) [2014-09-25 13:39:10.708] All threads complete.
(d2) [2014-09-25 13:39:10.722] Scan for option roms
(d2) [2014-09-25 13:39:10.755] Running option rom at c980:0003
(d2) [2014-09-25 13:39:10.778] pmm call arg1=1
(d2) [2014-09-25 13:39:10.790] pmm call arg1=0
(d2) [2014-09-25 13:39:10.804] pmm call arg1=1
(d2) [2014-09-25 13:39:10.816] pmm call arg1=0
(d2) [2014-09-25 13:39:10.844] Searching bootorder for: /pci@i0cf8/*@4
(d2) [2014-09-25 13:39:10.863] 
(d2) [2014-09-25 13:39:10.878] Press F12 for boot menu.
(d2) [2014-09-25 13:39:10.893] 
(d2) [2014-09-25 13:39:13.461] Searching bootorder for: HALT
(d2) [2014-09-25 13:39:13.477] drive 0x000f0d40: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=41943040
(d2) [2014-09-25 13:39:13.506] Space available for UMB: ca800-ef000, f0000-f0d40
(d2) [2014-09-25 13:39:13.528] Returned 258048 bytes of ZoneHigh
(d2) [2014-09-25 13:39:13.545] e820 map has 6 items:
(d2) [2014-09-25 13:39:13.559]   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d2) [2014-09-25 13:39:13.580]   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d2) [2014-09-25 13:39:13.602]   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d2) [2014-09-25 13:39:13.625]   3: 0000000000100000 - 000000003f7ff000 = 1 RAM
(d2) [2014-09-25 13:39:13.646]   4: 000000003f7ff000 - 000000003f800000 = 2 RESERVED
(d2) [2014-09-25 13:39:13.668]   5: 00000000fc000000 - 0000000100000000 = 2 RESERVED
(d2) [2014-09-25 13:39:13.691] enter handle_19:
(d2) [2014-09-25 13:39:13.704]   NULL
(d2) [2014-09-25 13:39:13.720] Booting from Hard Disk...
(d2) [2014-09-25 13:39:13.737] Booting from 0000:7c00
[ 1856.175053] xen_bridge: port 2(vif2.0-emu) entered forwarding state
(XEN) [2014-09-25 13:39:36.387] irq.c:380: Dom2 callback via changed to Direct Vector 0xf3
(XEN) [2014-09-25 13:39:42.255] memory_map:remove: dom2 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:39:42.522] memory_map:remove: dom2 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:39:42.546] ioport_map:remove: dom2 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:39:42.573] memory_map:add: dom2 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:39:42.781] memory_map:add: dom2 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:39:42.804] ioport_map:add: dom2 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:39:42.829] memory_map:remove: dom2 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:39:43.101] memory_map:remove: dom2 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:39:43.125] ioport_map:remove: dom2 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:39:43.151] memory_map:add: dom2 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:39:43.359] memory_map:add: dom2 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:39:43.382] ioport_map:add: dom2 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:39:43.407] memory_map:remove: dom2 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:39:43.661] memory_map:remove: dom2 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:39:43.684] ioport_map:remove: dom2 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:39:43.711] memory_map:add: dom2 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:39:43.915] memory_map:add: dom2 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:39:43.938] ioport_map:add: dom2 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:39:43.963] memory_map:remove: dom2 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:39:44.228] memory_map:remove: dom2 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:39:44.252] ioport_map:remove: dom2 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:39:44.278] memory_map:add: dom2 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:39:44.480] memory_map:add: dom2 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:39:44.503] ioport_map:add: dom2 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:39:44.528] memory_map:remove: dom2 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:39:44.763] memory_map:remove: dom2 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:39:44.786] ioport_map:remove: dom2 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:39:44.812] memory_map:add: dom2 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-09-25 13:39:45.023] memory_map:add: dom2 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-09-25 13:39:45.045] ioport_map:add: dom2 gport=c100 mport=a000 nr=100
(XEN) [2014-09-25 13:39:45.099] irq.c:270: Dom2 PCI link 0 changed 5 -> 0
(XEN) [2014-09-25 13:39:45.138] irq.c:270: Dom2 PCI link 1 changed 10 -> 0
(XEN) [2014-09-25 13:39:45.177] irq.c:270: Dom2 PCI link 2 changed 11 -> 0
(XEN) [2014-09-25 13:39:45.216] irq.c:270: Dom2 PCI link 3 changed 5 -> 0
(XEN) [2014-09-25 13:39:47.231] memory_map:add: dom2 gfn=f3080 mfn=fe1a0 nr=20
(XEN) [2014-09-25 13:39:47.429] memory_map:remove: dom2 gfn=f3080 mfn=fe1a0 nr=20
(XEN) [2014-09-25 13:39:48.149] d32767v2: Unsupported MSI delivery mode 3 for Dom2
[ 1882.692364] xen-blkback:ring-ref 8, event-channel 26, protocol 1 (x86_64-abi) persistent grants
[ 1884.124613] IPv6: ADDRCONF(NETDEV_CHANGE): vif2.0: link becomes ready
[ 1884.151956] xen_bridge: port 1(vif2.0) entered forwarding state
[ 1884.177769] xen_bridge: port 1(vif2.0) entered forwarding state
[ 1899.215139] xen_bridge: port 1(vif2.0) entered forwarding state
(XEN) [2014-09-25 13:40:44.344] IRQ information:
(XEN) [2014-09-25 13:40:44.357]    IRQ:   0 affinity:01 vec:f0 type=IO-APIC-edge    status=00000000 timer_interrupt()
(XEN) [2014-09-25 13:40:44.388]    IRQ:   1 affinity:01 vec:30 type=IO-APIC-edge    status=00000034 in-flight=0 domain-list=0:  1(---),
(XEN) [2014-09-25 13:40:44.424]    IRQ:   3 affinity:01 vec:38 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:44.454]    IRQ:   4 affinity:01 vec:f1 type=IO-APIC-edge    status=00000001 ns16550_interrupt()
(XEN) [2014-09-25 13:40:44.486]    IRQ:   5 affinity:01 vec:40 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:44.516]    IRQ:   6 affinity:01 vec:48 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:44.546]    IRQ:   7 affinity:01 vec:50 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:44.577]    IRQ:   8 affinity:01 vec:58 type=IO-APIC-edge    status=00000030 in-flight=0 domain-list=0:  8(---),
(XEN) [2014-09-25 13:40:44.612]    IRQ:   9 affinity:3f vec:60 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:44.643]    IRQ:  10 affinity:01 vec:68 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:44.673]    IRQ:  11 affinity:01 vec:70 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:44.704]    IRQ:  12 affinity:01 vec:78 type=IO-APIC-edge    status=00000030 in-flight=0 domain-list=0: 12(---),
(XEN) [2014-09-25 13:40:44.739]    IRQ:  13 affinity:3f vec:88 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:44.770]    IRQ:  14 affinity:01 vec:90 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:44.800]    IRQ:  15 affinity:01 vec:98 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:44.831]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
(XEN) [2014-09-25 13:40:44.866]    IRQ:  17 affinity:01 vec:c0 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 17(---),
(XEN) [2014-09-25 13:40:44.902]    IRQ:  18 affinity:01 vec:b8 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 18(---),
(XEN) [2014-09-25 13:40:44.937]    IRQ:  19 affinity:3f vec:2a type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:44.968]    IRQ:  22 affinity:3f vec:b9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:44.998]    IRQ:  25 affinity:3f vec:9a type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.029]    IRQ:  28 affinity:3f vec:22 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.059]    IRQ:  29 affinity:3f vec:d9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.089]    IRQ:  32 affinity:02 vec:c9 type=IO-APIC-level   status=00000010 in-flight=0 domain-list=2: 32(-M-),
(XEN) [2014-09-25 13:40:45.125]    IRQ:  33 affinity:3f vec:c1 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.156]    IRQ:  36 affinity:3f vec:21 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.186]    IRQ:  37 affinity:3f vec:29 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.216]    IRQ:  38 affinity:3f vec:a9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.247]    IRQ:  40 affinity:3f vec:31 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.277]    IRQ:  46 affinity:3f vec:72 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.308]    IRQ:  47 affinity:3f vec:d1 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.338]    IRQ:  48 affinity:3f vec:d0 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.368]    IRQ:  51 affinity:3f vec:8a type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.399]    IRQ:  52 affinity:3f vec:39 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.429]    IRQ:  53 affinity:3f vec:c8 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.460]    IRQ:  54 affinity:3f vec:d8 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.490]    IRQ:  56 affinity:01 vec:28 type=AMD-IOMMU-MSI   status=00000000 iommu_interrupt_handler()
(XEN) [2014-09-25 13:40:45.523]    IRQ:  57 affinity:10 vec:a0 type=HPET-MSI        status=00000000 hpet_interrupt_handler()
(XEN) [2014-09-25 13:40:45.556]    IRQ:  58 affinity:02 vec:a8 type=HPET-MSI        status=00000000 hpet_interrupt_handler()
(XEN) [2014-09-25 13:40:45.589]    IRQ:  59 affinity:04 vec:b0 type=HPET-MSI        status=00000000 hpet_interrupt_handler()
(XEN) [2014-09-25 13:40:45.621]    IRQ:  60 affinity:3f vec:41 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.652]    IRQ:  61 affinity:3f vec:49 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.682]    IRQ:  62 affinity:3f vec:51 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.713]    IRQ:  63 affinity:3f vec:59 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.743]    IRQ:  64 affinity:3f vec:61 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.774]    IRQ:  65 affinity:3f vec:69 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.804]    IRQ:  66 affinity:3f vec:71 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.834]    IRQ:  67 affinity:3f vec:79 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.865]    IRQ:  68 affinity:3f vec:81 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.895]    IRQ:  69 affinity:3f vec:91 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.926]    IRQ:  70 affinity:3f vec:99 type=PCI-MSI/-X      status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.956]    IRQ:  71 affinity:3f vec:a1 type=PCI-MSI/-X      status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:45.986]    IRQ:  72 affinity:3f vec:b1 type=PCI-MSI/-X      status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:46.017]    IRQ:  73 affinity:01 vec:32 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:291(---),
(XEN) [2014-09-25 13:40:46.052]    IRQ:  74 affinity:01 vec:3a type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:292(---),
(XEN) [2014-09-25 13:40:46.088]    IRQ:  75 affinity:01 vec:42 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:293(---),
(XEN) [2014-09-25 13:40:46.124]    IRQ:  76 affinity:01 vec:4a type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:294(---),
(XEN) [2014-09-25 13:40:46.159]    IRQ:  77 affinity:01 vec:52 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:295(---),
(XEN) [2014-09-25 13:40:46.195]    IRQ:  78 affinity:01 vec:5a type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:296(---),
(XEN) [2014-09-25 13:40:46.231]    IRQ:  79 affinity:3f vec:62 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:46.261]    IRQ:  80 affinity:3f vec:6a type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:40:46.291]    IRQ:  81 affinity:01 vec:7a type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:290(---),
(XEN) [2014-09-25 13:40:46.327]    IRQ:  82 affinity:01 vec:92 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:289(---),
(XEN) [2014-09-25 13:40:46.363]    IRQ:  83 affinity:01 vec:a2 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:288(---),
(XEN) [2014-09-25 13:40:46.398]    IRQ:  84 affinity:02 vec:b2 type=PCI-MSI         status=00000030 in-flight=0 domain-list=2: 87(---),
(XEN) [2014-09-25 13:40:46.434] Direct vector information:
(XEN) [2014-09-25 13:40:46.450]    0x20 -> irq_move_cleanup_interrupt()
(XEN) [2014-09-25 13:40:46.468]    0xf9 -> pmu_apic_interrupt()
(XEN) [2014-09-25 13:40:46.485]    0xfa -> apic_timer_interrupt()
(XEN) [2014-09-25 13:40:46.503]    0xfb -> call_function_interrupt()
(XEN) [2014-09-25 13:40:46.521]    0xfc -> event_check_interrupt()
(XEN) [2014-09-25 13:40:46.539]    0xfd -> invalidate_interrupt()
(XEN) [2014-09-25 13:40:46.556]    0xfe -> error_interrupt()
(XEN) [2014-09-25 13:40:46.572]    0xff -> spurious_interrupt()
(XEN) [2014-09-25 13:40:46.589] IO-APIC interrupt information:
(XEN) [2014-09-25 13:40:46.606]     IRQ  0 Vec240:
(XEN) [2014-09-25 13:40:46.619]       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:40:46.655]     IRQ  1 Vec 48:
(XEN) [2014-09-25 13:40:46.668]       Apic 0x00, Pin  1: vec=30 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:40:46.704]     IRQ  3 Vec 56:
(XEN) [2014-09-25 13:40:46.718]       Apic 0x00, Pin  3: vec=38 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:40:46.753]     IRQ  4 Vec241:
(XEN) [2014-09-25 13:40:46.767]       Apic 0x00, Pin  4: vec=f1 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:40:46.802]     IRQ  5 Vec 64:
(XEN) [2014-09-25 13:40:46.816]       Apic 0x00, Pin  5: vec=40 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:40:46.851]     IRQ  6 Vec 72:
(XEN) [2014-09-25 13:40:46.865]       Apic 0x00, Pin  6: vec=48 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:40:46.901]     IRQ  7 Vec 80:
(XEN) [2014-09-25 13:40:46.914]       Apic 0x00, Pin  7: vec=50 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:40:46.950]     IRQ  8 Vec 88:
(XEN) [2014-09-25 13:40:46.963]       Apic 0x00, Pin  8: vec=58 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:40:46.999]     IRQ  9 Vec 96:
(XEN) [2014-09-25 13:40:47.012]       Apic 0x00, Pin  9: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:47.048]     IRQ 10 Vec104:
(XEN) [2014-09-25 13:40:47.062]       Apic 0x00, Pin 10: vec=68 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:40:47.097]     IRQ 11 Vec112:
(XEN) [2014-09-25 13:40:47.111]       Apic 0x00, Pin 11: vec=70 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:40:47.147]     IRQ 12 Vec120:
(XEN) [2014-09-25 13:40:47.160]       Apic 0x00, Pin 12: vec=78 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:40:47.196]     IRQ 13 Vec136:
(XEN) [2014-09-25 13:40:47.209]       Apic 0x00, Pin 13: vec=88 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=1 dest_id:63
(XEN) [2014-09-25 13:40:47.245]     IRQ 14 Vec144:
(XEN) [2014-09-25 13:40:47.259]       Apic 0x00, Pin 14: vec=90 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:40:47.294]     IRQ 15 Vec152:
(XEN) [2014-09-25 13:40:47.308]       Apic 0x00, Pin 15: vec=98 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:40:47.343]     IRQ 16 Vec137:
(XEN) [2014-09-25 13:40:47.357]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
(XEN) [2014-09-25 13:40:47.392]     IRQ 17 Vec192:
(XEN) [2014-09-25 13:40:47.406]       Apic 0x00, Pin 17: vec=c0 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
(XEN) [2014-09-25 13:40:47.442]     IRQ 18 Vec184:
(XEN) [2014-09-25 13:40:47.455]       Apic 0x00, Pin 18: vec=b8 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
(XEN) [2014-09-25 13:40:47.491]     IRQ 19 Vec 42:
(XEN) [2014-09-25 13:40:47.504]       Apic 0x00, Pin 19: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:47.540]     IRQ 22 Vec185:
(XEN) [2014-09-25 13:40:47.554]       Apic 0x00, Pin 22: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:47.590]     IRQ 25 Vec154:
(XEN) [2014-09-25 13:40:47.603]       Apic 0x01, Pin  1: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:47.639]     IRQ 28 Vec 34:
(XEN) [2014-09-25 13:40:47.652]       Apic 0x01, Pin  4: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:47.688]     IRQ 29 Vec217:
(XEN) [2014-09-25 13:40:47.702]       Apic 0x01, Pin  5: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:47.738]     IRQ 32 Vec201:
(XEN) [2014-09-25 13:40:47.751]       Apic 0x01, Pin  8: vec=c9 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:2
(XEN) [2014-09-25 13:40:47.787]     IRQ 33 Vec193:
(XEN) [2014-09-25 13:40:47.800]       Apic 0x01, Pin  9: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:47.836]     IRQ 36 Vec 33:
(XEN) [2014-09-25 13:40:47.850]       Apic 0x01, Pin 12: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:47.886]     IRQ 37 Vec 41:
(XEN) [2014-09-25 13:40:47.899]       Apic 0x01, Pin 13: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:47.935]     IRQ 38 Vec169:
(XEN) [2014-09-25 13:40:47.949]       Apic 0x01, Pin 14: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:47.984]     IRQ 40 Vec 49:
(XEN) [2014-09-25 13:40:47.998]       Apic 0x01, Pin 16: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:48.034]     IRQ 46 Vec114:
(XEN) [2014-09-25 13:40:48.047]       Apic 0x01, Pin 22: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:48.083]     IRQ 47 Vec209:
(XEN) [2014-09-25 13:40:48.097]       Apic 0x01, Pin 23: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:48.133]     IRQ 48 Vec208:
(XEN) [2014-09-25 13:40:48.146]       Apic 0x01, Pin 24: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:48.182]     IRQ 51 Vec138:
(XEN) [2014-09-25 13:40:48.196]       Apic 0x01, Pin 27: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:48.231]     IRQ 52 Vec 57:
(XEN) [2014-09-25 13:40:48.245]       Apic 0x01, Pin 28: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:48.281]     IRQ 53 Vec200:
(XEN) [2014-09-25 13:40:48.294]       Apic 0x01, Pin 29: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:48.330]     IRQ 54 Vec216:
(XEN) [2014-09-25 13:40:48.344]       Apic 0x01, Pin 30: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:40:53.992] 'I' pressed -> dumping HVM irq info
(XEN) [2014-09-25 13:40:54.010] Domain 2:
(XEN) [2014-09-25 13:40:54.022] PCI 0x00000000000000000000000000000000 ISA 0x00000100 ROUTE 0 0 0 0
(XEN) [2014-09-25 13:40:54.048] GSI [0 - 7] 00 00 00 00 00 00 00 00
(XEN) [2014-09-25 13:40:54.066] GSI [8 - f] 01 00 00 00 00 00 00 00
(XEN) [2014-09-25 13:40:54.084] GSI [10 - 17] 00 00 00 00 00 00 00 00
(XEN) [2014-09-25 13:40:54.102] GSI [18 - 1f] 00 00 00 00 00 00 00 00
(XEN) [2014-09-25 13:40:54.121] GSI [20 - 27] 00 00 00 00 00 00 00 00
(XEN) [2014-09-25 13:40:54.139] GSI [28 - 2f] 00 00 00 00 00 00 00 00
(XEN) [2014-09-25 13:40:54.158] Link 00 00 00 00
(XEN) [2014-09-25 13:40:54.171] Callback via 3:0xf3, not asserted
(XEN) [2014-09-25 13:40:57.379] ==== PCI devices ====
(XEN) [2014-09-25 13:40:57.393] ==== segment 0000 ====
(XEN) [2014-09-25 13:40:57.407] 0000:0f:00.1 - dom 0   - MSIs < 83 >
(XEN) [2014-09-25 13:40:57.426] 0000:0f:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.443] 0000:0e:00.1 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.461] 0000:0e:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.478] 0000:0d:00.0 - dom 0   - MSIs < 81 >
(XEN) [2014-09-25 13:40:57.496] 0000:0c:00.0 - dom 0   - MSIs < 82 >
(XEN) [2014-09-25 13:40:57.514] 0000:0b:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.532] 0000:0a:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.549] 0000:09:00.1 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.567] 0000:09:00.0 - dom 2   - MSIs < 84 >
(XEN) [2014-09-25 13:40:57.585] 0000:08:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.602] 0000:07:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.620] 0000:06:02.0 - dom 0   - MSIs < 72 >
(XEN) [2014-09-25 13:40:57.638] 0000:06:01.0 - dom 0   - MSIs < 71 >
(XEN) [2014-09-25 13:40:57.656] 0000:05:00.0 - dom 0   - MSIs < 70 >
(XEN) [2014-09-25 13:40:57.674] 0000:04:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.692] 0000:03:06.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.709] 0000:00:18.4 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.726] 0000:00:18.3 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.744] 0000:00:18.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.761] 0000:00:18.1 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.779] 0000:00:18.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.796] 0000:00:16.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.814] 0000:00:16.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.831] 0000:00:15.0 - dom 0   - MSIs < 69 >
(XEN) [2014-09-25 13:40:57.849] 0000:00:14.5 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.867] 0000:00:14.4 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.884] 0000:00:14.3 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.901] 0000:00:14.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.919] 0000:00:14.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.936] 0000:00:13.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.954] 0000:00:13.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.971] 0000:00:12.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:57.989] 0000:00:12.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:58.006] 0000:00:11.0 - dom 0   - MSIs < 73 >
(XEN) [2014-09-25 13:40:58.024] 0000:00:0d.0 - dom 0   - MSIs < 68 >
(XEN) [2014-09-25 13:40:58.042] 0000:00:0c.0 - dom 0   - MSIs < 67 >
(XEN) [2014-09-25 13:40:58.061] 0000:00:0b.0 - dom 0   - MSIs < 66 >
(XEN) [2014-09-25 13:40:58.079] 0000:00:0a.0 - dom 0   - MSIs < 65 >
(XEN) [2014-09-25 13:40:58.097] 0000:00:09.0 - dom 0   - MSIs < 64 >
(XEN) [2014-09-25 13:40:58.115] 0000:00:06.0 - dom 0   - MSIs < 63 >
(XEN) [2014-09-25 13:40:58.133] 0000:00:05.0 - dom 0   - MSIs < 62 >
(XEN) [2014-09-25 13:40:58.152] 0000:00:03.0 - dom 0   - MSIs < 61 >
(XEN) [2014-09-25 13:40:58.170] 0000:00:02.0 - dom 0   - MSIs < 60 >
(XEN) [2014-09-25 13:40:58.188] 0000:00:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:40:58.205] 0000:00:00.2 - dom 32754 - MSIs < >
(XEN) [2014-09-25 13:41:00.230] MSI information:
(XEN) [2014-09-25 13:41:00.243]  MSI     56 vec=28 lowest  edge   assert  log lowest dest=00000001 mask=0/0/?
(XEN) [2014-09-25 13:41:00.272]  HPET    57 vec=a0 lowest  edge   assert  log lowest dest=00000010 mask=1/0/?
(XEN) [2014-09-25 13:41:00.300]  HPET    58 vec=a8 lowest  edge   assert  log lowest dest=00000002 mask=1/0/?
(XEN) [2014-09-25 13:41:00.329]  HPET    59 vec=b0 lowest  edge   assert  log lowest dest=00000004 mask=1/0/?
(XEN) [2014-09-25 13:41:00.358]  MSI     60 vec=41 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:41:00.387]  MSI     61 vec=49 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:41:00.416]  MSI     62 vec=51 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:41:00.445]  MSI     63 vec=59 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:41:00.474]  MSI     64 vec=61 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:41:00.502]  MSI     65 vec=69 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:41:00.531]  MSI     66 vec=71 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:41:00.560]  MSI     67 vec=79 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:41:00.589]  MSI     68 vec=81 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:41:00.618]  MSI     69 vec=91 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:41:00.647]  MSI     70 vec=99 lowest  edge   assert  log lowest dest=0000003f mask=1/1/1
(XEN) [2014-09-25 13:41:00.676]  MSI     71 vec=a1 lowest  edge   assert  log lowest dest=0000003f mask=1/1/1
(XEN) [2014-09-25 13:41:00.704]  MSI     72 vec=b1 lowest  edge   assert  log lowest dest=0000003f mask=1/1/1
(XEN) [2014-09-25 13:41:00.733]  MSI     73 vec=32 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:41:00.762]  MSI     74 vec=3a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:41:00.791]  MSI     75 vec=42 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:41:00.820]  MSI     76 vec=4a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:41:00.849]  MSI     77 vec=52 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:41:00.878]  MSI     78 vec=5a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:41:00.906]  MSI     79 vec=62 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:41:00.935]  MSI     80 vec=6a lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:41:00.964]  MSI     81 vec=7a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:41:00.993]  MSI     82 vec=92 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:41:01.022]  MSI     83 vec=a2 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:41:01.051]  MSI     84 vec=b2 lowest  edge   assert  log lowest dest=00000002 mask=0/1/?
(XEN) [2014-09-25 13:41:04.032] number of MP IRQ sources: 15.
(XEN) [2014-09-25 13:41:04.048] number of IO-APIC #6 registers: 24.
(XEN) [2014-09-25 13:41:04.066] number of IO-APIC #7 registers: 32.
(XEN) [2014-09-25 13:41:04.084] testing the IO APIC.......................
(XEN) [2014-09-25 13:41:04.104] IO APIC #6......
(XEN) [2014-09-25 13:41:04.117] .... register #00: 06000000
(XEN) [2014-09-25 13:41:04.133] .......    : physical APIC id: 06
(XEN) [2014-09-25 13:41:04.150] .......    : Delivery Type: 0
(XEN) [2014-09-25 13:41:04.166] .......    : LTS          : 0
(XEN) [2014-09-25 13:41:04.183] .... register #01: 00178021
(XEN) [2014-09-25 13:41:04.199] .......     : max redirection entries: 0017
(XEN) [2014-09-25 13:41:04.219] .......     : PRQ implemented: 1
(XEN) [2014-09-25 13:41:04.236] .......     : IO APIC version: 0021
(XEN) [2014-09-25 13:41:04.254] .... register #02: 06000000
(XEN) [2014-09-25 13:41:04.270] .......     : arbitration: 06
(XEN) [2014-09-25 13:41:04.286] .... register #03: 3F000000
(XEN) [2014-09-25 13:41:04.302] .......     : Boot DT    : 0
(XEN) [2014-09-25 13:41:04.318] .... IRQ redirection table:
(XEN) [2014-09-25 13:41:04.334]  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN) [2014-09-25 13:41:04.356]  00 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:41:04.378]  01 001 01  0    0    0   0   0    1    1    30
(XEN) [2014-09-25 13:41:04.399]  02 001 01  0    0    0   0   0    1    1    F0
(XEN) [2014-09-25 13:41:04.420]  03 001 01  0    0    0   0   0    1    1    38
(XEN) [2014-09-25 13:41:04.441]  04 001 01  0    0    0   0   0    1    1    F1
(XEN) [2014-09-25 13:41:04.462]  05 001 01  0    0    0   0   0    1    1    40
(XEN) [2014-09-25 13:41:04.483]  06 001 01  0    0    0   0   0    1    1    48
(XEN) [2014-09-25 13:41:04.504]  07 001 01  0    0    0   0   0    1    1    50
(XEN) [2014-09-25 13:41:04.525]  08 001 01  0    0    0   0   0    1    1    58
(XEN) [2014-09-25 13:41:04.546]  09 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:04.567]  0a 001 01  0    0    0   0   0    1    1    68
(XEN) [2014-09-25 13:41:04.588]  0b 001 01  0    0    0   0   0    1    1    70
(XEN) [2014-09-25 13:41:04.609]  0c 001 01  0    0    0   0   0    1    1    78
(XEN) [2014-09-25 13:41:04.630]  0d 03F 0F  1    0    0   0   0    1    1    88
(XEN) [2014-09-25 13:41:04.651]  0e 001 01  0    0    0   0   0    1    1    90
(XEN) [2014-09-25 13:41:04.672]  0f 001 01  0    0    0   0   0    1    1    98
(XEN) [2014-09-25 13:41:04.693]  10 001 01  0    1    0   1   0    1    0    89
(XEN) [2014-09-25 13:41:04.715]  11 001 01  0    1    0   1   0    1    0    C0
(XEN) [2014-09-25 13:41:04.736]  12 001 01  0    1    0   1   0    1    0    B8
(XEN) [2014-09-25 13:41:04.757]  13 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:04.778]  14 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:41:04.799]  15 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:41:04.820]  16 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:04.841]  17 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:41:04.862] IO APIC #7......
(XEN) [2014-09-25 13:41:04.875] .... register #00: 07000000
(XEN) [2014-09-25 13:41:04.891] .......    : physical APIC id: 07
(XEN) [2014-09-25 13:41:04.908] .......    : Delivery Type: 0
(XEN) [2014-09-25 13:41:04.925] .......    : LTS          : 0
(XEN) [2014-09-25 13:41:04.941] .... register #01: 001F8021
(XEN) [2014-09-25 13:41:04.957] .......     : max redirection entries: 001F
(XEN) [2014-09-25 13:41:04.977] .......     : PRQ implemented: 1
(XEN) [2014-09-25 13:41:04.994] .......     : IO APIC version: 0021
(XEN) [2014-09-25 13:41:05.012] .... register #02: 00000000
(XEN) [2014-09-25 13:41:05.028] .......     : arbitration: 00
(XEN) [2014-09-25 13:41:05.044] .... IRQ redirection table:
(XEN) [2014-09-25 13:41:05.060]  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN) [2014-09-25 13:41:05.083]  00 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:41:05.104]  01 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:05.125]  02 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:41:05.146]  03 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:41:05.167]  04 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:05.188]  05 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:05.209]  06 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:41:05.230]  07 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:41:05.251]  08 002 02  0    1    0   1   0    1    0    C9
(XEN) [2014-09-25 13:41:05.272]  09 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:05.293]  0a 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:41:05.314]  0b 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:41:05.335]  0c 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:05.356]  0d 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:05.377]  0e 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:05.399]  0f 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:41:05.420]  10 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:05.441]  11 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:41:05.462]  12 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:41:05.483]  13 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:41:05.504]  14 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:41:05.525]  15 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:41:05.546]  16 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:05.567]  17 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:05.588]  18 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:05.609]  19 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:41:05.630]  1a 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:41:05.651]  1b 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:05.672]  1c 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:05.693]  1d 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:05.714]  1e 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:41:05.735]  1f 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:41:05.757] Using vector-based indexing
(XEN) [2014-09-25 13:41:05.772] IRQ to pin mappings:
(XEN) [2014-09-25 13:41:05.786] IRQ240 -> 0:2
(XEN) [2014-09-25 13:41:05.799] IRQ48 -> 0:1
(XEN) [2014-09-25 13:41:05.811] IRQ56 -> 0:3
(XEN) [2014-09-25 13:41:05.823] IRQ241 -> 0:4
(XEN) [2014-09-25 13:41:05.835] IRQ64 -> 0:5
(XEN) [2014-09-25 13:41:05.847] IRQ72 -> 0:6
(XEN) [2014-09-25 13:41:05.859] IRQ80 -> 0:7
(XEN) [2014-09-25 13:41:05.871] IRQ88 -> 0:8
(XEN) [2014-09-25 13:41:05.883] IRQ96 -> 0:9
(XEN) [2014-09-25 13:41:05.895] IRQ104 -> 0:10
(XEN) [2014-09-25 13:41:05.907] IRQ112 -> 0:11
(XEN) [2014-09-25 13:41:05.920] IRQ120 -> 0:12
(XEN) [2014-09-25 13:41:05.932] IRQ136 -> 0:13
(XEN) [2014-09-25 13:41:05.945] IRQ144 -> 0:14
(XEN) [2014-09-25 13:41:05.957] IRQ152 -> 0:15
(XEN) [2014-09-25 13:41:05.970] IRQ137 -> 0:16
(XEN) [2014-09-25 13:41:05.982] IRQ192 -> 0:17
(XEN) [2014-09-25 13:41:05.994] IRQ184 -> 0:18
(XEN) [2014-09-25 13:41:06.007] IRQ42 -> 0:19
(XEN) [2014-09-25 13:41:06.019] IRQ185 -> 0:22
(XEN) [2014-09-25 13:41:06.032] IRQ154 -> 1:1
(XEN) [2014-09-25 13:41:06.044] IRQ34 -> 1:4
(XEN) [2014-09-25 13:41:06.056] IRQ217 -> 1:5
(XEN) [2014-09-25 13:41:06.068] IRQ201 -> 1:8
(XEN) [2014-09-25 13:41:06.080] IRQ193 -> 1:9
(XEN) [2014-09-25 13:41:06.092] IRQ33 -> 1:12
(XEN) [2014-09-25 13:41:06.105] IRQ41 -> 1:13
(XEN) [2014-09-25 13:41:06.117] IRQ169 -> 1:14
(XEN) [2014-09-25 13:41:06.129] IRQ49 -> 1:16
(XEN) [2014-09-25 13:41:06.142] IRQ114 -> 1:22
(XEN) [2014-09-25 13:41:06.154] IRQ209 -> 1:23
(XEN) [2014-09-25 13:41:06.167] IRQ208 -> 1:24
(XEN) [2014-09-25 13:41:06.179] IRQ138 -> 1:27
(XEN) [2014-09-25 13:41:06.192] IRQ57 -> 1:28
(XEN) [2014-09-25 13:41:06.204] IRQ200 -> 1:29
(XEN) [2014-09-25 13:41:06.216] IRQ216 -> 1:30
(XEN) [2014-09-25 13:41:06.229] .................................... done.
(XEN) [2014-09-25 13:41:07.901] 'e' pressed -> dumping event-channel info
(XEN) [2014-09-25 13:41:07.921] Event channel information for domain 0:
(XEN) [2014-09-25 13:41:07.940] Polling vCPUs: {}
(XEN) [2014-09-25 13:41:07.953]     port [p/m/s]
(XEN) [2014-09-25 13:41:07.966]        1 [0/0/  -   ]: s=5 n=0 x=0 v=0
(XEN) [2014-09-25 13:41:07.985]        2 [1/1/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:41:08.002]        3 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:41:08.020]        4 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:41:08.038]        5 [0/0/  -   ]: s=5 n=0 x=0 v=1
(XEN) [2014-09-25 13:41:08.057]        6 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:41:08.074]        7 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:41:08.092]        8 [0/0/  -   ]: s=5 n=1 x=0 v=0
(XEN) [2014-09-25 13:41:08.111]        9 [1/1/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:41:08.128]       10 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:41:08.146]       11 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:41:08.164]       12 [0/0/  -   ]: s=5 n=1 x=0 v=1
(XEN) [2014-09-25 13:41:08.182]       13 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:41:08.200]       14 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:41:08.218]       15 [0/0/  -   ]: s=5 n=2 x=0 v=0
(XEN) [2014-09-25 13:41:08.236]       16 [1/1/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:41:08.254]       17 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:41:08.272]       18 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:41:08.289]       19 [0/0/  -   ]: s=5 n=2 x=0 v=1
(XEN) [2014-09-25 13:41:08.308]       20 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:41:08.326]       21 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:41:08.344]       22 [0/0/  -   ]: s=5 n=3 x=0 v=0
(XEN) [2014-09-25 13:41:08.362]       23 [1/1/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:41:08.380]       24 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:41:08.398]       25 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:41:08.415]       26 [0/0/  -   ]: s=5 n=3 x=0 v=1
(XEN) [2014-09-25 13:41:08.434]       27 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:41:08.452]       28 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:41:08.469]       29 [0/0/  -   ]: s=5 n=4 x=0 v=0
(XEN) [2014-09-25 13:41:08.488]       30 [1/1/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:41:08.506]       31 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:41:08.523]       32 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:41:08.541]       33 [0/0/  -   ]: s=5 n=4 x=0 v=1
(XEN) [2014-09-25 13:41:08.560]       34 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:41:08.578]       35 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:41:08.595]       36 [0/0/  -   ]: s=5 n=5 x=0 v=0
(XEN) [2014-09-25 13:41:08.614]       37 [0/1/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:41:08.632]       38 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:41:08.649]       39 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:41:08.667]       40 [0/0/  -   ]: s=5 n=5 x=0 v=1
(XEN) [2014-09-25 13:41:08.686]       41 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:41:08.703]       42 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:41:08.721]       43 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=61
(XEN) [2014-09-25 13:41:08.741]       44 [0/0/  -   ]: s=5 n=0 x=0 v=9
(XEN) [2014-09-25 13:41:08.760]       45 [0/1/  -   ]: s=5 n=0 x=0 v=2
(XEN) [2014-09-25 13:41:08.779]       46 [0/0/  -   ]: s=4 n=0 x=0 p=291 i=73
(XEN) [2014-09-25 13:41:08.799]       47 [0/0/  -   ]: s=4 n=0 x=0 p=292 i=74
(XEN) [2014-09-25 13:41:08.820]       48 [0/0/  -   ]: s=4 n=0 x=0 p=293 i=75
(XEN) [2014-09-25 13:41:08.840]       49 [0/0/  -   ]: s=4 n=0 x=0 p=294 i=76
(XEN) [2014-09-25 13:41:08.861]       50 [0/0/  -   ]: s=4 n=0 x=0 p=295 i=77
(XEN) [2014-09-25 13:41:08.881]       51 [0/0/  -   ]: s=4 n=0 x=0 p=296 i=78
(XEN) [2014-09-25 13:41:08.902]       52 [0/0/  -   ]: s=4 n=0 x=0 p=17 i=17
(XEN) [2014-09-25 13:41:08.922]       53 [1/0/  0   ]: s=4 n=0 x=0 p=18 i=18
(XEN) [2014-09-25 13:41:08.942]       54 [0/0/  -   ]: s=4 n=0 x=0 p=12 i=12
(XEN) [2014-09-25 13:41:08.963]       55 [0/0/  -   ]: s=4 n=0 x=0 p=1 i=1
(XEN) [2014-09-25 13:41:08.982]       56 [0/0/  -   ]: s=4 n=0 x=0 p=8 i=8
(XEN) [2014-09-25 13:41:09.002]       57 [0/0/  -   ]: s=4 n=0 x=0 p=16 i=16
(XEN) [2014-09-25 13:41:09.022]       58 [0/0/  -   ]: s=4 n=0 x=0 p=288 i=83
(XEN) [2014-09-25 13:41:09.043]       59 [0/0/  -   ]: s=4 n=0 x=0 p=290 i=81
(XEN) [2014-09-25 13:41:09.063]       60 [0/0/  -   ]: s=4 n=0 x=0 p=289 i=82
(XEN) [2014-09-25 13:41:09.084]       61 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=43
(XEN) [2014-09-25 13:41:09.104]       62 [0/0/  -   ]: s=5 n=0 x=0 v=3
(XEN) [2014-09-25 13:41:09.123]       63 [0/0/  -   ]: s=3 n=0 x=0 d=2 p=1
(XEN) [2014-09-25 13:41:09.142]       64 [0/0/  -   ]: s=3 n=0 x=0 d=2 p=2
(XEN) [2014-09-25 13:41:09.162]       65 [1/0/  53  ]: s=3 n=0 x=0 d=2 p=3
(XEN) [2014-09-25 13:41:09.182]       66 [0/0/  -   ]: s=3 n=0 x=0 d=2 p=5
(XEN) [2014-09-25 13:41:09.202]       67 [0/0/  -   ]: s=3 n=0 x=0 d=2 p=6
(XEN) [2014-09-25 13:41:09.222]       68 [0/0/  -   ]: s=3 n=0 x=0 d=2 p=4
(XEN) [2014-09-25 13:41:09.241]       69 [0/0/  -   ]: s=3 n=0 x=0 d=2 p=26
(XEN) [2014-09-25 13:41:09.261]       70 [0/0/  -   ]: s=3 n=0 x=0 d=2 p=27
(XEN) [2014-09-25 13:41:09.281]       71 [0/0/  -   ]: s=3 n=0 x=0 d=2 p=28
(XEN) [2014-09-25 13:41:09.301]       72 [0/0/  -   ]: s=3 n=0 x=0 d=2 p=29
(XEN) [2014-09-25 13:41:09.321]       73 [0/0/  -   ]: s=3 n=0 x=0 d=2 p=30
(XEN) [2014-09-25 13:41:09.341]       74 [0/0/  -   ]: s=3 n=0 x=0 d=2 p=31
(XEN) [2014-09-25 13:41:09.361]       75 [0/0/  -   ]: s=3 n=0 x=0 d=2 p=32
(XEN) [2014-09-25 13:41:09.381] Event channel information for domain 2:
(XEN) [2014-09-25 13:41:09.400] Polling vCPUs: {}
(XEN) [2014-09-25 13:41:09.414]     port [p/m/s]
(XEN) [2014-09-25 13:41:09.427]        1 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=63
(XEN) [2014-09-25 13:41:09.447]        2 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=64
(XEN) [2014-09-25 13:41:09.467]        3 [0/1/  -   ]: s=3 n=0 x=1 d=0 p=65
(XEN) [2014-09-25 13:41:09.487]        4 [0/1/  -   ]: s=3 n=0 x=1 d=0 p=68
(XEN) [2014-09-25 13:41:09.507]        5 [0/1/  -   ]: s=3 n=1 x=1 d=0 p=66
(XEN) [2014-09-25 13:41:09.527]        6 [0/1/  -   ]: s=3 n=2 x=1 d=0 p=67
(XEN) [2014-09-25 13:41:09.547]        7 [1/0/  0   ]: s=5 n=0 x=0 v=0
(XEN) [2014-09-25 13:41:09.565]        8 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:41:09.583]        9 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:41:09.601]       10 [0/0/  -   ]: s=5 n=0 x=0 v=1
(XEN) [2014-09-25 13:41:09.620]       11 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:41:09.637]       12 [0/1/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:41:09.655]       13 [0/0/  -   ]: s=5 n=1 x=0 v=0
(XEN) [2014-09-25 13:41:09.674]       14 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:41:09.691]       15 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:41:09.709]       16 [0/0/  -   ]: s=5 n=1 x=0 v=1
(XEN) [2014-09-25 13:41:09.728]       17 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:41:09.745]       18 [0/1/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:41:09.763]       19 [0/0/  -   ]: s=5 n=2 x=0 v=0
(XEN) [2014-09-25 13:41:09.782]       20 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:41:09.799]       21 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:41:09.817]       22 [0/0/  -   ]: s=5 n=2 x=0 v=1
(XEN) [2014-09-25 13:41:09.836]       23 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:41:09.854]       24 [0/1/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:41:09.871]       25 [0/0/  -   ]: s=4 n=0 x=0 p=87 i=84
(XEN) [2014-09-25 13:41:09.892]       26 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=69
(XEN) [2014-09-25 13:41:09.912]       27 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=70
(XEN) [2014-09-25 13:41:09.932]       28 [1/0/  0   ]: s=3 n=0 x=0 d=0 p=71
(XEN) [2014-09-25 13:41:09.952]       29 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=72
(XEN) [2014-09-25 13:41:09.972]       30 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=73
(XEN) [2014-09-25 13:41:09.992]       31 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=74
(XEN) [2014-09-25 13:41:10.012]       32 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=75
(XEN) [2014-09-25 13:41:10.032]       33 [0/0/  -   ]: s=4 n=0 x=0 p=21 i=0
(XEN) [2014-09-25 13:41:10.052]       34 [0/0/  -   ]: s=4 n=0 x=0 p=17 i=0
(XEN) [2014-09-25 13:41:10.072]       35 [0/0/  -   ]: s=4 n=0 x=0 p=18 i=0
(XEN) [2014-09-25 13:41:10.092]       36 [0/0/  -   ]: s=2 n=0 x=0 d=0
(XEN) [2014-09-25 13:41:10.110]       37 [0/0/  -   ]: s=4 n=0 x=0 p=16 i=0
(XEN) [2014-09-25 13:41:10.130]       38 [0/0/  -   ]: s=4 n=0 x=0 p=20 i=0
(XEN) [2014-09-25 13:41:15.761] *********** VMCB Areas **************
(XEN) [2014-09-25 13:41:15.779] 
(XEN) [2014-09-25 13:41:15.788] >>> Domain 2 <<<
(XEN) [2014-09-25 13:41:15.801] 	VCPU 0
(XEN) [2014-09-25 13:41:15.812] Dumping guest's current state at key_handler...
(XEN) [2014-09-25 13:41:15.833] Size of VMCB = 4096, paddr = 0x4b51b5000, vaddr = ffff8304b51b5000
(XEN) [2014-09-25 13:41:15.859] cr_intercepts = 0xfef3fef3 dr_intercepts = 0xffffffff exception_intercepts = 0x40040
(XEN) [2014-09-25 13:41:15.889] general1_intercepts = 0xbdc4000f general2_intercepts = 0x2e7f
(XEN) [2014-09-25 13:41:15.914] iopm_base_pa = 0x9fce9000 msrpm_base_pa = 0x4b51b2000 tsc_offset = 0xfffffa8bfdb59905
(XEN) [2014-09-25 13:41:15.945] tlb_control = 0 vintr = 0x11f0000 interrupt_shadow = 0
(XEN) [2014-09-25 13:41:15.968] exitcode = 0x78 exitintinfo = 0
(XEN) [2014-09-25 13:41:15.985] exitinfo1 = 0 exitinfo2 = 0 
(XEN) [2014-09-25 13:41:16.001] np_enable = 1 guest_asid = 0x33
(XEN) [2014-09-25 13:41:16.018] cpl = 0 efer = 0x1d01 star = 0x23001000000000 lstar = 0xffffffff819ecfb0
(XEN) [2014-09-25 13:41:16.045] CR0 = 0x000000008005003b CR2 = 0x00007f85295b0278
(XEN) [2014-09-25 13:41:16.067] CR3 = 0x000000003ba13000 CR4 = 0x00000000000006f0
(XEN) [2014-09-25 13:41:16.089] RSP = 0xffffffff81e03ec8  RIP = 0xffffffff8104b605
(XEN) [2014-09-25 13:41:16.110] RAX = 0xffffffff81e1c580  RFLAGS=0x0000000000000286
(XEN) [2014-09-25 13:41:16.133] DR6 = 0x00000000ffff0ff0, DR7 = 0x0000000000000400
(XEN) [2014-09-25 13:41:16.154] CSTAR = 0xffffffff819ef1b0 SFMask = 0x0000000000043700
(XEN) [2014-09-25 13:41:16.177] KernGSBase = 0x0000000000000000 PAT = 0x0007010600070106 
(XEN) [2014-09-25 13:41:16.201] H_CR3 = 0x0000000544985000 CleanBits = 0
(XEN) [2014-09-25 13:41:16.220] CS: sel=0x0010, attr=0x029b, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:41:16.247] DS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:41:16.274] SS: sel=0x0018, attr=0x0c93, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:41:16.301] ES: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:41:16.328] FS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x00007f85060ea700
(XEN) [2014-09-25 13:41:16.355] GS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0xffff88003f400000
(XEN) [2014-09-25 13:41:16.382] GDTR: sel=0x0000, attr=0x0000, limit=0x0000007f, base=0xffff88003f40a000
(XEN) [2014-09-25 13:41:16.410] LDTR: sel=0x0000, attr=0x0000, limit=0x00000000, base=0x0000000000000000
(XEN) [2014-09-25 13:41:16.438] IDTR: sel=0x0000, attr=0x0000, limit=0x00000fff, base=0xffffffffff57b000
(XEN) [2014-09-25 13:41:16.465] TR: sel=0x0040, attr=0x0089, limit=0x00002087, base=0xffff88003f410a00
(XEN) [2014-09-25 13:41:16.492] 	VCPU 1
(XEN) [2014-09-25 13:41:16.503] Dumping guest's current state at key_handler...
(XEN) [2014-09-25 13:41:16.524] Size of VMCB = 4096, paddr = 0x4b51ab000, vaddr = ffff8304b51ab000
(XEN) [2014-09-25 13:41:16.550] cr_intercepts = 0xfef3fef3 dr_intercepts = 0xffffffff exception_intercepts = 0x40040
(XEN) [2014-09-25 13:41:16.581] general1_intercepts = 0xbdc4000f general2_intercepts = 0x2e7f
(XEN) [2014-09-25 13:41:16.605] iopm_base_pa = 0x9fce9000 msrpm_base_pa = 0x4b51a8000 tsc_offset = 0xfffffa8bfdb59905
(XEN) [2014-09-25 13:41:16.636] tlb_control = 0 vintr = 0x11f0000 interrupt_shadow = 0
(XEN) [2014-09-25 13:41:16.659] exitcode = 0x78 exitintinfo = 0
(XEN) [2014-09-25 13:41:16.676] exitinfo1 = 0 exitinfo2 = 0 
(XEN) [2014-09-25 13:41:16.692] np_enable = 1 guest_asid = 0x10
(XEN) [2014-09-25 13:41:16.709] cpl = 0 efer = 0x1d01 star = 0x23001000000000 lstar = 0xffffffff819ecfb0
(XEN) [2014-09-25 13:41:16.737] CR0 = 0x000000008005003b CR2 = 0x0000000001234490
(XEN) [2014-09-25 13:41:16.758] CR3 = 0x000000003ba13000 CR4 = 0x00000000000006e0
(XEN) [2014-09-25 13:41:16.780] RSP = 0xffff88003dbafe98  RIP = 0xffffffff8104b605
(XEN) [2014-09-25 13:41:16.802] RAX = 0xffff88003db9a5e0  RFLAGS=0x0000000000000286
(XEN) [2014-09-25 13:41:16.824] DR6 = 0x00000000ffff0ff0, DR7 = 0x0000000000000400
(XEN) [2014-09-25 13:41:16.845] CSTAR = 0xffffffff819ef1b0 SFMask = 0x0000000000043700
(XEN) [2014-09-25 13:41:16.868] KernGSBase = 0x0000000000000000 PAT = 0x0007010600070106 
(XEN) [2014-09-25 13:41:16.892] H_CR3 = 0x0000000544985000 CleanBits = 0
(XEN) [2014-09-25 13:41:16.911] CS: sel=0x0010, attr=0x029b, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:41:16.938] DS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:41:16.965] SS: sel=0x0018, attr=0x0c93, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:41:16.992] ES: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:41:17.019] FS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x00007f8512558700
(XEN) [2014-09-25 13:41:17.046] GS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0xffff88003f440000
(XEN) [2014-09-25 13:41:17.073] GDTR: sel=0x0000, attr=0x0000, limit=0x0000007f, base=0xffff88003f44a000
(XEN) [2014-09-25 13:41:17.101] LDTR: sel=0x0000, attr=0x0000, limit=0x0000ffff, base=0x0000000000000000
(XEN) [2014-09-25 13:41:17.129] IDTR: sel=0x0000, attr=0x0000, limit=0x00000fff, base=0xffffffffff57b000
(XEN) [2014-09-25 13:41:17.156] TR: sel=0x0040, attr=0x0089, limit=0x00002087, base=0xffff88003f450a00
(XEN) [2014-09-25 13:41:17.183] 	VCPU 2
(XEN) [2014-09-25 13:41:17.194] Dumping guest's current state at key_handler...
(XEN) [2014-09-25 13:41:17.215] Size of VMCB = 4096, paddr = 0x4b51a4000, vaddr = ffff8304b51a4000
(XEN) [2014-09-25 13:41:17.241] cr_intercepts = 0xfef3fef3 dr_intercepts = 0xffffffff exception_intercepts = 0x40040
(XEN) [2014-09-25 13:41:17.272] general1_intercepts = 0xbdc4000f general2_intercepts = 0x2e7f
(XEN) [2014-09-25 13:41:17.296] iopm_base_pa = 0x9fce9000 msrpm_base_pa = 0x4b51a2000 tsc_offset = 0xfffffa8bfdb59905
(XEN) [2014-09-25 13:41:17.327] tlb_control = 0 vintr = 0x11f0000 interrupt_shadow = 0
(XEN) [2014-09-25 13:41:17.350] exitcode = 0x78 exitintinfo = 0
(XEN) [2014-09-25 13:41:17.367] exitinfo1 = 0 exitinfo2 = 0 
(XEN) [2014-09-25 13:41:17.383] np_enable = 1 guest_asid = 0x39
(XEN) [2014-09-25 13:41:17.400] cpl = 0 efer = 0x1d01 star = 0x23001000000000 lstar = 0xffffffff819ecfb0
(XEN) [2014-09-25 13:41:17.428] CR0 = 0x000000008005003b CR2 = 0x00000000011f47b0
(XEN) [2014-09-25 13:41:17.449] CR3 = 0x000000003c850000 CR4 = 0x00000000000006e0
(XEN) [2014-09-25 13:41:17.471] RSP = 0xffff88003dbb7e98  RIP = 0xffffffff8104b605
(XEN) [2014-09-25 13:41:17.493] RAX = 0xffff88003db9b8d0  RFLAGS=0x0000000000000286
(XEN) [2014-09-25 13:41:17.515] DR6 = 0x00000000ffff0ff0, DR7 = 0x0000000000000400
(XEN) [2014-09-25 13:41:17.537] CSTAR = 0xffffffff819ef1b0 SFMask = 0x0000000000043700
(XEN) [2014-09-25 13:41:17.559] KernGSBase = 0x0000000000000000 PAT = 0x0007010600070106 
(XEN) [2014-09-25 13:41:17.583] H_CR3 = 0x0000000544985000 CleanBits = 0
(XEN) [2014-09-25 13:41:17.602] CS: sel=0x0010, attr=0x029b, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:41:17.629] DS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:41:17.656] SS: sel=0x0018, attr=0x0c93, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:41:17.683] ES: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x0000000000000000
(XEN) [2014-09-25 13:41:17.710] FS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0x00007f5b1df54700
(XEN) [2014-09-25 13:41:17.737] GS: sel=0x0000, attr=0x0000, limit=0xffffffff, base=0xffff88003f480000
(XEN) [2014-09-25 13:41:17.765] GDTR: sel=0x0000, attr=0x0000, limit=0x0000007f, base=0xffff88003f48a000
(XEN) [2014-09-25 13:41:17.792] LDTR: sel=0x0000, attr=0x0000, limit=0x0000ffff, base=0x0000000000000000
(XEN) [2014-09-25 13:41:17.820] IDTR: sel=0x0000, attr=0x0000, limit=0x00000fff, base=0xffffffffff57b000
(XEN) [2014-09-25 13:41:17.847] TR: sel=0x0040, attr=0x0089, limit=0x00002087, base=0xffff88003f490a00
(XEN) [2014-09-25 13:41:17.874] **************************************
[ 1997.134684] xen_bridge: port 1(vif2.0) entered disabled state
[ 1997.176566] xen_bridge: port 2(vif2.0-emu) entered disabled state
[ 1997.202242] device vif2.0-emu left promiscuous mode
[ 1997.223659] xen_bridge: port 2(vif2.0-emu) entered disabled state
[ 1997.374490] xen_bridge: port 1(vif2.0) entered disabled state
[ 1997.400407] device vif2.0 left promiscuous mode
[ 1997.420499] xen_bridge: port 1(vif2.0) entered disabled state
[ 1997.502071] pciback 0000:09:00.0: restoring config space at offset 0x4 (was 0x100400, writing 0x100007)
[ 2265.395971] irq 16: nobody cared (try booting with the "irqpoll" option)
[ 2265.422948] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.17.0-rc6-20140925-vanilla+ #1
[ 2265.453314] Hardware name: MSI MS-7640/890FXA-GD70 (MS-7640)  , BIOS V1.8B1 09/13/2010
[ 2265.484046]  ffff880057a1a290 ffff88005f603d88 ffffffff81b7d90e 0000000000000001
[ 2265.513053]  ffff880057a1a200 ffff88005f603db8 ffffffff8110d6c8 ffff88005f603db8
[ 2265.542121]  ffff880057a1a200 0000000000000010 0000000000000000 ffff88005f603e08
[ 2265.571135] Call Trace:
[ 2265.585507]  <IRQ>  [<ffffffff81b7d90e>] dump_stack+0x46/0x58
[ 2265.609694]  [<ffffffff8110d6c8>] __report_bad_irq+0x38/0xd0
[ 2265.633625]  [<ffffffff8110dc1a>] note_interrupt+0x23a/0x290
[ 2265.657572]  [<ffffffff8155f0f5>] ? add_interrupt_randomness+0x45/0x210
[ 2265.684405]  [<ffffffff8110b45d>] handle_irq_event_percpu+0x9d/0x150
[ 2265.710379]  [<ffffffff8110b553>] handle_irq_event+0x43/0x70
[ 2265.734213]  [<ffffffff8110e29a>] ? handle_fasteoi_irq+0x2a/0x150
[ 2265.759463]  [<ffffffff8110e2f7>] handle_fasteoi_irq+0x87/0x150
[ 2265.784122]  [<ffffffff8110acbd>] generic_handle_irq+0x1d/0x40
[ 2265.808338]  [<ffffffff8152037a>] evtchn_fifo_handle_events+0x16a/0x170
[ 2265.834898]  [<ffffffff8151d4c8>] __xen_evtchn_do_upcall+0x48/0x90
[ 2265.860241]  [<ffffffff8151f0d2>] xen_evtchn_do_upcall+0x32/0x50
[ 2265.885031]  [<ffffffff81b8a76e>] xen_do_hypervisor_callback+0x1e/0x30
[ 2265.911279]  <EOI>  [<ffffffff810013aa>] ? xen_hypercall_sched_op+0xa/0x20
[ 2265.938509]  [<ffffffff810013aa>] ? xen_hypercall_sched_op+0xa/0x20
[ 2265.963981]  [<ffffffff81008d80>] ? xen_safe_halt+0x10/0x20
[ 2265.987198]  [<ffffffff81018bd8>] ? default_idle+0x18/0x20
[ 2266.010032]  [<ffffffff8101949a>] ? arch_cpu_idle+0xa/0x10
[ 2266.032827]  [<ffffffff810f84f1>] ? cpu_startup_entry+0x281/0x2f0
[ 2266.057481]  [<ffffffff81b741e4>] ? rest_init+0xb4/0xc0
[ 2266.079672]  [<ffffffff81b74130>] ? csum_partial_copy_generic+0x170/0x170
[ 2266.106401]  [<ffffffff82321079>] ? start_kernel+0x43f/0x44c
[ 2266.129479]  [<ffffffff82320a27>] ? set_init_arg+0x58/0x58
[ 2266.151971]  [<ffffffff82320608>] ? x86_64_start_reservations+0x2a/0x2c
[ 2266.177879]  [<ffffffff823240af>] ? xen_start_kernel+0x59b/0x59d
[ 2266.201994] handlers:
[ 2266.214783] [<ffffffff81945580>] azx_interrupt
[ 2266.234031] Disabling IRQ #16
(XEN) [2014-09-25 13:46:54.358] IRQ information:
(XEN) [2014-09-25 13:46:54.371]    IRQ:   0 affinity:01 vec:f0 type=IO-APIC-edge    status=00000000 timer_interrupt()
(XEN) [2014-09-25 13:46:54.402]    IRQ:   1 affinity:01 vec:30 type=IO-APIC-edge    status=00000034 in-flight=0 domain-list=0:  1(---),
(XEN) [2014-09-25 13:46:54.438]    IRQ:   3 affinity:01 vec:38 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:54.468]    IRQ:   4 affinity:01 vec:f1 type=IO-APIC-edge    status=00000000 ns16550_interrupt()
(XEN) [2014-09-25 13:46:54.499]    IRQ:   5 affinity:01 vec:40 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:54.530]    IRQ:   6 affinity:01 vec:48 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:54.560]    IRQ:   7 affinity:01 vec:50 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:54.591]    IRQ:   8 affinity:01 vec:58 type=IO-APIC-edge    status=00000030 in-flight=0 domain-list=0:  8(---),
(XEN) [2014-09-25 13:46:54.626]    IRQ:   9 affinity:3f vec:60 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:54.657]    IRQ:  10 affinity:01 vec:68 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:54.687]    IRQ:  11 affinity:01 vec:70 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:54.718]    IRQ:  12 affinity:01 vec:78 type=IO-APIC-edge    status=00000030 in-flight=0 domain-list=0: 12(---),
(XEN) [2014-09-25 13:46:54.753]    IRQ:  13 affinity:3f vec:88 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:54.784]    IRQ:  14 affinity:01 vec:90 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:54.814]    IRQ:  15 affinity:01 vec:98 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:54.844]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=1 domain-list=0: 16(PMM),
(XEN) [2014-09-25 13:46:54.880]    IRQ:  17 affinity:01 vec:c0 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 17(---),
(XEN) [2014-09-25 13:46:54.916]    IRQ:  18 affinity:01 vec:b8 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 18(---),
(XEN) [2014-09-25 13:46:54.951]    IRQ:  19 affinity:3f vec:2a type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:54.982]    IRQ:  22 affinity:3f vec:b9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.012]    IRQ:  25 affinity:3f vec:9a type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.043]    IRQ:  28 affinity:3f vec:22 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.073]    IRQ:  29 affinity:3f vec:d9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.103]    IRQ:  32 affinity:02 vec:c9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.134]    IRQ:  33 affinity:3f vec:c1 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.164]    IRQ:  36 affinity:3f vec:21 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.195]    IRQ:  37 affinity:3f vec:29 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.225]    IRQ:  38 affinity:3f vec:a9 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.255]    IRQ:  40 affinity:3f vec:31 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.286]    IRQ:  46 affinity:3f vec:72 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.316]    IRQ:  47 affinity:3f vec:d1 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.347]    IRQ:  48 affinity:3f vec:d0 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.377]    IRQ:  51 affinity:3f vec:8a type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.408]    IRQ:  52 affinity:3f vec:39 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.438]    IRQ:  53 affinity:3f vec:c8 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.468]    IRQ:  54 affinity:3f vec:d8 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.499]    IRQ:  56 affinity:01 vec:28 type=AMD-IOMMU-MSI   status=00000000 iommu_interrupt_handler()
(XEN) [2014-09-25 13:46:55.532]    IRQ:  57 affinity:10 vec:a0 type=HPET-MSI        status=00000000 hpet_interrupt_handler()
(XEN) [2014-09-25 13:46:55.565]    IRQ:  58 affinity:02 vec:a8 type=HPET-MSI        status=00000000 hpet_interrupt_handler()
(XEN) [2014-09-25 13:46:55.597]    IRQ:  59 affinity:04 vec:b0 type=HPET-MSI        status=00000000 hpet_interrupt_handler()
(XEN) [2014-09-25 13:46:55.630]    IRQ:  60 affinity:3f vec:41 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.661]    IRQ:  61 affinity:3f vec:49 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.691]    IRQ:  62 affinity:3f vec:51 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.721]    IRQ:  63 affinity:3f vec:59 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.752]    IRQ:  64 affinity:3f vec:61 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.782]    IRQ:  65 affinity:3f vec:69 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.813]    IRQ:  66 affinity:3f vec:71 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.843]    IRQ:  67 affinity:3f vec:79 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.873]    IRQ:  68 affinity:3f vec:81 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.904]    IRQ:  69 affinity:3f vec:91 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.934]    IRQ:  70 affinity:3f vec:99 type=PCI-MSI/-X      status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.965]    IRQ:  71 affinity:3f vec:a1 type=PCI-MSI/-X      status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:55.995]    IRQ:  72 affinity:3f vec:b1 type=PCI-MSI/-X      status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:56.026]    IRQ:  73 affinity:01 vec:32 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:291(---),
(XEN) [2014-09-25 13:46:56.061]    IRQ:  74 affinity:01 vec:3a type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:292(---),
(XEN) [2014-09-25 13:46:56.097]    IRQ:  75 affinity:01 vec:42 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:293(---),
(XEN) [2014-09-25 13:46:56.132]    IRQ:  76 affinity:01 vec:4a type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:294(---),
(XEN) [2014-09-25 13:46:56.168]    IRQ:  77 affinity:01 vec:52 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:295(---),
(XEN) [2014-09-25 13:46:56.204]    IRQ:  78 affinity:01 vec:5a type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:296(---),
(XEN) [2014-09-25 13:46:56.239]    IRQ:  79 affinity:3f vec:62 type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:56.270]    IRQ:  80 affinity:3f vec:6a type=PCI-MSI         status=00000002 mapped, unbound
(XEN) [2014-09-25 13:46:56.300]    IRQ:  81 affinity:01 vec:7a type=PCI-MSI         status=00000010 in-flight=1 domain-list=0:290(P-M),
(XEN) [2014-09-25 13:46:56.336]    IRQ:  82 affinity:01 vec:92 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:289(P--),
(XEN) [2014-09-25 13:46:56.371]    IRQ:  83 affinity:01 vec:a2 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:288(---),
(XEN) [2014-09-25 13:46:56.407] Direct vector information:
(XEN) [2014-09-25 13:46:56.423]    0x20 -> irq_move_cleanup_interrupt()
(XEN) [2014-09-25 13:46:56.442]    0xf9 -> pmu_apic_interrupt()
(XEN) [2014-09-25 13:46:56.458]    0xfa -> apic_timer_interrupt()
(XEN) [2014-09-25 13:46:56.476]    0xfb -> call_function_interrupt()
(XEN) [2014-09-25 13:46:56.494]    0xfc -> event_check_interrupt()
(XEN) [2014-09-25 13:46:56.512]    0xfd -> invalidate_interrupt()
(XEN) [2014-09-25 13:46:56.529]    0xfe -> error_interrupt()
(XEN) [2014-09-25 13:46:56.545]    0xff -> spurious_interrupt()
(XEN) [2014-09-25 13:46:56.562] IO-APIC interrupt information:
(XEN) [2014-09-25 13:46:56.579]     IRQ  0 Vec240:
(XEN) [2014-09-25 13:46:56.592]       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:46:56.628]     IRQ  1 Vec 48:
(XEN) [2014-09-25 13:46:56.642]       Apic 0x00, Pin  1: vec=30 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:46:56.677]     IRQ  3 Vec 56:
(XEN) [2014-09-25 13:46:56.691]       Apic 0x00, Pin  3: vec=38 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:46:56.726]     IRQ  4 Vec241:
(XEN) [2014-09-25 13:46:56.740]       Apic 0x00, Pin  4: vec=f1 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:46:56.775]     IRQ  5 Vec 64:
(XEN) [2014-09-25 13:46:56.789]       Apic 0x00, Pin  5: vec=40 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:46:56.825]     IRQ  6 Vec 72:
(XEN) [2014-09-25 13:46:56.838]       Apic 0x00, Pin  6: vec=48 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:46:56.874]     IRQ  7 Vec 80:
(XEN) [2014-09-25 13:46:56.887]       Apic 0x00, Pin  7: vec=50 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:46:56.923]     IRQ  8 Vec 88:
(XEN) [2014-09-25 13:46:56.936]       Apic 0x00, Pin  8: vec=58 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:46:56.972]     IRQ  9 Vec 96:
(XEN) [2014-09-25 13:46:56.985]       Apic 0x00, Pin  9: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:57.021]     IRQ 10 Vec104:
(XEN) [2014-09-25 13:46:57.035]       Apic 0x00, Pin 10: vec=68 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:46:57.070]     IRQ 11 Vec112:
(XEN) [2014-09-25 13:46:57.084]       Apic 0x00, Pin 11: vec=70 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:46:57.120]     IRQ 12 Vec120:
(XEN) [2014-09-25 13:46:57.133]       Apic 0x00, Pin 12: vec=78 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:46:57.169]     IRQ 13 Vec136:
(XEN) [2014-09-25 13:46:57.182]       Apic 0x00, Pin 13: vec=88 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=1 dest_id:63
(XEN) [2014-09-25 13:46:57.218]     IRQ 14 Vec144:
(XEN) [2014-09-25 13:46:57.232]       Apic 0x00, Pin 14: vec=90 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:46:57.267]     IRQ 15 Vec152:
(XEN) [2014-09-25 13:46:57.281]       Apic 0x00, Pin 15: vec=98 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1
(XEN) [2014-09-25 13:46:57.316]     IRQ 16 Vec137:
(XEN) [2014-09-25 13:46:57.330]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=1 trig=L mask=0 dest_id:1
(XEN) [2014-09-25 13:46:57.366]     IRQ 17 Vec192:
(XEN) [2014-09-25 13:46:57.379]       Apic 0x00, Pin 17: vec=c0 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
(XEN) [2014-09-25 13:46:57.415]     IRQ 18 Vec184:
(XEN) [2014-09-25 13:46:57.428]       Apic 0x00, Pin 18: vec=b8 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
(XEN) [2014-09-25 13:46:57.464]     IRQ 19 Vec 42:
(XEN) [2014-09-25 13:46:57.477]       Apic 0x00, Pin 19: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:57.513]     IRQ 22 Vec185:
(XEN) [2014-09-25 13:46:57.527]       Apic 0x00, Pin 22: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:57.563]     IRQ 25 Vec154:
(XEN) [2014-09-25 13:46:57.576]       Apic 0x01, Pin  1: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:57.612]     IRQ 28 Vec 34:
(XEN) [2014-09-25 13:46:57.626]       Apic 0x01, Pin  4: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:57.661]     IRQ 29 Vec217:
(XEN) [2014-09-25 13:46:57.675]       Apic 0x01, Pin  5: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:57.711]     IRQ 32 Vec201:
(XEN) [2014-09-25 13:46:57.724]       Apic 0x01, Pin  8: vec=c9 delivery=Fixed dest=L status=1 polarity=1 irr=0 trig=L mask=1 dest_id:2
(XEN) [2014-09-25 13:46:57.760]     IRQ 33 Vec193:
(XEN) [2014-09-25 13:46:57.774]       Apic 0x01, Pin  9: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:57.809]     IRQ 36 Vec 33:
(XEN) [2014-09-25 13:46:57.823]       Apic 0x01, Pin 12: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:57.859]     IRQ 37 Vec 41:
(XEN) [2014-09-25 13:46:57.872]       Apic 0x01, Pin 13: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:57.908]     IRQ 38 Vec169:
(XEN) [2014-09-25 13:46:57.922]       Apic 0x01, Pin 14: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:57.958]     IRQ 40 Vec 49:
(XEN) [2014-09-25 13:46:57.971]       Apic 0x01, Pin 16: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:58.007]     IRQ 46 Vec114:
(XEN) [2014-09-25 13:46:58.020]       Apic 0x01, Pin 22: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:58.056]     IRQ 47 Vec209:
(XEN) [2014-09-25 13:46:58.070]       Apic 0x01, Pin 23: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:58.106]     IRQ 48 Vec208:
(XEN) [2014-09-25 13:46:58.119]       Apic 0x01, Pin 24: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:58.155]     IRQ 51 Vec138:
(XEN) [2014-09-25 13:46:58.169]       Apic 0x01, Pin 27: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:58.205]     IRQ 52 Vec 57:
(XEN) [2014-09-25 13:46:58.218]       Apic 0x01, Pin 28: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:58.254]     IRQ 53 Vec200:
(XEN) [2014-09-25 13:46:58.267]       Apic 0x01, Pin 29: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:46:58.303]     IRQ 54 Vec216:
(XEN) [2014-09-25 13:46:58.317]       Apic 0x01, Pin 30: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
(XEN) [2014-09-25 13:47:05.921] 'I' pressed -> dumping HVM irq info
(XEN) [2014-09-25 13:47:08.500] ==== PCI devices ====
(XEN) [2014-09-25 13:47:08.515] ==== segment 0000 ====
(XEN) [2014-09-25 13:47:08.529] 0000:0f:00.1 - dom 0   - MSIs < 83 >
(XEN) [2014-09-25 13:47:08.547] 0000:0f:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.565] 0000:0e:00.1 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.582] 0000:0e:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.600] 0000:0d:00.0 - dom 0   - MSIs < 81 >
(XEN) [2014-09-25 13:47:08.618] 0000:0c:00.0 - dom 0   - MSIs < 82 >
(XEN) [2014-09-25 13:47:08.636] 0000:0b:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.653] 0000:0a:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.671] 0000:09:00.1 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.688] 0000:09:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.706] 0000:08:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.723] 0000:07:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.741] 0000:06:02.0 - dom 0   - MSIs < 72 >
(XEN) [2014-09-25 13:47:08.759] 0000:06:01.0 - dom 0   - MSIs < 71 >
(XEN) [2014-09-25 13:47:08.777] 0000:05:00.0 - dom 0   - MSIs < 70 >
(XEN) [2014-09-25 13:47:08.795] 0000:04:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.813] 0000:03:06.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.830] 0000:00:18.4 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.847] 0000:00:18.3 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.865] 0000:00:18.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.882] 0000:00:18.1 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.900] 0000:00:18.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.917] 0000:00:16.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.935] 0000:00:16.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.952] 0000:00:15.0 - dom 0   - MSIs < 69 >
(XEN) [2014-09-25 13:47:08.970] 0000:00:14.5 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:08.988] 0000:00:14.4 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:09.005] 0000:00:14.3 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:09.022] 0000:00:14.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:09.040] 0000:00:14.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:09.057] 0000:00:13.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:09.075] 0000:00:13.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:09.092] 0000:00:12.2 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:09.109] 0000:00:12.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:09.127] 0000:00:11.0 - dom 0   - MSIs < 73 >
(XEN) [2014-09-25 13:47:09.145] 0000:00:0d.0 - dom 0   - MSIs < 68 >
(XEN) [2014-09-25 13:47:09.163] 0000:00:0c.0 - dom 0   - MSIs < 67 >
(XEN) [2014-09-25 13:47:09.182] 0000:00:0b.0 - dom 0   - MSIs < 66 >
(XEN) [2014-09-25 13:47:09.200] 0000:00:0a.0 - dom 0   - MSIs < 65 >
(XEN) [2014-09-25 13:47:09.218] 0000:00:09.0 - dom 0   - MSIs < 64 >
(XEN) [2014-09-25 13:47:09.236] 0000:00:06.0 - dom 0   - MSIs < 63 >
(XEN) [2014-09-25 13:47:09.254] 0000:00:05.0 - dom 0   - MSIs < 62 >
(XEN) [2014-09-25 13:47:09.273] 0000:00:03.0 - dom 0   - MSIs < 61 >
(XEN) [2014-09-25 13:47:09.291] 0000:00:02.0 - dom 0   - MSIs < 60 >
(XEN) [2014-09-25 13:47:09.309] 0000:00:00.0 - dom 0   - MSIs < >
(XEN) [2014-09-25 13:47:09.326] 0000:00:00.2 - dom 32754 - MSIs < >
(XEN) [2014-09-25 13:47:11.328] MSI information:
(XEN) [2014-09-25 13:47:11.341]  MSI     56 vec=28 lowest  edge   assert  log lowest dest=00000001 mask=0/0/?
(XEN) [2014-09-25 13:47:11.370]  HPET    57 vec=a0 lowest  edge   assert  log lowest dest=00000010 mask=1/0/?
(XEN) [2014-09-25 13:47:11.399]  HPET    58 vec=a8 lowest  edge   assert  log lowest dest=00000002 mask=1/0/?
(XEN) [2014-09-25 13:47:11.428]  HPET    59 vec=b0 lowest  edge   assert  log lowest dest=00000004 mask=1/0/?
(XEN) [2014-09-25 13:47:11.457]  MSI     60 vec=41 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:47:11.486]  MSI     61 vec=49 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:47:11.514]  MSI     62 vec=51 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:47:11.543]  MSI     63 vec=59 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:47:11.572]  MSI     64 vec=61 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:47:11.601]  MSI     65 vec=69 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:47:11.630]  MSI     66 vec=71 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:47:11.659]  MSI     67 vec=79 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:47:11.688]  MSI     68 vec=81 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:47:11.716]  MSI     69 vec=91 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:47:11.745]  MSI     70 vec=99 lowest  edge   assert  log lowest dest=0000003f mask=1/1/1
(XEN) [2014-09-25 13:47:11.774]  MSI     71 vec=a1 lowest  edge   assert  log lowest dest=0000003f mask=1/1/1
(XEN) [2014-09-25 13:47:11.803]  MSI     72 vec=b1 lowest  edge   assert  log lowest dest=0000003f mask=1/1/1
(XEN) [2014-09-25 13:47:11.832]  MSI     73 vec=32 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:47:11.861]  MSI     74 vec=3a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:47:11.890]  MSI     75 vec=42 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:47:11.918]  MSI     76 vec=4a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:47:11.947]  MSI     77 vec=52 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:47:11.976]  MSI     78 vec=5a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:47:12.005]  MSI     79 vec=62 lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:47:12.034]  MSI     80 vec=6a lowest  edge   assert  log lowest dest=0000003f mask=0/1/?
(XEN) [2014-09-25 13:47:12.063]  MSI     81 vec=7a lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:47:12.092]  MSI     82 vec=92 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:47:12.120]  MSI     83 vec=a2 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-09-25 13:47:13.847] number of MP IRQ sources: 15.
(XEN) [2014-09-25 13:47:13.863] number of IO-APIC #6 registers: 24.
(XEN) [2014-09-25 13:47:13.881] number of IO-APIC #7 registers: 32.
(XEN) [2014-09-25 13:47:13.899] testing the IO APIC.......................
(XEN) [2014-09-25 13:47:13.919] IO APIC #6......
(XEN) [2014-09-25 13:47:13.932] .... register #00: 06000000
(XEN) [2014-09-25 13:47:13.948] .......    : physical APIC id: 06
(XEN) [2014-09-25 13:47:13.965] .......    : Delivery Type: 0
(XEN) [2014-09-25 13:47:13.982] .......    : LTS          : 0
(XEN) [2014-09-25 13:47:13.998] .... register #01: 00178021
(XEN) [2014-09-25 13:47:14.014] .......     : max redirection entries: 0017
(XEN) [2014-09-25 13:47:14.034] .......     : PRQ implemented: 1
(XEN) [2014-09-25 13:47:14.051] .......     : IO APIC version: 0021
(XEN) [2014-09-25 13:47:14.069] .... register #02: 06000000
(XEN) [2014-09-25 13:47:14.085] .......     : arbitration: 06
(XEN) [2014-09-25 13:47:14.101] .... register #03: 3F000000
(XEN) [2014-09-25 13:47:14.117] .......     : Boot DT    : 0
(XEN) [2014-09-25 13:47:14.133] .... IRQ redirection table:
(XEN) [2014-09-25 13:47:14.149]  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN) [2014-09-25 13:47:14.172]  00 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:47:14.193]  01 001 01  0    0    0   0   0    1    1    30
(XEN) [2014-09-25 13:47:14.214]  02 001 01  0    0    0   0   0    1    1    F0
(XEN) [2014-09-25 13:47:14.235]  03 001 01  0    0    0   0   0    1    1    38
(XEN) [2014-09-25 13:47:14.256]  04 001 01  0    0    0   0   0    1    1    F1
(XEN) [2014-09-25 13:47:14.277]  05 001 01  0    0    0   0   0    1    1    40
(XEN) [2014-09-25 13:47:14.298]  06 001 01  0    0    0   0   0    1    1    48
(XEN) [2014-09-25 13:47:14.319]  07 001 01  0    0    0   0   0    1    1    50
(XEN) [2014-09-25 13:47:14.340]  08 001 01  0    0    0   0   0    1    1    58
(XEN) [2014-09-25 13:47:14.361]  09 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:14.382]  0a 001 01  0    0    0   0   0    1    1    68
(XEN) [2014-09-25 13:47:14.403]  0b 001 01  0    0    0   0   0    1    1    70
(XEN) [2014-09-25 13:47:14.424]  0c 001 01  0    0    0   0   0    1    1    78
(XEN) [2014-09-25 13:47:14.446]  0d 03F 0F  1    0    0   0   0    1    1    88
(XEN) [2014-09-25 13:47:14.467]  0e 001 01  0    0    0   0   0    1    1    90
(XEN) [2014-09-25 13:47:14.488]  0f 001 01  0    0    0   0   0    1    1    98
(XEN) [2014-09-25 13:47:14.509]  10 001 01  0    1    1   1   0    1    0    89
(XEN) [2014-09-25 13:47:14.530]  11 001 01  0    1    0   1   0    1    0    C0
(XEN) [2014-09-25 13:47:14.551]  12 001 01  0    1    1   1   0    1    0    B8
(XEN) [2014-09-25 13:47:14.572]  13 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:14.593]  14 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:47:14.614]  15 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:47:14.635]  16 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:14.656]  17 000 00  1    0    0   0   0    0    1    30
(XEN) [2014-09-25 13:47:14.677] IO APIC #7......
(XEN) [2014-09-25 13:47:14.690] .... register #00: 07000000
(XEN) [2014-09-25 13:47:14.706] .......    : physical APIC id: 07
(XEN) [2014-09-25 13:47:14.723] .......    : Delivery Type: 0
(XEN) [2014-09-25 13:47:14.740] .......    : LTS          : 0
(XEN) [2014-09-25 13:47:14.756] .... register #01: 001F8021
(XEN) [2014-09-25 13:47:14.772] .......     : max redirection entries: 001F
(XEN) [2014-09-25 13:47:14.792] .......     : PRQ implemented: 1
(XEN) [2014-09-25 13:47:14.809] .......     : IO APIC version: 0021
(XEN) [2014-09-25 13:47:14.827] .... register #02: 00000000
(XEN) [2014-09-25 13:47:14.843] .......     : arbitration: 00
(XEN) [2014-09-25 13:47:14.859] .... IRQ redirection table:
(XEN) [2014-09-25 13:47:14.875]  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN) [2014-09-25 13:47:14.898]  00 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:47:14.919]  01 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:14.940]  02 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:47:14.961]  03 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:47:14.982]  04 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:15.003]  05 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:15.024]  06 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:47:15.045]  07 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:47:15.066]  08 002 02  1    1    0   1   1    1    0    C9
(XEN) [2014-09-25 13:47:15.087]  09 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:15.109]  0a 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:47:15.130]  0b 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:47:15.151]  0c 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:15.172]  0d 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:15.193]  0e 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:15.214]  0f 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:47:15.235]  10 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:15.256]  11 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:47:15.277]  12 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:47:15.298]  13 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:47:15.319]  14 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:47:15.340]  15 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:47:15.361]  16 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:15.382]  17 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:15.403]  18 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:15.424]  19 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:47:15.445]  1a 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:47:15.467]  1b 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:15.488]  1c 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:15.509]  1d 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:15.530]  1e 03F 0F  1    1    0   1   0    1    0    00
(XEN) [2014-09-25 13:47:15.551]  1f 000 00  1    0    0   0   0    0    0    C9
(XEN) [2014-09-25 13:47:15.572] Using vector-based indexing
(XEN) [2014-09-25 13:47:15.588] IRQ to pin mappings:
(XEN) [2014-09-25 13:47:15.602] IRQ240 -> 0:2
(XEN) [2014-09-25 13:47:15.614] IRQ48 -> 0:1
(XEN) [2014-09-25 13:47:15.626] IRQ56 -> 0:3
(XEN) [2014-09-25 13:47:15.638] IRQ241 -> 0:4
(XEN) [2014-09-25 13:47:15.650] IRQ64 -> 0:5
(XEN) [2014-09-25 13:47:15.662] IRQ72 -> 0:6
(XEN) [2014-09-25 13:47:15.674] IRQ80 -> 0:7
(XEN) [2014-09-25 13:47:15.686] IRQ88 -> 0:8
(XEN) [2014-09-25 13:47:15.698] IRQ96 -> 0:9
(XEN) [2014-09-25 13:47:15.710] IRQ104 -> 0:10
(XEN) [2014-09-25 13:47:15.722] IRQ112 -> 0:11
(XEN) [2014-09-25 13:47:15.735] IRQ120 -> 0:12
(XEN) [2014-09-25 13:47:15.747] IRQ136 -> 0:13
(XEN) [2014-09-25 13:47:15.760] IRQ144 -> 0:14
(XEN) [2014-09-25 13:47:15.772] IRQ152 -> 0:15
(XEN) [2014-09-25 13:47:15.785] IRQ137 -> 0:16
(XEN) [2014-09-25 13:47:15.797] IRQ192 -> 0:17
(XEN) [2014-09-25 13:47:15.810] IRQ184 -> 0:18
(XEN) [2014-09-25 13:47:15.822] IRQ42 -> 0:19
(XEN) [2014-09-25 13:47:15.834] IRQ185 -> 0:22
(XEN) [2014-09-25 13:47:15.847] IRQ154 -> 1:1
(XEN) [2014-09-25 13:47:15.859] IRQ34 -> 1:4
(XEN) [2014-09-25 13:47:15.871] IRQ217 -> 1:5
(XEN) [2014-09-25 13:47:15.883] IRQ201 -> 1:8
(XEN) [2014-09-25 13:47:15.896] IRQ193 -> 1:9
(XEN) [2014-09-25 13:47:15.908] IRQ33 -> 1:12
(XEN) [2014-09-25 13:47:15.920] IRQ41 -> 1:13
(XEN) [2014-09-25 13:47:15.932] IRQ169 -> 1:14
(XEN) [2014-09-25 13:47:15.945] IRQ49 -> 1:16
(XEN) [2014-09-25 13:47:15.957] IRQ114 -> 1:22
(XEN) [2014-09-25 13:47:15.969] IRQ209 -> 1:23
(XEN) [2014-09-25 13:47:15.982] IRQ208 -> 1:24
(XEN) [2014-09-25 13:47:15.994] IRQ138 -> 1:27
(XEN) [2014-09-25 13:47:16.007] IRQ57 -> 1:28
(XEN) [2014-09-25 13:47:16.019] IRQ200 -> 1:29
(XEN) [2014-09-25 13:47:16.032] IRQ216 -> 1:30
(XEN) [2014-09-25 13:47:16.044] .................................... done.
(XEN) [2014-09-25 13:47:17.556] 'e' pressed -> dumping event-channel info
(XEN) [2014-09-25 13:47:17.575] Event channel information for domain 0:
(XEN) [2014-09-25 13:47:17.594] Polling vCPUs: {}
(XEN) [2014-09-25 13:47:17.607]     port [p/m/s]
(XEN) [2014-09-25 13:47:17.620]        1 [0/0/  -   ]: s=5 n=0 x=0 v=0
(XEN) [2014-09-25 13:47:17.639]        2 [1/1/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:47:17.657]        3 [1/0/  0   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:47:17.675]        4 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:47:17.692]        5 [0/0/  -   ]: s=5 n=0 x=0 v=1
(XEN) [2014-09-25 13:47:17.711]        6 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:47:17.729]        7 [0/0/  -   ]: s=6 n=0 x=0
(XEN) [2014-09-25 13:47:17.746]        8 [0/0/  -   ]: s=5 n=1 x=0 v=0
(XEN) [2014-09-25 13:47:17.765]        9 [1/1/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:47:17.783]       10 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:47:17.800]       11 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:47:17.818]       12 [0/0/  -   ]: s=5 n=1 x=0 v=1
(XEN) [2014-09-25 13:47:17.837]       13 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:47:17.854]       14 [0/0/  -   ]: s=6 n=1 x=0
(XEN) [2014-09-25 13:47:17.872]       15 [0/0/  -   ]: s=5 n=2 x=0 v=0
(XEN) [2014-09-25 13:47:17.891]       16 [1/1/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:47:17.909]       17 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:47:17.926]       18 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:47:17.944]       19 [0/0/  -   ]: s=5 n=2 x=0 v=1
(XEN) [2014-09-25 13:47:17.963]       20 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:47:17.980]       21 [0/0/  -   ]: s=6 n=2 x=0
(XEN) [2014-09-25 13:47:17.998]       22 [0/0/  -   ]: s=5 n=3 x=0 v=0
(XEN) [2014-09-25 13:47:18.017]       23 [1/1/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:47:18.034]       24 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:47:18.052]       25 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:47:18.070]       26 [0/0/  -   ]: s=5 n=3 x=0 v=1
(XEN) [2014-09-25 13:47:18.088]       27 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:47:18.106]       28 [0/0/  -   ]: s=6 n=3 x=0
(XEN) [2014-09-25 13:47:18.124]       29 [0/0/  -   ]: s=5 n=4 x=0 v=0
(XEN) [2014-09-25 13:47:18.143]       30 [1/1/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:47:18.160]       31 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:47:18.178]       32 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:47:18.196]       33 [0/0/  -   ]: s=5 n=4 x=0 v=1
(XEN) [2014-09-25 13:47:18.214]       34 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:47:18.232]       35 [0/0/  -   ]: s=6 n=4 x=0
(XEN) [2014-09-25 13:47:18.250]       36 [0/0/  -   ]: s=5 n=5 x=0 v=0
(XEN) [2014-09-25 13:47:18.268]       37 [0/1/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:47:18.286]       38 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:47:18.304]       39 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:47:18.321]       40 [0/0/  -   ]: s=5 n=5 x=0 v=1
(XEN) [2014-09-25 13:47:18.340]       41 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:47:18.358]       42 [0/0/  -   ]: s=6 n=5 x=0
(XEN) [2014-09-25 13:47:18.375]       43 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=61
(XEN) [2014-09-25 13:47:18.396]       44 [0/0/  -   ]: s=5 n=0 x=0 v=9
(XEN) [2014-09-25 13:47:18.414]       45 [0/1/  -   ]: s=5 n=0 x=0 v=2
(XEN) [2014-09-25 13:47:18.433]       46 [0/0/  -   ]: s=4 n=0 x=0 p=291 i=73
(XEN) [2014-09-25 13:47:18.453]       47 [0/0/  -   ]: s=4 n=0 x=0 p=292 i=74
(XEN) [2014-09-25 13:47:18.474]       48 [0/0/  -   ]: s=4 n=0 x=0 p=293 i=75
(XEN) [2014-09-25 13:47:18.495]       49 [0/0/  -   ]: s=4 n=0 x=0 p=294 i=76
(XEN) [2014-09-25 13:47:18.515]       50 [0/0/  -   ]: s=4 n=0 x=0 p=295 i=77
(XEN) [2014-09-25 13:47:18.536]       51 [0/0/  -   ]: s=4 n=0 x=0 p=296 i=78
(XEN) [2014-09-25 13:47:18.556]       52 [0/0/  -   ]: s=4 n=0 x=0 p=17 i=17
(XEN) [2014-09-25 13:47:18.576]       53 [0/0/  -   ]: s=4 n=0 x=0 p=18 i=18
(XEN) [2014-09-25 13:47:18.597]       54 [0/0/  -   ]: s=4 n=0 x=0 p=12 i=12
(XEN) [2014-09-25 13:47:18.617]       55 [0/0/  -   ]: s=4 n=0 x=0 p=1 i=1
(XEN) [2014-09-25 13:47:18.637]       56 [0/0/  -   ]: s=4 n=0 x=0 p=8 i=8
(XEN) [2014-09-25 13:47:18.657]       57 [1/1/  -   ]: s=4 n=0 x=0 p=16 i=16
(XEN) [2014-09-25 13:47:18.677]       58 [0/0/  -   ]: s=4 n=0 x=0 p=288 i=83
(XEN) [2014-09-25 13:47:18.697]       59 [0/0/  -   ]: s=4 n=0 x=0 p=290 i=81
(XEN) [2014-09-25 13:47:18.718]       60 [1/0/  0   ]: s=4 n=0 x=0 p=289 i=82
(XEN) [2014-09-25 13:47:18.738]       61 [0/0/  -   ]: s=3 n=0 x=0 d=0 p=43
(XEN) [2014-09-25 13:47:18.758]       62 [0/0/  -   ]: s=5 n=0 x=0 v=3
(XEN) [2014-09-25 13:47:20.290] *********** VMCB Areas **************
(XEN) [2014-09-25 13:47:20.309] **************************************

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

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

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-25 14:36 Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through Sander Eikelenboom
@ 2014-09-25 14:42 ` Andrew Cooper
  2014-09-25 14:47   ` Sander Eikelenboom
  2014-09-25 15:11 ` Jan Beulich
  1 sibling, 1 reply; 30+ messages in thread
From: Andrew Cooper @ 2014-09-25 14:42 UTC (permalink / raw)
  To: Sander Eikelenboom, Jan Beulich, Konrad Rzeszutek Wilk; +Cc: xen-devel

On 25/09/14 15:36, Sander Eikelenboom wrote:
> Hi Jan / Konrad,
>
> I mentioned before seeing this sometimes, but since it happened infrequently it was hard to describe the case and log everything.
> Somehow it seems i can trigger it quite reliably at the moment, so here a extensive report.
>
> When shutting down a HVM guest with pci passthrough (in this case a VGA adapter),
>  i *sometimes* run into this:
>
> [ 2265.395971] irq 16: nobody cared (try booting with the "irqpoll" option)
> [ 2265.422948] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.17.0-rc6-20140925-vanilla+ #1
> [ 2265.453314] Hardware name: MSI MS-7640/890FXA-GD70 (MS-7640)  , BIOS V1.8B1 09/13/2010
> [ 2265.484046]  ffff880057a1a290 ffff88005f603d88 ffffffff81b7d90e 0000000000000001
> [ 2265.513053]  ffff880057a1a200 ffff88005f603db8 ffffffff8110d6c8 ffff88005f603db8
> [ 2265.542121]  ffff880057a1a200 0000000000000010 0000000000000000 ffff88005f603e08
> [ 2265.571135] Call Trace:
> [ 2265.585507]  <IRQ>  [<ffffffff81b7d90e>] dump_stack+0x46/0x58
> [ 2265.609694]  [<ffffffff8110d6c8>] __report_bad_irq+0x38/0xd0
> [ 2265.633625]  [<ffffffff8110dc1a>] note_interrupt+0x23a/0x290
> [ 2265.657572]  [<ffffffff8155f0f5>] ? add_interrupt_randomness+0x45/0x210
> [ 2265.684405]  [<ffffffff8110b45d>] handle_irq_event_percpu+0x9d/0x150
> [ 2265.710379]  [<ffffffff8110b553>] handle_irq_event+0x43/0x70
> [ 2265.734213]  [<ffffffff8110e29a>] ? handle_fasteoi_irq+0x2a/0x150
> [ 2265.759463]  [<ffffffff8110e2f7>] handle_fasteoi_irq+0x87/0x150
> [ 2265.784122]  [<ffffffff8110acbd>] generic_handle_irq+0x1d/0x40
> [ 2265.808338]  [<ffffffff8152037a>] evtchn_fifo_handle_events+0x16a/0x170
> [ 2265.834898]  [<ffffffff8151d4c8>] __xen_evtchn_do_upcall+0x48/0x90
> [ 2265.860241]  [<ffffffff8151f0d2>] xen_evtchn_do_upcall+0x32/0x50
> [ 2265.885031]  [<ffffffff81b8a76e>] xen_do_hypervisor_callback+0x1e/0x30
> [ 2265.911279]  <EOI>  [<ffffffff810013aa>] ? xen_hypercall_sched_op+0xa/0x20
> [ 2265.938509]  [<ffffffff810013aa>] ? xen_hypercall_sched_op+0xa/0x20
> [ 2265.963981]  [<ffffffff81008d80>] ? xen_safe_halt+0x10/0x20
> [ 2265.987198]  [<ffffffff81018bd8>] ? default_idle+0x18/0x20
> [ 2266.010032]  [<ffffffff8101949a>] ? arch_cpu_idle+0xa/0x10
> [ 2266.032827]  [<ffffffff810f84f1>] ? cpu_startup_entry+0x281/0x2f0
> [ 2266.057481]  [<ffffffff81b741e4>] ? rest_init+0xb4/0xc0
> [ 2266.079672]  [<ffffffff81b74130>] ? csum_partial_copy_generic+0x170/0x170
> [ 2266.106401]  [<ffffffff82321079>] ? start_kernel+0x43f/0x44c
> [ 2266.129479]  [<ffffffff82320a27>] ? set_init_arg+0x58/0x58
> [ 2266.151971]  [<ffffffff82320608>] ? x86_64_start_reservations+0x2a/0x2c
> [ 2266.177879]  [<ffffffff823240af>] ? xen_start_kernel+0x59b/0x59d
> [ 2266.201994] handlers:
> [ 2266.214783] [<ffffffff81945580>] azx_interrupt
> [ 2266.234031] Disabling IRQ #16
>
> The system:
>
> - AMD
> - Xen-unstable xen_changeset: Wed Sep 24 11:19:57 2014 +0200 git:b67a26f-dirty
> - Both dom0 and domU (HVM guest using qemu-xen) run a 3.17-rc6 kernel
> - The device passed through is 09:00.0
>
> - This IRQ is *not* coupled to the passthrough device (09:00.0), but to the onboard 
>   soundcard (00:14.2 on the southbridge) and is in dom0 and not in active use (although the 
>   snd-hda-intel driver is loaded).
>
> - No "soundhw" option is specified in the guest config, so it also shouldn't be 
>   trying to use it that way.
>
>
>
> There are 2 things that can happen when trying to start and shutdown a guest:
> A) It starts and shutdowns OK, (no irq nobody cared messages)
> B) It starts fine and but after shutdown the nirq nobody cared message
>
> - B *can* happen both on: the first start-and-shutdown of the HVM guest, or only on a subsequent start-and-shutdown
>   (so on the first start-and-shutdown it can work ok, but does not always)
>
> There seems to be some small differences for both cases from the start of the domain:
>
> - When booting the HVM guest the irq number of /proc/interrupts stays the same for when A happens, but when B happens, the number of interrupts has been
>   doubled (so that seems like a reinit of the device that is not passed through).
>
> - When shutting down the HVM guest when A happens the number of interrupts in /proc/interrups is still what it was, but when B happens it seems like a irq storm
>   and after the irq nobody cared that ends with (always that 200000 so perhaps a threshold ?):
>   16:     200000          0          0          0          0          0  xen-pirq-ioapic-level  snd_hda_intel
>
> - On the start when B happens, xl dmesg contains this message (when A happens it doesn't contain it):
>   (XEN) [2014-09-25 13:39:48.149] d32767v2: Unsupported MSI delivery mode 3 for Dom2
>
>   If i interpret that right in the logging the d32767 seems to be used for the IOMMU.
>
> I attached the complete serial log while doing this (hope it's not too large for the mailing list):
>
> - Cold boot of the host system
> - Dump with xl debug-keys of i, I, Q, M, z, e, v
> - Start of the HVM guest with pci device passed through.
> - Dump with xl debug-keys of i, I, Q, M, z, e, v
> - Shutdown of the HVM guest with pci device passed through, A happened.
> - Dump with xl debug-keys of i, I, Q, M, z, e, v
> - Start of the HVM guest with pci device passed through.
> - Dump with xl debug-keys of i, I, Q, M, z, e, v
> - Shutdown of the HVM guest with pci device passed through, B happened.
> - Dump with xl debug-keys of i, I, Q, M, z, e, v
>
> I also attached the output of lspci -vvvknn

Could you provide `lspci -tv` as well please?

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-25 14:42 ` Andrew Cooper
@ 2014-09-25 14:47   ` Sander Eikelenboom
  0 siblings, 0 replies; 30+ messages in thread
From: Sander Eikelenboom @ 2014-09-25 14:47 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: xen-devel, Jan Beulich


Thursday, September 25, 2014, 4:42:24 PM, you wrote:

> On 25/09/14 15:36, Sander Eikelenboom wrote:
>> Hi Jan / Konrad,
>>
>> I mentioned before seeing this sometimes, but since it happened infrequently it was hard to describe the case and log everything.
>> Somehow it seems i can trigger it quite reliably at the moment, so here a extensive report.
>>
>> When shutting down a HVM guest with pci passthrough (in this case a VGA adapter),
>>  i *sometimes* run into this:
>>
>> [ 2265.395971] irq 16: nobody cared (try booting with the "irqpoll" option)
>> [ 2265.422948] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.17.0-rc6-20140925-vanilla+ #1
>> [ 2265.453314] Hardware name: MSI MS-7640/890FXA-GD70 (MS-7640)  , BIOS V1.8B1 09/13/2010
>> [ 2265.484046]  ffff880057a1a290 ffff88005f603d88 ffffffff81b7d90e 0000000000000001
>> [ 2265.513053]  ffff880057a1a200 ffff88005f603db8 ffffffff8110d6c8 ffff88005f603db8
>> [ 2265.542121]  ffff880057a1a200 0000000000000010 0000000000000000 ffff88005f603e08
>> [ 2265.571135] Call Trace:
>> [ 2265.585507]  <IRQ>  [<ffffffff81b7d90e>] dump_stack+0x46/0x58
>> [ 2265.609694]  [<ffffffff8110d6c8>] __report_bad_irq+0x38/0xd0
>> [ 2265.633625]  [<ffffffff8110dc1a>] note_interrupt+0x23a/0x290
>> [ 2265.657572]  [<ffffffff8155f0f5>] ? add_interrupt_randomness+0x45/0x210
>> [ 2265.684405]  [<ffffffff8110b45d>] handle_irq_event_percpu+0x9d/0x150
>> [ 2265.710379]  [<ffffffff8110b553>] handle_irq_event+0x43/0x70
>> [ 2265.734213]  [<ffffffff8110e29a>] ? handle_fasteoi_irq+0x2a/0x150
>> [ 2265.759463]  [<ffffffff8110e2f7>] handle_fasteoi_irq+0x87/0x150
>> [ 2265.784122]  [<ffffffff8110acbd>] generic_handle_irq+0x1d/0x40
>> [ 2265.808338]  [<ffffffff8152037a>] evtchn_fifo_handle_events+0x16a/0x170
>> [ 2265.834898]  [<ffffffff8151d4c8>] __xen_evtchn_do_upcall+0x48/0x90
>> [ 2265.860241]  [<ffffffff8151f0d2>] xen_evtchn_do_upcall+0x32/0x50
>> [ 2265.885031]  [<ffffffff81b8a76e>] xen_do_hypervisor_callback+0x1e/0x30
>> [ 2265.911279]  <EOI>  [<ffffffff810013aa>] ? xen_hypercall_sched_op+0xa/0x20
>> [ 2265.938509]  [<ffffffff810013aa>] ? xen_hypercall_sched_op+0xa/0x20
>> [ 2265.963981]  [<ffffffff81008d80>] ? xen_safe_halt+0x10/0x20
>> [ 2265.987198]  [<ffffffff81018bd8>] ? default_idle+0x18/0x20
>> [ 2266.010032]  [<ffffffff8101949a>] ? arch_cpu_idle+0xa/0x10
>> [ 2266.032827]  [<ffffffff810f84f1>] ? cpu_startup_entry+0x281/0x2f0
>> [ 2266.057481]  [<ffffffff81b741e4>] ? rest_init+0xb4/0xc0
>> [ 2266.079672]  [<ffffffff81b74130>] ? csum_partial_copy_generic+0x170/0x170
>> [ 2266.106401]  [<ffffffff82321079>] ? start_kernel+0x43f/0x44c
>> [ 2266.129479]  [<ffffffff82320a27>] ? set_init_arg+0x58/0x58
>> [ 2266.151971]  [<ffffffff82320608>] ? x86_64_start_reservations+0x2a/0x2c
>> [ 2266.177879]  [<ffffffff823240af>] ? xen_start_kernel+0x59b/0x59d
>> [ 2266.201994] handlers:
>> [ 2266.214783] [<ffffffff81945580>] azx_interrupt
>> [ 2266.234031] Disabling IRQ #16
>>
>> The system:
>>
>> - AMD
>> - Xen-unstable xen_changeset: Wed Sep 24 11:19:57 2014 +0200 git:b67a26f-dirty
>> - Both dom0 and domU (HVM guest using qemu-xen) run a 3.17-rc6 kernel
>> - The device passed through is 09:00.0
>>
>> - This IRQ is *not* coupled to the passthrough device (09:00.0), but to the onboard 
>>   soundcard (00:14.2 on the southbridge) and is in dom0 and not in active use (although the 
>>   snd-hda-intel driver is loaded).
>>
>> - No "soundhw" option is specified in the guest config, so it also shouldn't be 
>>   trying to use it that way.
>>
>>
>>
>> There are 2 things that can happen when trying to start and shutdown a guest:
>> A) It starts and shutdowns OK, (no irq nobody cared messages)
>> B) It starts fine and but after shutdown the nirq nobody cared message
>>
>> - B *can* happen both on: the first start-and-shutdown of the HVM guest, or only on a subsequent start-and-shutdown
>>   (so on the first start-and-shutdown it can work ok, but does not always)
>>
>> There seems to be some small differences for both cases from the start of the domain:
>>
>> - When booting the HVM guest the irq number of /proc/interrupts stays the same for when A happens, but when B happens, the number of interrupts has been
>>   doubled (so that seems like a reinit of the device that is not passed through).
>>
>> - When shutting down the HVM guest when A happens the number of interrupts in /proc/interrups is still what it was, but when B happens it seems like a irq storm
>>   and after the irq nobody cared that ends with (always that 200000 so perhaps a threshold ?):
>>   16:     200000          0          0          0          0          0  xen-pirq-ioapic-level  snd_hda_intel
>>
>> - On the start when B happens, xl dmesg contains this message (when A happens it doesn't contain it):
>>   (XEN) [2014-09-25 13:39:48.149] d32767v2: Unsupported MSI delivery mode 3 for Dom2
>>
>>   If i interpret that right in the logging the d32767 seems to be used for the IOMMU.
>>
>> I attached the complete serial log while doing this (hope it's not too large for the mailing list):
>>
>> - Cold boot of the host system
>> - Dump with xl debug-keys of i, I, Q, M, z, e, v
>> - Start of the HVM guest with pci device passed through.
>> - Dump with xl debug-keys of i, I, Q, M, z, e, v
>> - Shutdown of the HVM guest with pci device passed through, A happened.
>> - Dump with xl debug-keys of i, I, Q, M, z, e, v
>> - Start of the HVM guest with pci device passed through.
>> - Dump with xl debug-keys of i, I, Q, M, z, e, v
>> - Shutdown of the HVM guest with pci device passed through, B happened.
>> - Dump with xl debug-keys of i, I, Q, M, z, e, v
>>
>> I also attached the output of lspci -vvvknn

> Could you provide `lspci -tv` as well please?

Sure:
~# lspci -tv
-[0000:00]-+-00.0  Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part
           +-00.2  Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU)
           +-02.0-[0f]--+-00.0  Advanced Micro Devices [AMD] nee ATI RV620 LE [Radeon HD 3450]
           |            \-00.1  Advanced Micro Devices [AMD] nee ATI RV620 HDMI Audio [Radeon HD 3400 Series]
           +-03.0-[0e]--+-00.0  Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570]
           |            \-00.1  Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series]
           +-05.0-[0d]----00.0  Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller
           +-06.0-[0c]----00.0  Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller
           +-09.0-[0b]----00.0  NEC Corporation uPD720200 USB 3.0 Host Controller
           +-0a.0-[0a]----00.0  Conexant Systems, Inc. Device 8210
           +-0b.0-[09]--+-00.0  Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570]
           |            \-00.1  Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series]
           +-0c.0-[05-08]----00.0-[06-08]--+-01.0-[08]----00.0  NEC Corporation uPD720200 USB 3.0 Host Controller
           |                               \-02.0-[07]----00.0  Marvell Technology Group Ltd. 88SE9123 PCIe SATA 6.0 Gb/s controller
           +-0d.0-[04]----00.0  NEC Corporation uPD720200 USB 3.0 Host Controller
           +-11.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]
           +-12.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
           +-12.2  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
           +-13.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
           +-13.2  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
           +-14.0  Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller
           +-14.2  Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA)
           +-14.3  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller
           +-14.4-[03]----06.0  C-Media Electronics Inc CMI8738/CMI8768 PCI Audio
           +-14.5  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
           +-15.0-[02]--
           +-16.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
           +-16.2  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
           +-18.0  Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
           +-18.1  Advanced Micro Devices [AMD] Family 10h Processor Address Map
           +-18.2  Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
           +-18.3  Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
           \-18.4  Advanced Micro Devices [AMD] Family 10h Processor Link Control

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-25 14:36 Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through Sander Eikelenboom
  2014-09-25 14:42 ` Andrew Cooper
@ 2014-09-25 15:11 ` Jan Beulich
  2014-09-25 15:49   ` Sander Eikelenboom
  1 sibling, 1 reply; 30+ messages in thread
From: Jan Beulich @ 2014-09-25 15:11 UTC (permalink / raw)
  To: Sander Eikelenboom; +Cc: xen-devel

>>> On 25.09.14 at 16:36, <linux@eikelenboom.it> wrote:
> - When shutting down the HVM guest when A happens the number of interrupts in 
> /proc/interrups is still what it was, but when B happens it seems like a irq 
> storm
>   and after the irq nobody cared that ends with (always that 200000 so 
> perhaps a threshold ?):
>   16:     200000          0          0          0          0          0  xen-pirq-ioapic-level  snd_hda_intel

100,000 is the traditional threshold, so I would expect the cited
instance to be the second one. It didn't really become clear to me
- is this observed in Dom0 or in the shutting down guest? And did
you really check that no other device (even if currently not having
an interrupt handler bound) is sitting on IRQ 16?

> - On the start when B happens, xl dmesg contains this message (when A happens 
> it doesn't contain it):
>   (XEN) [2014-09-25 13:39:48.149] d32767v2: Unsupported MSI delivery mode 3 for Dom2

I guess this is what you'd need to start investigating, i.e. where this
has its origin.

Jan

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-25 15:11 ` Jan Beulich
@ 2014-09-25 15:49   ` Sander Eikelenboom
  2014-09-25 16:14     ` Jan Beulich
  0 siblings, 1 reply; 30+ messages in thread
From: Sander Eikelenboom @ 2014-09-25 15:49 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel


Thursday, September 25, 2014, 5:11:33 PM, you wrote:

>>>> On 25.09.14 at 16:36, <linux@eikelenboom.it> wrote:
>> - When shutting down the HVM guest when A happens the number of interrupts in 
>> /proc/interrups is still what it was, but when B happens it seems like a irq 
>> storm
>>   and after the irq nobody cared that ends with (always that 200000 so 
>> perhaps a threshold ?):
>>   16:     200000          0          0          0          0          0  xen-pirq-ioapic-level  snd_hda_intel

> 100,000 is the traditional threshold, so I would expect the cited
> instance to be the second one. It didn't really become clear to me
> - is this observed in Dom0 or in the shutting down guest? 

This is from the /proc/interrupts of dom0 after the irq nobody cared message 
appeared in dom0 (so after B happened). Just after host boot and first guest 
boot it was stable around 500. On the next start (and after which B would 
happen on shutting the guest down again) it doubled to about 1000 (perhaps when 
the "Unsupported MSI delivery mode 3 for Dom2" occured).

> And did you really check that no other device (even if currently not having
> an interrupt handler bound) is sitting on IRQ 16?

In what way could i check that to be certain ?
(if it's not bound, lspci and /proc/interrupts will probably be insufficient for that ?)

>> - On the start when B happens, xl dmesg contains this message (when A happens 
>> it doesn't contain it):
>>   (XEN) [2014-09-25 13:39:48.149] d32767v2: Unsupported MSI delivery mode 3 for Dom2

> I guess this is what you'd need to start investigating, i.e. where this
> has its origin.


> Jan

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-25 15:49   ` Sander Eikelenboom
@ 2014-09-25 16:14     ` Jan Beulich
  2014-09-25 17:02       ` Sander Eikelenboom
  0 siblings, 1 reply; 30+ messages in thread
From: Jan Beulich @ 2014-09-25 16:14 UTC (permalink / raw)
  To: Sander Eikelenboom; +Cc: xen-devel

>>> On 25.09.14 at 17:49, <linux@eikelenboom.it> wrote:

> Thursday, September 25, 2014, 5:11:33 PM, you wrote:
> 
>>>>> On 25.09.14 at 16:36, <linux@eikelenboom.it> wrote:
>>> - When shutting down the HVM guest when A happens the number of interrupts in 
> 
>>> /proc/interrups is still what it was, but when B happens it seems like a irq 
> 
>>> storm
>>>   and after the irq nobody cared that ends with (always that 200000 so 
>>> perhaps a threshold ?):
>>>   16:     200000          0          0          0          0          0  
> xen-pirq-ioapic-level  snd_hda_intel
> 
>> 100,000 is the traditional threshold, so I would expect the cited
>> instance to be the second one. It didn't really become clear to me
>> - is this observed in Dom0 or in the shutting down guest? 
> 
> This is from the /proc/interrupts of dom0 after the irq nobody cared message 
> appeared in dom0 (so after B happened). Just after host boot and first guest 
> boot it was stable around 500. On the next start (and after which B would 
> happen on shutting the guest down again) it doubled to about 1000 (perhaps 
> when 
> the "Unsupported MSI delivery mode 3 for Dom2" occured).

Something odd must then be going on - the threshold _is_ 100,000,
not 200,000.

>> And did you really check that no other device (even if currently not having
>> an interrupt handler bound) is sitting on IRQ 16?
> 
> In what way could i check that to be certain ?
> (if it's not bound, lspci and /proc/interrupts will probably be insufficient 
> for that ?)

If the BIOS sets these up, lspci might still be of help. Consulting
boot messages of the kernel may also provide some hints. Beyond
that I'm not really sure how to figure out.

Jan

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-25 16:14     ` Jan Beulich
@ 2014-09-25 17:02       ` Sander Eikelenboom
  2014-09-25 18:45         ` Sander Eikelenboom
  2014-09-26  6:50         ` Jan Beulich
  0 siblings, 2 replies; 30+ messages in thread
From: Sander Eikelenboom @ 2014-09-25 17:02 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel


Thursday, September 25, 2014, 6:14:43 PM, you wrote:

>>>> On 25.09.14 at 17:49, <linux@eikelenboom.it> wrote:

>> Thursday, September 25, 2014, 5:11:33 PM, you wrote:
>> 
>>>>>> On 25.09.14 at 16:36, <linux@eikelenboom.it> wrote:
>>>> - When shutting down the HVM guest when A happens the number of interrupts in 
>> 
>>>> /proc/interrups is still what it was, but when B happens it seems like a irq 
>> 
>>>> storm
>>>>   and after the irq nobody cared that ends with (always that 200000 so 
>>>> perhaps a threshold ?):
>>>>   16:     200000          0          0          0          0          0  
>> xen-pirq-ioapic-level  snd_hda_intel
>> 
>>> 100,000 is the traditional threshold, so I would expect the cited
>>> instance to be the second one. It didn't really become clear to me
>>> - is this observed in Dom0 or in the shutting down guest? 
>> 
>> This is from the /proc/interrupts of dom0 after the irq nobody cared message 
>> appeared in dom0 (so after B happened). Just after host boot and first guest 
>> boot it was stable around 500. On the next start (and after which B would 
>> happen on shutting the guest down again) it doubled to about 1000 (perhaps 
>> when 
>> the "Unsupported MSI delivery mode 3 for Dom2" occured).

> Something odd must then be going on - the threshold _is_ 100,000,
> not 200,000.

>>> And did you really check that no other device (even if currently not having
>>> an interrupt handler bound) is sitting on IRQ 16?
>> 
>> In what way could i check that to be certain ?
>> (if it's not bound, lspci and /proc/interrupts will probably be insufficient 
>> for that ?)

> If the BIOS sets these up, lspci might still be of help. Consulting
> boot messages of the kernel may also provide some hints. Beyond
> that I'm not really sure how to figure out.

> Jan

lspci gives only one device with IRQ 16, the soundcontroller 

00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
        Subsystem: Micro-Star International Co., Ltd. Device 7640
        Flags: bus master, slow devsel, latency 64, IRQ 16
        Memory at fdbf8000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Kernel driver in use: snd_hda_intel

On boot i do get a message  "Already setup the GSI :16", however that seems to 
happen for multiple devices and irq/gsi's.

I did have a go at copy and pasting the (hopefully) most relevant messages 
around IRQ's and MSI's for the different stages. But my untrained eye doesn't 
spot a difference that i can relate.


##Cold boot of the host system
    [   35.556728] xen: registering gsi 16 triggering 0 polarity 1
    [   35.573157] xen: --> pirq=16 -> irq=16 (gsi=16)
    (XEN) [2014-09-25 13:08:55.771] IOAPIC[0]: Set PCI routing entry (6-16 -> 0x89 -> IRQ 16 Mode:1 Active:1)
    [   38.575661] pciback 0000:09:00.0: enabling device (0000 -> 0003)
    [   38.593584] xen: registering gsi 32 triggering 0 polarity 1
    [   38.610461] xen: --> pirq=32 -> irq=32 (gsi=32)
    (XEN) [2014-09-25 13:08:58.809] IOAPIC[1]: Set PCI routing entry (7-8 -> 0xc9 -> IRQ 32 Mode:1 Active:1)
    [   42.713230] xen: registering gsi 16 triggering 0 polarity 1
    [   42.713233] Already setup the GSI :16
    
    
    (XEN) [2014-09-25 13:29:04.111]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
    (XEN) [2014-09-25 13:29:04.370]    IRQ:  32 affinity:3f vec:c9 type=IO-APIC-level   status=00000002 mapped, unbound
    
    (XEN) [2014-09-25 13:29:06.583]     IRQ 16 Vec137:
    (XEN) [2014-09-25 13:29:06.597]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
    (XEN) [2014-09-25 13:29:06.978]     IRQ 32 Vec201:
    (XEN) [2014-09-25 13:29:06.991]       Apic 0x01, Pin  8: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
    
    (XEN) [2014-09-25 13:29:19.108] 0000:09:00.0 - dom 0   - MSIs < >
    (XEN) [2014-09-25 13:29:19.442] 0000:00:14.2 - dom 0   - MSIs < >
    
##Start of the HVM guest with pci device passed through (dom1).
    (XEN) [2014-09-25 13:30:32.831] io.c:280: d1: bind: m_gsi=32 g_gsi=36 dev=00.00.5 intx=0
    
    (XEN) [2014-09-25 13:35:10.930]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
    (XEN) [2014-09-25 13:35:11.189]    IRQ:  32 affinity:02 vec:c9 type=IO-APIC-level   status=00000010 in-flight=0 domain-list=1: 32(-M-),
    (XEN) [2014-09-25 13:35:12.498]    IRQ:  84 affinity:04 vec:aa type=PCI-MSI         status=00000030 in-flight=0 domain-list=1: 87(---),
    
    (XEN) [2014-09-25 13:35:13.443]     IRQ 16 Vec137:
    (XEN) [2014-09-25 13:35:13.456]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
    (XEN) [2014-09-25 13:35:13.837]     IRQ 32 Vec201:
    (XEN) [2014-09-25 13:35:13.851]       Apic 0x01, Pin  8: vec=c9 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:2
    
    (XEN) [2014-09-25 13:35:28.164] 0000:09:00.0 - dom 1   - MSIs < 84 >
    (XEN) [2014-09-25 13:35:28.515] 0000:00:14.2 - dom 0   - MSIs < >
    
    (XEN) [2014-09-25 13:35:37.013]  MSI     84 vec=aa lowest  edge   assert  log lowest dest=00000004 mask=0/1/?
    
##Shutdown of the HVM guest with pci device passed through, A happened.
    (XEN) [2014-09-25 13:38:27.974]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
    (XEN) [2014-09-25 13:38:28.233]    IRQ:  32 affinity:02 vec:c9 type=IO-APIC-level   status=00000002 mapped, unbound
    
    (XEN) [2014-09-25 13:38:30.446]     IRQ 16 Vec137:
    (XEN) [2014-09-25 13:38:30.459]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
    (XEN) [2014-09-25 13:38:30.840]     IRQ 32 Vec201:
    (XEN) [2014-09-25 13:38:30.854]       Apic 0x01, Pin  8: vec=c9 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:2
    
    (XEN) [2014-09-25 13:38:39.255] 0000:09:00.0 - dom 0   - MSIs < >
    (XEN) [2014-09-25 13:38:39.590] 0000:00:14.2 - dom 0   - MSIs < >  
    
##Start of the HVM guest with pci device passed through (dom2).
    (XEN) [2014-09-25 13:39:07.963] io.c:280: d2: bind: m_gsi=32 g_gsi=36 dev=00.00.5 intx=0
    (XEN) [2014-09-25 13:39:48.149] d32767v2: Unsupported MSI delivery mode 3 for Dom2
    
    (XEN) [2014-09-25 13:40:44.831]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
    (XEN) [2014-09-25 13:40:45.089]    IRQ:  32 affinity:02 vec:c9 type=IO-APIC-level   status=00000010 in-flight=0 domain-list=2: 32(-M-),
    (XEN) [2014-09-25 13:40:46.398]    IRQ:  84 affinity:02 vec:b2 type=PCI-MSI         status=00000030 in-flight=0 domain-list=2: 87(---),
    
    (XEN) [2014-09-25 13:40:47.343]     IRQ 16 Vec137:
    (XEN) [2014-09-25 13:40:47.357]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
    (XEN) [2014-09-25 13:40:47.738]     IRQ 32 Vec201:
    (XEN) [2014-09-25 13:40:47.751]       Apic 0x01, Pin  8: vec=c9 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:2
    
    (XEN) [2014-09-25 13:40:57.567] 0000:09:00.0 - dom 2   - MSIs < 84 >
    (XEN) [2014-09-25 13:40:57.901] 0000:00:14.2 - dom 0   - MSIs < >
    
    (XEN) [2014-09-25 13:41:01.051]  MSI     84 vec=b2 lowest  edge   assert  log lowest dest=00000002 mask=0/1/?   
    
##Shutdown of the HVM guest with pci device passed through, B happened.
    [ 2265.395971] irq 16: nobody cared (try booting with the "irqpoll" option)
    <call trace>
    [ 2266.234031] Disabling IRQ #16

    (XEN) [2014-09-25 13:46:54.844]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=1 domain-list=0: 16(PMM),
    (XEN) [2014-09-25 13:46:55.103]    IRQ:  32 affinity:02 vec:c9 type=IO-APIC-level   status=00000002 mapped, unbound
    
    (XEN) [2014-09-25 13:46:57.316]     IRQ 16 Vec137:
    (XEN) [2014-09-25 13:46:57.330]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=1 trig=L mask=0 dest_id:1
    (XEN) [2014-09-25 13:46:57.711]     IRQ 32 Vec201:
    (XEN) [2014-09-25 13:46:57.724]       Apic 0x01, Pin  8: vec=c9 delivery=Fixed dest=L status=1 polarity=1 irr=0 trig=L mask=1 dest_id:2

    (XEN) [2014-09-25 13:47:08.688] 0000:09:00.0 - dom 0   - MSIs < >
    (XEN) [2014-09-25 13:47:09.022] 0000:00:14.2 - dom 0   - MSIs < >

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-25 17:02       ` Sander Eikelenboom
@ 2014-09-25 18:45         ` Sander Eikelenboom
  2014-09-25 22:09           ` Sander Eikelenboom
  2014-09-26  6:54           ` Jan Beulich
  2014-09-26  6:50         ` Jan Beulich
  1 sibling, 2 replies; 30+ messages in thread
From: Sander Eikelenboom @ 2014-09-25 18:45 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel


Thursday, September 25, 2014, 7:02:02 PM, you wrote:


> Thursday, September 25, 2014, 6:14:43 PM, you wrote:

>>>>> On 25.09.14 at 17:49, <linux@eikelenboom.it> wrote:

>>> Thursday, September 25, 2014, 5:11:33 PM, you wrote:
>>> 
>>>>>>> On 25.09.14 at 16:36, <linux@eikelenboom.it> wrote:
>>>>> - When shutting down the HVM guest when A happens the number of interrupts in 
>>> 
>>>>> /proc/interrups is still what it was, but when B happens it seems like a irq 
>>> 
>>>>> storm
>>>>>   and after the irq nobody cared that ends with (always that 200000 so 
>>>>> perhaps a threshold ?):
>>>>>   16:     200000          0          0          0          0          0  
>>> xen-pirq-ioapic-level  snd_hda_intel
>>> 
>>>> 100,000 is the traditional threshold, so I would expect the cited
>>>> instance to be the second one. It didn't really become clear to me
>>>> - is this observed in Dom0 or in the shutting down guest? 
>>> 
>>> This is from the /proc/interrupts of dom0 after the irq nobody cared message 
>>> appeared in dom0 (so after B happened). Just after host boot and first guest 
>>> boot it was stable around 500. On the next start (and after which B would 
>>> happen on shutting the guest down again) it doubled to about 1000 (perhaps 
>>> when 
>>> the "Unsupported MSI delivery mode 3 for Dom2" occured).

>> Something odd must then be going on - the threshold _is_ 100,000,
>> not 200,000.

>>>> And did you really check that no other device (even if currently not having
>>>> an interrupt handler bound) is sitting on IRQ 16?
>>> 
>>> In what way could i check that to be certain ?
>>> (if it's not bound, lspci and /proc/interrupts will probably be insufficient 
>>> for that ?)

>> If the BIOS sets these up, lspci might still be of help. Consulting
>> boot messages of the kernel may also provide some hints. Beyond
>> that I'm not really sure how to figure out.

>> Jan

> lspci gives only one device with IRQ 16, the soundcontroller 

> 00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
>         Subsystem: Micro-Star International Co., Ltd. Device 7640
>         Flags: bus master, slow devsel, latency 64, IRQ 16
>         Memory at fdbf8000 (64-bit, non-prefetchable) [size=16K]
>         Capabilities: [50] Power Management version 2
>         Kernel driver in use: snd_hda_intel

> On boot i do get a message  "Already setup the GSI :16", however that seems to 
> happen for multiple devices and irq/gsi's.

> I did have a go at copy and pasting the (hopefully) most relevant messages 
> around IRQ's and MSI's for the different stages. But my untrained eye doesn't 
> spot a difference that i can relate.


> ##Cold boot of the host system
>     [   35.556728] xen: registering gsi 16 triggering 0 polarity 1
>     [   35.573157] xen: --> pirq=16 -> irq=16 (gsi=16)
>     (XEN) [2014-09-25 13:08:55.771] IOAPIC[0]: Set PCI routing entry (6-16 -> 0x89 -> IRQ 16 Mode:1 Active:1)
>     [   38.575661] pciback 0000:09:00.0: enabling device (0000 -> 0003)
>     [   38.593584] xen: registering gsi 32 triggering 0 polarity 1
>     [   38.610461] xen: --> pirq=32 -> irq=32 (gsi=32)
>     (XEN) [2014-09-25 13:08:58.809] IOAPIC[1]: Set PCI routing entry (7-8 -> 0xc9 -> IRQ 32 Mode:1 Active:1)
>     [   42.713230] xen: registering gsi 16 triggering 0 polarity 1
>     [   42.713233] Already setup the GSI :16
>     
>     
>     (XEN) [2014-09-25 13:29:04.111]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
>     (XEN) [2014-09-25 13:29:04.370]    IRQ:  32 affinity:3f vec:c9 type=IO-APIC-level   status=00000002 mapped, unbound
>     
>     (XEN) [2014-09-25 13:29:06.583]     IRQ 16 Vec137:
>     (XEN) [2014-09-25 13:29:06.597]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
>     (XEN) [2014-09-25 13:29:06.978]     IRQ 32 Vec201:
>     (XEN) [2014-09-25 13:29:06.991]       Apic 0x01, Pin  8: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
>     
>     (XEN) [2014-09-25 13:29:19.108] 0000:09:00.0 - dom 0   - MSIs < >
>     (XEN) [2014-09-25 13:29:19.442] 0000:00:14.2 - dom 0   - MSIs < >
>     
> ##Start of the HVM guest with pci device passed through (dom1).
>     (XEN) [2014-09-25 13:30:32.831] io.c:280: d1: bind: m_gsi=32 g_gsi=36 dev=00.00.5 intx=0
>     
>     (XEN) [2014-09-25 13:35:10.930]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
>     (XEN) [2014-09-25 13:35:11.189]    IRQ:  32 affinity:02 vec:c9 type=IO-APIC-level   status=00000010 in-flight=0 domain-list=1: 32(-M-),
>     (XEN) [2014-09-25 13:35:12.498]    IRQ:  84 affinity:04 vec:aa type=PCI-MSI         status=00000030 in-flight=0 domain-list=1: 87(---),
>     
>     (XEN) [2014-09-25 13:35:13.443]     IRQ 16 Vec137:
>     (XEN) [2014-09-25 13:35:13.456]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
>     (XEN) [2014-09-25 13:35:13.837]     IRQ 32 Vec201:
>     (XEN) [2014-09-25 13:35:13.851]       Apic 0x01, Pin  8: vec=c9 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:2
>     
>     (XEN) [2014-09-25 13:35:28.164] 0000:09:00.0 - dom 1   - MSIs < 84 >
>     (XEN) [2014-09-25 13:35:28.515] 0000:00:14.2 - dom 0   - MSIs < >
>     
>     (XEN) [2014-09-25 13:35:37.013]  MSI     84 vec=aa lowest  edge   assert  log lowest dest=00000004 mask=0/1/?
>     
> ##Shutdown of the HVM guest with pci device passed through, A happened.
>     (XEN) [2014-09-25 13:38:27.974]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
>     (XEN) [2014-09-25 13:38:28.233]    IRQ:  32 affinity:02 vec:c9 type=IO-APIC-level   status=00000002 mapped, unbound
>     
>     (XEN) [2014-09-25 13:38:30.446]     IRQ 16 Vec137:
>     (XEN) [2014-09-25 13:38:30.459]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
>     (XEN) [2014-09-25 13:38:30.840]     IRQ 32 Vec201:
>     (XEN) [2014-09-25 13:38:30.854]       Apic 0x01, Pin  8: vec=c9 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:2
>     
>     (XEN) [2014-09-25 13:38:39.255] 0000:09:00.0 - dom 0   - MSIs < >
>     (XEN) [2014-09-25 13:38:39.590] 0000:00:14.2 - dom 0   - MSIs < >  
>     
> ##Start of the HVM guest with pci device passed through (dom2).
>     (XEN) [2014-09-25 13:39:07.963] io.c:280: d2: bind: m_gsi=32 g_gsi=36 dev=00.00.5 intx=0
>     (XEN) [2014-09-25 13:39:48.149] d32767v2: Unsupported MSI delivery mode 3 for Dom2
>     
>     (XEN) [2014-09-25 13:40:44.831]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
>     (XEN) [2014-09-25 13:40:45.089]    IRQ:  32 affinity:02 vec:c9 type=IO-APIC-level   status=00000010 in-flight=0 domain-list=2: 32(-M-),
>     (XEN) [2014-09-25 13:40:46.398]    IRQ:  84 affinity:02 vec:b2 type=PCI-MSI         status=00000030 in-flight=0 domain-list=2: 87(---),
>     
>     (XEN) [2014-09-25 13:40:47.343]     IRQ 16 Vec137:
>     (XEN) [2014-09-25 13:40:47.357]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
>     (XEN) [2014-09-25 13:40:47.738]     IRQ 32 Vec201:
>     (XEN) [2014-09-25 13:40:47.751]       Apic 0x01, Pin  8: vec=c9 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:2
>     
>     (XEN) [2014-09-25 13:40:57.567] 0000:09:00.0 - dom 2   - MSIs < 84 >
>     (XEN) [2014-09-25 13:40:57.901] 0000:00:14.2 - dom 0   - MSIs < >
>     
>     (XEN) [2014-09-25 13:41:01.051]  MSI     84 vec=b2 lowest  edge   assert  log lowest dest=00000002 mask=0/1/?   
>     
> ##Shutdown of the HVM guest with pci device passed through, B happened.
>     [ 2265.395971] irq 16: nobody cared (try booting with the "irqpoll" option)
>     <call trace>
>     [ 2266.234031] Disabling IRQ #16

>     (XEN) [2014-09-25 13:46:54.844]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=1 domain-list=0: 16(PMM),
>     (XEN) [2014-09-25 13:46:55.103]    IRQ:  32 affinity:02 vec:c9 type=IO-APIC-level   status=00000002 mapped, unbound
>     
>     (XEN) [2014-09-25 13:46:57.316]     IRQ 16 Vec137:
>     (XEN) [2014-09-25 13:46:57.330]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=1 trig=L mask=0 dest_id:1
>     (XEN) [2014-09-25 13:46:57.711]     IRQ 32 Vec201:
>     (XEN) [2014-09-25 13:46:57.724]       Apic 0x01, Pin  8: vec=c9 delivery=Fixed dest=L status=1 polarity=1 irr=0 trig=L mask=1 dest_id:2

>     (XEN) [2014-09-25 13:47:08.688] 0000:09:00.0 - dom 0   - MSIs < >
>     (XEN) [2014-09-25 13:47:09.022] 0000:00:14.2 - dom 0   - MSIs < >


Hrmm there seems to be at least one omission in the debug-keys logging code, a 
delivery-mode other than "fixed or lowest" would never be shown:
msi.c:1311
               data & MSI_DATA_DELIVERY_LOWPRI ? "lowest" : "fixed",

However if it would be anything else than lowest, fixed would be shown.
Since the debug keys output shows lowest, it should be correct .. 
But how does it become delivery mode 3 during the guest start, at the moment 
that vmsi_deliver() is called which give the "Unsupported MSI delivery mode 3" message ?


But this seems to be a red herring for the "irq 16: nobody cared" case anyway, with 
retesting i just had it occurring on the first boot of the HVM guest just after 
the host has booted, without showing the "Unsupported MSI delivery mode 3" message.

So it might be slightly related, but probably no causation .. *sigh*.

--
Sander

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-25 18:45         ` Sander Eikelenboom
@ 2014-09-25 22:09           ` Sander Eikelenboom
  2014-09-26  6:59             ` Jan Beulich
  2014-09-26  6:54           ` Jan Beulich
  1 sibling, 1 reply; 30+ messages in thread
From: Sander Eikelenboom @ 2014-09-25 22:09 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel


Thursday, September 25, 2014, 8:45:51 PM, you wrote:


> Thursday, September 25, 2014, 7:02:02 PM, you wrote:


>> Thursday, September 25, 2014, 6:14:43 PM, you wrote:

>>>>>> On 25.09.14 at 17:49, <linux@eikelenboom.it> wrote:

>>>> Thursday, September 25, 2014, 5:11:33 PM, you wrote:
>>>> 
>>>>>>>> On 25.09.14 at 16:36, <linux@eikelenboom.it> wrote:
>>>>>> - When shutting down the HVM guest when A happens the number of interrupts in 
>>>> 
>>>>>> /proc/interrups is still what it was, but when B happens it seems like a irq 
>>>> 
>>>>>> storm
>>>>>>   and after the irq nobody cared that ends with (always that 200000 so 
>>>>>> perhaps a threshold ?):
>>>>>>   16:     200000          0          0          0          0          0  
>>>> xen-pirq-ioapic-level  snd_hda_intel
>>>> 
>>>>> 100,000 is the traditional threshold, so I would expect the cited
>>>>> instance to be the second one. It didn't really become clear to me
>>>>> - is this observed in Dom0 or in the shutting down guest? 
>>>> 
>>>> This is from the /proc/interrupts of dom0 after the irq nobody cared message 
>>>> appeared in dom0 (so after B happened). Just after host boot and first guest 
>>>> boot it was stable around 500. On the next start (and after which B would 
>>>> happen on shutting the guest down again) it doubled to about 1000 (perhaps 
>>>> when 
>>>> the "Unsupported MSI delivery mode 3 for Dom2" occured).

>>> Something odd must then be going on - the threshold _is_ 100,000,
>>> not 200,000.

>>>>> And did you really check that no other device (even if currently not having
>>>>> an interrupt handler bound) is sitting on IRQ 16?
>>>> 
>>>> In what way could i check that to be certain ?
>>>> (if it's not bound, lspci and /proc/interrupts will probably be insufficient 
>>>> for that ?)

>>> If the BIOS sets these up, lspci might still be of help. Consulting
>>> boot messages of the kernel may also provide some hints. Beyond
>>> that I'm not really sure how to figure out.

>>> Jan

>> lspci gives only one device with IRQ 16, the soundcontroller 

>> 00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
>>         Subsystem: Micro-Star International Co., Ltd. Device 7640
>>         Flags: bus master, slow devsel, latency 64, IRQ 16
>>         Memory at fdbf8000 (64-bit, non-prefetchable) [size=16K]
>>         Capabilities: [50] Power Management version 2
>>         Kernel driver in use: snd_hda_intel

>> On boot i do get a message  "Already setup the GSI :16", however that seems to 
>> happen for multiple devices and irq/gsi's.

>> I did have a go at copy and pasting the (hopefully) most relevant messages 
>> around IRQ's and MSI's for the different stages. But my untrained eye doesn't 
>> spot a difference that i can relate.


>> ##Cold boot of the host system
>>     [   35.556728] xen: registering gsi 16 triggering 0 polarity 1
>>     [   35.573157] xen: --> pirq=16 -> irq=16 (gsi=16)
>>     (XEN) [2014-09-25 13:08:55.771] IOAPIC[0]: Set PCI routing entry (6-16 -> 0x89 -> IRQ 16 Mode:1 Active:1)
>>     [   38.575661] pciback 0000:09:00.0: enabling device (0000 -> 0003)
>>     [   38.593584] xen: registering gsi 32 triggering 0 polarity 1
>>     [   38.610461] xen: --> pirq=32 -> irq=32 (gsi=32)
>>     (XEN) [2014-09-25 13:08:58.809] IOAPIC[1]: Set PCI routing entry (7-8 -> 0xc9 -> IRQ 32 Mode:1 Active:1)
>>     [   42.713230] xen: registering gsi 16 triggering 0 polarity 1
>>     [   42.713233] Already setup the GSI :16
>>     
>>     
>>     (XEN) [2014-09-25 13:29:04.111]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
>>     (XEN) [2014-09-25 13:29:04.370]    IRQ:  32 affinity:3f vec:c9 type=IO-APIC-level   status=00000002 mapped, unbound
>>     
>>     (XEN) [2014-09-25 13:29:06.583]     IRQ 16 Vec137:
>>     (XEN) [2014-09-25 13:29:06.597]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
>>     (XEN) [2014-09-25 13:29:06.978]     IRQ 32 Vec201:
>>     (XEN) [2014-09-25 13:29:06.991]       Apic 0x01, Pin  8: vec=00 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:63
>>     
>>     (XEN) [2014-09-25 13:29:19.108] 0000:09:00.0 - dom 0   - MSIs < >
>>     (XEN) [2014-09-25 13:29:19.442] 0000:00:14.2 - dom 0   - MSIs < >
>>     
>> ##Start of the HVM guest with pci device passed through (dom1).
>>     (XEN) [2014-09-25 13:30:32.831] io.c:280: d1: bind: m_gsi=32 g_gsi=36 dev=00.00.5 intx=0
>>     
>>     (XEN) [2014-09-25 13:35:10.930]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
>>     (XEN) [2014-09-25 13:35:11.189]    IRQ:  32 affinity:02 vec:c9 type=IO-APIC-level   status=00000010 in-flight=0 domain-list=1: 32(-M-),
>>     (XEN) [2014-09-25 13:35:12.498]    IRQ:  84 affinity:04 vec:aa type=PCI-MSI         status=00000030 in-flight=0 domain-list=1: 87(---),
>>     
>>     (XEN) [2014-09-25 13:35:13.443]     IRQ 16 Vec137:
>>     (XEN) [2014-09-25 13:35:13.456]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
>>     (XEN) [2014-09-25 13:35:13.837]     IRQ 32 Vec201:
>>     (XEN) [2014-09-25 13:35:13.851]       Apic 0x01, Pin  8: vec=c9 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:2
>>     
>>     (XEN) [2014-09-25 13:35:28.164] 0000:09:00.0 - dom 1   - MSIs < 84 >
>>     (XEN) [2014-09-25 13:35:28.515] 0000:00:14.2 - dom 0   - MSIs < >
>>     
>>     (XEN) [2014-09-25 13:35:37.013]  MSI     84 vec=aa lowest  edge   assert  log lowest dest=00000004 mask=0/1/?
>>     
>> ##Shutdown of the HVM guest with pci device passed through, A happened.
>>     (XEN) [2014-09-25 13:38:27.974]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
>>     (XEN) [2014-09-25 13:38:28.233]    IRQ:  32 affinity:02 vec:c9 type=IO-APIC-level   status=00000002 mapped, unbound
>>     
>>     (XEN) [2014-09-25 13:38:30.446]     IRQ 16 Vec137:
>>     (XEN) [2014-09-25 13:38:30.459]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
>>     (XEN) [2014-09-25 13:38:30.840]     IRQ 32 Vec201:
>>     (XEN) [2014-09-25 13:38:30.854]       Apic 0x01, Pin  8: vec=c9 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:2
>>     
>>     (XEN) [2014-09-25 13:38:39.255] 0000:09:00.0 - dom 0   - MSIs < >
>>     (XEN) [2014-09-25 13:38:39.590] 0000:00:14.2 - dom 0   - MSIs < >  
>>     
>> ##Start of the HVM guest with pci device passed through (dom2).
>>     (XEN) [2014-09-25 13:39:07.963] io.c:280: d2: bind: m_gsi=32 g_gsi=36 dev=00.00.5 intx=0
>>     (XEN) [2014-09-25 13:39:48.149] d32767v2: Unsupported MSI delivery mode 3 for Dom2
>>     
>>     (XEN) [2014-09-25 13:40:44.831]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
>>     (XEN) [2014-09-25 13:40:45.089]    IRQ:  32 affinity:02 vec:c9 type=IO-APIC-level   status=00000010 in-flight=0 domain-list=2: 32(-M-),
>>     (XEN) [2014-09-25 13:40:46.398]    IRQ:  84 affinity:02 vec:b2 type=PCI-MSI         status=00000030 in-flight=0 domain-list=2: 87(---),
>>     
>>     (XEN) [2014-09-25 13:40:47.343]     IRQ 16 Vec137:
>>     (XEN) [2014-09-25 13:40:47.357]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1
>>     (XEN) [2014-09-25 13:40:47.738]     IRQ 32 Vec201:
>>     (XEN) [2014-09-25 13:40:47.751]       Apic 0x01, Pin  8: vec=c9 delivery=Fixed dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:2
>>     
>>     (XEN) [2014-09-25 13:40:57.567] 0000:09:00.0 - dom 2   - MSIs < 84 >
>>     (XEN) [2014-09-25 13:40:57.901] 0000:00:14.2 - dom 0   - MSIs < >
>>     
>>     (XEN) [2014-09-25 13:41:01.051]  MSI     84 vec=b2 lowest  edge   assert  log lowest dest=00000002 mask=0/1/?   
>>     
>> ##Shutdown of the HVM guest with pci device passed through, B happened.
>>     [ 2265.395971] irq 16: nobody cared (try booting with the "irqpoll" option)
>>     <call trace>
>>     [ 2266.234031] Disabling IRQ #16

>>     (XEN) [2014-09-25 13:46:54.844]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=1 domain-list=0: 16(PMM),
>>     (XEN) [2014-09-25 13:46:55.103]    IRQ:  32 affinity:02 vec:c9 type=IO-APIC-level   status=00000002 mapped, unbound
>>     
>>     (XEN) [2014-09-25 13:46:57.316]     IRQ 16 Vec137:
>>     (XEN) [2014-09-25 13:46:57.330]       Apic 0x00, Pin 16: vec=89 delivery=Fixed dest=L status=0 polarity=1 irr=1 trig=L mask=0 dest_id:1
>>     (XEN) [2014-09-25 13:46:57.711]     IRQ 32 Vec201:
>>     (XEN) [2014-09-25 13:46:57.724]       Apic 0x01, Pin  8: vec=c9 delivery=Fixed dest=L status=1 polarity=1 irr=0 trig=L mask=1 dest_id:2

>>     (XEN) [2014-09-25 13:47:08.688] 0000:09:00.0 - dom 0   - MSIs < >
>>     (XEN) [2014-09-25 13:47:09.022] 0000:00:14.2 - dom 0   - MSIs < >


> Hrmm there seems to be at least one omission in the debug-keys logging code, a 
> delivery-mode other than "fixed or lowest" would never be shown:
> msi.c:1311
>                data & MSI_DATA_DELIVERY_LOWPRI ? "lowest" : "fixed",

> However if it would be anything else than lowest, fixed would be shown.
> Since the debug keys output shows lowest, it should be correct .. 
> But how does it become delivery mode 3 during the guest start, at the moment 
> that vmsi_deliver() is called which give the "Unsupported MSI delivery mode 3" message ?


> But this seems to be a red herring for the "irq 16: nobody cared" case anyway, with 
> retesting i just had it occurring on the first boot of the HVM guest just after 
> the host has booted, without showing the "Unsupported MSI delivery mode 3" message.

> So it might be slightly related, but probably no causation .. *sigh*.

> --
> Sander

And another update:

- Tried booting dom0 with pci=nosmi, but that didn't make a difference, still 
  "irq16 nobody cared".
- Tried booting dom0 with pci=nomsi and irqpoll, that prevented the "irq16 
  nobody cared" from appearing, i could see around 600000 interrupts for irq16,
  however the machine now freezes shortly afterward without any error (on serial 
  console with sync-console on, triple ctrl-a also doesn't work anymore)
- Tried switching off the onboard soundcard in the bios. Now irq16 is not bound 
  to any device, but the machine still freezes without any error (on serial 
  console with sync-console on, triple ctrl-a also doesn't work anymore)

--
Sander

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-25 17:02       ` Sander Eikelenboom
  2014-09-25 18:45         ` Sander Eikelenboom
@ 2014-09-26  6:50         ` Jan Beulich
  2014-09-26  9:00           ` Sander Eikelenboom
  1 sibling, 1 reply; 30+ messages in thread
From: Jan Beulich @ 2014-09-26  6:50 UTC (permalink / raw)
  To: Sander Eikelenboom; +Cc: xen-devel

>>> On 25.09.14 at 19:02, <linux@eikelenboom.it> wrote:
> lspci gives only one device with IRQ 16, the soundcontroller 
> 
> 00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia 
> (Intel HDA) (rev 40)
>         Subsystem: Micro-Star International Co., Ltd. Device 7640
>         Flags: bus master, slow devsel, latency 64, IRQ 16
>         Memory at fdbf8000 (64-bit, non-prefetchable) [size=16K]
>         Capabilities: [50] Power Management version 2
>         Kernel driver in use: snd_hda_intel
> 
> On boot i do get a message  "Already setup the GSI :16", however that seems 
> to happen for multiple devices and irq/gsi's.

And is quite normal.

> ##Cold boot of the host system
>     [   35.556728] xen: registering gsi 16 triggering 0 polarity 1
>     [   35.573157] xen: --> pirq=16 -> irq=16 (gsi=16)
>     (XEN) [2014-09-25 13:08:55.771] IOAPIC[0]: Set PCI routing entry (6-16 -> 0x89 -> IRQ 16 Mode:1 Active:1)

So you managed to zap the one message presumably right before
this which would indicate which device this is done for (just like is
the case below).

>     [   38.575661] pciback 0000:09:00.0: enabling device (0000 -> 0003)
>     [   38.593584] xen: registering gsi 32 triggering 0 polarity 1
>     [   38.610461] xen: --> pirq=32 -> irq=32 (gsi=32)
>     (XEN) [2014-09-25 13:08:58.809] IOAPIC[1]: Set PCI routing entry (7-8 -> 0xc9 -> IRQ 32 Mode:1 Active:1)
>     [   42.713230] xen: registering gsi 16 triggering 0 polarity 1
>     [   42.713233] Already setup the GSI :16

And again here. Context of all these messages is quite relevant.

Jan

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-25 18:45         ` Sander Eikelenboom
  2014-09-25 22:09           ` Sander Eikelenboom
@ 2014-09-26  6:54           ` Jan Beulich
  2014-09-26  9:06             ` Sander Eikelenboom
  1 sibling, 1 reply; 30+ messages in thread
From: Jan Beulich @ 2014-09-26  6:54 UTC (permalink / raw)
  To: Sander Eikelenboom; +Cc: xen-devel

>>> On 25.09.14 at 20:45, <linux@eikelenboom.it> wrote:
> Hrmm there seems to be at least one omission in the debug-keys logging code, 
> a 
> delivery-mode other than "fixed or lowest" would never be shown:
> msi.c:1311
>                data & MSI_DATA_DELIVERY_LOWPRI ? "lowest" : "fixed",

Because only these two are valid with MSI?

> However if it would be anything else than lowest, fixed would be shown.
> Since the debug keys output shows lowest, it should be correct .. 
> But how does it become delivery mode 3 during the guest start, at the moment 
> 
> that vmsi_deliver() is called which give the "Unsupported MSI delivery mode 
> 3" message ?

Don't mix up host and guest MSI please. If you grepped for the
origin of the message, you should have found it to come from
vmsi_deliver(). And if you go into that function you'll see that -
as said above - only lowest priority and fixed delivery modes get
accepted.

Jan

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-25 22:09           ` Sander Eikelenboom
@ 2014-09-26  6:59             ` Jan Beulich
  2014-09-26  9:18               ` Sander Eikelenboom
  0 siblings, 1 reply; 30+ messages in thread
From: Jan Beulich @ 2014-09-26  6:59 UTC (permalink / raw)
  To: Sander Eikelenboom; +Cc: xen-devel

>>> On 26.09.14 at 00:09, <linux@eikelenboom.it> wrote:
> - Tried booting dom0 with pci=nosmi, but that didn't make a difference, still 
>   "irq16 nobody cared".
> - Tried booting dom0 with pci=nomsi and irqpoll, that prevented the "irq16 
>   nobody cared" from appearing, i could see around 600000 interrupts for 
> irq16,
>   however the machine now freezes shortly afterward without any error (on 
> serial 
>   console with sync-console on, triple ctrl-a also doesn't work anymore)

Again please don't mix up host and guest MSI. Host IRQ 16 can't
possibly be an MSI one.

> - Tried switching off the onboard soundcard in the bios. Now irq16 is not 
> bound 
>   to any device, but the machine still freezes without any error (on serial 
>   console with sync-console on, triple ctrl-a also doesn't work anymore)

I suppose that hang is with irqpoll still in use? Ctrl-a not working anymore
makes me wonder whether you use a PCI serial card sitting on that same
IRQ for the Xen console... Furthermore in that mode (with supposedly no
handler set up for IRQ 16) monitoring (with a little bit of debugging code)
how/when IRQ 16 gets setup and unmasked may provide further hints.

Jan

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-26  6:50         ` Jan Beulich
@ 2014-09-26  9:00           ` Sander Eikelenboom
  2014-09-26  9:09             ` Jan Beulich
  0 siblings, 1 reply; 30+ messages in thread
From: Sander Eikelenboom @ 2014-09-26  9:00 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel


Friday, September 26, 2014, 8:50:04 AM, you wrote:

>>>> On 25.09.14 at 19:02, <linux@eikelenboom.it> wrote:
>> lspci gives only one device with IRQ 16, the soundcontroller 
>> 
>> 00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia 
>> (Intel HDA) (rev 40)
>>         Subsystem: Micro-Star International Co., Ltd. Device 7640
>>         Flags: bus master, slow devsel, latency 64, IRQ 16
>>         Memory at fdbf8000 (64-bit, non-prefetchable) [size=16K]
>>         Capabilities: [50] Power Management version 2
>>         Kernel driver in use: snd_hda_intel
>> 
>> On boot i do get a message  "Already setup the GSI :16", however that seems 
>> to happen for multiple devices and irq/gsi's.

> And is quite normal.

>> ##Cold boot of the host system
>>     [   35.556728] xen: registering gsi 16 triggering 0 polarity 1
>>     [   35.573157] xen: --> pirq=16 -> irq=16 (gsi=16)
>>     (XEN) [2014-09-25 13:08:55.771] IOAPIC[0]: Set PCI routing entry (6-16 -> 0x89 -> IRQ 16 Mode:1 Active:1)

> So you managed to zap the one message presumably right before
> this which would indicate which device this is done for (just like is
> the case below).

Ah ok, i did send the complete "context" in the complete serial.log with the 
first mail (however that is that large and everything spread it's also hard to 
make sense of).
The problem is .. there is no direct context in the logging to a particular 
device .. (at least i don't see it):

[   35.181176] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[   35.203459] io scheduler noop registered
[   35.215396] io scheduler deadline registered
[   35.228524] io scheduler cfq registered (default)
[   35.242933] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[   35.258031] crc32: self tests passed, processed 225944 bytes in 109313 nsec
[   35.279206] crc32c: CRC_LE_BITS = 64
[   35.290012] crc32c: self tests passed, processed 225944 bytes in 54643 nsec
[   35.320224] crc32_combine: 8373 self tests passed
[   35.343184] crc32c_combine: 8373 self tests passed
[   35.357728] xen: registering gsi 52 triggering 0 polarity 1
[   35.374221] xen: --> pirq=52 -> irq=52 (gsi=52)
(XEN) [2014-09-25 13:08:55.572] IOAPIC[1]: Set PCI routing entry (7-28 -> 0x39 -> IRQ 52 Mode:1 Active:1)
[   35.416140] xen: registering gsi 52 triggering 0 polarity 1
[   35.432692] Already setup the GSI :52
[   35.444146] xen: registering gsi 52 triggering 0 polarity 1
[   35.460795] Already setup the GSI :52
[   35.472261] xen: registering gsi 53 triggering 0 polarity 1
[   35.488869] Already setup the GSI :53
[   35.500437] xen: registering gsi 54 triggering 0 polarity 1
[   35.516952] Already setup the GSI :54
[   35.528414] xen: registering gsi 54 triggering 0 polarity 1
[   35.545032] Already setup the GSI :54
[   35.556728] xen: registering gsi 16 triggering 0 polarity 1
[   35.573157] xen: --> pirq=16 -> irq=16 (gsi=16)
(XEN) [2014-09-25 13:08:55.771] IOAPIC[0]: Set PCI routing entry (6-16 -> 0x89 -> IRQ 16 Mode:1 Active:1)
[   35.615314] xen: registering gsi 38 triggering 0 polarity 1
[   35.631744] xen: --> pirq=38 -> irq=38 (gsi=38)
(XEN) [2014-09-25 13:08:55.830] IOAPIC[1]: Set PCI routing entry (7-14 -> 0xa9 -> IRQ 38 Mode:1 Active:1)
[   35.673825] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   35.690379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[   35.710260] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
[   35.733663] cpcihp_generic: not configured, disabling.
[   35.749312] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   35.770896] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
[   35.790170] usbcore: registered new interface driver udlfb



>>     [   38.575661] pciback 0000:09:00.0: enabling device (0000 -> 0003)
>>     [   38.593584] xen: registering gsi 32 triggering 0 polarity 1
>>     [   38.610461] xen: --> pirq=32 -> irq=32 (gsi=32)
>>     (XEN) [2014-09-25 13:08:58.809] IOAPIC[1]: Set PCI routing entry (7-8 -> 0xc9 -> IRQ 32 Mode:1 Active:1)
>>     [   42.713230] xen: registering gsi 16 triggering 0 polarity 1
>>     [   42.713233] Already setup the GSI :16

> And again here. Context of all these messages is quite relevant.

[   42.709269] xen_wdt: Xen WatchDog Timer Driver v0.01
[   42.709327] xen_wdt: cannot register miscdev on minor=130 (-16)
[   42.709338] wdt: probe of wdt failed with error -16
[   42.709917] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[   42.710232] device-mapper: cache-policy-mq: version 1.2.0 loaded
[   42.710235] device-mapper: cache cleaner: version 1.0.0 loaded
[   42.710238] Bluetooth: Virtual HCI driver ver 1.5
[   42.710350] Bluetooth: HCI UART driver ver 2.2
[   42.710352] Bluetooth: HCI H4 protocol initialized
[   42.710353] Bluetooth: HCI BCSP protocol initialized
[   42.710353] Bluetooth: HCILL protocol initialized
[   42.710354] Bluetooth: HCIATH3K protocol initialized
[   42.710355] Bluetooth: HCI Three-wire UART (H5) protocol initialized
[   42.710393] usbcore: registered new interface driver bcm203x
[   42.710429] usbcore: registered new interface driver bpa10x
[   42.710461] usbcore: registered new interface driver bfusb
[   42.710497] usbcore: registered new interface driver btusb
[   42.710533] usbcore: registered new interface driver ath3k
[   42.711266] hidraw: raw HID events driver (C) Jiri Kosina
[   42.711551] usbcore: registered new interface driver usbhid
[   42.711552] usbhid: USB HID core driver
[   42.713230] xen: registering gsi 16 triggering 0 polarity 1
[   42.713233] Already setup the GSI :16
[   42.713544] xen: registering gsi 25 triggering 0 polarity 1
[   42.713557] xen: --> pirq=25 -> irq=25 (gsi=25)
[   42.744323] usbcore: registered new interface driver snd-usb-audio
[   42.744359] usbcore: registered new interface driver snd-ua101
[   42.744397] usbcore: registered new interface driver snd-usb-usx2y
[   42.744439] usbcore: registered new interface driver snd-usb-caiaq
[   42.744476] usbcore: registered new interface driver snd-usb-6fire
[   42.744524] Netfilter messages via NETLINK v0.30.
[   42.744531] nfnl_acct: registering with nfnetlink.
[   42.744591] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   42.744895] ctnetlink v0.93: registering with nfnetlink.
[   42.745322] xt_time: kernel timezone is -0000
[   42.745343] ip_set: protocol 6



> Jan

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-26  6:54           ` Jan Beulich
@ 2014-09-26  9:06             ` Sander Eikelenboom
  0 siblings, 0 replies; 30+ messages in thread
From: Sander Eikelenboom @ 2014-09-26  9:06 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel


Friday, September 26, 2014, 8:54:06 AM, you wrote:

>>>> On 25.09.14 at 20:45, <linux@eikelenboom.it> wrote:
>> Hrmm there seems to be at least one omission in the debug-keys logging code, 
>> a 
>> delivery-mode other than "fixed or lowest" would never be shown:
>> msi.c:1311
>>                data & MSI_DATA_DELIVERY_LOWPRI ? "lowest" : "fixed",

> Because only these two are valid with MSI?

>> However if it would be anything else than lowest, fixed would be shown.
>> Since the debug keys output shows lowest, it should be correct .. 
>> But how does it become delivery mode 3 during the guest start, at the moment 
>> 
>> that vmsi_deliver() is called which give the "Unsupported MSI delivery mode 
>> 3" message ?

> Don't mix up host and guest MSI please. If you grepped for the
> origin of the message, you should have found it to come from
> vmsi_deliver(). And if you go into that function you'll see that -
> as said above - only lowest priority and fixed delivery modes get
> accepted.

I was assuming it to be a  "set state", so it would have been visible 
in the logs when dumping with the debug-keys, however as i understand now this 
is the MSI inside the guest and not the host and the logs only show the host 
state of affairs.

> Jan

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-26  9:00           ` Sander Eikelenboom
@ 2014-09-26  9:09             ` Jan Beulich
  0 siblings, 0 replies; 30+ messages in thread
From: Jan Beulich @ 2014-09-26  9:09 UTC (permalink / raw)
  To: Sander Eikelenboom; +Cc: xen-devel

>>> On 26.09.14 at 11:00, <linux@eikelenboom.it> wrote:

> Friday, September 26, 2014, 8:50:04 AM, you wrote:
> 
>>>>> On 25.09.14 at 19:02, <linux@eikelenboom.it> wrote:
>>> lspci gives only one device with IRQ 16, the soundcontroller 
>>> 
>>> 00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia 
>>> (Intel HDA) (rev 40)
>>>         Subsystem: Micro-Star International Co., Ltd. Device 7640
>>>         Flags: bus master, slow devsel, latency 64, IRQ 16
>>>         Memory at fdbf8000 (64-bit, non-prefetchable) [size=16K]
>>>         Capabilities: [50] Power Management version 2
>>>         Kernel driver in use: snd_hda_intel
>>> 
>>> On boot i do get a message  "Already setup the GSI :16", however that seems 
>>> to happen for multiple devices and irq/gsi's.
> 
>> And is quite normal.
> 
>>> ##Cold boot of the host system
>>>     [   35.556728] xen: registering gsi 16 triggering 0 polarity 1
>>>     [   35.573157] xen: --> pirq=16 -> irq=16 (gsi=16)
>>>     (XEN) [2014-09-25 13:08:55.771] IOAPIC[0]: Set PCI routing entry (6-16 -> 
> 0x89 -> IRQ 16 Mode:1 Active:1)
> 
>> So you managed to zap the one message presumably right before
>> this which would indicate which device this is done for (just like is
>> the case below).
> 
> Ah ok, i did send the complete "context" in the complete serial.log with the 
> 
> first mail (however that is that large and everything spread it's also hard 
> to 
> make sense of).
> The problem is .. there is no direct context in the logging to a particular 
> device .. (at least i don't see it):

Does your distro have a way to serialize the boot process (such that
drivers get loaded and initialized one after the other)?

Jan

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-26  6:59             ` Jan Beulich
@ 2014-09-26  9:18               ` Sander Eikelenboom
  2014-09-26  9:43                 ` Jan Beulich
  0 siblings, 1 reply; 30+ messages in thread
From: Sander Eikelenboom @ 2014-09-26  9:18 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel


Friday, September 26, 2014, 8:59:22 AM, you wrote:

>>>> On 26.09.14 at 00:09, <linux@eikelenboom.it> wrote:
>> - Tried booting dom0 with pci=nosmi, but that didn't make a difference, still 
>>   "irq16 nobody cared".
>> - Tried booting dom0 with pci=nomsi and irqpoll, that prevented the "irq16 
>>   nobody cared" from appearing, i could see around 600000 interrupts for 
>> irq16,
>>   however the machine now freezes shortly afterward without any error (on 
>> serial 
>>   console with sync-console on, triple ctrl-a also doesn't work anymore)

> Again please don't mix up host and guest MSI. Host IRQ 16 can't
> possibly be an MSI one.

The idea was trying to not use MSI's but intx .. to see if it makes a 
difference.

>> - Tried switching off the onboard soundcard in the bios. Now irq16 is not 
>> bound 
>>   to any device, but the machine still freezes without any error (on serial 
>>   console with sync-console on, triple ctrl-a also doesn't work anymore)

> I suppose that hang is with irqpoll still in use? Ctrl-a not working anymore
> makes me wonder whether you use a PCI serial card sitting on that same
> IRQ for the Xen console... 

With and without irqpoll in use. 
I'm using the onboard serial header, just checked and 
it's set in the bios to use irq4, it is however on the super i/o controller, 
which in turn is part of southbridge. 

That has a ioapic, super i/o (serial, fans, sensors), usb controller, and the 
soundcontroller (now gone but that was 14.2 with irq16).

00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller (rev 41)
00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (rev 40)
00:14.5 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller

I don't know what happens if there is a race / ordering problem in say xen/iommu/pciback pulling 
the device from the guest on shutdown while there are still irq's pending ?

(the code of xen_pciback's release and resetting function for instance seems to do a different 
ordering compared to vfio-pci's)

> Furthermore in that mode (with supposedly no
> handler set up for IRQ 16) monitoring (with a little bit of debugging code)
> how/when IRQ 16 gets setup and unmasked may provide further hints.

I don't know if i made it clear enough, but without the device occupying irq16 
it doesn't give the irq16 nobody cared (or any such message or error), it just 
freezes.


> Jan

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-26  9:18               ` Sander Eikelenboom
@ 2014-09-26  9:43                 ` Jan Beulich
  2014-09-26 10:02                   ` Sander Eikelenboom
  2014-09-27 14:00                   ` Sander Eikelenboom
  0 siblings, 2 replies; 30+ messages in thread
From: Jan Beulich @ 2014-09-26  9:43 UTC (permalink / raw)
  To: Sander Eikelenboom; +Cc: xen-devel

>>> On 26.09.14 at 11:18, <linux@eikelenboom.it> wrote:
> Friday, September 26, 2014, 8:59:22 AM, you wrote:
>>>>> On 26.09.14 at 00:09, <linux@eikelenboom.it> wrote:
>>> - Tried switching off the onboard soundcard in the bios. Now irq16 is not 
>>> bound 
>>>   to any device, but the machine still freezes without any error (on serial 
>>>   console with sync-console on, triple ctrl-a also doesn't work anymore)
> 
>> I suppose that hang is with irqpoll still in use? Ctrl-a not working anymore
>> makes me wonder whether you use a PCI serial card sitting on that same
>> IRQ for the Xen console... 
> 
> With and without irqpoll in use. 

Oh, even without. That's worrying indeed. But again, the main thing
to understand is who sets up and unmasks IRQ 16 when and for
what reason.

> I don't know what happens if there is a race / ordering problem in say 
> xen/iommu/pciback pulling 
> the device from the guest on shutdown while there are still irq's pending ?
> 
> (the code of xen_pciback's release and resetting function for instance seems 
> to do a different 
> ordering compared to vfio-pci's)

That's a different aspect, as long as I recall correctly that the passed
through device isn't itself sitting on IRQ 16.

>> Furthermore in that mode (with supposedly no
>> handler set up for IRQ 16) monitoring (with a little bit of debugging code)
>> how/when IRQ 16 gets setup and unmasked may provide further hints.
> 
> I don't know if i made it clear enough, but without the device occupying 
> irq16 
> it doesn't give the irq16 nobody cared (or any such message or error), it 
> just 
> freezes.

Because likely it doesn't even get that far.

Jan

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-26  9:43                 ` Jan Beulich
@ 2014-09-26 10:02                   ` Sander Eikelenboom
  2014-09-26 10:08                     ` Jan Beulich
  2014-09-27 14:00                   ` Sander Eikelenboom
  1 sibling, 1 reply; 30+ messages in thread
From: Sander Eikelenboom @ 2014-09-26 10:02 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel


Friday, September 26, 2014, 11:43:04 AM, you wrote:

>>>> On 26.09.14 at 11:18, <linux@eikelenboom.it> wrote:
>> Friday, September 26, 2014, 8:59:22 AM, you wrote:
>>>>>> On 26.09.14 at 00:09, <linux@eikelenboom.it> wrote:
>>>> - Tried switching off the onboard soundcard in the bios. Now irq16 is not 
>>>> bound 
>>>>   to any device, but the machine still freezes without any error (on serial 
>>>>   console with sync-console on, triple ctrl-a also doesn't work anymore)
>> 
>>> I suppose that hang is with irqpoll still in use? Ctrl-a not working anymore
>>> makes me wonder whether you use a PCI serial card sitting on that same
>>> IRQ for the Xen console... 
>> 
>> With and without irqpoll in use. 

> Oh, even without. That's worrying indeed. But again, the main thing
> to understand is who sets up and unmasks IRQ 16 when and for
> what reason.

After i disabled the sound device in the bios, irq16 is not setup anymore.
It's not present in /proc/interrupts, i don't see it in the logs (no gsi 16, 
no irq 16)
I also don't get the "irq 16 nobody cared" anymore, but instead a freeze.

So i'm a bit inclined to say that it is a coincidence that what ever is wrong 
always seems to hit that when it was present, but is hitting something else less 
verbose now and freezing the machine.

>> I don't know what happens if there is a race / ordering problem in say 
>> xen/iommu/pciback pulling 
>> the device from the guest on shutdown while there are still irq's pending ?
>> 
>> (the code of xen_pciback's release and resetting function for instance seems 
>> to do a different 
>> ordering compared to vfio-pci's)

> That's a different aspect, as long as I recall correctly that the passed
> through device isn't itself sitting on IRQ 16.

No it's not, but i don't know what would happen if the devices is being reset 
before being completely disabled / have irq's disabled. And it issues an irq 
request, for an irq that isn't handled/registered anymore, but i would assume it to 
be discarded and an error message printed .. 

The other strange thing is that i don't have problems with restarting HVM guests 
with other passed through device types (usb controllers, videograbber), only 
difference regarding irq's is that they use intx of msi-x and not msi.

>>> Furthermore in that mode (with supposedly no
>>> handler set up for IRQ 16) monitoring (with a little bit of debugging code)
>>> how/when IRQ 16 gets setup and unmasked may provide further hints.
>> 
>> I don't know if i made it clear enough, but without the device occupying 
>> irq16 
>> it doesn't give the irq16 nobody cared (or any such message or error), it 
>> just 
>> freezes.

> Because likely it doesn't even get that far.

> Jan

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-26 10:02                   ` Sander Eikelenboom
@ 2014-09-26 10:08                     ` Jan Beulich
  0 siblings, 0 replies; 30+ messages in thread
From: Jan Beulich @ 2014-09-26 10:08 UTC (permalink / raw)
  To: Sander Eikelenboom; +Cc: xen-devel

>>> On 26.09.14 at 12:02, <linux@eikelenboom.it> wrote:

> Friday, September 26, 2014, 11:43:04 AM, you wrote:
> 
>>>>> On 26.09.14 at 11:18, <linux@eikelenboom.it> wrote:
>>> Friday, September 26, 2014, 8:59:22 AM, you wrote:
>>>>>>> On 26.09.14 at 00:09, <linux@eikelenboom.it> wrote:
>>>>> - Tried switching off the onboard soundcard in the bios. Now irq16 is not 
>>>>> bound 
>>>>>   to any device, but the machine still freezes without any error (on serial 
>>>>>   console with sync-console on, triple ctrl-a also doesn't work anymore)
>>> 
>>>> I suppose that hang is with irqpoll still in use? Ctrl-a not working anymore
>>>> makes me wonder whether you use a PCI serial card sitting on that same
>>>> IRQ for the Xen console... 
>>> 
>>> With and without irqpoll in use. 
> 
>> Oh, even without. That's worrying indeed. But again, the main thing
>> to understand is who sets up and unmasks IRQ 16 when and for
>> what reason.
> 
> After i disabled the sound device in the bios, irq16 is not setup anymore.
> It's not present in /proc/interrupts, i don't see it in the logs (no gsi 16, 
> 
> no irq 16)
> I also don't get the "irq 16 nobody cared" anymore, but instead a freeze.
> 
> So i'm a bit inclined to say that it is a coincidence that what ever is 
> wrong 
> always seems to hit that when it was present, but is hitting something else 
> less 
> verbose now and freezing the machine.

So how deterministic is the point in time when the freeze occurs? Did
you try passing "watchdog" to the hypervisor (assuming it works on
that box)?

Jan

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-26  9:43                 ` Jan Beulich
  2014-09-26 10:02                   ` Sander Eikelenboom
@ 2014-09-27 14:00                   ` Sander Eikelenboom
  2014-09-27 18:02                     ` Konrad Rzeszutek Wilk
  2014-10-01 13:52                     ` Sander Eikelenboom
  1 sibling, 2 replies; 30+ messages in thread
From: Sander Eikelenboom @ 2014-09-27 14:00 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel


Friday, September 26, 2014, 11:43:04 AM, you wrote:

>>>> On 26.09.14 at 11:18, <linux@eikelenboom.it> wrote:
>> Friday, September 26, 2014, 8:59:22 AM, you wrote:
>>>>>> On 26.09.14 at 00:09, <linux@eikelenboom.it> wrote:
>>>> - Tried switching off the onboard soundcard in the bios. Now irq16 is not 
>>>> bound 
>>>>   to any device, but the machine still freezes without any error (on serial 
>>>>   console with sync-console on, triple ctrl-a also doesn't work anymore)
>> 
>>> I suppose that hang is with irqpoll still in use? Ctrl-a not working anymore
>>> makes me wonder whether you use a PCI serial card sitting on that same
>>> IRQ for the Xen console... 
>> 
>> With and without irqpoll in use. 

> Oh, even without. That's worrying indeed. But again, the main thing
> to understand is who sets up and unmasks IRQ 16 when and for
> what reason.

>> I don't know what happens if there is a race / ordering problem in say 
>> xen/iommu/pciback pulling 
>> the device from the guest on shutdown while there are still irq's pending ?
>> 
>> (the code of xen_pciback's release and resetting function for instance seems 
>> to do a different 
>> ordering compared to vfio-pci's)

> That's a different aspect, as long as I recall correctly that the passed
> through device isn't itself sitting on IRQ 16.

>>> Furthermore in that mode (with supposedly no
>>> handler set up for IRQ 16) monitoring (with a little bit of debugging code)
>>> how/when IRQ 16 gets setup and unmasked may provide further hints.
>> 
>> I don't know if i made it clear enough, but without the device occupying 
>> irq16 
>> it doesn't give the irq16 nobody cared (or any such message or error), it 
>> just 
>> freezes.

> Because likely it doesn't even get that far.

> Jan

Ok done some more testing and it seems really borked to me.

What i have done is:
- I re-enabled the soundcard on 00:14.2 and it again is setup with irq 16 according to lspci.
- I enabled initcall_debug and driver/bus debug in the dom0 kernel.
- I added some extra debug info around the code paths involved in setting up the irq's and added a WARN_ON(gsi==16) in xen_register_gsi()

The result at the boot of dom0, the first time gsi/irq16 is registered is:

[   66.819396] bus: 'pci': really_probe: bound device 0000:00:0d.0 to driver pcieport
[   66.842286] bus: 'pci': driver_probe_device: matched device 0000:00:15.0 with driver pcieport
[   66.868014] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:15.0
[   66.892106] xen: registering gsi 16 triggering 0 polarity 1
[   66.908861] ------------[ cut here ]------------
[   66.922902] WARNING: CPU: 2 PID: 1 at arch/x86/pci/xen.c:131 xen_register_gsi.part.5+0x40/0xc4()
[   66.949416] Modules linked in:
[   66.958775] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 3.17.0-rc6-20140925-vanilla-printk6+ #1
[   66.984510] Hardware name: MSI MS-7640/890FXA-GD70 (MS-7640)  , BIOS V1.8B1 09/13/2010
[   67.008433]  0000000000000009 ffff880059b6fa18 ffffffff81b3164e ffff880059b90000
[   67.030783]  0000000000000000 ffff880059b6fa58 ffffffff810c42c2 ffff880059b6fa78
[   67.053152]  0000000000000010 0000000000000000 0000000000000001 00000000ffffffff
[   67.075503] Call Trace:
[   67.083051]  [<ffffffff81b3164e>] dump_stack+0x46/0x58
[   67.098651]  [<ffffffff810c42c2>] warn_slowpath_common+0x82/0xb0
[   67.116845]  [<ffffffff810c4305>] warn_slowpath_null+0x15/0x20
[   67.134525]  [<ffffffff81b35207>] xen_register_gsi.part.5+0x40/0xc4
[   67.153507]  [<ffffffff819466fd>] acpi_register_gsi_xen+0x1d/0x20
[   67.171967]  [<ffffffff8103c8ca>] acpi_register_gsi+0xa/0x10
[   67.189124]  [<ffffffff814ebdf7>] acpi_pci_irq_enable+0xed/0x1bd
[   67.207327]  [<ffffffff81499688>] ? pci_bus_read_config_word+0x88/0xa0
[   67.227084]  [<ffffffff81949139>] pcibios_enable_device+0x39/0x40
[   67.245543]  [<ffffffff814a122d>] do_pci_enable_device+0x4d/0x100
[   67.263997]  [<ffffffff814a2116>] pci_enable_device_flags+0xc6/0x120
[   67.283236]  [<ffffffff814a217e>] pci_enable_device+0xe/0x10
[   67.300398]  [<ffffffff814b0ea4>] pcie_port_device_register+0x24/0x4f0
[   67.320156]  [<ffffffff8110176a>] ? lock_release+0x12a/0x240
[   67.337315]  [<ffffffff814b1533>] pcie_portdrv_probe+0x43/0x70
[   67.354994]  [<ffffffff814a3428>] local_pci_probe+0x28/0x70
[   67.371892]  [<ffffffff814a3701>] pci_device_probe+0xd1/0x120
[   67.389316]  [<ffffffff8169f5f8>] driver_probe_device+0xe8/0x340
[   67.407509]  [<ffffffff8169f8f3>] __driver_attach+0xa3/0xb0
[   67.424407]  [<ffffffff8169f850>] ? driver_probe_device+0x340/0x340
[   67.443392]  [<ffffffff8169d7ad>] bus_for_each_dev+0x5d/0xa0
[   67.460550]  [<ffffffff8169f039>] driver_attach+0x19/0x20
[   67.476927]  [<ffffffff8169ec3d>] bus_add_driver+0xfd/0x210
[   67.493829]  [<ffffffff82343237>] ? dmi_pcie_pme_disable_msi+0x1a/0x1a
[   67.513584]  [<ffffffff816a000f>] driver_register+0x5f/0xf0
[   67.530479]  [<ffffffff814a383f>] __pci_register_driver+0x5f/0x70
[   67.548946]  [<ffffffff8234329d>] pcie_portdrv_init+0x66/0x77
[   67.566362]  [<ffffffff810021bb>] do_one_initcall+0x13b/0x1f0
[   67.583782]  [<ffffffff8231528a>] kernel_init_freeable+0x204/0x298
[   67.602503]  [<ffffffff82314971>] ? do_early_param+0x8c/0x8c
[   67.619661]  [<ffffffff810e4e2f>] ? finish_task_switch+0x7f/0xf0
[   67.637858]  [<ffffffff81b27f30>] ? rest_init+0xc0/0xc0
[   67.653721]  [<ffffffff81b27f39>] kernel_init+0x9/0xf0
[   67.669314]  [<ffffffff81b3cefc>] ret_from_fork+0x7c/0xb0
[   67.685697]  [<ffffffff81b27f30>] ? rest_init+0xc0/0xc0
[   67.701561] ---[ end trace c3cbc73c89ab2f64 ]---
[   67.715662] xen: --> pirq=16 -> irq=16 (gsi=16)
(XEN) [2014-09-27 13:04:15.981] IOAPIC[0]: Set PCI routing entry (6-16 -> 0x71 -> IRQ 16 Mode:1 Active:1)
[   67.757210] pcieport 0000:00:15.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 16 (level, low) -> IRQ/rc 16
[   67.786816] device: '0000:00:15.0:pcie01': device_add
[   67.801916] bus: 'pci_express': add device 0000:00:15.0:pcie01
[   67.819592] PM: Adding info for pci_express:0000:00:15.0:pcie01
[   67.837603] driver: 'pcieport': driver_bound: bound to device '0000:00:15.0'
[   67.858843] bus: 'pci': really_probe: bound device 0000:00:15.0 to driver pcieport


The second time it's registered to:
[  104.432241] calling  patch_hdmi_init+0x0/0x12 @ 1
[  104.432243] initcall patch_hdmi_init+0x0/0x12 returned 0 after 0 usecs
[  104.432245] calling  azx_driver_init+0x0/0x1b @ 1
[  104.432249] bus: 'pci': add driver snd_hda_intel
[  104.432267] bus: 'pci': driver_probe_device: matched device 0000:00:14.2 with driver snd_hda_intel
[  104.432268] bus: 'pci': really_probe: probing driver snd_hda_intel with device 0000:00:14.2
[  104.432490] xen: registering gsi 16 triggering 0 polarity 1
[  104.432491] ------------[ cut here ]------------
[  104.432494] WARNING: CPU: 1 PID: 1 at arch/x86/pci/xen.c:131 xen_register_gsi.part.5+0x40/0xc4()
[  104.432495] Modules linked in:
[  104.432498] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G        W      3.17.0-rc6-20140925-vanilla-printk6+ #1
[  104.432499] Hardware name: MSI MS-7640/890FXA-GD70 (MS-7640)  , BIOS V1.8B1 09/13/2010
[  104.432502]  0000000000000009 ffff880059b6fa78 ffffffff81b3164e ffff880059b90000
[  104.432503]  0000000000000000 ffff880059b6fab8 ffffffff810c42c2 ffff880059b6fad8
[  104.432505]  0000000000000010 0000000000000000 0000000000000001 00000000ffffffff
[  104.432505] Call Trace:
[  104.432508]  [<ffffffff81b3164e>] dump_stack+0x46/0x58
[  104.432510]  [<ffffffff810c42c2>] warn_slowpath_common+0x82/0xb0
[  104.432512]  [<ffffffff810c4305>] warn_slowpath_null+0x15/0x20
[  104.432514]  [<ffffffff81b35207>] xen_register_gsi.part.5+0x40/0xc4
[  104.432517]  [<ffffffff819466fd>] acpi_register_gsi_xen+0x1d/0x20
[  104.432519]  [<ffffffff8103c8ca>] acpi_register_gsi+0xa/0x10
[  104.432522]  [<ffffffff814ebdf7>] acpi_pci_irq_enable+0xed/0x1bd
[  104.432524]  [<ffffffff81499688>] ? pci_bus_read_config_word+0x88/0xa0
[  104.432526]  [<ffffffff81949139>] pcibios_enable_device+0x39/0x40
[  104.432529]  [<ffffffff814a122d>] do_pci_enable_device+0x4d/0x100
[  104.432530]  [<ffffffff814a2116>] pci_enable_device_flags+0xc6/0x120
[  104.432532]  [<ffffffff814a217e>] pci_enable_device+0xe/0x10
[  104.432533]  [<ffffffff81943f51>] azx_probe+0x81/0x700
[  104.432535]  [<ffffffff814a3428>] local_pci_probe+0x28/0x70
[  104.432536]  [<ffffffff814a3701>] pci_device_probe+0xd1/0x120
[  104.432538]  [<ffffffff8169f5f8>] driver_probe_device+0xe8/0x340
[  104.432540]  [<ffffffff8169f8f3>] __driver_attach+0xa3/0xb0
[  104.432541]  [<ffffffff8169f850>] ? driver_probe_device+0x340/0x340
[  104.432543]  [<ffffffff8169d7ad>] bus_for_each_dev+0x5d/0xa0
[  104.432544]  [<ffffffff8169f039>] driver_attach+0x19/0x20
[  104.432545]  [<ffffffff8169ec3d>] bus_add_driver+0xfd/0x210
[  104.432547]  [<ffffffff8235765a>] ? patch_hdmi_init+0x12/0x12
[  104.432548]  [<ffffffff816a000f>] driver_register+0x5f/0xf0
[  104.432550]  [<ffffffff814a383f>] __pci_register_driver+0x5f/0x70
[  104.432552]  [<ffffffff810021b5>] ? do_one_initcall+0x135/0x1f0
[  104.432554]  [<ffffffff82357673>] azx_driver_init+0x19/0x1b
[  104.432555]  [<ffffffff810021bb>] do_one_initcall+0x13b/0x1f0
[  104.432558]  [<ffffffff8231528a>] kernel_init_freeable+0x204/0x298
[  104.432560]  [<ffffffff82314971>] ? do_early_param+0x8c/0x8c
[  104.432562]  [<ffffffff810e4e2f>] ? finish_task_switch+0x7f/0xf0
[  104.432564]  [<ffffffff81b27f30>] ? rest_init+0xc0/0xc0
[  104.432568]  [<ffffffff81b27f39>] kernel_init+0x9/0xf0
[  104.432570]  [<ffffffff81b3cefc>] ret_from_fork+0x7c/0xb0
[  104.432572]  [<ffffffff81b27f30>] ? rest_init+0xc0/0xc0
[  104.432573] ---[ end trace c3cbc73c89ab2f65 ]---
[  104.432576] ?!?!? xen_register_pirq 1: --> pirq=-30720 -> irq=16 (gsi=16)
[  104.432578] Already setup the GSI :16
[  104.432580] snd_hda_intel 0000:00:14.2: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 16 (level, low) -> IRQ/rc 16
[  104.432594] driver: 'snd_hda_intel': driver_bound: bound to device '0000:00:14.2'
[  104.432815] bus: 'pci': really_probe: bound device 0000:00:14.2 to driver snd_hda_intel

But in the lspci output i have:
00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
        Subsystem: Micro-Star International Co., Ltd. Device 7640
        Flags: bus master, slow devsel, latency 64, IRQ 16
        Memory at fdbf8000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Kernel driver in use: snd_hda_intel

00:15.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        Capabilities: [50] Power Management version 3
        Capabilities: [58] Express Root Port (Slot+), MSI 00
        Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device 0000
        Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
        Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
        Kernel driver in use: pcieport

And in tree form:
-[0000:00]-+-00.0  Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part
           +-00.2  Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU)
           +-02.0-[0f]--+-00.0  Advanced Micro Devices [AMD] nee ATI RV620 LE [Radeon HD 3450]
           |            \-00.1  Advanced Micro Devices [AMD] nee ATI RV620 HDMI Audio [Radeon HD 3400 Series]
           +-03.0-[0e]--+-00.0  Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570]
           |            \-00.1  Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series]
           +-05.0-[0d]----00.0  Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller
           +-06.0-[0c]----00.0  Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller
           +-09.0-[0b]----00.0  NEC Corporation uPD720200 USB 3.0 Host Controller
           +-0a.0-[0a]----00.0  Conexant Systems, Inc. Device 8210
           +-0b.0-[09]--+-00.0  Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570]
           |            \-00.1  Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series]
           +-0c.0-[05-08]----00.0-[06-08]--+-01.0-[08]----00.0  NEC Corporation uPD720200 USB 3.0 Host Controller
           |                               \-02.0-[07]----00.0  Marvell Technology Group Ltd. 88SE9123 PCIe SATA 6.0 Gb/s controller
           +-0d.0-[04]----00.0  NEC Corporation uPD720200 USB 3.0 Host Controller
           +-11.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]
           +-12.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
           +-12.2  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
           +-13.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
           +-13.2  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
           +-14.0  Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller
           +-14.2  Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA)
           +-14.3  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller
           +-14.4-[03]----06.0  C-Media Electronics Inc CMI8738/CMI8768 PCI Audio
           +-14.5  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
           +-15.0-[02]--
           +-16.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
           +-16.2  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
           +-18.0  Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
           +-18.1  Advanced Micro Devices [AMD] Family 10h Processor Address Map
           +-18.2  Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
           +-18.3  Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
           \-18.4  Advanced Micro Devices [AMD] Family 10h Processor Link Control



However i still don't see a clear connection with the device 09:00.0, i'm 
passing through and functions, and gives the "irq 16 nobody cared" on shutdown.


--
Sander

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-27 14:00                   ` Sander Eikelenboom
@ 2014-09-27 18:02                     ` Konrad Rzeszutek Wilk
  2014-09-27 18:23                       ` Sander Eikelenboom
  2014-10-01 13:52                     ` Sander Eikelenboom
  1 sibling, 1 reply; 30+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-09-27 18:02 UTC (permalink / raw)
  To: Sander Eikelenboom, Jan Beulich; +Cc: xen-devel


>[   67.715662] xen: --> pirq=16 -> irq=16 (gsi=16)
>(XEN) [2014-09-27 13:04:15.981] IOAPIC[0]: Set PCI routing entry (6-16
>-> 0x71 -> IRQ 16 Mode:1 Active:1)
>[   67.757210] pcieport 0000:00:15.0: ?!?!? acpi_pci_irq_enable: PCI
>INT A -> GSI 16 (level, low) -> IRQ/rc 16
>[   67.786816] device: '0000:00:15.0:pcie01': device_add
>[   67.801916] bus: 'pci_express': add device 0000:00:15.0:pcie01
>[   67.819592] PM: Adding info for pci_express:0000:00:15.0:pcie01
..snip..
>[  104.432576] ?!?!? xen_register_pirq 1: --> pirq=-30720 -> irq=16
>(gsi=16)

-30720??

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-27 18:02                     ` Konrad Rzeszutek Wilk
@ 2014-09-27 18:23                       ` Sander Eikelenboom
  0 siblings, 0 replies; 30+ messages in thread
From: Sander Eikelenboom @ 2014-09-27 18:23 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel, Jan Beulich


Saturday, September 27, 2014, 8:02:35 PM, you wrote:


>>[   67.715662] xen: --> pirq=16 -> irq=16 (gsi=16)
>>(XEN) [2014-09-27 13:04:15.981] IOAPIC[0]: Set PCI routing entry (6-16
>>-> 0x71 -> IRQ 16 Mode:1 Active:1)
>>[   67.757210] pcieport 0000:00:15.0: ?!?!? acpi_pci_irq_enable: PCI
>>INT A -> GSI 16 (level, low) -> IRQ/rc 16
>>[   67.786816] device: '0000:00:15.0:pcie01': device_add
>>[   67.801916] bus: 'pci_express': add device 0000:00:15.0:pcie01
>>[   67.819592] PM: Adding info for pci_express:0000:00:15.0:pcie01
> ..snip..
>>[  104.432576] ?!?!? xen_register_pirq 1: --> pirq=-30720 -> irq=16
>>(gsi=16)

> -30720??

Owh sorry .. that's a left over from copy and pasting a debug message to the 
start of the function where the pirq is still uninitialized).
So that one is not interesting.

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-09-27 14:00                   ` Sander Eikelenboom
  2014-09-27 18:02                     ` Konrad Rzeszutek Wilk
@ 2014-10-01 13:52                     ` Sander Eikelenboom
  2014-10-01 14:19                       ` Jan Beulich
  2014-10-07 13:41                       ` Konrad Rzeszutek Wilk
  1 sibling, 2 replies; 30+ messages in thread
From: Sander Eikelenboom @ 2014-10-01 13:52 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel

Hello Sander,

Saturday, September 27, 2014, 4:00:41 PM, you wrote:


> Friday, September 26, 2014, 11:43:04 AM, you wrote:

>>>>> On 26.09.14 at 11:18, <linux@eikelenboom.it> wrote:
>>> Friday, September 26, 2014, 8:59:22 AM, you wrote:
>>>>>>> On 26.09.14 at 00:09, <linux@eikelenboom.it> wrote:
>>>>> - Tried switching off the onboard soundcard in the bios. Now irq16 is not 
>>>>> bound 
>>>>>   to any device, but the machine still freezes without any error (on serial 
>>>>>   console with sync-console on, triple ctrl-a also doesn't work anymore)
>>> 
>>>> I suppose that hang is with irqpoll still in use? Ctrl-a not working anymore
>>>> makes me wonder whether you use a PCI serial card sitting on that same
>>>> IRQ for the Xen console... 
>>> 
>>> With and without irqpoll in use. 

>> Oh, even without. That's worrying indeed. But again, the main thing
>> to understand is who sets up and unmasks IRQ 16 when and for
>> what reason.

>>> I don't know what happens if there is a race / ordering problem in say 
>>> xen/iommu/pciback pulling 
>>> the device from the guest on shutdown while there are still irq's pending ?
>>> 
>>> (the code of xen_pciback's release and resetting function for instance seems 
>>> to do a different 
>>> ordering compared to vfio-pci's)

>> That's a different aspect, as long as I recall correctly that the passed
>> through device isn't itself sitting on IRQ 16.

>>>> Furthermore in that mode (with supposedly no
>>>> handler set up for IRQ 16) monitoring (with a little bit of debugging code)
>>>> how/when IRQ 16 gets setup and unmasked may provide further hints.
>>> 
>>> I don't know if i made it clear enough, but without the device occupying 
>>> irq16 
>>> it doesn't give the irq16 nobody cared (or any such message or error), it 
>>> just 
>>> freezes.

>> Because likely it doesn't even get that far.

>> Jan

> Ok done some more testing and it seems really borked to me.

> What i have done is:
> - I re-enabled the soundcard on 00:14.2 and it again is setup with irq 16 according to lspci.
> - I enabled initcall_debug and driver/bus debug in the dom0 kernel.
> - I added some extra debug info around the code paths involved in setting up the irq's and added a WARN_ON(gsi==16) in xen_register_gsi()

> The result at the boot of dom0, the first time gsi/irq16 is registered is:

> [   66.819396] bus: 'pci': really_probe: bound device 0000:00:0d.0 to driver pcieport
> [   66.842286] bus: 'pci': driver_probe_device: matched device 0000:00:15.0 with driver pcieport
> [   66.868014] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:15.0
> [   66.892106] xen: registering gsi 16 triggering 0 polarity 1
> [   66.908861] ------------[ cut here ]------------
> [   66.922902] WARNING: CPU: 2 PID: 1 at arch/x86/pci/xen.c:131 xen_register_gsi.part.5+0x40/0xc4()
> [   66.949416] Modules linked in:
> [   66.958775] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 3.17.0-rc6-20140925-vanilla-printk6+ #1
> [   66.984510] Hardware name: MSI MS-7640/890FXA-GD70 (MS-7640)  , BIOS V1.8B1 09/13/2010
> [   67.008433]  0000000000000009 ffff880059b6fa18 ffffffff81b3164e ffff880059b90000
> [   67.030783]  0000000000000000 ffff880059b6fa58 ffffffff810c42c2 ffff880059b6fa78
> [   67.053152]  0000000000000010 0000000000000000 0000000000000001 00000000ffffffff
> [   67.075503] Call Trace:
> [   67.083051]  [<ffffffff81b3164e>] dump_stack+0x46/0x58
> [   67.098651]  [<ffffffff810c42c2>] warn_slowpath_common+0x82/0xb0
> [   67.116845]  [<ffffffff810c4305>] warn_slowpath_null+0x15/0x20
> [   67.134525]  [<ffffffff81b35207>] xen_register_gsi.part.5+0x40/0xc4
> [   67.153507]  [<ffffffff819466fd>] acpi_register_gsi_xen+0x1d/0x20
> [   67.171967]  [<ffffffff8103c8ca>] acpi_register_gsi+0xa/0x10
> [   67.189124]  [<ffffffff814ebdf7>] acpi_pci_irq_enable+0xed/0x1bd
> [   67.207327]  [<ffffffff81499688>] ? pci_bus_read_config_word+0x88/0xa0
> [   67.227084]  [<ffffffff81949139>] pcibios_enable_device+0x39/0x40
> [   67.245543]  [<ffffffff814a122d>] do_pci_enable_device+0x4d/0x100
> [   67.263997]  [<ffffffff814a2116>] pci_enable_device_flags+0xc6/0x120
> [   67.283236]  [<ffffffff814a217e>] pci_enable_device+0xe/0x10
> [   67.300398]  [<ffffffff814b0ea4>] pcie_port_device_register+0x24/0x4f0
> [   67.320156]  [<ffffffff8110176a>] ? lock_release+0x12a/0x240
> [   67.337315]  [<ffffffff814b1533>] pcie_portdrv_probe+0x43/0x70
> [   67.354994]  [<ffffffff814a3428>] local_pci_probe+0x28/0x70
> [   67.371892]  [<ffffffff814a3701>] pci_device_probe+0xd1/0x120
> [   67.389316]  [<ffffffff8169f5f8>] driver_probe_device+0xe8/0x340
> [   67.407509]  [<ffffffff8169f8f3>] __driver_attach+0xa3/0xb0
> [   67.424407]  [<ffffffff8169f850>] ? driver_probe_device+0x340/0x340
> [   67.443392]  [<ffffffff8169d7ad>] bus_for_each_dev+0x5d/0xa0
> [   67.460550]  [<ffffffff8169f039>] driver_attach+0x19/0x20
> [   67.476927]  [<ffffffff8169ec3d>] bus_add_driver+0xfd/0x210
> [   67.493829]  [<ffffffff82343237>] ? dmi_pcie_pme_disable_msi+0x1a/0x1a
> [   67.513584]  [<ffffffff816a000f>] driver_register+0x5f/0xf0
> [   67.530479]  [<ffffffff814a383f>] __pci_register_driver+0x5f/0x70
> [   67.548946]  [<ffffffff8234329d>] pcie_portdrv_init+0x66/0x77
> [   67.566362]  [<ffffffff810021bb>] do_one_initcall+0x13b/0x1f0
> [   67.583782]  [<ffffffff8231528a>] kernel_init_freeable+0x204/0x298
> [   67.602503]  [<ffffffff82314971>] ? do_early_param+0x8c/0x8c
> [   67.619661]  [<ffffffff810e4e2f>] ? finish_task_switch+0x7f/0xf0
> [   67.637858]  [<ffffffff81b27f30>] ? rest_init+0xc0/0xc0
> [   67.653721]  [<ffffffff81b27f39>] kernel_init+0x9/0xf0
> [   67.669314]  [<ffffffff81b3cefc>] ret_from_fork+0x7c/0xb0
> [   67.685697]  [<ffffffff81b27f30>] ? rest_init+0xc0/0xc0
> [   67.701561] ---[ end trace c3cbc73c89ab2f64 ]---
> [   67.715662] xen: --> pirq=16 -> irq=16 (gsi=16)
> (XEN) [2014-09-27 13:04:15.981] IOAPIC[0]: Set PCI routing entry (6-16 -> 0x71 -> IRQ 16 Mode:1 Active:1)
> [   67.757210] pcieport 0000:00:15.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 16 (level, low) -> IRQ/rc 16
> [   67.786816] device: '0000:00:15.0:pcie01': device_add
> [   67.801916] bus: 'pci_express': add device 0000:00:15.0:pcie01
> [   67.819592] PM: Adding info for pci_express:0000:00:15.0:pcie01
> [   67.837603] driver: 'pcieport': driver_bound: bound to device '0000:00:15.0'
> [   67.858843] bus: 'pci': really_probe: bound device 0000:00:15.0 to driver pcieport


> The second time it's registered to:
> [  104.432241] calling  patch_hdmi_init+0x0/0x12 @ 1
> [  104.432243] initcall patch_hdmi_init+0x0/0x12 returned 0 after 0 usecs
> [  104.432245] calling  azx_driver_init+0x0/0x1b @ 1
> [  104.432249] bus: 'pci': add driver snd_hda_intel
> [  104.432267] bus: 'pci': driver_probe_device: matched device 0000:00:14.2 with driver snd_hda_intel
> [  104.432268] bus: 'pci': really_probe: probing driver snd_hda_intel with device 0000:00:14.2
> [  104.432490] xen: registering gsi 16 triggering 0 polarity 1
> [  104.432491] ------------[ cut here ]------------
> [  104.432494] WARNING: CPU: 1 PID: 1 at arch/x86/pci/xen.c:131 xen_register_gsi.part.5+0x40/0xc4()
> [  104.432495] Modules linked in:
> [  104.432498] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G        W      3.17.0-rc6-20140925-vanilla-printk6+ #1
> [  104.432499] Hardware name: MSI MS-7640/890FXA-GD70 (MS-7640)  , BIOS V1.8B1 09/13/2010
> [  104.432502]  0000000000000009 ffff880059b6fa78 ffffffff81b3164e ffff880059b90000
> [  104.432503]  0000000000000000 ffff880059b6fab8 ffffffff810c42c2 ffff880059b6fad8
> [  104.432505]  0000000000000010 0000000000000000 0000000000000001 00000000ffffffff
> [  104.432505] Call Trace:
> [  104.432508]  [<ffffffff81b3164e>] dump_stack+0x46/0x58
> [  104.432510]  [<ffffffff810c42c2>] warn_slowpath_common+0x82/0xb0
> [  104.432512]  [<ffffffff810c4305>] warn_slowpath_null+0x15/0x20
> [  104.432514]  [<ffffffff81b35207>] xen_register_gsi.part.5+0x40/0xc4
> [  104.432517]  [<ffffffff819466fd>] acpi_register_gsi_xen+0x1d/0x20
> [  104.432519]  [<ffffffff8103c8ca>] acpi_register_gsi+0xa/0x10
> [  104.432522]  [<ffffffff814ebdf7>] acpi_pci_irq_enable+0xed/0x1bd
> [  104.432524]  [<ffffffff81499688>] ? pci_bus_read_config_word+0x88/0xa0
> [  104.432526]  [<ffffffff81949139>] pcibios_enable_device+0x39/0x40
> [  104.432529]  [<ffffffff814a122d>] do_pci_enable_device+0x4d/0x100
> [  104.432530]  [<ffffffff814a2116>] pci_enable_device_flags+0xc6/0x120
> [  104.432532]  [<ffffffff814a217e>] pci_enable_device+0xe/0x10
> [  104.432533]  [<ffffffff81943f51>] azx_probe+0x81/0x700
> [  104.432535]  [<ffffffff814a3428>] local_pci_probe+0x28/0x70
> [  104.432536]  [<ffffffff814a3701>] pci_device_probe+0xd1/0x120
> [  104.432538]  [<ffffffff8169f5f8>] driver_probe_device+0xe8/0x340
> [  104.432540]  [<ffffffff8169f8f3>] __driver_attach+0xa3/0xb0
> [  104.432541]  [<ffffffff8169f850>] ? driver_probe_device+0x340/0x340
> [  104.432543]  [<ffffffff8169d7ad>] bus_for_each_dev+0x5d/0xa0
> [  104.432544]  [<ffffffff8169f039>] driver_attach+0x19/0x20
> [  104.432545]  [<ffffffff8169ec3d>] bus_add_driver+0xfd/0x210
> [  104.432547]  [<ffffffff8235765a>] ? patch_hdmi_init+0x12/0x12
> [  104.432548]  [<ffffffff816a000f>] driver_register+0x5f/0xf0
> [  104.432550]  [<ffffffff814a383f>] __pci_register_driver+0x5f/0x70
> [  104.432552]  [<ffffffff810021b5>] ? do_one_initcall+0x135/0x1f0
> [  104.432554]  [<ffffffff82357673>] azx_driver_init+0x19/0x1b
> [  104.432555]  [<ffffffff810021bb>] do_one_initcall+0x13b/0x1f0
> [  104.432558]  [<ffffffff8231528a>] kernel_init_freeable+0x204/0x298
> [  104.432560]  [<ffffffff82314971>] ? do_early_param+0x8c/0x8c
> [  104.432562]  [<ffffffff810e4e2f>] ? finish_task_switch+0x7f/0xf0
> [  104.432564]  [<ffffffff81b27f30>] ? rest_init+0xc0/0xc0
> [  104.432568]  [<ffffffff81b27f39>] kernel_init+0x9/0xf0
> [  104.432570]  [<ffffffff81b3cefc>] ret_from_fork+0x7c/0xb0
> [  104.432572]  [<ffffffff81b27f30>] ? rest_init+0xc0/0xc0
> [  104.432573] ---[ end trace c3cbc73c89ab2f65 ]---
> [  104.432576] ?!?!? xen_register_pirq 1: --> pirq=-30720 -> irq=16 (gsi=16)
> [  104.432578] Already setup the GSI :16
> [  104.432580] snd_hda_intel 0000:00:14.2: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 16 (level, low) -> IRQ/rc 16
> [  104.432594] driver: 'snd_hda_intel': driver_bound: bound to device '0000:00:14.2'
> [  104.432815] bus: 'pci': really_probe: bound device 0000:00:14.2 to driver snd_hda_intel

> But in the lspci output i have:
> 00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
>         Subsystem: Micro-Star International Co., Ltd. Device 7640
>         Flags: bus master, slow devsel, latency 64, IRQ 16
>         Memory at fdbf8000 (64-bit, non-prefetchable) [size=16K]
>         Capabilities: [50] Power Management version 2
>         Kernel driver in use: snd_hda_intel

> 00:15.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) (prog-if 00 [Normal decode])
>         Flags: bus master, fast devsel, latency 0
>         Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
>         Capabilities: [50] Power Management version 3
>         Capabilities: [58] Express Root Port (Slot+), MSI 00
>         Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>         Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device 0000
>         Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
>         Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
>         Kernel driver in use: pcieport

> And in tree form:
> -[0000:00]-+-00.0  Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part
>            +-00.2  Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU)
>            +-02.0-[0f]--+-00.0  Advanced Micro Devices [AMD] nee ATI RV620 LE [Radeon HD 3450]
>            |            \-00.1  Advanced Micro Devices [AMD] nee ATI RV620 HDMI Audio [Radeon HD 3400 Series]
>            +-03.0-[0e]--+-00.0  Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570]
>            |            \-00.1  Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series]
>            +-05.0-[0d]----00.0  Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller
>            +-06.0-[0c]----00.0  Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller
>            +-09.0-[0b]----00.0  NEC Corporation uPD720200 USB 3.0 Host Controller
>            +-0a.0-[0a]----00.0  Conexant Systems, Inc. Device 8210
>            +-0b.0-[09]--+-00.0  Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570]
>            |            \-00.1  Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series]
>            +-0c.0-[05-08]----00.0-[06-08]--+-01.0-[08]----00.0  NEC Corporation uPD720200 USB 3.0 Host Controller
>            |                               \-02.0-[07]----00.0  Marvell Technology Group Ltd. 88SE9123 PCIe SATA 6.0 Gb/s controller
>            +-0d.0-[04]----00.0  NEC Corporation uPD720200 USB 3.0 Host Controller
>            +-11.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]
>            +-12.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
>            +-12.2  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
>            +-13.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
>            +-13.2  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
>            +-14.0  Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller
>            +-14.2  Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA)
>            +-14.3  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller
>            +-14.4-[03]----06.0  C-Media Electronics Inc CMI8738/CMI8768 PCI Audio
>            +-14.5  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
>            +-15.0-[02]--
>            +-16.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
>            +-16.2  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
>            +-18.0  Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
>            +-18.1  Advanced Micro Devices [AMD] Family 10h Processor Address Map
>            +-18.2  Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
>            +-18.3  Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
>            \-18.4  Advanced Micro Devices [AMD] Family 10h Processor Link Control



> However i still don't see a clear connection with the device 09:00.0, i'm 
> passing through and functions, and gives the "irq 16 nobody cared" on shutdown.


> --
> Sander


Hi Jan,

Just tested with about the same kernel (and same hardware) on linux + kvm:

When i boot i see (on the host):
[    1.341556] pcieport 0000:00:02.0: irq 31 for MSI/MSI-X
[    1.341875] pcieport 0000:00:03.0: irq 32 for MSI/MSI-X
[    1.342145] pcieport 0000:00:05.0: irq 33 for MSI/MSI-X
[    1.342429] pcieport 0000:00:06.0: irq 34 for MSI/MSI-X
[    1.342588] pcieport 0000:00:09.0: irq 35 for MSI/MSI-X
[    1.342853] pcieport 0000:00:0a.0: irq 36 for MSI/MSI-X
[    1.343125] pcieport 0000:00:0b.0: irq 37 for MSI/MSI-X
[    1.343285] pcieport 0000:00:0c.0: irq 38 for MSI/MSI-X
[    1.343434] pcieport 0000:00:0d.0: irq 39 for MSI/MSI-X
[    1.343719] pcieport 0000:00:15.0: irq 40 for MSI/MSI-X
[    1.343897] pcieport 0000:05:00.0: irq 41 for MSI/MSI-X
[    1.344134] pcieport 0000:06:01.0: irq 42 for MSI/MSI-X
[    1.344398] pcieport 0000:06:02.0: irq 44 for MSI/MSI-X

While the soundcard has still irq16.

Passing through 09:00.0 to a KVM guest (as primary passthrough since that works 
with KVM) it works fine and after shutting down there is no "irq 16 nobody 
cared".

So why would linux setup those irq/gsi's for the pcieport differently on Xen and on 
baremetal (and why can a irq/gsi be bound to 2 devices) ? 

--
Sander


# cat /proc/interrupts
            CPU0       CPU1       CPU2       CPU3       CPU4       CPU5
   0:     100420          0          0          0          0          0  IR-IO-APIC-edge      timer
   1:          1          0          0          0          0          2  IR-IO-APIC-edge      i8042
   7:          1          0          0          0          0          0  IR-IO-APIC-edge
   8:          0          0          0          0          0          1  IR-IO-APIC-edge      rtc0
   9:          0          0          0          0          0          0  IR-IO-APIC-fasteoi   acpi
  12:          0          0          0          0          0          4  IR-IO-APIC-edge      i8042
  16:          0          0          0          0          0        796  IR-IO-APIC   16-fasteoi   snd_hda_intel
  17:          0          0          0          0          0          4  IR-IO-APIC   17-fasteoi   ehci_hcd:usb1, ehci_hcd:usb2, ehci_hcd:usb3
  18:          0          0          0          0         11       6414  IR-IO-APIC   18-fasteoi   ohci_hcd:usb4, ohci_hcd:usb5, ohci_hcd:usb6, ohci_hcd:usb7
  29:          0          0          0          0          0          0  IR-PCI-MSI-edge      AMD-Vi
  31:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  32:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  33:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  34:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  35:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  36:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  37:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  38:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  39:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  40:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  45:          0          0          0          1         79      95630  IR-PCI-MSI-edge      ahci0
  46:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci1
  47:          0          0          0          0         27       8643  IR-PCI-MSI-edge      ahci2
  48:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci3
  49:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci4
  50:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci5
  53:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci
  55:          0          0          0          0        184      22648  IR-PCI-MSI-edge      eth0
  57:          0          0          0          1        148      21232  IR-PCI-MSI-edge      eth1
  59:          0          0          0          0          0          1  IR-PCI-MSI-edge      xhci_hcd
  60:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  61:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  62:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  63:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  64:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  65:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  66:          0          0          0          0          0         23  IR-PCI-MSI-edge      xhci_hcd
  67:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  68:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  69:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  70:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  71:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  72:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  74:          0          0          0          0         23      22099  IR-PCI-MSI-edge      xhci_hcd
  75:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  76:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  77:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  78:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  79:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  80:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  81:          0          0          0          0          0          0  IR-IO-APIC   23-fasteoi   cx25821[1]
  83:          0          0          0          0          0         28  IR-PCI-MSI-edge      snd_hda_intel
  85:          0          0          0          0          3        652  IR-PCI-MSI-edge      vfio-msi[0](0000:09:00.0)
 NMI:          3          3          3          4          4          3   Non-maskable interrupts
 LOC:      13423      25027      24547      30018      30575      46789   Local timer interrupts
 SPU:          0          0          0          0          0          0   Spurious interrupts
 PMI:          3          3          3          4          4          3   Performance monitoring interrupts
 IWI:          0          0          0          0          1          0   IRQ work interrupts
 RTR:          0          0          0          0          0          0   APIC ICR read retries
 RES:      88652      68934      52849     112934      76728      33317   Rescheduling interrupts
 CAL:        295        287        327        327        311        200   Function call interrupts
 TLB:       1165       1232       1122       1376       1248       1160   TLB shootdowns
 TRM:          0          0          0          0          0          0   Thermal event interrupts
 THR:          0          0          0          0          0          0   Threshold APIC interrupts
 MCE:          0          0          0          0          0          0   Machine check exceptions
 MCP:          4          4          4          4          4          4   Machine check polls
 THR:          0          0          0          0          0          0   Hypervisor callback interrupts
 ERR:          1
 MIS:          0

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-10-01 13:52                     ` Sander Eikelenboom
@ 2014-10-01 14:19                       ` Jan Beulich
  2014-10-07 13:41                       ` Konrad Rzeszutek Wilk
  1 sibling, 0 replies; 30+ messages in thread
From: Jan Beulich @ 2014-10-01 14:19 UTC (permalink / raw)
  To: Sander Eikelenboom; +Cc: xen-devel

>>> On 01.10.14 at 15:52, <linux@eikelenboom.it> wrote:
> Just tested with about the same kernel (and same hardware) on linux + kvm:
> 
> When i boot i see (on the host):
> [    1.341556] pcieport 0000:00:02.0: irq 31 for MSI/MSI-X
> [    1.341875] pcieport 0000:00:03.0: irq 32 for MSI/MSI-X
> [    1.342145] pcieport 0000:00:05.0: irq 33 for MSI/MSI-X
> [    1.342429] pcieport 0000:00:06.0: irq 34 for MSI/MSI-X
> [    1.342588] pcieport 0000:00:09.0: irq 35 for MSI/MSI-X
> [    1.342853] pcieport 0000:00:0a.0: irq 36 for MSI/MSI-X
> [    1.343125] pcieport 0000:00:0b.0: irq 37 for MSI/MSI-X
> [    1.343285] pcieport 0000:00:0c.0: irq 38 for MSI/MSI-X
> [    1.343434] pcieport 0000:00:0d.0: irq 39 for MSI/MSI-X
> [    1.343719] pcieport 0000:00:15.0: irq 40 for MSI/MSI-X
> [    1.343897] pcieport 0000:05:00.0: irq 41 for MSI/MSI-X
> [    1.344134] pcieport 0000:06:01.0: irq 42 for MSI/MSI-X
> [    1.344398] pcieport 0000:06:02.0: irq 44 for MSI/MSI-X
> 
> While the soundcard has still irq16.

Where MSIs get allocated has nothing to do with pin based IRQs. Or
maybe I'm just not understanding what you're trying to tell me...

> Passing through 09:00.0 to a KVM guest (as primary passthrough since that 
> works 
> with KVM) it works fine and after shutting down there is no "irq 16 nobody 
> cared".
> 
> So why would linux setup those irq/gsi's for the pcieport differently on Xen 
> and on 
> baremetal (and why can a irq/gsi be bound to 2 devices) ? 

Without seeing both logs at the same time I can't even tell what
the difference is. Rather than keeping all kinds of irrelevant (for
the moment) context it would have helped more if you had added
the respective Xen side messages.

That said - questions about upstream Linux interrupt setup
would better be directed to the upstream Xen Linux maintainers.

Jan

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-10-01 13:52                     ` Sander Eikelenboom
  2014-10-01 14:19                       ` Jan Beulich
@ 2014-10-07 13:41                       ` Konrad Rzeszutek Wilk
  2014-10-07 14:50                         ` Jan Beulich
  1 sibling, 1 reply; 30+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-10-07 13:41 UTC (permalink / raw)
  To: Sander Eikelenboom; +Cc: xen-devel, Jan Beulich

> Hi Jan,
> 
> Just tested with about the same kernel (and same hardware) on linux + kvm:
> 
> When i boot i see (on the host):
> [    1.341556] pcieport 0000:00:02.0: irq 31 for MSI/MSI-X
> [    1.341875] pcieport 0000:00:03.0: irq 32 for MSI/MSI-X
> [    1.342145] pcieport 0000:00:05.0: irq 33 for MSI/MSI-X
> [    1.342429] pcieport 0000:00:06.0: irq 34 for MSI/MSI-X
> [    1.342588] pcieport 0000:00:09.0: irq 35 for MSI/MSI-X
> [    1.342853] pcieport 0000:00:0a.0: irq 36 for MSI/MSI-X
> [    1.343125] pcieport 0000:00:0b.0: irq 37 for MSI/MSI-X
> [    1.343285] pcieport 0000:00:0c.0: irq 38 for MSI/MSI-X
> [    1.343434] pcieport 0000:00:0d.0: irq 39 for MSI/MSI-X
> [    1.343719] pcieport 0000:00:15.0: irq 40 for MSI/MSI-X

When this happend, did you see:
[  66.819396] bus: 'pci': really_probe: bound device 0000:00:0d.0 to driver pcieport
[   66.842286] bus: 'pci': driver_probe_device: matched device 0000:00:15.0 with driver pcieport
[   66.868014] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:15.0
-- some other code --
[   67.757210] pcieport 0000:00:15.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 16 (level, low) -> IRQ/rc 16


> [    1.343897] pcieport 0000:05:00.0: irq 41 for MSI/MSI-X
> [    1.344134] pcieport 0000:06:01.0: irq 42 for MSI/MSI-X
> [    1.344398] pcieport 0000:06:02.0: irq 44 for MSI/MSI-X
> 
> While the soundcard has still irq16.
> 
> Passing through 09:00.0 to a KVM guest (as primary passthrough since that works 
> with KVM) it works fine and after shutting down there is no "irq 16 nobody 
> cared".
> 
> So why would linux setup those irq/gsi's for the pcieport differently on Xen and on 
> baremetal (and why can a irq/gsi be bound to 2 devices) ? 

Right, that would be odd.

The IRQ can be bound to two devices if it is an 'level' type (aka, not an 'edge').
This is something that be extrapolated from the ACPI MADT tables
and the xen_register_gsi is the one that is told about that (polarity and level).

Looking back at your emails:

    (XEN) [2014-09-25 13:29:04.111]    IRQ:  16 affinity:01 vec:89 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(--

It definitly is level, so that means it is shared.

Now there is a gotcha with shared interrupts - if there are _two_
devices and one is in one guest while the other is in another guest - both
domains have to Ack it.

That is where Xen PCIBack comes in - it has its own IRQ handler that will
determine (based on a hypercall) whether the device is shared and if so
Ack it. I am wondering if it is turned off (as in, Xen thinks it should not
be shared but Linux has the device shared).

You can fiddle with the Xen pciback parameters to turn on/off this 'fake'
irq handler.

But it all seems to point that we somehow are getting the wrong impression
about the 0000:00:0d.0 and  0000:00:15.0 and using legacy interrupts
instead of MSI ones. And I think that underlaying problem is causing
these secondary ones.

Could you attach also the full dmesg under baremetal with 'debug' and all
kinds of debug enabled ? That should help a bit in figuring out why
they get MSIs under baremetal but legacy interrupts under Xen.

Thank you!
> 
> --
> Sander
> 
> 
> # cat /proc/interrupts
>             CPU0       CPU1       CPU2       CPU3       CPU4       CPU5
>    0:     100420          0          0          0          0          0  IR-IO-APIC-edge      timer
>    1:          1          0          0          0          0          2  IR-IO-APIC-edge      i8042
>    7:          1          0          0          0          0          0  IR-IO-APIC-edge
>    8:          0          0          0          0          0          1  IR-IO-APIC-edge      rtc0
>    9:          0          0          0          0          0          0  IR-IO-APIC-fasteoi   acpi
>   12:          0          0          0          0          0          4  IR-IO-APIC-edge      i8042
>   16:          0          0          0          0          0        796  IR-IO-APIC   16-fasteoi   snd_hda_intel
>   17:          0          0          0          0          0          4  IR-IO-APIC   17-fasteoi   ehci_hcd:usb1, ehci_hcd:usb2, ehci_hcd:usb3
>   18:          0          0          0          0         11       6414  IR-IO-APIC   18-fasteoi   ohci_hcd:usb4, ohci_hcd:usb5, ohci_hcd:usb6, ohci_hcd:usb7
>   29:          0          0          0          0          0          0  IR-PCI-MSI-edge      AMD-Vi
>   31:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
>   32:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
>   33:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
>   34:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
>   35:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
>   36:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
>   37:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
>   38:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
>   39:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
>   40:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
>   45:          0          0          0          1         79      95630  IR-PCI-MSI-edge      ahci0
>   46:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci1
>   47:          0          0          0          0         27       8643  IR-PCI-MSI-edge      ahci2
>   48:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci3
>   49:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci4
>   50:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci5
>   53:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci
>   55:          0          0          0          0        184      22648  IR-PCI-MSI-edge      eth0
>   57:          0          0          0          1        148      21232  IR-PCI-MSI-edge      eth1
>   59:          0          0          0          0          0          1  IR-PCI-MSI-edge      xhci_hcd
>   60:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   61:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   62:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   63:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   64:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   65:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   66:          0          0          0          0          0         23  IR-PCI-MSI-edge      xhci_hcd
>   67:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   68:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   69:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   70:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   71:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   72:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   74:          0          0          0          0         23      22099  IR-PCI-MSI-edge      xhci_hcd
>   75:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   76:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   77:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   78:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   79:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   80:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
>   81:          0          0          0          0          0          0  IR-IO-APIC   23-fasteoi   cx25821[1]
>   83:          0          0          0          0          0         28  IR-PCI-MSI-edge      snd_hda_intel
>   85:          0          0          0          0          3        652  IR-PCI-MSI-edge      vfio-msi[0](0000:09:00.0)
>  NMI:          3          3          3          4          4          3   Non-maskable interrupts
>  LOC:      13423      25027      24547      30018      30575      46789   Local timer interrupts
>  SPU:          0          0          0          0          0          0   Spurious interrupts
>  PMI:          3          3          3          4          4          3   Performance monitoring interrupts
>  IWI:          0          0          0          0          1          0   IRQ work interrupts
>  RTR:          0          0          0          0          0          0   APIC ICR read retries
>  RES:      88652      68934      52849     112934      76728      33317   Rescheduling interrupts
>  CAL:        295        287        327        327        311        200   Function call interrupts
>  TLB:       1165       1232       1122       1376       1248       1160   TLB shootdowns
>  TRM:          0          0          0          0          0          0   Thermal event interrupts
>  THR:          0          0          0          0          0          0   Threshold APIC interrupts
>  MCE:          0          0          0          0          0          0   Machine check exceptions
>  MCP:          4          4          4          4          4          4   Machine check polls
>  THR:          0          0          0          0          0          0   Hypervisor callback interrupts
>  ERR:          1
>  MIS:          0
> 

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-10-07 13:41                       ` Konrad Rzeszutek Wilk
@ 2014-10-07 14:50                         ` Jan Beulich
  2014-10-08 12:56                           ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 30+ messages in thread
From: Jan Beulich @ 2014-10-07 14:50 UTC (permalink / raw)
  To: Sander Eikelenboom, Konrad Rzeszutek Wilk; +Cc: xen-devel

>>> On 07.10.14 at 15:41, <konrad.wilk@oracle.com> wrote:
> Could you attach also the full dmesg under baremetal with 'debug' and all
> kinds of debug enabled ? That should help a bit in figuring out why
> they get MSIs under baremetal but legacy interrupts under Xen.

The messages he sent don't really suggest that. The legacy pin
based IRQ always gets set up when a device gets enabled, no
matter whether in the end it would actually get used. And afaict
other messages clearly hint at MSI being used for the PCIe stuff.

Jan

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-10-07 14:50                         ` Jan Beulich
@ 2014-10-08 12:56                           ` Konrad Rzeszutek Wilk
  2014-10-08 20:33                             ` Sander Eikelenboom
  2014-10-21 13:43                             ` Sander Eikelenboom
  0 siblings, 2 replies; 30+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-10-08 12:56 UTC (permalink / raw)
  To: Jan Beulich; +Cc: Sander Eikelenboom, xen-devel

On Tue, Oct 07, 2014 at 03:50:03PM +0100, Jan Beulich wrote:
> >>> On 07.10.14 at 15:41, <konrad.wilk@oracle.com> wrote:
> > Could you attach also the full dmesg under baremetal with 'debug' and all
> > kinds of debug enabled ? That should help a bit in figuring out why
> > they get MSIs under baremetal but legacy interrupts under Xen.
> 
> The messages he sent don't really suggest that. The legacy pin
> based IRQ always gets set up when a device gets enabled, no
> matter whether in the end it would actually get used. And afaict
> other messages clearly hint at MSI being used for the PCIe stuff.

Correct. I fear that in the domain0 we have set an event for this
particular GSI (16) which is also in use in the guest (and then somehow
we did not tear this down when the PCIe setup the MSI).

Xen will send events to both domains - and since domain0 does not
have an IRQ handler for it - it will activate its anti-IRQ storm
routine and disabling the IRQ line.

> 
> Jan
> 

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-10-08 12:56                           ` Konrad Rzeszutek Wilk
@ 2014-10-08 20:33                             ` Sander Eikelenboom
  2014-10-21 13:43                             ` Sander Eikelenboom
  1 sibling, 0 replies; 30+ messages in thread
From: Sander Eikelenboom @ 2014-10-08 20:33 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel, Jan Beulich

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


Wednesday, October 8, 2014, 2:56:53 PM, you wrote:

> On Tue, Oct 07, 2014 at 03:50:03PM +0100, Jan Beulich wrote:
>> >>> On 07.10.14 at 15:41, <konrad.wilk@oracle.com> wrote:
>> > Could you attach also the full dmesg under baremetal with 'debug' and all
>> > kinds of debug enabled ? That should help a bit in figuring out why
>> > they get MSIs under baremetal but legacy interrupts under Xen.
>> 
>> The messages he sent don't really suggest that. The legacy pin
>> based IRQ always gets set up when a device gets enabled, no
>> matter whether in the end it would actually get used. And afaict
>> other messages clearly hint at MSI being used for the PCIe stuff.

> Correct. I fear that in the domain0 we have set an event for this
> particular GSI (16) which is also in use in the guest (and then somehow
> we did not tear this down when the PCIe setup the MSI).

> Xen will send events to both domains - and since domain0 does not
> have an IRQ handler for it - it will activate its anti-IRQ storm
> routine and disabling the IRQ line.

>> 
>> Jan
>> 


Hi Konrad / Jan,

Sorry for the late response, been kind of busy.
Added some debug code around the pcieport and PME code, and also round the pci 
reset code (since it is triggered on guest shutdown).

I have attached to this mail:

- Booting of the machine with booting all guests, including guests which have 
  pci devices passed through and which function fine and which can be perfectly 
  restarted without any issue, at the end is the start and shutdown of the guest 
  having the vga card passed through (09:00.0 and 09:00.1) which causes the irq 16: nobody cared when i shut it down.
  I marked the logs where this gets started.
        - xen-xl-dmesg.txt
        - xen-dmesg.txt
        - xen-lspci.txt
        - xen-lspci-tv.txt
        - xen-lspci-vvvknn.txt
        - xen-proc-interrupts-before.txt (before guest with vga card passed through started)
        - xen-proc-interrupts-after.txt  (after guest with vga card passed through started)

- Booting of the machine with a baremetal kernel and booting and shutting down a 
  kvm/qemu + vfio-pci guest having the same vga card passed through (though it's primary passthrough with KVM 
  and secondary with Xen, but that shouldn't make a difference).
  The kvm guest is started with this qemu commandline:

        /usr/local/bin/qemu-system-x86_64 -machine type=pc,accel=kvm -cpu host -smp 2,sockets=1,cores=2 -hda /dev/xen_vms/xbmc_kvm -m 1024 -boot c -vnc 0.0.0.0:1 -k en-us -device vfio-pci,host=09:00.0,x-vga=on,rombar=0,romfile=/root/07rom.bin -vga none -device e1000,netdev=net0,mac=DE:AD:BE:EF:AA:13 -netdev tap,id=net0,script=/etc/qemu-ifup

        - kvm-dmesg.txt
        - kvm-lspci.txt
        - kvm-lspci-tv.txt
        - kvm-lspci-vvvknn.txt
        - kvm-proc-interrupts-before.txt (before guest with vga card passed through started)
        - kvm-proc-interrupts-after.txt  (after guest with vga card passed through started)
        
- kernel-debug.patch (patch with the extra debug code i added to a v3.17 kernel)
- config-3.17.0-20141008-vanilla-kvm-debug4+ (kernel .config used for both xen 
  dom0 and kvm boot)
- grub.cfg


Some oddities i noticed (don't know their relevance but you never know):

- it doesn't happen on *every* shutdown of the guest with the vga card passed 
  through, it happens *most* of the time, so it has the character of a race ..

- The pcieport's all get consecutive relative high irq's assigned (52 to 54
  although these also seem to double ..) , accept  0000:00:15.0 which gets irq 16 ..
  could this be due to some pcie lanes being connected to the southbridge ?
  (see for a graph of the chipset http://www.guru3d.com/articles-pages/msi-890fxa-gd70-review,2.html)

- The soundcard that also gets irq 16 assigned is also on the southbridge, which could make it a bios/acpi-table issue ?

- However the device i'm passing through is NOT on that pcieport .. so that would undermine the forgoing...

- The device on that pcieport is A vga card (dom0's vga console) and it does also have a snd_hda_intel (hdmi)

- The irq's action handler when it trips the 'irq 16 nobody card' is 'azx_interrupt()' which IS the interrupt handler for the snd_hda_intel driver

- However under KVM this issue doesn't seem to be there .. so that would undermine the forgoing... 

- The other passed through pci devices (which guests don't give an issue when restarted) all have a different reset on guest start:
  - first a pm_reset, then a secondary bus reset
  - the vga card only gets a pm_reset, no secondary bus reset ...

- To my surprise these resets on guest start don't seem to directly originate from xen-pciback code ?
  (i introduced a pci_reset_xen() to see if i could skip the pm_reset for the vga card and see if that would change something,
  but since it seems to originate from some other generic code that didn't succeed)

- It all doesn't seem to connect .. *sigh*

Hope you will be able to spot something and make sense of it :-)

---

Sander

Sander

[-- Attachment #2: config-3.17.0-20141008-vanilla-kvm-debug4+ --]
[-- Type: application/octet-stream, Size: 98899 bytes --]

#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 3.17.0-20141008-vanilla-kvm-debug4 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_MMU=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_ZONE_DMA32=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_HAVE_INTEL_TXT=y
CONFIG_X86_64_SMP=y
CONFIG_X86_HT=y
CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11"
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
# CONFIG_POSIX_MQUEUE is not set
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_FHANDLE=y
CONFIG_USELIB=y
CONFIG_AUDIT=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
CONFIG_AUDITSYSCALL=y
CONFIG_AUDIT_WATCH=y
CONFIG_AUDIT_TREE=y

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_LEGACY_ALLOC_HWIRQ=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_DEBUG=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_DATA=y
CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
# CONFIG_NO_HZ_FULL is not set
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y

#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y

#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_PREEMPT_RCU is not set
CONFIG_RCU_STALL_COMMON=y
# CONFIG_RCU_USER_QS is not set
CONFIG_RCU_FANOUT=64
CONFIG_RCU_FANOUT_LEAF=16
# CONFIG_RCU_FANOUT_EXACT is not set
CONFIG_RCU_FAST_NO_HZ=y
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_RCU_NOCB_CPU is not set
CONFIG_BUILD_BIN2C=y
CONFIG_IKCONFIG=y
# CONFIG_IKCONFIG_PROC is not set
CONFIG_LOG_BUF_SHIFT=18
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_ARCH_WANTS_PROT_NUMA_PROT_NONE=y
# CONFIG_NUMA_BALANCING is not set
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_FREEZER=y
# CONFIG_CGROUP_DEVICE is not set
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_RESOURCE_COUNTERS=y
# CONFIG_MEMCG is not set
# CONFIG_CGROUP_HUGETLB is not set
# CONFIG_CGROUP_PERF is not set
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_CFS_BANDWIDTH is not set
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
# CONFIG_USER_NS is not set
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
# CONFIG_RELAY is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
CONFIG_RD_LZ4=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_HAVE_UID16=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
# CONFIG_EXPERT is not set
CONFIG_UID16=y
CONFIG_SGETMASK_SYSCALL=y
CONFIG_SYSFS_SYSCALL=y
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_PCI_QUIRKS=y
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLAB is not set
CONFIG_SLUB=y
CONFIG_SLUB_CPU_PARTIAL=y
# CONFIG_SYSTEM_TRUSTED_KEYRING is not set
# CONFIG_PROFILING is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_OPROFILE_NMI_TIMER=y
# CONFIG_KPROBES is not set
CONFIG_JUMP_LABEL=y
# CONFIG_UPROBES is not set
# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
CONFIG_HAVE_CC_STACKPROTECTOR=y
# CONFIG_CC_STACKPROTECTOR is not set
CONFIG_CC_STACKPROTECTOR_NONE=y
# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
# CONFIG_CC_STACKPROTECTOR_STRONG is not set
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
CONFIG_OLD_SIGSUSPEND3=y
CONFIG_COMPAT_OLD_SIGACTION=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_MODULE_SIG is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
# CONFIG_BLK_DEV_BSGLIB is not set
CONFIG_BLK_DEV_INTEGRITY=y
# CONFIG_BLK_DEV_THROTTLING is not set
# CONFIG_BLK_CMDLINE_PARSER is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_AIX_PARTITION is not set
CONFIG_OSF_PARTITION=y
CONFIG_AMIGA_PARTITION=y
# CONFIG_ATARI_PARTITION is not set
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_UNIXWARE_DISKLABEL=y
# CONFIG_LDM_PARTITION is not set
CONFIG_SGI_PARTITION=y
# CONFIG_ULTRIX_PARTITION is not set
CONFIG_SUN_PARTITION=y
CONFIG_KARMA_PARTITION=y
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
# CONFIG_CMDLINE_PARTITION is not set
CONFIG_BLOCK_COMPAT=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_CFQ_GROUP_IOSCHED=y
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_ARCH_USE_QUEUE_RWLOCK=y
CONFIG_QUEUE_RWLOCK=y
CONFIG_FREEZER=y

#
# Processor type and features
#
CONFIG_ZONE_DMA=y
CONFIG_SMP=y
CONFIG_X86_X2APIC=y
# CONFIG_X86_MPPARSE is not set
# CONFIG_X86_EXTENDED_PLATFORM is not set
# CONFIG_X86_INTEL_LPSS is not set
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
CONFIG_PARAVIRT_DEBUG=y
CONFIG_PARAVIRT_SPINLOCKS=y
CONFIG_XEN=y
CONFIG_XEN_DOM0=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_MAX_DOMAIN_MEMORY=500
CONFIG_XEN_SAVE_RESTORE=y
CONFIG_XEN_DEBUG_FS=y
CONFIG_XEN_PVH=y
CONFIG_KVM_GUEST=y
CONFIG_KVM_DEBUG_FS=y
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
CONFIG_PARAVIRT_CLOCK=y
CONFIG_NO_BOOTMEM=y
# CONFIG_MEMTEST is not set
# CONFIG_MK8 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_MATOM is not set
CONFIG_GENERIC_CPU=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_GART_IOMMU=y
# CONFIG_CALGARY_IOMMU is not set
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_MAXSMP is not set
CONFIG_NR_CPUS=8
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
CONFIG_X86_MCE_AMD=y
CONFIG_X86_MCE_THRESHOLD=y
# CONFIG_X86_MCE_INJECT is not set
CONFIG_X86_THERMAL_VECTOR=y
CONFIG_X86_16BIT=y
CONFIG_X86_ESPFIX64=y
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_MICROCODE_INTEL_EARLY is not set
# CONFIG_MICROCODE_AMD_EARLY is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_DIRECT_GBPAGES=y
CONFIG_NUMA=y
CONFIG_AMD_NUMA=y
CONFIG_X86_64_ACPI_NUMA=y
CONFIG_NODES_SPAN_OTHER_NODES=y
# CONFIG_NUMA_EMU is not set
CONFIG_NODES_SHIFT=8
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_PROC_KCORE_TEXT=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_NEED_MULTIPLE_NODES=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_ARCH_DISCARD_MEMBLOCK=y
# CONFIG_MOVABLE_NODE is not set
# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
# CONFIG_MEMORY_HOTPLUG is not set
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_NEED_BOUNCE_POOL=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MMU_NOTIFIER=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
# CONFIG_MEMORY_FAILURE is not set
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
# CONFIG_CLEANCACHE is not set
# CONFIG_FRONTSWAP is not set
# CONFIG_CMA is not set
# CONFIG_ZPOOL is not set
# CONFIG_ZBUD is not set
# CONFIG_ZSMALLOC is not set
CONFIG_GENERIC_EARLY_IOREMAP=y
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
CONFIG_X86_RESERVE_LOW=64
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_ARCH_RANDOM=y
CONFIG_X86_SMAP=y
# CONFIG_EFI is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_300=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=300
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
# CONFIG_KEXEC_FILE is not set
CONFIG_CRASH_DUMP=y
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
# CONFIG_RANDOMIZE_BASE is not set
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_HOTPLUG_CPU=y
# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
# CONFIG_COMPAT_VDSO is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_USE_PERCPU_NUMA_NODE_ID=y

#
# Power management and ACPI options
#
# CONFIG_SUSPEND is not set
CONFIG_HIBERNATE_CALLBACKS=y
# CONFIG_HIBERNATION is not set
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
# CONFIG_PM_AUTOSLEEP is not set
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=100
CONFIG_PM_WAKELOCKS_GC=y
CONFIG_PM_RUNTIME=y
CONFIG_PM=y
CONFIG_PM_DEBUG=y
# CONFIG_PM_ADVANCED_DEBUG is not set
CONFIG_PM_SLEEP_DEBUG=y
CONFIG_DPM_WATCHDOG=y
CONFIG_DPM_WATCHDOG_TIMEOUT=12
# CONFIG_PM_TRACE_RTC is not set
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
CONFIG_ACPI=y
CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
# CONFIG_ACPI_PROCFS_POWER is not set
# CONFIG_ACPI_EC_DEBUGFS is not set
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_PROCESSOR_AGGREGATOR=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_NUMA=y
CONFIG_ACPI_CUSTOM_DSDT_FILE=""
# CONFIG_ACPI_CUSTOM_DSDT is not set
# CONFIG_ACPI_INITRD_TABLE_OVERRIDE is not set
CONFIG_ACPI_DEBUG=y
CONFIG_ACPI_PCI_SLOT=y
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
# CONFIG_ACPI_SBS is not set
CONFIG_ACPI_HED=y
CONFIG_ACPI_CUSTOM_METHOD=y
# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set
CONFIG_HAVE_ACPI_APEI=y
CONFIG_HAVE_ACPI_APEI_NMI=y
CONFIG_ACPI_APEI=y
CONFIG_ACPI_APEI_GHES=y
CONFIG_ACPI_APEI_PCIEAER=y
CONFIG_ACPI_APEI_EINJ=y
CONFIG_ACPI_APEI_ERST_DEBUG=y
CONFIG_ACPI_EXTLOG=y
# CONFIG_SFI is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_COMMON=y
# CONFIG_CPU_FREQ_STAT is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set

#
# x86 CPU frequency scaling drivers
#
# CONFIG_X86_INTEL_PSTATE is not set
CONFIG_X86_PCC_CPUFREQ=y
CONFIG_X86_ACPI_CPUFREQ=y
CONFIG_X86_ACPI_CPUFREQ_CPB=y
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_AMD_FREQ_SENSITIVITY is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_P4_CLOCKMOD is not set

#
# shared options
#
# CONFIG_X86_SPEEDSTEP_LIB is not set

#
# CPU Idle
#
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
CONFIG_INTEL_IDLE=y

#
# Memory power savings
#
# CONFIG_I7300_IDLE is not set

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_XEN=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_PCIEAER=y
CONFIG_PCIE_ECRC=y
CONFIG_PCIEAER_INJECT=y
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
CONFIG_PCIEASPM_DEFAULT=y
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_PERFORMANCE is not set
CONFIG_PCIE_PME=y
CONFIG_PCI_MSI=y
CONFIG_PCI_DEBUG=y
CONFIG_PCI_REALLOC_ENABLE_AUTO=y
CONFIG_PCI_STUB=y
CONFIG_XEN_PCIDEV_FRONTEND=y
CONFIG_HT_IRQ=y
CONFIG_PCI_ATS=y
CONFIG_PCI_IOV=y
CONFIG_PCI_PRI=y
CONFIG_PCI_PASID=y
CONFIG_PCI_IOAPIC=y
CONFIG_PCI_LABEL=y

#
# PCI host controller drivers
#
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
# CONFIG_PCCARD is not set
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_ACPI=y
CONFIG_HOTPLUG_PCI_ACPI_IBM=y
CONFIG_HOTPLUG_PCI_CPCI=y
CONFIG_HOTPLUG_PCI_CPCI_ZT5550=y
CONFIG_HOTPLUG_PCI_CPCI_GENERIC=y
CONFIG_HOTPLUG_PCI_SHPC=y
# CONFIG_RAPIDIO is not set
# CONFIG_X86_SYSFB is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=y
CONFIG_COREDUMP=y
CONFIG_IA32_EMULATION=y
# CONFIG_IA32_AOUT is not set
# CONFIG_X86_X32 is not set
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_KEYS_COMPAT=y
CONFIG_X86_DEV_DMA_OPS=y
CONFIG_IOSF_MBI=m
CONFIG_PMC_ATOM=y
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_DIAG is not set
CONFIG_UNIX=y
# CONFIG_UNIX_DIAG is not set
# CONFIG_XFRM_USER is not set
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_IP_FIB_TRIE_STATS is not set
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_ROUTE_CLASSID=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
CONFIG_NET_IP_TUNNEL=y
CONFIG_SYN_COOKIES=y
# CONFIG_NET_UDP_TUNNEL is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
CONFIG_INET_TUNNEL=y
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
CONFIG_INET_LRO=y
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
# CONFIG_TCP_CONG_VEGAS is not set
# CONFIG_TCP_CONG_SCALABLE is not set
# CONFIG_TCP_CONG_LP is not set
# CONFIG_TCP_CONG_VENO is not set
# CONFIG_TCP_CONG_YEAH is not set
# CONFIG_TCP_CONG_ILLINOIS is not set
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
# CONFIG_INET6_AH is not set
# CONFIG_INET6_ESP is not set
# CONFIG_INET6_IPCOMP is not set
# CONFIG_IPV6_MIP6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
# CONFIG_INET6_XFRM_MODE_BEET is not set
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
CONFIG_IPV6_SIT=y
CONFIG_IPV6_SIT_6RD=y
CONFIG_IPV6_NDISC_NODETYPE=y
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_IPV6_GRE is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set
CONFIG_NETWORK_SECMARK=y
CONFIG_NET_PTP_CLASSIFY=y
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=y

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=y
CONFIG_NETFILTER_NETLINK_ACCT=y
CONFIG_NETFILTER_NETLINK_QUEUE=y
CONFIG_NETFILTER_NETLINK_LOG=y
CONFIG_NF_CONNTRACK=y
CONFIG_NF_LOG_COMMON=y
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_PROCFS=y
CONFIG_NF_CONNTRACK_EVENTS=y
# CONFIG_NF_CONNTRACK_TIMEOUT is not set
CONFIG_NF_CONNTRACK_TIMESTAMP=y
# CONFIG_NF_CT_PROTO_DCCP is not set
CONFIG_NF_CT_PROTO_GRE=y
# CONFIG_NF_CT_PROTO_SCTP is not set
# CONFIG_NF_CT_PROTO_UDPLITE is not set
# CONFIG_NF_CONNTRACK_AMANDA is not set
CONFIG_NF_CONNTRACK_FTP=y
CONFIG_NF_CONNTRACK_H323=y
CONFIG_NF_CONNTRACK_IRC=y
# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
# CONFIG_NF_CONNTRACK_SNMP is not set
CONFIG_NF_CONNTRACK_PPTP=y
# CONFIG_NF_CONNTRACK_SANE is not set
CONFIG_NF_CONNTRACK_SIP=y
# CONFIG_NF_CONNTRACK_TFTP is not set
CONFIG_NF_CT_NETLINK=y
# CONFIG_NF_CT_NETLINK_TIMEOUT is not set
# CONFIG_NETFILTER_NETLINK_QUEUE_CT is not set
CONFIG_NF_NAT=y
CONFIG_NF_NAT_NEEDED=y
# CONFIG_NF_NAT_AMANDA is not set
CONFIG_NF_NAT_FTP=y
CONFIG_NF_NAT_IRC=y
CONFIG_NF_NAT_SIP=y
# CONFIG_NF_NAT_TFTP is not set
CONFIG_NETFILTER_SYNPROXY=y
# CONFIG_NF_TABLES is not set
CONFIG_NETFILTER_XTABLES=y

#
# Xtables combined modules
#
CONFIG_NETFILTER_XT_MARK=y
CONFIG_NETFILTER_XT_CONNMARK=y
CONFIG_NETFILTER_XT_SET=y

#
# Xtables targets
#
CONFIG_NETFILTER_XT_TARGET_AUDIT=y
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=y
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=y
CONFIG_NETFILTER_XT_TARGET_CONNMARK=y
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y
# CONFIG_NETFILTER_XT_TARGET_CT is not set
CONFIG_NETFILTER_XT_TARGET_DSCP=y
CONFIG_NETFILTER_XT_TARGET_HL=y
# CONFIG_NETFILTER_XT_TARGET_HMARK is not set
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=y
CONFIG_NETFILTER_XT_TARGET_LOG=y
CONFIG_NETFILTER_XT_TARGET_MARK=y
CONFIG_NETFILTER_XT_NAT=y
CONFIG_NETFILTER_XT_TARGET_NETMAP=y
CONFIG_NETFILTER_XT_TARGET_NFLOG=y
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=y
# CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set
CONFIG_NETFILTER_XT_TARGET_RATEEST=y
CONFIG_NETFILTER_XT_TARGET_REDIRECT=y
CONFIG_NETFILTER_XT_TARGET_TEE=y
# CONFIG_NETFILTER_XT_TARGET_TPROXY is not set
# CONFIG_NETFILTER_XT_TARGET_TRACE is not set
CONFIG_NETFILTER_XT_TARGET_SECMARK=y
CONFIG_NETFILTER_XT_TARGET_TCPMSS=y
# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set

#
# Xtables matches
#
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y
# CONFIG_NETFILTER_XT_MATCH_BPF is not set
# CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
CONFIG_NETFILTER_XT_MATCH_CLUSTER=y
CONFIG_NETFILTER_XT_MATCH_COMMENT=y
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=y
# CONFIG_NETFILTER_XT_MATCH_CONNLABEL is not set
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=y
CONFIG_NETFILTER_XT_MATCH_CONNMARK=y
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y
CONFIG_NETFILTER_XT_MATCH_CPU=y
CONFIG_NETFILTER_XT_MATCH_DCCP=y
CONFIG_NETFILTER_XT_MATCH_DEVGROUP=y
CONFIG_NETFILTER_XT_MATCH_DSCP=y
CONFIG_NETFILTER_XT_MATCH_ECN=y
CONFIG_NETFILTER_XT_MATCH_ESP=y
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=y
CONFIG_NETFILTER_XT_MATCH_HELPER=y
CONFIG_NETFILTER_XT_MATCH_HL=y
# CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
CONFIG_NETFILTER_XT_MATCH_IPRANGE=y
CONFIG_NETFILTER_XT_MATCH_IPVS=y
# CONFIG_NETFILTER_XT_MATCH_L2TP is not set
CONFIG_NETFILTER_XT_MATCH_LENGTH=y
CONFIG_NETFILTER_XT_MATCH_LIMIT=y
CONFIG_NETFILTER_XT_MATCH_MAC=y
CONFIG_NETFILTER_XT_MATCH_MARK=y
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y
CONFIG_NETFILTER_XT_MATCH_NFACCT=y
CONFIG_NETFILTER_XT_MATCH_OSF=y
CONFIG_NETFILTER_XT_MATCH_OWNER=y
CONFIG_NETFILTER_XT_MATCH_PHYSDEV=y
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y
CONFIG_NETFILTER_XT_MATCH_QUOTA=y
CONFIG_NETFILTER_XT_MATCH_RATEEST=y
CONFIG_NETFILTER_XT_MATCH_REALM=y
CONFIG_NETFILTER_XT_MATCH_RECENT=y
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
# CONFIG_NETFILTER_XT_MATCH_SOCKET is not set
CONFIG_NETFILTER_XT_MATCH_STATE=y
CONFIG_NETFILTER_XT_MATCH_STATISTIC=y
CONFIG_NETFILTER_XT_MATCH_STRING=y
CONFIG_NETFILTER_XT_MATCH_TCPMSS=y
CONFIG_NETFILTER_XT_MATCH_TIME=y
CONFIG_NETFILTER_XT_MATCH_U32=y
CONFIG_IP_SET=y
CONFIG_IP_SET_MAX=256
CONFIG_IP_SET_BITMAP_IP=y
CONFIG_IP_SET_BITMAP_IPMAC=y
CONFIG_IP_SET_BITMAP_PORT=y
CONFIG_IP_SET_HASH_IP=y
# CONFIG_IP_SET_HASH_IPMARK is not set
CONFIG_IP_SET_HASH_IPPORT=y
CONFIG_IP_SET_HASH_IPPORTIP=y
CONFIG_IP_SET_HASH_IPPORTNET=y
CONFIG_IP_SET_HASH_NETPORTNET=y
CONFIG_IP_SET_HASH_NET=y
CONFIG_IP_SET_HASH_NETNET=y
CONFIG_IP_SET_HASH_NETPORT=y
CONFIG_IP_SET_HASH_NETIFACE=y
CONFIG_IP_SET_LIST_SET=y
CONFIG_IP_VS=y
CONFIG_IP_VS_IPV6=y
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=12

#
# IPVS transport protocol load balancing support
#
# CONFIG_IP_VS_PROTO_TCP is not set
# CONFIG_IP_VS_PROTO_UDP is not set
# CONFIG_IP_VS_PROTO_AH_ESP is not set
# CONFIG_IP_VS_PROTO_ESP is not set
# CONFIG_IP_VS_PROTO_AH is not set
# CONFIG_IP_VS_PROTO_SCTP is not set

#
# IPVS scheduler
#
# CONFIG_IP_VS_RR is not set
# CONFIG_IP_VS_WRR is not set
# CONFIG_IP_VS_LC is not set
# CONFIG_IP_VS_WLC is not set
# CONFIG_IP_VS_LBLC is not set
# CONFIG_IP_VS_LBLCR is not set
# CONFIG_IP_VS_DH is not set
# CONFIG_IP_VS_SH is not set
# CONFIG_IP_VS_SED is not set
# CONFIG_IP_VS_NQ is not set

#
# IPVS SH scheduler
#
CONFIG_IP_VS_SH_TAB_BITS=8

#
# IPVS application helper
#
CONFIG_IP_VS_NFCT=y

#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=y
CONFIG_NF_CONNTRACK_IPV4=y
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
# CONFIG_NF_LOG_ARP is not set
CONFIG_NF_LOG_IPV4=y
CONFIG_NF_NAT_IPV4=y
CONFIG_NF_NAT_PROTO_GRE=y
CONFIG_NF_NAT_PPTP=y
CONFIG_NF_NAT_H323=y
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_AH=y
CONFIG_IP_NF_MATCH_ECN=y
# CONFIG_IP_NF_MATCH_RPFILTER is not set
CONFIG_IP_NF_MATCH_TTL=y
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
CONFIG_IP_NF_TARGET_SYNPROXY=y
CONFIG_IP_NF_NAT=y
CONFIG_IP_NF_TARGET_MASQUERADE=y
CONFIG_IP_NF_TARGET_NETMAP=y
CONFIG_IP_NF_TARGET_REDIRECT=y
CONFIG_IP_NF_MANGLE=y
# CONFIG_IP_NF_TARGET_CLUSTERIP is not set
# CONFIG_IP_NF_TARGET_ECN is not set
CONFIG_IP_NF_TARGET_TTL=y
CONFIG_IP_NF_RAW=y
# CONFIG_IP_NF_ARPTABLES is not set

#
# IPv6: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV6=y
CONFIG_NF_CONNTRACK_IPV6=y
CONFIG_NF_LOG_IPV6=y
CONFIG_NF_NAT_IPV6=y
CONFIG_IP6_NF_IPTABLES=y
CONFIG_IP6_NF_MATCH_AH=y
CONFIG_IP6_NF_MATCH_EUI64=y
CONFIG_IP6_NF_MATCH_FRAG=y
CONFIG_IP6_NF_MATCH_OPTS=y
CONFIG_IP6_NF_MATCH_HL=y
CONFIG_IP6_NF_MATCH_IPV6HEADER=y
CONFIG_IP6_NF_MATCH_MH=y
CONFIG_IP6_NF_MATCH_RPFILTER=y
CONFIG_IP6_NF_MATCH_RT=y
CONFIG_IP6_NF_TARGET_HL=y
CONFIG_IP6_NF_FILTER=y
CONFIG_IP6_NF_TARGET_REJECT=y
CONFIG_IP6_NF_TARGET_SYNPROXY=y
CONFIG_IP6_NF_MANGLE=y
CONFIG_IP6_NF_RAW=y
# CONFIG_IP6_NF_NAT is not set
CONFIG_BRIDGE_NF_EBTABLES=y
# CONFIG_BRIDGE_EBT_BROUTE is not set
# CONFIG_BRIDGE_EBT_T_FILTER is not set
# CONFIG_BRIDGE_EBT_T_NAT is not set
# CONFIG_BRIDGE_EBT_802_3 is not set
# CONFIG_BRIDGE_EBT_AMONG is not set
# CONFIG_BRIDGE_EBT_ARP is not set
# CONFIG_BRIDGE_EBT_IP is not set
# CONFIG_BRIDGE_EBT_IP6 is not set
# CONFIG_BRIDGE_EBT_LIMIT is not set
# CONFIG_BRIDGE_EBT_MARK is not set
# CONFIG_BRIDGE_EBT_PKTTYPE is not set
# CONFIG_BRIDGE_EBT_STP is not set
# CONFIG_BRIDGE_EBT_VLAN is not set
# CONFIG_BRIDGE_EBT_ARPREPLY is not set
# CONFIG_BRIDGE_EBT_DNAT is not set
# CONFIG_BRIDGE_EBT_MARK_T is not set
# CONFIG_BRIDGE_EBT_REDIRECT is not set
# CONFIG_BRIDGE_EBT_SNAT is not set
# CONFIG_BRIDGE_EBT_LOG is not set
# CONFIG_BRIDGE_EBT_NFLOG is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
CONFIG_STP=y
CONFIG_BRIDGE=y
CONFIG_BRIDGE_IGMP_SNOOPING=y
CONFIG_HAVE_NET_DSA=y
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
CONFIG_LLC=y
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
# CONFIG_6LOWPAN is not set
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
# CONFIG_NET_SCH_CBQ is not set
# CONFIG_NET_SCH_HTB is not set
# CONFIG_NET_SCH_HFSC is not set
# CONFIG_NET_SCH_PRIO is not set
# CONFIG_NET_SCH_MULTIQ is not set
# CONFIG_NET_SCH_RED is not set
# CONFIG_NET_SCH_SFB is not set
# CONFIG_NET_SCH_SFQ is not set
# CONFIG_NET_SCH_TEQL is not set
# CONFIG_NET_SCH_TBF is not set
# CONFIG_NET_SCH_GRED is not set
# CONFIG_NET_SCH_DSMARK is not set
# CONFIG_NET_SCH_NETEM is not set
# CONFIG_NET_SCH_DRR is not set
# CONFIG_NET_SCH_MQPRIO is not set
# CONFIG_NET_SCH_CHOKE is not set
# CONFIG_NET_SCH_QFQ is not set
# CONFIG_NET_SCH_CODEL is not set
# CONFIG_NET_SCH_FQ_CODEL is not set
# CONFIG_NET_SCH_FQ is not set
# CONFIG_NET_SCH_HHF is not set
# CONFIG_NET_SCH_PIE is not set
# CONFIG_NET_SCH_INGRESS is not set
# CONFIG_NET_SCH_PLUG is not set

#
# Classification
#
CONFIG_NET_CLS=y
# CONFIG_NET_CLS_BASIC is not set
# CONFIG_NET_CLS_TCINDEX is not set
# CONFIG_NET_CLS_ROUTE4 is not set
# CONFIG_NET_CLS_FW is not set
# CONFIG_NET_CLS_U32 is not set
# CONFIG_NET_CLS_RSVP is not set
# CONFIG_NET_CLS_RSVP6 is not set
# CONFIG_NET_CLS_FLOW is not set
# CONFIG_NET_CLS_CGROUP is not set
# CONFIG_NET_CLS_BPF is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
# CONFIG_NET_EMATCH_CMP is not set
# CONFIG_NET_EMATCH_NBYTE is not set
# CONFIG_NET_EMATCH_U32 is not set
# CONFIG_NET_EMATCH_META is not set
# CONFIG_NET_EMATCH_TEXT is not set
# CONFIG_NET_EMATCH_IPSET is not set
CONFIG_NET_CLS_ACT=y
# CONFIG_NET_ACT_POLICE is not set
# CONFIG_NET_ACT_GACT is not set
# CONFIG_NET_ACT_MIRRED is not set
# CONFIG_NET_ACT_IPT is not set
# CONFIG_NET_ACT_NAT is not set
# CONFIG_NET_ACT_PEDIT is not set
# CONFIG_NET_ACT_SIMP is not set
# CONFIG_NET_ACT_SKBEDIT is not set
# CONFIG_NET_ACT_CSUM is not set
CONFIG_NET_SCH_FIFO=y
# CONFIG_DCB is not set
# CONFIG_DNS_RESOLVER is not set
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
# CONFIG_VSOCKETS is not set
# CONFIG_NETLINK_MMAP is not set
# CONFIG_NETLINK_DIAG is not set
# CONFIG_NET_MPLS_GSO is not set
# CONFIG_HSR is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
# CONFIG_CGROUP_NET_PRIO is not set
# CONFIG_CGROUP_NET_CLASSID is not set
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
# CONFIG_BPF_JIT is not set
CONFIG_NET_FLOW_LIMIT=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
CONFIG_BT=y
CONFIG_BT_RFCOMM=y
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=y
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=y

#
# Bluetooth device drivers
#
CONFIG_BT_HCIBTUSB=y
CONFIG_BT_HCIUART=y
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_ATH3K=y
CONFIG_BT_HCIUART_LL=y
CONFIG_BT_HCIUART_3WIRE=y
CONFIG_BT_HCIBCM203X=y
CONFIG_BT_HCIBPA10X=y
CONFIG_BT_HCIBFUSB=y
CONFIG_BT_HCIVHCI=y
CONFIG_BT_MRVL=y
CONFIG_BT_ATH3K=y
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y
# CONFIG_WIRELESS is not set
# CONFIG_WIMAX is not set
# CONFIG_RFKILL is not set
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
CONFIG_CEPH_LIB=y
# CONFIG_CEPH_LIB_PRETTYDEBUG is not set
# CONFIG_CEPH_LIB_USE_DNS_RESOLVER is not set
# CONFIG_NFC is not set
CONFIG_HAVE_BPF_JIT=y

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
# CONFIG_STANDALONE is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_FW_LOADER_USER_HELPER=y
CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
CONFIG_SYS_HYPERVISOR=y
# CONFIG_GENERIC_CPU_DEVICES is not set
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_DMA_SHARED_BUFFER=y
# CONFIG_FENCE_TRACE is not set

#
# Bus devices
#
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
# CONFIG_MTD is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
# CONFIG_PARPORT is not set
CONFIG_PNP=y
CONFIG_PNP_DEBUG_MESSAGES=y

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_NVME is not set
# CONFIG_BLK_DEV_SKD is not set
# CONFIG_BLK_DEV_SX8 is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=16384
# CONFIG_BLK_DEV_XIP is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
CONFIG_XEN_BLKDEV_FRONTEND=y
CONFIG_XEN_BLKDEV_BACKEND=y
# CONFIG_VIRTIO_BLK is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_RSXX is not set

#
# Misc devices
#
# CONFIG_SENSORS_LIS3LV02D is not set
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_BH1780 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
# CONFIG_VMWARE_BALLOON is not set
# CONFIG_BMP085_I2C is not set
# CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_SRAM is not set
# CONFIG_C2PORT is not set

#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_CB710_CORE is not set

#
# Texas Instruments shared transport line discipline
#
# CONFIG_SENSORS_LIS3_I2C is not set

#
# Altera FPGA firmware download module
#
CONFIG_ALTERA_STAPL=y
# CONFIG_INTEL_MEI is not set
# CONFIG_INTEL_MEI_ME is not set
# CONFIG_INTEL_MEI_TXE is not set
# CONFIG_VMWARE_VMCI is not set

#
# Intel MIC Bus Driver
#
# CONFIG_INTEL_MIC_BUS is not set

#
# Intel MIC Host Driver
#

#
# Intel MIC Card Driver
#
# CONFIG_GENWQE is not set
# CONFIG_ECHO is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

#
# SCSI device support
#
CONFIG_SCSI_MOD=y
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_NETLINK is not set
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
# CONFIG_SCSI_LOWLEVEL is not set
# CONFIG_SCSI_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_ATA_ACPI=y
# CONFIG_SATA_ZPODD is not set
CONFIG_SATA_PMP=y

#
# Controllers with non-SFF native interface
#
CONFIG_SATA_AHCI=y
CONFIG_SATA_AHCI_PLATFORM=y
# CONFIG_SATA_INIC162X is not set
# CONFIG_SATA_ACARD_AHCI is not set
# CONFIG_SATA_SIL24 is not set
# CONFIG_ATA_SFF is not set
CONFIG_MD=y
# CONFIG_BLK_DEV_MD is not set
CONFIG_BCACHE=y
# CONFIG_BCACHE_DEBUG is not set
# CONFIG_BCACHE_CLOSURES_DEBUG is not set
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_DEBUG=y
CONFIG_DM_BUFIO=y
CONFIG_DM_BIO_PRISON=y
CONFIG_DM_PERSISTENT_DATA=y
# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
CONFIG_DM_CRYPT=y
CONFIG_DM_SNAPSHOT=y
# CONFIG_DM_THIN_PROVISIONING is not set
CONFIG_DM_CACHE=y
CONFIG_DM_CACHE_MQ=y
CONFIG_DM_CACHE_CLEANER=y
# CONFIG_DM_ERA is not set
CONFIG_DM_MIRROR=y
# CONFIG_DM_LOG_USERSPACE is not set
# CONFIG_DM_RAID is not set
CONFIG_DM_ZERO=y
# CONFIG_DM_MULTIPATH is not set
# CONFIG_DM_DELAY is not set
# CONFIG_DM_UEVENT is not set
# CONFIG_DM_FLAKEY is not set
# CONFIG_DM_VERITY is not set
# CONFIG_DM_SWITCH is not set
# CONFIG_TARGET_CORE is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_MII=y
CONFIG_NET_CORE=y
# CONFIG_BONDING is not set
# CONFIG_DUMMY is not set
# CONFIG_EQUALIZER is not set
# CONFIG_NET_FC is not set
# CONFIG_IFB is not set
# CONFIG_NET_TEAM is not set
# CONFIG_MACVLAN is not set
# CONFIG_VXLAN is not set
CONFIG_NETCONSOLE=y
CONFIG_NETPOLL=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_TUN=y
CONFIG_VETH=y
# CONFIG_VIRTIO_NET is not set
# CONFIG_NLMON is not set
# CONFIG_ARCNET is not set

#
# CAIF transport drivers
#
CONFIG_VHOST_NET=y
CONFIG_VHOST_RING=y
CONFIG_VHOST=y

#
# Distributed Switch Architecture drivers
#
# CONFIG_NET_DSA_MV88E6XXX is not set
# CONFIG_NET_DSA_MV88E6060 is not set
# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
# CONFIG_NET_DSA_MV88E6131 is not set
# CONFIG_NET_DSA_MV88E6123_61_65 is not set
CONFIG_ETHERNET=y
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_VENDOR_ADAPTEC is not set
# CONFIG_NET_VENDOR_ALTEON is not set
# CONFIG_ALTERA_TSE is not set
# CONFIG_NET_VENDOR_AMD is not set
# CONFIG_NET_XGENE is not set
CONFIG_NET_VENDOR_ARC=y
# CONFIG_NET_VENDOR_ATHEROS is not set
# CONFIG_NET_VENDOR_BROADCOM is not set
# CONFIG_NET_VENDOR_BROCADE is not set
# CONFIG_NET_VENDOR_CHELSIO is not set
# CONFIG_NET_VENDOR_CISCO is not set
# CONFIG_CX_ECAT is not set
# CONFIG_DNET is not set
# CONFIG_NET_VENDOR_DEC is not set
# CONFIG_NET_VENDOR_DLINK is not set
# CONFIG_NET_VENDOR_EMULEX is not set
# CONFIG_NET_VENDOR_EXAR is not set
# CONFIG_NET_VENDOR_HP is not set
CONFIG_NET_VENDOR_INTEL=y
# CONFIG_E100 is not set
CONFIG_E1000=y
CONFIG_E1000E=y
CONFIG_IGB=y
CONFIG_IGB_HWMON=y
CONFIG_IGBVF=y
# CONFIG_IXGB is not set
# CONFIG_IXGBE is not set
# CONFIG_IXGBEVF is not set
# CONFIG_I40E is not set
# CONFIG_I40EVF is not set
CONFIG_NET_VENDOR_I825XX=y
# CONFIG_IP1000 is not set
# CONFIG_JME is not set
# CONFIG_NET_VENDOR_MARVELL is not set
# CONFIG_NET_VENDOR_MELLANOX is not set
# CONFIG_NET_VENDOR_MICREL is not set
# CONFIG_NET_VENDOR_MYRI is not set
# CONFIG_FEALNX is not set
# CONFIG_NET_VENDOR_NATSEMI is not set
# CONFIG_NET_VENDOR_NVIDIA is not set
# CONFIG_NET_VENDOR_OKI is not set
# CONFIG_ETHOC is not set
# CONFIG_NET_PACKET_ENGINE is not set
# CONFIG_NET_VENDOR_QLOGIC is not set
CONFIG_NET_VENDOR_REALTEK=y
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
CONFIG_R8169=y
# CONFIG_NET_VENDOR_RDC is not set
CONFIG_NET_VENDOR_SAMSUNG=y
# CONFIG_SXGBE_ETH is not set
CONFIG_NET_VENDOR_SEEQ=y
CONFIG_NET_VENDOR_SILAN=y
# CONFIG_SC92031 is not set
# CONFIG_NET_VENDOR_SIS is not set
# CONFIG_SFC is not set
# CONFIG_NET_VENDOR_SMSC is not set
# CONFIG_NET_VENDOR_STMICRO is not set
# CONFIG_NET_VENDOR_SUN is not set
# CONFIG_NET_VENDOR_TEHUTI is not set
# CONFIG_NET_VENDOR_TI is not set
# CONFIG_NET_VENDOR_VIA is not set
CONFIG_NET_VENDOR_WIZNET=y
# CONFIG_WIZNET_W5100 is not set
# CONFIG_WIZNET_W5300 is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_NET_SB1000 is not set
CONFIG_PHYLIB=y

#
# MII PHY device drivers
#
# CONFIG_AT803X_PHY is not set
# CONFIG_AMD_PHY is not set
# CONFIG_MARVELL_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_BCM7XXX_PHY is not set
# CONFIG_BCM87XX_PHY is not set
# CONFIG_ICPLUS_PHY is not set
CONFIG_REALTEK_PHY=y
# CONFIG_NATIONAL_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_MICREL_PHY is not set
# CONFIG_FIXED_PHY is not set
# CONFIG_MDIO_BITBANG is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
CONFIG_USB_NET_DRIVERS=y
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_IPHETH is not set
# CONFIG_WLAN is not set

#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#
# CONFIG_WAN is not set
CONFIG_XEN_NETDEV_FRONTEND=y
CONFIG_XEN_NETDEV_BACKEND=y
# CONFIG_VMXNET3 is not set
# CONFIG_ISDN is not set

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=y
CONFIG_INPUT_POLLDEV=y
CONFIG_INPUT_SPARSEKMAP=y
# CONFIG_INPUT_MATRIXKMAP is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_CYPRESS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_ELANTECH is not set
# CONFIG_MOUSE_PS2_SENTELIC is not set
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_CYAPA is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
# CONFIG_MOUSE_SYNAPTICS_USB is not set
# CONFIG_INPUT_JOYSTICK is not set
CONFIG_INPUT_TABLET=y
# CONFIG_TABLET_USB_ACECAD is not set
# CONFIG_TABLET_USB_AIPTEK is not set
# CONFIG_TABLET_USB_GTCO is not set
# CONFIG_TABLET_USB_HANWANG is not set
# CONFIG_TABLET_USB_KBTAB is not set
# CONFIG_TABLET_SERIAL_WACOM4 is not set
CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_AD7879 is not set
# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
# CONFIG_TOUCHSCREEN_BU21013 is not set
# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
# CONFIG_TOUCHSCREEN_EETI is not set
# CONFIG_TOUCHSCREEN_FUJITSU is not set
# CONFIG_TOUCHSCREEN_ILI210X is not set
# CONFIG_TOUCHSCREEN_GUNZE is not set
# CONFIG_TOUCHSCREEN_ELO is not set
# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
# CONFIG_TOUCHSCREEN_WACOM_I2C is not set
# CONFIG_TOUCHSCREEN_MAX11801 is not set
# CONFIG_TOUCHSCREEN_MCS5000 is not set
# CONFIG_TOUCHSCREEN_MMS114 is not set
# CONFIG_TOUCHSCREEN_MTOUCH is not set
# CONFIG_TOUCHSCREEN_INEXIO is not set
# CONFIG_TOUCHSCREEN_MK712 is not set
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
# CONFIG_TOUCHSCREEN_PIXCIR is not set
# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
# CONFIG_TOUCHSCREEN_TSC_SERIO is not set
# CONFIG_TOUCHSCREEN_TSC2007 is not set
# CONFIG_TOUCHSCREEN_ST1232 is not set
# CONFIG_TOUCHSCREEN_SUR40 is not set
# CONFIG_TOUCHSCREEN_TPS6507X is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_BMA150 is not set
# CONFIG_INPUT_PCSPKR is not set
# CONFIG_INPUT_MMA8450 is not set
# CONFIG_INPUT_MPU3050 is not set
# CONFIG_INPUT_APANEL is not set
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_KXTJ9 is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
# CONFIG_INPUT_UINPUT is not set
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_IMS_PCU is not set
# CONFIG_INPUT_CMA3000 is not set
CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
# CONFIG_INPUT_IDEAPAD_SLIDEBAR is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_SERIO_ALTERA_PS2 is not set
# CONFIG_SERIO_PS2MULT is not set
# CONFIG_SERIO_ARC_PS2 is not set
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_VT_CONSOLE_SLEEP=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_NONSTANDARD=y
# CONFIG_ROCKETPORT is not set
# CONFIG_CYCLADES is not set
# CONFIG_MOXA_INTELLIO is not set
# CONFIG_MOXA_SMARTIO is not set
# CONFIG_SYNCLINK is not set
# CONFIG_SYNCLINKMP is not set
# CONFIG_SYNCLINK_GT is not set
# CONFIG_NOZOMI is not set
# CONFIG_ISI is not set
# CONFIG_N_HDLC is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
# CONFIG_DEVKMEM is not set

#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_8250_DETECT_IRQ=y
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_DW is not set

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_MFD_HSU is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
CONFIG_HVC_DRIVER=y
CONFIG_HVC_IRQ=y
CONFIG_HVC_XEN=y
CONFIG_HVC_XEN_FRONTEND=y
# CONFIG_VIRTIO_CONSOLE is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_TIMERIOMEM=y
CONFIG_HW_RANDOM_INTEL=y
CONFIG_HW_RANDOM_AMD=y
CONFIG_HW_RANDOM_VIA=y
# CONFIG_HW_RANDOM_VIRTIO is not set
# CONFIG_NVRAM is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
# CONFIG_HPET_MMAP is not set
CONFIG_HANGCHECK_TIMER=y
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y

#
# I2C support
#
CONFIG_I2C=y
CONFIG_ACPI_I2C_OPREGION=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
# CONFIG_I2C_CHARDEV is not set
CONFIG_I2C_MUX=y

#
# Multiplexer I2C Chip support
#
# CONFIG_I2C_MUX_PCA9541 is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=y

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
CONFIG_I2C_AMD756=y
# CONFIG_I2C_AMD756_S4882 is not set
CONFIG_I2C_AMD8111=y
CONFIG_I2C_I801=y
CONFIG_I2C_ISCH=y
# CONFIG_I2C_ISMT is not set
CONFIG_I2C_PIIX4=y
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set

#
# ACPI drivers
#
CONFIG_I2C_SCMI=y

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
# CONFIG_I2C_DESIGNWARE_PCI is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_PXA_PCI is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_XILINX is not set

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_DIOLAN_U2C is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_SPI is not set
# CONFIG_SPMI is not set
# CONFIG_HSI is not set

#
# PPS support
#
CONFIG_PPS=y
# CONFIG_PPS_DEBUG is not set

#
# PPS clients support
#
# CONFIG_PPS_CLIENT_KTIMER is not set
# CONFIG_PPS_CLIENT_LDISC is not set
# CONFIG_PPS_CLIENT_GPIO is not set

#
# PPS generators support
#

#
# PTP clock support
#
CONFIG_PTP_1588_CLOCK=y

#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_BATTERY_BQ27x00 is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_LP8727 is not set
# CONFIG_CHARGER_BQ2415X is not set
# CONFIG_CHARGER_SMB347 is not set
# CONFIG_POWER_RESET is not set
# CONFIG_POWER_AVS is not set
CONFIG_HWMON=y
CONFIG_HWMON_VID=y
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7410 is not set
# CONFIG_SENSORS_ADT7411 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_ASC7621 is not set
# CONFIG_SENSORS_K8TEMP is not set
CONFIG_SENSORS_K10TEMP=y
CONFIG_SENSORS_FAM15H_POWER=y
# CONFIG_SENSORS_APPLESMC is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_I5K_AMB is not set
CONFIG_SENSORS_F71805F=y
CONFIG_SENSORS_F71882FG=y
CONFIG_SENSORS_F75375S=y
# CONFIG_SENSORS_FSCHMD is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_G760A is not set
# CONFIG_SENSORS_G762 is not set
# CONFIG_SENSORS_HIH6130 is not set
# CONFIG_SENSORS_CORETEMP is not set
CONFIG_SENSORS_IT87=y
CONFIG_SENSORS_JC42=y
# CONFIG_SENSORS_POWR1220 is not set
# CONFIG_SENSORS_LINEAGE is not set
# CONFIG_SENSORS_LTC2945 is not set
# CONFIG_SENSORS_LTC4151 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4222 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LTC4260 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_MAX16065 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX1668 is not set
# CONFIG_SENSORS_MAX197 is not set
# CONFIG_SENSORS_MAX6639 is not set
# CONFIG_SENSORS_MAX6642 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_MAX6697 is not set
# CONFIG_SENSORS_HTU21 is not set
# CONFIG_SENSORS_MCP3021 is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM73 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LM95234 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_LM95245 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_NTC_THERMISTOR is not set
# CONFIG_SENSORS_NCT6683 is not set
# CONFIG_SENSORS_NCT6775 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
# CONFIG_SENSORS_SHT21 is not set
# CONFIG_SENSORS_SHTC1 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
# CONFIG_SENSORS_EMC6W201 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_SCH56XX_COMMON is not set
# CONFIG_SENSORS_SCH5627 is not set
# CONFIG_SENSORS_SCH5636 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_ADC128D818 is not set
# CONFIG_SENSORS_ADS1015 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_INA209 is not set
# CONFIG_SENSORS_INA2XX is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP103 is not set
# CONFIG_SENSORS_TMP401 is not set
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_VIA_CPUTEMP is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83795 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set

#
# ACPI drivers
#
CONFIG_SENSORS_ACPI_POWER=y
# CONFIG_SENSORS_ATK0110 is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_HWMON=y
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
# CONFIG_THERMAL_GOV_FAIR_SHARE is not set
CONFIG_THERMAL_GOV_STEP_WISE=y
# CONFIG_THERMAL_GOV_USER_SPACE is not set
# CONFIG_THERMAL_EMULATION is not set
# CONFIG_INTEL_POWERCLAMP is not set
# CONFIG_X86_PKG_TEMP_THERMAL is not set
# CONFIG_ACPI_INT3403_THERMAL is not set
# CONFIG_INTEL_SOC_DTS_THERMAL is not set

#
# Texas Instruments thermal drivers
#
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set

#
# Watchdog Device Drivers
#
# CONFIG_SOFT_WATCHDOG is not set
# CONFIG_XILINX_WATCHDOG is not set
# CONFIG_DW_WATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_F71808E_WDT is not set
CONFIG_SP5100_TCO=y
# CONFIG_SBC_FITPC2_WATCHDOG is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_IBMASR is not set
# CONFIG_WAFER_WDT is not set
# CONFIG_I6300ESB_WDT is not set
# CONFIG_IE6XX_WDT is not set
# CONFIG_ITCO_WDT is not set
# CONFIG_IT8712F_WDT is not set
# CONFIG_IT87_WDT is not set
# CONFIG_HP_WATCHDOG is not set
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
# CONFIG_NV_TCO is not set
# CONFIG_60XX_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_SMSC_SCH311X_WDT is not set
# CONFIG_SMSC37B787_WDT is not set
# CONFIG_VIA_WDT is not set
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_SBC_EPX_C3_WATCHDOG is not set
CONFIG_XEN_WDT=y

#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set

#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set
CONFIG_BCMA_POSSIBLE=y

#
# Broadcom specific AMBA
#
# CONFIG_BCMA is not set

#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
# CONFIG_MFD_AS3711 is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_BCM590XX is not set
# CONFIG_MFD_AXP20X is not set
# CONFIG_MFD_CROS_EC is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9063 is not set
# CONFIG_MFD_MC13XXX_I2C is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_LPC_ICH is not set
CONFIG_LPC_SCH=y
# CONFIG_INTEL_SOC_PMIC is not set
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_MAX14577 is not set
# CONFIG_MFD_MAX77686 is not set
# CONFIG_MFD_MAX77693 is not set
# CONFIG_MFD_MAX8907 is not set
# CONFIG_MFD_MAX8925 is not set
# CONFIG_MFD_MAX8997 is not set
# CONFIG_MFD_MAX8998 is not set
# CONFIG_MFD_VIPERBOARD is not set
# CONFIG_MFD_RETU is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RTSX_PCI is not set
# CONFIG_MFD_RTSX_USB is not set
# CONFIG_MFD_RC5T583 is not set
# CONFIG_MFD_SEC_CORE is not set
# CONFIG_MFD_SI476X_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_MFD_SMSC is not set
# CONFIG_ABX500_CORE is not set
# CONFIG_MFD_SYSCON is not set
# CONFIG_MFD_TI_AM335X_TSCADC is not set
# CONFIG_MFD_LP3943 is not set
# CONFIG_MFD_LP8788 is not set
# CONFIG_MFD_PALMAS is not set
# CONFIG_TPS6105X is not set
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65090 is not set
# CONFIG_MFD_TPS65217 is not set
# CONFIG_MFD_TPS65218 is not set
# CONFIG_MFD_TPS6586X is not set
# CONFIG_MFD_TPS80031 is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TWL6040_CORE is not set
# CONFIG_MFD_WL1273_CORE is not set
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_TC3589X is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_MFD_ARIZONA_I2C is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X_I2C is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_REGULATOR is not set
CONFIG_MEDIA_SUPPORT=y

#
# Multimedia core support
#
CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
CONFIG_MEDIA_RADIO_SUPPORT=y
# CONFIG_MEDIA_SDR_SUPPORT is not set
CONFIG_MEDIA_RC_SUPPORT=y
# CONFIG_MEDIA_CONTROLLER is not set
CONFIG_VIDEO_DEV=y
CONFIG_VIDEO_V4L2=y
CONFIG_VIDEO_ADV_DEBUG=y
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
CONFIG_VIDEO_TUNER=y
CONFIG_VIDEOBUF_GEN=y
CONFIG_VIDEOBUF_DMA_SG=y
CONFIG_DVB_CORE=y
CONFIG_DVB_NET=y
# CONFIG_TTPCI_EEPROM is not set
CONFIG_DVB_MAX_ADAPTERS=8
# CONFIG_DVB_DYNAMIC_MINORS is not set

#
# Media drivers
#
CONFIG_RC_CORE=y
CONFIG_RC_MAP=y
CONFIG_RC_DECODERS=y
CONFIG_LIRC=y
CONFIG_IR_LIRC_CODEC=y
CONFIG_IR_NEC_DECODER=y
CONFIG_IR_RC5_DECODER=y
CONFIG_IR_RC6_DECODER=y
CONFIG_IR_JVC_DECODER=y
CONFIG_IR_SONY_DECODER=y
CONFIG_IR_SANYO_DECODER=y
CONFIG_IR_SHARP_DECODER=y
CONFIG_IR_MCE_KBD_DECODER=y
CONFIG_IR_XMP_DECODER=y
# CONFIG_RC_DEVICES is not set
CONFIG_MEDIA_USB_SUPPORT=y

#
# Webcam devices
#
# CONFIG_USB_VIDEO_CLASS is not set
# CONFIG_USB_GSPCA is not set
# CONFIG_USB_PWC is not set
# CONFIG_VIDEO_CPIA2 is not set
# CONFIG_USB_ZR364XX is not set
# CONFIG_USB_STKWEBCAM is not set
# CONFIG_USB_S2255 is not set
# CONFIG_VIDEO_USBTV is not set

#
# Analog TV USB devices
#
CONFIG_VIDEO_PVRUSB2=y
CONFIG_VIDEO_PVRUSB2_SYSFS=y
CONFIG_VIDEO_PVRUSB2_DVB=y
# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set
# CONFIG_VIDEO_HDPVR is not set
# CONFIG_VIDEO_TLG2300 is not set
# CONFIG_VIDEO_USBVISION is not set
# CONFIG_VIDEO_STK1160_COMMON is not set
# CONFIG_VIDEO_GO7007 is not set

#
# Analog/digital TV USB devices
#
# CONFIG_VIDEO_AU0828 is not set
# CONFIG_VIDEO_CX231XX is not set
# CONFIG_VIDEO_TM6000 is not set

#
# Digital TV USB devices
#
# CONFIG_DVB_USB is not set
# CONFIG_DVB_USB_V2 is not set
# CONFIG_DVB_TTUSB_BUDGET is not set
# CONFIG_DVB_TTUSB_DEC is not set
# CONFIG_SMS_USB_DRV is not set
# CONFIG_DVB_B2C2_FLEXCOP_USB is not set

#
# Webcam, TV (analog/digital) USB devices
#
# CONFIG_VIDEO_EM28XX is not set
CONFIG_MEDIA_PCI_SUPPORT=y

#
# Media capture support
#

#
# Media capture/analog TV support
#
# CONFIG_VIDEO_IVTV is not set
# CONFIG_VIDEO_ZORAN is not set
# CONFIG_VIDEO_HEXIUM_GEMINI is not set
# CONFIG_VIDEO_HEXIUM_ORION is not set
# CONFIG_VIDEO_MXB is not set
# CONFIG_VIDEO_SOLO6X10 is not set

#
# Media capture/analog/hybrid TV support
#
# CONFIG_VIDEO_CX18 is not set
# CONFIG_VIDEO_CX23885 is not set
CONFIG_VIDEO_CX25821=y
# CONFIG_VIDEO_CX25821_ALSA is not set
# CONFIG_VIDEO_CX88 is not set
# CONFIG_VIDEO_BT848 is not set
# CONFIG_VIDEO_SAA7134 is not set
# CONFIG_VIDEO_SAA7164 is not set

#
# Media digital TV PCI Adapters
#
# CONFIG_DVB_AV7110 is not set
# CONFIG_DVB_BUDGET_CORE is not set
# CONFIG_DVB_B2C2_FLEXCOP_PCI is not set
# CONFIG_DVB_PLUTO2 is not set
# CONFIG_DVB_DM1105 is not set
# CONFIG_DVB_PT1 is not set
# CONFIG_MANTIS_CORE is not set
# CONFIG_DVB_NGENE is not set
# CONFIG_DVB_DDBRIDGE is not set
# CONFIG_V4L_PLATFORM_DRIVERS is not set
# CONFIG_V4L_MEM2MEM_DRIVERS is not set
# CONFIG_V4L_TEST_DRIVERS is not set

#
# Supported MMC/SDIO adapters
#
# CONFIG_RADIO_ADAPTERS is not set
CONFIG_VIDEO_CX2341X=y
CONFIG_VIDEO_BTCX=y
CONFIG_VIDEO_TVEEPROM=y
# CONFIG_CYPRESS_FIRMWARE is not set

#
# Media ancillary drivers (tuners, sensors, i2c, frontends)
#
CONFIG_MEDIA_SUBDRV_AUTOSELECT=y
CONFIG_MEDIA_ATTACH=y
CONFIG_VIDEO_IR_I2C=y

#
# Audio decoders, processors and mixers
#
CONFIG_VIDEO_MSP3400=y
CONFIG_VIDEO_CS53L32A=y
CONFIG_VIDEO_WM8775=y

#
# RDS decoders
#

#
# Video decoders
#
CONFIG_VIDEO_SAA711X=y

#
# Video and audio decoders
#
CONFIG_VIDEO_CX25840=y

#
# Video encoders
#

#
# Camera sensor devices
#

#
# Flash devices
#

#
# Video improvement chips
#

#
# Audio/Video compression chips
#

#
# Miscellaneous helper chips
#

#
# Sensors used on soc_camera driver
#
CONFIG_MEDIA_TUNER=y
CONFIG_MEDIA_TUNER_SIMPLE=y
CONFIG_MEDIA_TUNER_TDA8290=y
CONFIG_MEDIA_TUNER_TDA827X=y
CONFIG_MEDIA_TUNER_TDA18271=y
CONFIG_MEDIA_TUNER_TDA9887=y
CONFIG_MEDIA_TUNER_TEA5761=y
CONFIG_MEDIA_TUNER_TEA5767=y
CONFIG_MEDIA_TUNER_MT20XX=y
CONFIG_MEDIA_TUNER_XC2028=y
CONFIG_MEDIA_TUNER_XC5000=y
CONFIG_MEDIA_TUNER_XC4000=y
CONFIG_MEDIA_TUNER_MC44S803=y

#
# Multistandard (satellite) frontends
#

#
# Multistandard (cable + terrestrial) frontends
#

#
# DVB-S (satellite) frontends
#

#
# DVB-T (terrestrial) frontends
#
CONFIG_DVB_TDA10048=y

#
# DVB-C (cable) frontends
#

#
# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
#
CONFIG_DVB_LGDT330X=y
CONFIG_DVB_S5H1409=y
CONFIG_DVB_S5H1411=y

#
# ISDB-T (terrestrial) frontends
#

#
# Digital terrestrial only tuners/PLL
#

#
# SEC control devices for DVB-S
#

#
# Tools to develop new frontends
#
# CONFIG_DVB_DUMMY_FE is not set

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
CONFIG_INTEL_GTT=y
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
# CONFIG_VGA_SWITCHEROO is not set

#
# Direct Rendering Manager
#
CONFIG_DRM=y
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_KMS_FB_HELPER=y
# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
CONFIG_DRM_TTM=y

#
# I2C encoder or helper chips
#
# CONFIG_DRM_I2C_CH7006 is not set
# CONFIG_DRM_I2C_SIL164 is not set
# CONFIG_DRM_I2C_NXP_TDA998X is not set
# CONFIG_DRM_PTN3460 is not set
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
CONFIG_DRM_RADEON=y
# CONFIG_DRM_RADEON_UMS is not set
# CONFIG_DRM_NOUVEAU is not set
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I915 is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
# CONFIG_DRM_VMWGFX is not set
# CONFIG_DRM_GMA500 is not set
# CONFIG_DRM_UDL is not set
# CONFIG_DRM_AST is not set
# CONFIG_DRM_MGAG200 is not set
CONFIG_DRM_CIRRUS_QEMU=y
CONFIG_DRM_QXL=y
# CONFIG_DRM_BOCHS is not set

#
# Frame buffer Devices
#
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_FB_DDC is not set
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_UVESA is not set
CONFIG_FB_VESA=y
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I740 is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_VIA is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_SMSCUFX is not set
CONFIG_FB_UDL=y
# CONFIG_FB_VIRTUAL is not set
CONFIG_XEN_FBDEV_FRONTEND=y
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_BROADSHEET is not set
# CONFIG_FB_AUO_K190X is not set
# CONFIG_FB_SIMPLE is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
# CONFIG_LCD_CLASS_DEVICE is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_GENERIC=y
# CONFIG_BACKLIGHT_APPLE is not set
# CONFIG_BACKLIGHT_SAHARA is not set
# CONFIG_BACKLIGHT_ADP8860 is not set
# CONFIG_BACKLIGHT_ADP8870 is not set
# CONFIG_BACKLIGHT_LM3639 is not set
# CONFIG_BACKLIGHT_LV5207LP is not set
# CONFIG_BACKLIGHT_BD6107 is not set
# CONFIG_VGASTATE is not set
CONFIG_HDMI=y

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
CONFIG_SOUND=y
# CONFIG_SOUND_OSS_CORE is not set
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
# CONFIG_SND_SEQUENCER is not set
# CONFIG_SND_MIXER_OSS is not set
# CONFIG_SND_PCM_OSS is not set
# CONFIG_SND_HRTIMER is not set
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
CONFIG_SND_VERBOSE_PRINTK=y
CONFIG_SND_DEBUG=y
# CONFIG_SND_DEBUG_VERBOSE is not set
# CONFIG_SND_PCM_XRUN_DEBUG is not set
CONFIG_SND_VMASTER=y
CONFIG_SND_KCTL_JACK=y
CONFIG_SND_DMA_SGBUF=y
# CONFIG_SND_RAWMIDI_SEQ is not set
# CONFIG_SND_OPL3_LIB_SEQ is not set
# CONFIG_SND_OPL4_LIB_SEQ is not set
# CONFIG_SND_SBAWE_SEQ is not set
# CONFIG_SND_EMU10K1_SEQ is not set
CONFIG_SND_DRIVERS=y
# CONFIG_SND_PCSP is not set
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_ALOOP is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
CONFIG_SND_PCI=y
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ASIHPI is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AW2 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_OXYGEN is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CTXFI is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
# CONFIG_SND_INDIGOIOX is not set
# CONFIG_SND_INDIGODJX is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_LOLA is not set
# CONFIG_SND_LX6464ES is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set

#
# HD-Audio
#
CONFIG_SND_HDA=y
CONFIG_SND_HDA_INTEL=y
CONFIG_SND_HDA_DSP_LOADER=y
CONFIG_SND_HDA_PREALLOC_SIZE=64
# CONFIG_SND_HDA_HWDEP is not set
# CONFIG_SND_HDA_RECONFIG is not set
# CONFIG_SND_HDA_INPUT_BEEP is not set
# CONFIG_SND_HDA_INPUT_JACK is not set
# CONFIG_SND_HDA_PATCH_LOADER is not set
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_HDMI=y
CONFIG_SND_HDA_CODEC_CIRRUS=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CA0110=y
CONFIG_SND_HDA_CODEC_CA0132=y
CONFIG_SND_HDA_CODEC_CA0132_DSP=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
CONFIG_SND_USB=y
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_UA101 is not set
# CONFIG_SND_USB_USX2Y is not set
# CONFIG_SND_USB_CAIAQ is not set
# CONFIG_SND_USB_US122L is not set
# CONFIG_SND_USB_6FIRE is not set
# CONFIG_SND_USB_HIFACE is not set
# CONFIG_SND_BCD2000 is not set
# CONFIG_SND_SOC is not set
# CONFIG_SOUND_PRIME is not set

#
# HID support
#
CONFIG_HID=y
# CONFIG_HID_BATTERY_STRENGTH is not set
CONFIG_HIDRAW=y
# CONFIG_UHID is not set
CONFIG_HID_GENERIC=y

#
# Special HID drivers
#
CONFIG_HID_A4TECH=y
# CONFIG_HID_ACRUX is not set
CONFIG_HID_APPLE=y
# CONFIG_HID_APPLEIR is not set
# CONFIG_HID_AUREAL is not set
CONFIG_HID_BELKIN=y
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
# CONFIG_HID_PRODIKEYS is not set
CONFIG_HID_CYPRESS=y
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELECOM is not set
# CONFIG_HID_ELO is not set
CONFIG_HID_EZKEY=y
# CONFIG_HID_HOLTEK is not set
# CONFIG_HID_GT683R is not set
# CONFIG_HID_HUION is not set
# CONFIG_HID_KEYTOUCH is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_ICADE is not set
# CONFIG_HID_TWINHAN is not set
CONFIG_HID_KENSINGTON=y
# CONFIG_HID_LCPOWER is not set
# CONFIG_HID_LENOVO is not set
CONFIG_HID_LOGITECH=y
# CONFIG_HID_LOGITECH_DJ is not set
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
# CONFIG_LOGIG940_FF is not set
# CONFIG_LOGIWHEELS_FF is not set
# CONFIG_HID_MAGICMOUSE is not set
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MONTEREY=y
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_NTRIG is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_ROCCAT is not set
# CONFIG_HID_SAITEK is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SONY is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEELSERIES is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_RMI is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TIVO is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_THINGM is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_WIIMOTE is not set
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set

#
# USB HID support
#
CONFIG_USB_HID=y
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y

#
# I2C HID support
#
# CONFIG_I2C_HID is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_FSM is not set
CONFIG_USB_MON=y
# CONFIG_USB_WUSB_CBAF is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_EHCI_PCI=y
# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
# CONFIG_USB_ISP1362_HCD is not set
# CONFIG_USB_FUSBH200_HCD is not set
# CONFIG_USB_FOTG210_HCD is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_PCI=y
# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_HCD_TEST_MODE is not set

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=y
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_REALTEK is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
# CONFIG_USB_STORAGE_ENE_UB6250 is not set
# CONFIG_USB_UAS is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USBIP_CORE is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC2 is not set
# CONFIG_USB_CHIPIDEA is not set

#
# USB port drivers
#
CONFIG_USB_SERIAL=y
# CONFIG_USB_SERIAL_CONSOLE is not set
# CONFIG_USB_SERIAL_GENERIC is not set
# CONFIG_USB_SERIAL_SIMPLE is not set
# CONFIG_USB_SERIAL_AIRCABLE is not set
# CONFIG_USB_SERIAL_ARK3116 is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_CH341 is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
CONFIG_USB_SERIAL_CP210X=y
CONFIG_USB_SERIAL_CYPRESS_M8=y
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_F81232 is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_IUU is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_METRO is not set
CONFIG_USB_SERIAL_MOS7720=y
CONFIG_USB_SERIAL_MOS7840=y
# CONFIG_USB_SERIAL_MXUPORT is not set
# CONFIG_USB_SERIAL_NAVMAN is not set
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_OTI6858 is not set
# CONFIG_USB_SERIAL_QCAUX is not set
# CONFIG_USB_SERIAL_QUALCOMM is not set
# CONFIG_USB_SERIAL_SPCP8X5 is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
# CONFIG_USB_SERIAL_SYMBOL is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OPTION is not set
# CONFIG_USB_SERIAL_OMNINET is not set
# CONFIG_USB_SERIAL_OPTICON is not set
# CONFIG_USB_SERIAL_XSENS_MT is not set
# CONFIG_USB_SERIAL_WISHBONE is not set
# CONFIG_USB_SERIAL_ZTE is not set
# CONFIG_USB_SERIAL_SSU100 is not set
# CONFIG_USB_SERIAL_QT2 is not set
# CONFIG_USB_SERIAL_DEBUG is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_YUREX is not set
# CONFIG_USB_EZUSB_FX2 is not set
# CONFIG_USB_HSIC_USB3503 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set

#
# USB Physical Layer drivers
#
# CONFIG_USB_PHY is not set
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_SAMSUNG_USB2PHY is not set
# CONFIG_SAMSUNG_USB3PHY is not set
# CONFIG_USB_ISP1301 is not set
# CONFIG_USB_GADGET is not set
# CONFIG_UWB is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y

#
# LED drivers
#
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_LM3642 is not set
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 is not set
# CONFIG_LEDS_LP5562 is not set
# CONFIG_LEDS_LP8501 is not set
# CONFIG_LEDS_CLEVO_MAIL is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_PCA963X is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_INTEL_SS4200 is not set
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_LM355x is not set

#
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
#
# CONFIG_LEDS_BLINKM is not set

#
# LED Triggers
#
# CONFIG_LEDS_TRIGGERS is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_DS3232 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_ISL12022 is not set
# CONFIG_RTC_DRV_ISL12057 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF2127 is not set
# CONFIG_RTC_DRV_PCF8523 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF85063 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_BQ32K is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8581 is not set
# CONFIG_RTC_DRV_RX8025 is not set
# CONFIG_RTC_DRV_EM3027 is not set
# CONFIG_RTC_DRV_RV3029C2 is not set

#
# SPI RTC drivers
#

#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_DS2404 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_MSM6242 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_RP5C01 is not set
# CONFIG_RTC_DRV_V3020 is not set

#
# on-CPU RTC drivers
#
# CONFIG_RTC_DRV_XGENE is not set

#
# HID Sensor RTC drivers
#
# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
# CONFIG_DMADEVICES is not set
# CONFIG_AUXDISPLAY is not set
# CONFIG_UIO is not set
CONFIG_VFIO_IOMMU_TYPE1=y
CONFIG_VFIO=y
CONFIG_VFIO_PCI=y
CONFIG_VFIO_PCI_VGA=y
CONFIG_VIRT_DRIVERS=y
CONFIG_VIRTIO=y

#
# Virtio drivers
#
CONFIG_VIRTIO_PCI=y
# CONFIG_VIRTIO_BALLOON is not set
CONFIG_VIRTIO_MMIO=y
# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set

#
# Microsoft Hyper-V guest support
#
# CONFIG_HYPERV is not set

#
# Xen driver support
#
CONFIG_XEN_BALLOON=y
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_DEV_EVTCHN=y
CONFIG_XEN_BACKEND=y
CONFIG_XENFS=y
CONFIG_XEN_COMPAT_XENFS=y
CONFIG_XEN_SYS_HYPERVISOR=y
CONFIG_XEN_XENBUS_FRONTEND=y
CONFIG_XEN_GNTDEV=y
CONFIG_XEN_GRANT_DEV_ALLOC=y
CONFIG_SWIOTLB_XEN=y
CONFIG_XEN_PCIDEV_BACKEND=y
CONFIG_XEN_PRIVCMD=y
CONFIG_XEN_ACPI_PROCESSOR=y
# CONFIG_XEN_MCE_LOG is not set
CONFIG_XEN_HAVE_PVMMU=y
# CONFIG_STAGING is not set
# CONFIG_X86_PLATFORM_DEVICES is not set
# CONFIG_CHROME_PLATFORMS is not set

#
# SOC (System On Chip) specific Drivers
#

#
# Hardware Spinlock drivers
#

#
# Clock Source drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_I8253_LOCK=y
CONFIG_CLKBLD_I8253=y
# CONFIG_SH_TIMER_CMT is not set
# CONFIG_SH_TIMER_MTU2 is not set
# CONFIG_SH_TIMER_TMU is not set
# CONFIG_EM_TIMER_STI is not set
# CONFIG_MAILBOX is not set
CONFIG_IOMMU_API=y
CONFIG_IOMMU_SUPPORT=y
CONFIG_AMD_IOMMU=y
CONFIG_AMD_IOMMU_STATS=y
CONFIG_AMD_IOMMU_V2=y
CONFIG_DMAR_TABLE=y
CONFIG_INTEL_IOMMU=y
CONFIG_INTEL_IOMMU_DEFAULT_ON=y
CONFIG_INTEL_IOMMU_FLOPPY_WA=y
CONFIG_IRQ_REMAP=y

#
# Remoteproc drivers
#
# CONFIG_STE_MODEM_RPROC is not set

#
# Rpmsg drivers
#
# CONFIG_PM_DEVFREQ is not set
# CONFIG_EXTCON is not set
# CONFIG_MEMORY is not set
# CONFIG_IIO is not set
# CONFIG_NTB is not set
# CONFIG_VME_BUS is not set
# CONFIG_PWM is not set
# CONFIG_IPACK_BUS is not set
# CONFIG_RESET_CONTROLLER is not set
# CONFIG_FMC is not set

#
# PHY Subsystem
#
CONFIG_GENERIC_PHY=y
# CONFIG_BCM_KONA_USB2_PHY is not set
# CONFIG_POWERCAP is not set
# CONFIG_MCB is not set
CONFIG_RAS=y
# CONFIG_THUNDERBOLT is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
CONFIG_DMIID=y
CONFIG_DMI_SYSFS=y
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
# CONFIG_ISCSI_IBFT_FIND is not set
# CONFIG_GOOGLE_FIRMWARE is not set
CONFIG_UEFI_CPER=y

#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
# CONFIG_EXT2_FS is not set
CONFIG_EXT3_FS=y
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT23=y
# CONFIG_EXT4_FS_POSIX_ACL is not set
# CONFIG_EXT4_FS_SECURITY is not set
CONFIG_EXT4_DEBUG=y
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_JBD2=y
CONFIG_JBD2_DEBUG=y
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
CONFIG_GFS2_FS=y
CONFIG_BTRFS_FS=y
CONFIG_BTRFS_FS_POSIX_ACL=y
# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
# CONFIG_BTRFS_DEBUG is not set
# CONFIG_BTRFS_ASSERT is not set
# CONFIG_NILFS2_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
# CONFIG_PRINT_QUOTA_WARNING is not set
# CONFIG_QUOTA_DEBUG is not set
CONFIG_QUOTA_TREE=y
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
CONFIG_QUOTACTL_COMPAT=y
CONFIG_AUTOFS4_FS=y
CONFIG_FUSE_FS=y
# CONFIG_CUSE is not set

#
# Caches
#
CONFIG_FSCACHE=y
CONFIG_FSCACHE_STATS=y
CONFIG_FSCACHE_HISTOGRAM=y
# CONFIG_FSCACHE_DEBUG is not set
# CONFIG_FSCACHE_OBJECT_LIST is not set
# CONFIG_CACHEFILES is not set

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=y
CONFIG_UDF_NLS=y

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_NTFS_FS=y
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_VMCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
# CONFIG_CONFIGFS_FS is not set
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_ECRYPT_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_LOGFS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_PSTORE=y
# CONFIG_PSTORE_CONSOLE is not set
# CONFIG_PSTORE_RAM is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
# CONFIG_F2FS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
# CONFIG_NFS_FS is not set
# CONFIG_NFSD is not set
CONFIG_CEPH_FS=y
# CONFIG_CEPH_FSCACHE is not set
# CONFIG_CEPH_FS_POSIX_ACL is not set
CONFIG_CIFS=y
# CONFIG_CIFS_STATS is not set
# CONFIG_CIFS_WEAK_PW_HASH is not set
# CONFIG_CIFS_UPCALL is not set
# CONFIG_CIFS_XATTR is not set
CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_DFS_UPCALL is not set
# CONFIG_CIFS_SMB2 is not set
# CONFIG_CIFS_FSCACHE is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_MAC_ROMAN is not set
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
CONFIG_NLS_UTF8=y

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y

#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_DYNAMIC_DEBUG is not set

#
# Compile-time checks and compiler options
#
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_INFO_REDUCED is not set
# CONFIG_DEBUG_INFO_SPLIT is not set
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_ENABLE_WARN_DEPRECATED is not set
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_FRAME_WARN=2048
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
CONFIG_DEBUG_KERNEL=y

#
# Memory Debugging
#
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
CONFIG_DEBUG_KMEMLEAK=y
CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=400
# CONFIG_DEBUG_KMEMLEAK_TEST is not set
CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_VIRTUAL is not set
CONFIG_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
CONFIG_HAVE_ARCH_KMEMCHECK=y
# CONFIG_KMEMCHECK is not set
CONFIG_DEBUG_SHIRQ=y

#
# Debug Lockups and Hangs
#
CONFIG_LOCKUP_DETECTOR=y
CONFIG_HARDLOCKUP_DETECTOR=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_PANIC_TIMEOUT=0
# CONFIG_SCHED_DEBUG is not set
# CONFIG_SCHEDSTATS is not set
# CONFIG_TIMER_STATS is not set

#
# Lock Debugging (spinlocks, mutexes, etc...)
#
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
CONFIG_LOCKDEP=y
# CONFIG_LOCK_STAT is not set
CONFIG_DEBUG_LOCKDEP=y
# CONFIG_DEBUG_ATOMIC_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_LOCK_TORTURE_TEST is not set
CONFIG_TRACE_IRQFLAGS=y
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_PI_LIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_DEBUG_CREDENTIALS is not set

#
# RCU Debugging
#
# CONFIG_PROVE_RCU is not set
CONFIG_SPARSE_RCU_POINTER=y
# CONFIG_TORTURE_TEST is not set
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=60
CONFIG_RCU_CPU_STALL_INFO=y
# CONFIG_RCU_TRACE is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y
# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_FENTRY=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set

#
# Runtime Testing
#
# CONFIG_LKDTM is not set
# CONFIG_TEST_LIST_SORT is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
# CONFIG_PERCPU_TEST is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_TEST_STRING_HELPERS is not set
# CONFIG_TEST_KSTRTOX is not set
# CONFIG_TEST_RHASHTABLE is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_TEST_MODULE is not set
# CONFIG_TEST_USER_COPY is not set
# CONFIG_TEST_BPF is not set
# CONFIG_TEST_FIRMWARE is not set
# CONFIG_TEST_UDELAY is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
# CONFIG_STRICT_DEVMEM is not set
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
# CONFIG_X86_PTDUMP is not set
CONFIG_DEBUG_RODATA=y
# CONFIG_DEBUG_RODATA_TEST is not set
# CONFIG_DEBUG_SET_MODULE_RONX is not set
# CONFIG_DEBUG_NX_TEST is not set
CONFIG_DOUBLEFAULT=y
# CONFIG_DEBUG_TLBFLUSH is not set
# CONFIG_IOMMU_DEBUG is not set
# CONFIG_IOMMU_STRESS is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
CONFIG_DEBUG_BOOT_PARAMS=y
# CONFIG_CPA_DEBUG is not set
# CONFIG_OPTIMIZE_INLINING is not set
# CONFIG_DEBUG_NMI_SELFTEST is not set
# CONFIG_X86_DEBUG_STATIC_CPU_HAS is not set

#
# Security options
#
CONFIG_KEYS=y
# CONFIG_PERSISTENT_KEYRINGS is not set
# CONFIG_BIG_KEYS is not set
# CONFIG_ENCRYPTED_KEYS is not set
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
# CONFIG_SECURITY_DMESG_RESTRICT is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
# CONFIG_INTEL_TXT is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_XOR_BLOCKS=y
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP=y
CONFIG_CRYPTO_PCOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_USER is not set
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=y
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_PCRYPT is not set
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=y
CONFIG_CRYPTO_AUTHENC=y
# CONFIG_CRYPTO_TEST is not set
CONFIG_CRYPTO_ABLK_HELPER=y
CONFIG_CRYPTO_GLUE_HELPER_X86=y

#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_SEQIV is not set

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_CTR is not set
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LRW=y
# CONFIG_CRYPTO_PCBC is not set
CONFIG_CRYPTO_XTS=y

#
# Hash modes
#
CONFIG_CRYPTO_CMAC=y
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_XCBC is not set
# CONFIG_CRYPTO_VMAC is not set

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32C_INTEL=y
# CONFIG_CRYPTO_CRC32 is not set
# CONFIG_CRYPTO_CRC32_PCLMUL is not set
CONFIG_CRYPTO_CRCT10DIF=y
# CONFIG_CRYPTO_CRCT10DIF_PCLMUL is not set
# CONFIG_CRYPTO_GHASH is not set
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_MD5=y
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_RMD128 is not set
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA1_SSSE3=y
CONFIG_CRYPTO_SHA256_SSSE3=y
CONFIG_CRYPTO_SHA512_SSSE3=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL is not set

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_X86_64=y
CONFIG_CRYPTO_AES_NI_INTEL=y
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_BLOWFISH=y
CONFIG_CRYPTO_BLOWFISH_COMMON=y
CONFIG_CRYPTO_BLOWFISH_X86_64=y
# CONFIG_CRYPTO_CAMELLIA is not set
CONFIG_CRYPTO_CAMELLIA_X86_64=y
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=y
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64=y
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST5_AVX_X86_64 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_CAST6_AVX_X86_64 is not set
CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_DES3_EDE_X86_64 is not set
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_X86_64 is not set
# CONFIG_CRYPTO_SEED is not set
CONFIG_CRYPTO_SERPENT=y
CONFIG_CRYPTO_SERPENT_SSE2_X86_64=y
CONFIG_CRYPTO_SERPENT_AVX_X86_64=y
CONFIG_CRYPTO_SERPENT_AVX2_X86_64=y
# CONFIG_CRYPTO_TEA is not set
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
CONFIG_CRYPTO_TWOFISH_X86_64=y
CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=y
CONFIG_CRYPTO_TWOFISH_AVX_X86_64=y

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_ZLIB=y
CONFIG_CRYPTO_LZO=y
# CONFIG_CRYPTO_LZ4 is not set
# CONFIG_CRYPTO_LZ4HC is not set

#
# Random Number Generation
#
CONFIG_CRYPTO_ANSI_CPRNG=y
# CONFIG_CRYPTO_DRBG_MENU is not set
# CONFIG_CRYPTO_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
# CONFIG_CRYPTO_HW is not set
# CONFIG_ASYMMETRIC_KEY_TYPE is not set
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_HAVE_KVM_IRQFD=y
CONFIG_HAVE_KVM_IRQ_ROUTING=y
CONFIG_HAVE_KVM_EVENTFD=y
CONFIG_KVM_APIC_ARCHITECTURE=y
CONFIG_KVM_MMIO=y
CONFIG_KVM_ASYNC_PF=y
CONFIG_HAVE_KVM_MSI=y
CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y
CONFIG_KVM_VFIO=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=y
CONFIG_KVM_INTEL=y
CONFIG_KVM_AMD=y
# CONFIG_KVM_DEVICE_ASSIGNMENT is not set
# CONFIG_BINARY_PRINTF is not set

#
# Library routines
#
CONFIG_RAID6_PQ=y
CONFIG_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_IO=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
# CONFIG_CRC_CCITT is not set
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
CONFIG_CRC32_SELFTEST=y
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_DECOMPRESS_LZ4=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=y
CONFIG_TEXTSEARCH_BM=y
CONFIG_TEXTSEARCH_FSM=y
CONFIG_INTERVAL_TREE=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_GLOB=y
# CONFIG_GLOB_SELFTEST is not set
CONFIG_NLATTR=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
CONFIG_AVERAGE=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
CONFIG_FONT_SUPPORT=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_ARCH_HAS_SG_CHAIN=y

[-- Attachment #3: grub.cfg --]
[-- Type: application/octet-stream, Size: 1991 bytes --]

menuentry 'Debian GNU/Linux, with Linux 3.17.0-20141008-vanilla-kvm-debug4+' --class debian --class gnu-linux --class gnu --class os {
        load_video
        insmod gzio
        insmod part_gpt
        insmod ext2
        set root='(/dev/sda,gpt1)'
        search --no-floppy --fs-uuid --set=root 1d5054c7-e8b3-4f74-8c27-2bc238b8cd97
        echo    'Loading Linux 3.17.0-20141008-vanilla-kvm-debug4+ ...'
        linux   /vmlinuz-3.17.0-20141008-vanilla-kvm-debug4+ root=/dev/mapper/serveerstertje-root ro nomodeset debug pci-stub.ids=1002:6759,1002:aa90 iommu=on,verbose ivrs_ioapic[6]=00:14.0 ivrs_hpet[0]=00:14.0
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.17.0-20141008-vanilla-kvm-debug4+
}


menuentry 'xen-4.5-unstable.gz, 3.17.0-20141008-vanilla-kvm-debug4+' --class debian --class gnu-linux --class gnu --class os --class xen {
        insmod part_msdos
        insmod part_gpt
        insmod ext2
        set root='(/dev/sda,gpt1)'
        search --no-floppy --fs-uuid --set=root 1d5054c7-e8b3-4f74-8c27-2bc238b8cd97
        echo       'Loading 3.17.0-20141008-vanilla-kvm-debug4+ ...'
        multiboot  /xen-4.5-unstable.gz dom0_mem=1536M,max:1536M loglvl=all loglvl_guest=all console_timestamps=datems vga=gfx-1280x1024x32 no-cpuidle cpufreq=xen com1=38400,8n1 console=vga,com1 ivrs_ioapic[6]=00:14.0 iommu=on,verbose,amd-iommu-debug debug lapic=debug apic_verbosity=debug apic=debug 
        module     /vmlinuz-3.17.0-20141008-vanilla-kvm-debug4+ root=/dev/mapper/serveerstertje-root ro verbose earlyprintk=xen mem=1536M console=hvc0 console=tty0 vga=794 video=vesafb r8169.use_dac=1 acpi_enforce_resources=lax max_loop=30 loop_max_part=10 debug loglevel=10 nomodeset xen-pciback.hide=(03:06.0)(04:00.*)(07:00.*)(08:00.*)(09:00.*)(0a:00.0)(0b:00.0)(0e:00.*) r8169.use_dac=1 acpi.debug_layer=0x400000 acpi.debug_level=0x4
        echo       'Loading initial ramdisk ...'
        module     /initrd.img-3.17.0-20141008-vanilla-kvm-debug4+
}

[-- Attachment #4: kernel-debug.patch --]
[-- Type: application/octet-stream, Size: 16070 bytes --]

diff --git a/drivers/acpi/pci_irq.c b/drivers/acpi/pci_irq.c
index 6e6b80e..3881d3a 100644
--- a/drivers/acpi/pci_irq.c
+++ b/drivers/acpi/pci_irq.c
@@ -440,6 +440,8 @@ int acpi_pci_irq_enable(struct pci_dev *dev)
 	 * driver reported one, then use it. Exit in any case.
 	 */
 	if (gsi < 0) {
+		dev_warn(&dev->dev, "?!?!? %s gsi < 0: %d\n",  __func__, gsi);
+	
 		if (acpi_isa_register_gsi(dev))
 			dev_warn(&dev->dev, "PCI INT %c: no GSI\n",
 				 pin_name(pin));
@@ -448,7 +450,13 @@ int acpi_pci_irq_enable(struct pci_dev *dev)
 		return 0;
 	}
 
+
 	rc = acpi_register_gsi(&dev->dev, gsi, triggering, polarity);
+	dev_warn(&dev->dev, "?!?!? %s: PCI INT %c%s -> GSI %u (%s, %s) -> IRQ/rc %d\n",
+		__func__, pin_name(pin), link_desc, gsi,
+		(triggering == ACPI_LEVEL_SENSITIVE) ? "level" : "edge",
+		(polarity == ACPI_ACTIVE_LOW) ? "low" : "high", rc);
+
 	if (rc < 0) {
 		dev_warn(&dev->dev, "PCI INT %c: failed to register GSI\n",
 			 pin_name(pin));
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 2c9ac70..8eda95e 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -7,6 +7,8 @@
  *	Copyright 1997 -- 2000 Martin Mares <mj@ucw.cz>
  */
 
+#define DEBUG
+
 #include <linux/kernel.h>
 #include <linux/delay.h>
 #include <linux/init.h>
@@ -1598,12 +1600,13 @@ bool pci_check_pme_status(struct pci_dev *dev)
 	pmcsr |= PCI_PM_CTRL_PME_STATUS;
 	if (pmcsr & PCI_PM_CTRL_PME_ENABLE) {
 		/* Disable PME to avoid interrupt flood. */
+		dev_warn(&dev->dev, "%s: Disable PME to avoid interrupt flood.\n", __func__);
 		pmcsr &= ~PCI_PM_CTRL_PME_ENABLE;
 		ret = true;
 	}
 
 	pci_write_config_word(dev, pmcsr_pos, pmcsr);
-
+	dev_warn(&dev->dev, "%s: ret:%d\n", __func__, ret);
 	return ret;
 }
 
@@ -1753,7 +1756,7 @@ void pci_pme_active(struct pci_dev *dev, bool enable)
 		}
 	}
 
-	dev_dbg(&dev->dev, "PME# %s\n", enable ? "enabled" : "disabled");
+	dev_warn(&dev->dev, "PME# %s\n", enable ? "enabled" : "disabled");
 }
 EXPORT_SYMBOL(pci_pme_active);
 
@@ -1816,7 +1819,7 @@ int __pci_enable_wake(struct pci_dev *dev, pci_power_t state,
 		pci_pme_active(dev, false);
 		dev->wakeup_prepared = false;
 	}
-
+	dev_warn(&dev->dev, "%s ret:%d\n", __func__, ret);
 	return ret;
 }
 EXPORT_SYMBOL(__pci_enable_wake);
@@ -2905,6 +2908,8 @@ void pci_intx(struct pci_dev *pdev, int enable)
 
 	pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
 
+        dev_warn(&pdev->dev, "?!??!? %s: enable:%d\n",__func__, enable);
+
 	if (enable)
 		new = pci_command & ~PCI_COMMAND_INTX_DISABLE;
 	else
@@ -2912,6 +2917,7 @@ void pci_intx(struct pci_dev *pdev, int enable)
 
 	if (new != pci_command) {
 		struct pci_devres *dr;
+		dev_warn(&pdev->dev, "?!??!? %s: enable:%d new != pci_command\n",__func__, enable);
 
 		pci_write_config_word(pdev, PCI_COMMAND, new);
 
@@ -3172,6 +3178,8 @@ static int pci_pm_reset(struct pci_dev *dev, int probe)
 {
 	u16 csr;
 
+	dev_err(&dev->dev, "%s: probe:%d dev->current_state:%d\n", __func__, probe, dev->current_state);
+
 	if (!dev->pm_cap)
 		return -ENOTTY;
 
@@ -3179,8 +3187,10 @@ static int pci_pm_reset(struct pci_dev *dev, int probe)
 	if (csr & PCI_PM_CTRL_NO_SOFT_RESET)
 		return -ENOTTY;
 
-	if (probe)
+	if (probe){
+		dev_err(&dev->dev, "%s: probe ok\n", __func__);
 		return 0;
+	}
 
 	if (dev->current_state != PCI_D0)
 		return -EINVAL;
@@ -3195,13 +3205,15 @@ static int pci_pm_reset(struct pci_dev *dev, int probe)
 	pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, csr);
 	pci_dev_d3_sleep(dev);
 
+	dev_err(&dev->dev, "%s: done state: dev->current_state:%d\n", __func__, dev->current_state);
+
 	return 0;
 }
 
 void pci_reset_secondary_bus(struct pci_dev *dev)
 {
 	u16 ctrl;
-
+	dev_err(&dev->dev, "%s\n", __func__);
 	pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &ctrl);
 	ctrl |= PCI_BRIDGE_CTL_BUS_RESET;
 	pci_write_config_word(dev, PCI_BRIDGE_CONTROL, ctrl);
@@ -3222,6 +3234,7 @@ void pci_reset_secondary_bus(struct pci_dev *dev)
 	 * but we don't make use of them yet.
 	 */
 	ssleep(1);
+	dev_err(&dev->dev, "%s done.\n", __func__);
 }
 
 void __weak pcibios_reset_secondary_bus(struct pci_dev *dev)
@@ -3245,7 +3258,7 @@ EXPORT_SYMBOL_GPL(pci_reset_bridge_secondary_bus);
 static int pci_parent_bus_reset(struct pci_dev *dev, int probe)
 {
 	struct pci_dev *pdev;
-
+	dev_err(&dev->dev, "%s\n", __func__);
 	if (pci_is_root_bus(dev->bus) || dev->subordinate || !dev->bus->self)
 		return -ENOTTY;
 
@@ -3257,7 +3270,7 @@ static int pci_parent_bus_reset(struct pci_dev *dev, int probe)
 		return 0;
 
 	pci_reset_bridge_secondary_bus(dev->bus->self);
-
+	dev_err(&dev->dev, "%s done.\n", __func__);
 	return 0;
 }
 
@@ -3279,13 +3292,21 @@ static int pci_reset_hotplug_slot(struct hotplug_slot *hotplug, int probe)
 static int pci_dev_reset_slot_function(struct pci_dev *dev, int probe)
 {
 	struct pci_dev *pdev;
+	dev_warn(&dev->dev, "%s probe: %d \n", __func__, probe);
 
 	if (dev->subordinate || !dev->slot)
 		return -ENOTTY;
 
 	list_for_each_entry(pdev, &dev->bus->devices, bus_list)
-		if (pdev != dev && pdev->slot == dev->slot)
+		dev_warn(&dev->dev, "%s: testing pdev:%02x:%02x.%d pdev->slot:%d dev->slot:%d\n", __func__, pdev->bus->number, PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn),  pdev->slot, dev->slot);		
+		
+		if (pdev != dev && pdev->slot == dev->slot){
+			dev_warn(&dev->dev, "%s: pdev!=dev && pdev->slot==dev->slot returning -ENOTTY \n", __func__);		
 			return -ENOTTY;
+		} else {
+			dev_warn(&dev->dev, "%s: not  pdev!=dev && pdev->slot==dev->slot\n", __func__);
+		}
+	dev_warn(&dev->dev, "%s doing pci_reset_hotplug_slot()", __func__);
 
 	return pci_reset_hotplug_slot(dev->slot->hotplug, probe);
 }
@@ -3293,33 +3314,79 @@ static int pci_dev_reset_slot_function(struct pci_dev *dev, int probe)
 static int __pci_dev_reset(struct pci_dev *dev, int probe)
 {
 	int rc;
-
+	dev_warn(&dev->dev, "%s probe:%d \n", __func__, probe);
 	might_sleep();
 
 	rc = pci_dev_specific_reset(dev, probe);
-	if (rc != -ENOTTY)
+	if (rc != -ENOTTY){
+		dev_warn(&dev->dev, "%s pci_dev_specific_reset succeeded rc:%d\n", __func__, rc);
 		goto done;
-
+	}
 	rc = pcie_flr(dev, probe);
-	if (rc != -ENOTTY)
+	if (rc != -ENOTTY){
+		dev_warn(&dev->dev, "%s  pcie_flr  succeeded rc:%d\n", __func__, rc);
 		goto done;
-
+	}
 	rc = pci_af_flr(dev, probe);
-	if (rc != -ENOTTY)
+	if (rc != -ENOTTY){
+		dev_warn(&dev->dev, "%s  pci_af_flr  succeeded rc:%d\n", __func__, rc);
 		goto done;
-
+	}
 	rc = pci_pm_reset(dev, probe);
-	if (rc != -ENOTTY)
+	if (rc != -ENOTTY){
+		dev_warn(&dev->dev, "%s  pci_pm_reset  succeeded rc:%d\n", __func__, rc);
 		goto done;
-
+	}
 	rc = pci_dev_reset_slot_function(dev, probe);
-	if (rc != -ENOTTY)
+	if (rc != -ENOTTY){
+		dev_warn(&dev->dev, "%s  pci_dev_reset_slot_function rc:%d\n", __func__, rc);
 		goto done;
+	}
+	rc = pci_parent_bus_reset(dev, probe);
+done:
+	dev_warn(&dev->dev, "%s done rc:%d.\n", __func__, rc);
+	return rc;
+}
+
+
+int pci_dev_reset_xen(struct pci_dev *dev)
+{
+	int probe=0;
+	int rc;
+	dev_warn(&dev->dev, "%s probe:%d \n", __func__, probe);
+	might_sleep();
 
+	rc = pci_dev_specific_reset(dev, probe);
+	if (rc != -ENOTTY){
+		dev_warn(&dev->dev, "%s pci_dev_specific_reset succeeded rc:%d\n", __func__, rc);
+		goto done;
+	}
+	rc = pcie_flr(dev, probe);
+	if (rc != -ENOTTY){
+		dev_warn(&dev->dev, "%s  pcie_flr  succeeded rc:%d\n", __func__, rc);
+		goto done;
+	}
+	rc = pci_af_flr(dev, probe);
+	if (rc != -ENOTTY){
+		dev_warn(&dev->dev, "%s  pci_af_flr  succeeded rc:%d\n", __func__, rc);
+		goto done;
+	}
+	rc = pci_pm_reset(dev, probe);
+	if (rc != -ENOTTY){
+		dev_warn(&dev->dev, "%s  pci_pm_reset  succeeded rc:%d\n", __func__, rc);
+		goto done;
+	}
+	rc = pci_dev_reset_slot_function(dev, probe);
+	if (rc != -ENOTTY){
+		dev_warn(&dev->dev, "%s  pci_dev_reset_slot_function rc:%d\n", __func__, rc);
+		goto done;
+	}
 	rc = pci_parent_bus_reset(dev, probe);
 done:
+	dev_warn(&dev->dev, "%s done rc:%d.\n", __func__, rc);
 	return rc;
 }
+EXPORT_SYMBOL_GPL(pci_dev_reset_xen);
 
 static void pci_dev_lock(struct pci_dev *dev)
 {
diff --git a/drivers/pci/pcie/pme.c b/drivers/pci/pcie/pme.c
index 82e06a8..dd78847 100644
--- a/drivers/pci/pcie/pme.c
+++ b/drivers/pci/pcie/pme.c
@@ -185,6 +185,10 @@ static void pcie_pme_handle_request(struct pci_dev *port, u16 req_id)
 	if (found) {
 		/* The device is there, but we have to check its PME status. */
 		found = pci_check_pme_status(dev);
+		dev_warn(&port->dev, "PME interrupt from %02x:%02x.%d found device %02x:%02x.%d found:%d\n",
+			busnr, PCI_SLOT(devfn), PCI_FUNC(devfn),
+			dev->bus->number,PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn), found);
+
 		if (found) {
 			if (dev->pme_poll)
 				dev->pme_poll = false;
@@ -199,14 +203,14 @@ static void pcie_pme_handle_request(struct pci_dev *port, u16 req_id)
 		 * assuming that the PME was reported by a PCIe-PCI bridge that
 		 * used devfn different from zero.
 		 */
-		dev_dbg(&port->dev, "PME interrupt generated for non-existent device %02x:%02x.%d\n",
+		dev_warn(&port->dev, "PME interrupt generated for non-existent device %02x:%02x.%d\n",
 			busnr, PCI_SLOT(devfn), PCI_FUNC(devfn));
 		found = pcie_pme_from_pci_bridge(bus, 0);
 	}
 
  out:
 	if (!found)
-		dev_dbg(&port->dev, "Spurious native PME interrupt!\n");
+		dev_warn(&port->dev, "Spurious native PME interrupt %02x:%02x.%d!\n",busnr, PCI_SLOT(devfn), PCI_FUNC(devfn));
 }
 
 /**
@@ -363,7 +367,7 @@ static int pcie_pme_probe(struct pcie_device *srv)
 		pcie_pme_mark_devices(port);
 		pcie_pme_interrupt_enable(port, true);
 	}
-
+        dev_info(&port->dev, "?!?!?!? %s: srv->irq:%d ret: %d \n",__func__, srv->irq, ret);
 	return ret;
 }
 
diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c
index 00f40f0..7381158 100644
--- a/drivers/xen/evtchn.c
+++ b/drivers/xen/evtchn.c
@@ -330,7 +330,9 @@ static void evtchn_unbind_from_user(struct per_user_data *u,
 	BUG_ON(irq < 0);
 
 	unbind_from_irqhandler(irq, evtchn);
-
+	if(irq==16){
+		pr_err("?!?!?!?! %s: %d\n",__func__, irq);
+	}
 	del_evtchn(u, evtchn);
 }
 
diff --git a/drivers/xen/xen-pciback/pci_stub.c b/drivers/xen/xen-pciback/pci_stub.c
index 259ba26..b5fe02b 100644
--- a/drivers/xen/xen-pciback/pci_stub.c
+++ b/drivers/xen/xen-pciback/pci_stub.c
@@ -7,6 +7,9 @@
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
+#define DEBUG
+
+
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/rwsem.h>
@@ -82,6 +85,8 @@ static struct pcistub_device *pcistub_device_alloc(struct pci_dev *dev)
 	kref_init(&psdev->kref);
 	spin_lock_init(&psdev->lock);
 
+	dev_dbg(&dev->dev, "pcistub_device_alloc done.\n");
+
 	return psdev;
 }
 
@@ -103,7 +108,10 @@ static void pcistub_device_release(struct kref *kref)
 	/* Call the reset function which does not take lock as this
 	 * is called from "unbind" which takes a device_lock mutex.
 	 */
-	__pci_reset_function_locked(dev);
+	/* __pci_reset_function_locked(dev); */
+
+	pci_dev_reset_xen(dev);
+
 	if (pci_load_and_free_saved_state(dev, &dev_data->pci_saved_state))
 		dev_dbg(&dev->dev, "Could not reload PCI state\n");
 	else
@@ -137,6 +145,8 @@ static void pcistub_device_release(struct kref *kref)
 	pci_dev_put(dev);
 
 	kfree(psdev);
+	dev_dbg(&dev->dev, "pcistub_device_release done.\n");
+
 }
 
 static inline void pcistub_device_get(struct pcistub_device *psdev)
@@ -256,6 +266,8 @@ void pcistub_put_pci_dev(struct pci_dev *dev)
 	struct pcistub_device *psdev, *found_psdev = NULL;
 	unsigned long flags;
 
+	dev_dbg(&dev->dev, "%s\n",__func__);
+
 	spin_lock_irqsave(&pcistub_devices_lock, flags);
 
 	list_for_each_entry(psdev, &pcistub_devices, dev_list) {
@@ -280,7 +292,9 @@ void pcistub_put_pci_dev(struct pci_dev *dev)
 	/* This is OK - we are running from workqueue context
 	 * and want to inhibit the user from fiddling with 'reset'
 	 */
-	pci_reset_function(dev);
+	/* pci_reset_function(dev); */
+	pci_dev_reset_xen(dev);
+	
 	pci_restore_state(dev);
 
 	/* This disables the device. */
@@ -298,6 +312,8 @@ void pcistub_put_pci_dev(struct pci_dev *dev)
 
 	pcistub_device_put(found_psdev);
 	up_write(&pcistub_sem);
+	dev_dbg(&dev->dev, "%s done.\n",__func__);
+
 }
 
 static int pcistub_match_one(struct pci_dev *dev,
@@ -404,13 +420,16 @@ static int pcistub_init_device(struct pci_dev *dev)
 		dev_err(&dev->dev, "Could not store PCI conf saved state!\n");
 	else {
 		dev_dbg(&dev->dev, "resetting (FLR, D3, etc) the device\n");
-		__pci_reset_function_locked(dev);
+
+		/* __pci_reset_function_locked(dev); */
+		pci_dev_reset_xen(dev);
+
 		pci_restore_state(dev);
 	}
 	/* Now disable the device (this also ensures some private device
 	 * data is setup before we export)
 	 */
-	dev_dbg(&dev->dev, "reset device\n");
+	dev_warn(&dev->dev, "reset device\n");
 	xen_pcibk_reset_device(dev);
 
 	dev->dev_flags |= PCI_DEV_FLAGS_ASSIGNED;
@@ -508,7 +527,7 @@ static int pcistub_probe(struct pci_dev *dev, const struct pci_device_id *id)
 {
 	int err = 0;
 
-	dev_dbg(&dev->dev, "probing...\n");
+	dev_dbg(&dev->dev, "%s: probing...\n",__func__);
 
 	if (pcistub_match(dev)) {
 
@@ -528,6 +547,8 @@ static int pcistub_probe(struct pci_dev *dev, const struct pci_device_id *id)
 		err = -ENODEV;
 
 out:
+	dev_dbg(&dev->dev, "%s: probing... done.\n",__func__);
+
 	return err;
 }
 
@@ -538,7 +559,7 @@ static void pcistub_remove(struct pci_dev *dev)
 	struct pcistub_device *psdev, *found_psdev = NULL;
 	unsigned long flags;
 
-	dev_dbg(&dev->dev, "removing\n");
+	dev_dbg(&dev->dev, "%s: removing\n",__func__);
 
 	spin_lock_irqsave(&pcistub_devices_lock, flags);
 
@@ -576,6 +597,8 @@ static void pcistub_remove(struct pci_dev *dev)
 
 		/* the final put for releasing from the list */
 		pcistub_device_put(found_psdev);
+	dev_dbg(&dev->dev, "%s: removing done.\n",__func__);
+
 	}
 }
 
diff --git a/drivers/xen/xen-pciback/pciback_ops.c b/drivers/xen/xen-pciback/pciback_ops.c
index c4a0666..b997908 100644
--- a/drivers/xen/xen-pciback/pciback_ops.c
+++ b/drivers/xen/xen-pciback/pciback_ops.c
@@ -6,6 +6,8 @@
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
+#define DEBUG
+
 #include <linux/module.h>
 #include <linux/wait.h>
 #include <linux/bitops.h>
diff --git a/drivers/xen/xen-pciback/vpci.c b/drivers/xen/xen-pciback/vpci.c
index 51afff9..300193f 100644
--- a/drivers/xen/xen-pciback/vpci.c
+++ b/drivers/xen/xen-pciback/vpci.c
@@ -7,6 +7,8 @@
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
+#define DEBUG
+
 #include <linux/list.h>
 #include <linux/slab.h>
 #include <linux/pci.h>
diff --git a/drivers/xen/xen-pciback/xenbus.c b/drivers/xen/xen-pciback/xenbus.c
index c214daa..48093c5 100644
--- a/drivers/xen/xen-pciback/xenbus.c
+++ b/drivers/xen/xen-pciback/xenbus.c
@@ -6,6 +6,8 @@
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
+#define DEBUG
+
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/list.h>
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 96453f9..117188f 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -970,6 +970,7 @@ int pcie_set_mps(struct pci_dev *dev, int mps);
 int pcie_get_minimum_link(struct pci_dev *dev, enum pci_bus_speed *speed,
 			  enum pcie_link_width *width);
 int __pci_reset_function(struct pci_dev *dev);
+int pci_dev_reset_xen(struct pci_dev *dev);
 int __pci_reset_function_locked(struct pci_dev *dev);
 int pci_reset_function(struct pci_dev *dev);
 int pci_try_reset_function(struct pci_dev *dev);
diff --git a/kernel/irq/spurious.c b/kernel/irq/spurious.c
index e2514b0..0fa0e5d 100644
--- a/kernel/irq/spurious.c
+++ b/kernel/irq/spurious.c
@@ -202,6 +202,7 @@ __report_bad_irq(unsigned int irq, struct irq_desc *desc,
 		printk(KERN_ERR "irq %d: nobody cared (try booting with "
 				"the \"irqpoll\" option)\n", irq);
 	}
+	print_irq_desc(irq, desc);
 	dump_stack();
 	printk(KERN_ERR "handlers:\n");
 
@@ -417,7 +418,7 @@ void note_interrupt(unsigned int irq, struct irq_desc *desc,
 		/*
 		 * Now kill the IRQ
 		 */
-		printk(KERN_EMERG "Disabling IRQ #%d\n", irq);
+		printk(KERN_EMERG "Disabling IRQ #%d unhandled: %d\n", irq, desc->irqs_unhandled);
 		desc->istate |= IRQS_SPURIOUS_DISABLED;
 		desc->depth++;
 		irq_disable(desc);

[-- Attachment #5: xen-dmesg.txt --]
[-- Type: text/plain, Size: 166347 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.17.0-20141008-vanilla-kvm-debug4+ (root@serveerstertje) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP Wed Oct 8 20:40:36 CEST 2014
[    0.000000] Command line: root=/dev/mapper/serveerstertje-root ro verbose earlyprintk=xen mem=1536M console=hvc0 console=tty0 vga=794 video=vesafb r8169.use_dac=1 acpi_enforce_resources=lax max_loop=30 loop_max_part=10 debug loglevel=10 nomodeset xen-pciback.hide=(03:06.0)(04:00.*)(07:00.*)(08:00.*)(09:00.*)(0a:00.0)(0b:00.0)(0e:00.*) r8169.use_dac=1 acpi.debug_layer=0x400000 acpi.debug_level=0x4
[    0.000000] tseg: 0000000000
[    0.000000] Freeing 99-100 pfn range: 103 pages freed
[    0.000000] Released 103 pages of unused memory
[    0.000000] Set 128975063 page(s) to 1-1 mapping
[    0.000000] Populating 60000-60067 pfn range: 103 pages added
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x0000000000098fff] usable
[    0.000000] Xen: [mem 0x0000000000099400-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x0000000060066fff] usable
[    0.000000] Xen: [mem 0x0000000060067000-0x000000009ff8ffff] unusable
[    0.000000] Xen: [mem 0x000000009ff90000-0x000000009ff9dfff] ACPI data
[    0.000000] Xen: [mem 0x000000009ff9e000-0x000000009ffdffff] ACPI NVS
[    0.000000] Xen: [mem 0x000000009ffe0000-0x000000009fffffff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] Xen: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x000000055fffffff] unusable
[    0.000000] Xen: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] bootconsole [xenboot0] enabled
[    0.000000] e820: remove [mem 0x60000000-0xfffffffffffffffe] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: user-defined physical RAM map:
[    0.000000] user: [mem 0x0000000000000000-0x0000000000098fff] usable
[    0.000000] user: [mem 0x0000000000099400-0x00000000000fffff] reserved
[    0.000000] user: [mem 0x0000000000100000-0x000000005fffffff] usable
[    0.000000] user: [mem 0x0000000060067000-0x000000009ff8ffff] unusable
[    0.000000] user: [mem 0x000000009ff90000-0x000000009ff9dfff] ACPI data
[    0.000000] user: [mem 0x000000009ff9e000-0x000000009ffdffff] ACPI NVS
[    0.000000] user: [mem 0x000000009ffe0000-0x000000009fffffff] reserved
[    0.000000] user: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] user: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] user: [mem 0x0000000100000000-0x000000055fffffff] unusable
[    0.000000] user: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: MSI MS-7640/890FXA-GD70 (MS-7640)  , BIOS V1.8B1 09/13/2010
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x60000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000093000] 93000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x5fe00000-0x5fffffff]
[    0.000000]  [mem 0x5fe00000-0x5fffffff] page 4k
[    0.000000] BRK [0x0321d000, 0x0321dfff] PGTABLE
[    0.000000] BRK [0x0321e000, 0x0321efff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x5c000000-0x5fdfffff]
[    0.000000]  [mem 0x5c000000-0x5fdfffff] page 4k
[    0.000000] BRK [0x0321f000, 0x0321ffff] PGTABLE
[    0.000000] BRK [0x03220000, 0x03220fff] PGTABLE
[    0.000000] BRK [0x03221000, 0x03221fff] PGTABLE
[    0.000000] BRK [0x03222000, 0x03222fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0x5bffffff]
[    0.000000]  [mem 0x00100000-0x5bffffff] page 4k
[    0.000000] RAMDISK: [mem 0x0362a000-0x0455efff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FB100 000014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 0x000000009FF90000 000048 (v01 MSI    OEMSLIC  20100913 MSFT 00000097)
[    0.000000] ACPI: FACP 0x000000009FF90200 000084 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x000000009FF905E0 009427 (v01 A7640  A7640100 00000100 INTL 20051117)
[    0.000000] ACPI: FACS 0x000000009FF9E000 000040
[    0.000000] ACPI: APIC 0x000000009FF90390 000088 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: MCFG 0x000000009FF90420 00003C (v01 7640MS OEMMCFG  20100913 MSFT 00000097)
[    0.000000] ACPI: SLIC 0x000000009FF90460 000176 (v01 MSI    OEMSLIC  20100913 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x000000009FF9E040 000072 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: SRAT 0x000000009FF9A5E0 000108 (v03 AMD    FAM_F_10 00000002 AMD  00000001)
[    0.000000] ACPI: HPET 0x000000009FF9A6F0 000038 (v01 7640MS OEMHPET  20100913 MSFT 00000097)
[    0.000000] ACPI: IVRS 0x000000009FF9A730 000110 (v01 AMD    RD890S   00202031 AMD  00000000)
[    0.000000] ACPI: SSDT 0x000000009FF9A840 000DA4 (v01 A M I  POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] NUMA turned off
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000005fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x5fffffff]
[    0.000000]   NODE_DATA [mem 0x5fd20000-0x5fd2afff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00098fff]
[    0.000000]   node   0: [mem 0x00100000-0x5fffffff]
[    0.000000] On node 0 totalpages: 393112
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3992 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 6080 pages used for memmap
[    0.000000]   DMA32 zone: 389120 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x07] address[0xfec20000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 7, version 33, address 0xfec20000, GSI 24-55
[    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 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
[    0.000000] smpboot: Allowing 6 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0xa0000000-0xfedfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.5-unstable (preserve-AD)
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:6 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88005f600000 s83328 r8192 d23168 u262144
[    0.000000] pcpu-alloc: s83328 r8192 d23168 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - - 
[    0.000000] xen: PV spinlocks enabled
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 386947
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/mapper/serveerstertje-root ro verbose earlyprintk=xen mem=1536M console=hvc0 console=tty0 vga=794 video=vesafb r8169.use_dac=1 acpi_enforce_resources=lax max_loop=30 loop_max_part=10 debug loglevel=10 nomodeset xen-pciback.hide=(03:06.0)(04:00.*)(07:00.*)(08:00.*)(09:00.*)(0a:00.0)(0b:00.0)(0e:00.*) r8169.use_dac=1 acpi.debug_layer=0x400000 acpi.debug_level=0x4
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] software IO TLB [mem 0x59c00000-0x5dc00000] (64MB) mapped at [ffff880059c00000-ffff88005dbfffff]
[    0.000000] Memory: 1424192K/1572448K available (12060K kernel code, 1049K rwdata, 4648K rodata, 1120K init, 14192K bss, 148256K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Additional per-CPU info printed with stalls.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.000000] NR_IRQS:4352 nr_irqs:1016 0
[    0.000000] xen:events: Using FIFO-based ABI
[    0.000000] xen: sci override: global_irq=9 trigger=0 polarity=1
[    0.000000] xen: registering gsi 9 triggering 0 polarity 1
[    0.000000] xen: --> pirq=9 -> irq=9 (gsi=9)
[    0.000000] xen: acpi sci 9
[    0.000000] xen: --> pirq=1 -> irq=1 (gsi=1)
[    0.000000] xen: --> pirq=2 -> irq=2 (gsi=2)
[    0.000000] xen: --> pirq=3 -> irq=3 (gsi=3)
[    0.000000] xen: --> pirq=4 -> irq=4 (gsi=4)
[    0.000000] xen: --> pirq=5 -> irq=5 (gsi=5)
[    0.000000] xen: --> pirq=6 -> irq=6 (gsi=6)
[    0.000000] xen: --> pirq=7 -> irq=7 (gsi=7)
[    0.000000] xen: --> pirq=8 -> irq=8 (gsi=8)
[    0.000000] xen: --> pirq=10 -> irq=10 (gsi=10)
[    0.000000] xen: --> pirq=11 -> irq=11 (gsi=11)
[    0.000000] xen: --> pirq=12 -> irq=12 (gsi=12)
[    0.000000] xen: --> pirq=13 -> irq=13 (gsi=13)
[    0.000000] xen: --> pirq=14 -> irq=14 (gsi=14)
[    0.000000] xen: --> pirq=15 -> irq=15 (gsi=15)
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] bootconsole [xenboot0] disabled
[    0.000000] console [hvc0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     32768
[    0.000000] ... MAX_LOCKDEP_CHAINS:      65536
[    0.000000] ... CHAINHASH_SIZE:          32768
[    0.000000]  memory used by lock dependency info: 8159 kB
[    0.000000]  per task-struct memory footprint: 1920 bytes
[    0.000000] kmemleak: Kernel memory leak detector disabled
[    0.000000] Xen: using vcpuop timer interface
[    0.000000] installing Xen timer for CPU 0
[    0.000000] tsc: Detected 3200.188 MHz processor
[   10.219914] Calibrating delay loop (skipped), value calculated using timer frequency.. 6402.05 BogoMIPS (lpj=10667293)
[   10.219923] pid_max: default: 32768 minimum: 301
[   10.219936] ACPI: Core revision 20140724
[   10.239000] ACPI: All ACPI Tables successfully acquired
[   10.241946] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[   10.242705] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[   10.243012] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[   10.243025] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[   10.243617] Initializing cgroup subsys freezer
[   10.243637] Initializing cgroup subsys blkio
[   10.243692] CPU: Physical Processor ID: 0
[   10.243695] CPU: Processor Core ID: 0
[   10.243700] mce: CPU supports 2 MCE banks
[   10.243713] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[   10.243713] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
[   10.243869] Freeing SMP alternatives memory: 36K (ffffffff82420000 - ffffffff82429000)
[   10.244881] cpu 0 spinlock event irq 57
[   10.245843] Performance Events: Broken PMU hardware detected, using software events only.
[   10.245863] Failed to access perfctr msr (MSR c0010004 is 0)
[   10.246505] NMI watchdog: disabled (cpu0): hardware events not enabled
[   10.246739] installing Xen timer for CPU 1
[   10.246778] cpu 1 spinlock event irq 64
[   10.247320] installing Xen timer for CPU 2
[   10.247349] cpu 2 spinlock event irq 71
[   10.247810] installing Xen timer for CPU 3
[   10.247832] cpu 3 spinlock event irq 78
[   10.248320] installing Xen timer for CPU 4
[   10.248341] cpu 4 spinlock event irq 85
[   10.248790] installing Xen timer for CPU 5
[   10.248808] cpu 5 spinlock event irq 92
[   10.249100] x86: Booted up 1 node, 6 CPUs
[   10.250354] devtmpfs: initialized
[   10.251720] xor: measuring software checksum speed
[   10.284582]    prefetch64-sse:  5474.400 MB/sec
[   10.317951]    generic_sse:  5360.400 MB/sec
[   10.317955] xor: using function: prefetch64-sse (5474.400 MB/sec)
[   10.318322] NET: Registered protocol family 16
[   10.318374] xen:grant_table: Grant tables using version 1 layout
[   10.318395] Grant table initialized
[   10.319341] node 0 link 0: io port [1000, ffffff]
[   10.319354] TOM: 00000000a0000000 aka 2560M
[   10.319359] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
[   10.319368] node 0 link 0: mmio [e0000000, efffffff] ==> none
[   10.319375] node 0 link 0: mmio [f0000000, ffffffff]
[   10.319382] node 0 link 0: mmio [a0000, bffff]
[   10.319388] node 0 link 0: mmio [a0000000, dfffffff]
[   10.319394] TOM2: 0000000560000000 aka 22016M
[   10.319398] bus: [bus 00-07] on node 0 link 0
[   10.319403] bus: 00 [io  0x0000-0xffff]
[   10.319406] bus: 00 [mem 0xf0000000-0xffffffff]
[   10.319410] bus: 00 [mem 0x000a0000-0x000bffff]
[   10.319414] bus: 00 [mem 0xa0000000-0xdfffffff]
[   10.319418] bus: 00 [mem 0x560000000-0xfcffffffff]
[   10.319681] ACPI: bus type PCI registered
[   10.319687] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[   10.320221] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[   10.320230] PCI: not using MMCONFIG
[   10.320234] PCI: Using configuration type 1 for base access
[   10.320238] PCI: Using configuration type 1 for extended access
[   10.395320] raid6: sse2x1    3873 MB/s
[   10.452489] raid6: sse2x2    5889 MB/s
[   10.509709] raid6: sse2x4    5906 MB/s
[   10.509714] raid6: using algorithm sse2x4 (5906 MB/s)
[   10.509718] raid6: using intx1 recovery algorithm
[   10.509860] ACPI: Added _OSI(Module Device)
[   10.509865] ACPI: Added _OSI(Processor Device)
[   10.509870] ACPI: Added _OSI(3.0 _SCP Extensions)
[   10.509875] ACPI: Added _OSI(Processor Aggregator Device)
[   10.513294] ACPI: SCI (ACPI GSI 9) not registered
[   10.516976] ACPI: Executed 3 blocks of module-level executable AML code
[   10.530652] ACPI: Interpreter enabled
[   10.530667] ACPI: (supports S0 S5)
[   10.530671] ACPI: Using IOAPIC for interrupt routing
[   10.530724] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[   10.532721] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[   10.555980] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[   10.570033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[   10.570055] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[   10.570561] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[   10.571480] PCI host bridge to bus 0000:00
[   10.571486] pci_bus 0000:00: root bus resource [bus 00-ff]
[   10.571491] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[   10.571496] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[   10.571502] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[   10.571506] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[   10.571511] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff]
[   10.571516] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
[   10.571529] pci_bus 0000:00: scanning bus
[   10.571564] pci 0000:00:00.0: [1002:5a11] type 00 class 0x060000
[   10.571574] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10
[   10.572043] pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
[   10.572362] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[   10.572469] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[   10.572496] pci 0000:00:02.0: PME# disabled
[   10.572632] pci 0000:00:02.0: System wakeup disabled by ACPI
[   10.572744] pci 0000:00:03.0: [1002:5a17] type 01 class 0x060400
[   10.572847] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[   10.572855] pci 0000:00:03.0: PME# disabled
[   10.572974] pci 0000:00:03.0: System wakeup disabled by ACPI
[   10.573086] pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400
[   10.573188] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[   10.573195] pci 0000:00:05.0: PME# disabled
[   10.573318] pci 0000:00:05.0: System wakeup disabled by ACPI
[   10.573443] pci 0000:00:06.0: [1002:5a1a] type 01 class 0x060400
[   10.573547] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[   10.573555] pci 0000:00:06.0: PME# disabled
[   10.573710] pci 0000:00:06.0: System wakeup disabled by ACPI
[   10.573831] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
[   10.573932] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[   10.573940] pci 0000:00:09.0: PME# disabled
[   10.574094] pci 0000:00:09.0: System wakeup disabled by ACPI
[   10.574219] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
[   10.574332] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[   10.574340] pci 0000:00:0a.0: PME# disabled
[   10.574502] pci 0000:00:0a.0: System wakeup disabled by ACPI
[   10.574622] pci 0000:00:0b.0: [1002:5a1f] type 01 class 0x060400
[   10.574734] pci 0000:00:0b.0: PME# supported from D0 D3hot D3cold
[   10.574743] pci 0000:00:0b.0: PME# disabled
[   10.574879] pci 0000:00:0b.0: System wakeup disabled by ACPI
[   10.575005] pci 0000:00:0c.0: [1002:5a20] type 01 class 0x060400
[   10.575117] pci 0000:00:0c.0: PME# supported from D0 D3hot D3cold
[   10.575126] pci 0000:00:0c.0: PME# disabled
[   10.575260] pci 0000:00:0c.0: System wakeup disabled by ACPI
[   10.575385] pci 0000:00:0d.0: [1002:5a1e] type 01 class 0x060400
[   10.575499] pci 0000:00:0d.0: PME# supported from D0 D3hot D3cold
[   10.575508] pci 0000:00:0d.0: PME# disabled
[   10.575644] pci 0000:00:0d.0: System wakeup disabled by ACPI
[   10.575770] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[   10.575804] pci 0000:00:11.0: reg 0x10: [io  0x3000-0x3007]
[   10.575820] pci 0000:00:11.0: reg 0x14: [io  0x2000-0x2003]
[   10.575836] pci 0000:00:11.0: reg 0x18: [io  0x1000-0x1007]
[   10.575852] pci 0000:00:11.0: reg 0x1c: [io  0x4800-0x4803]
[   10.575868] pci 0000:00:11.0: reg 0x20: [io  0x3800-0x380f]
[   10.575884] pci 0000:00:11.0: reg 0x24: [mem 0xfdbff000-0xfdbff3ff]
[   10.576159] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[   10.576182] pci 0000:00:12.0: reg 0x10: [mem 0xfdbf7000-0xfdbf7fff]
[   10.576370] pci 0000:00:12.0: System wakeup disabled by ACPI
[   10.576487] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[   10.576538] pci 0000:00:12.2: reg 0x10: [mem 0xfdbff400-0xfdbff4ff]
[   10.576671] pci 0000:00:12.2: supports D1 D2
[   10.576676] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[   10.576685] pci 0000:00:12.2: PME# disabled
[   10.576826] pci 0000:00:12.2: System wakeup disabled by ACPI
[   10.576958] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[   10.576981] pci 0000:00:13.0: reg 0x10: [mem 0xfdbfc000-0xfdbfcfff]
[   10.577205] pci 0000:00:13.0: System wakeup disabled by ACPI
[   10.577333] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[   10.577377] pci 0000:00:13.2: reg 0x10: [mem 0xfdbff800-0xfdbff8ff]
[   10.577526] pci 0000:00:13.2: supports D1 D2
[   10.577531] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[   10.577540] pci 0000:00:13.2: PME# disabled
[   10.577668] pci 0000:00:13.2: System wakeup disabled by ACPI
[   10.577801] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[   10.577810] pci 0000:00:14.0: calling sb600_disable_hpet_bar+0x0/0x50
[   10.577951] pci 0000:00:14.0: calling force_disable_hpet_msi+0x0/0x10
[   10.577959] pci 0000:00:14.0: calling sb600_hpet_quirk+0x0/0x50
[   10.578186] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[   10.578227] pci 0000:00:14.2: reg 0x10: [mem 0xfdbf8000-0xfdbfbfff 64bit]
[   10.578338] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[   10.578348] pci 0000:00:14.2: PME# disabled
[   10.578471] pci 0000:00:14.2: System wakeup disabled by ACPI
[   10.578589] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[   10.578899] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[   10.579059] pci 0000:00:14.4: System wakeup disabled by ACPI
[   10.579171] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[   10.579194] pci 0000:00:14.5: reg 0x10: [mem 0xfdbfd000-0xfdbfdfff]
[   10.579385] pci 0000:00:14.5: System wakeup disabled by ACPI
[   10.579506] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[   10.579635] pci 0000:00:15.0: supports D1 D2
[   10.579760] pci 0000:00:15.0: System wakeup disabled by ACPI
[   10.579880] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[   10.579905] pci 0000:00:16.0: reg 0x10: [mem 0xfdbfe000-0xfdbfefff]
[   10.580107] pci 0000:00:16.0: System wakeup disabled by ACPI
[   10.580230] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[   10.580260] pci 0000:00:16.2: reg 0x10: [mem 0xfdbffc00-0xfdbffcff]
[   10.580389] pci 0000:00:16.2: supports D1 D2
[   10.580393] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[   10.580402] pci 0000:00:16.2: PME# disabled
[   10.580515] pci 0000:00:16.2: System wakeup disabled by ACPI
[   10.580638] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[   10.580647] pci 0000:00:18.0: calling quirk_mmio_always_on+0x0/0x10
[   10.580905] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[   10.580915] pci 0000:00:18.1: calling quirk_mmio_always_on+0x0/0x10
[   10.581155] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[   10.581164] pci 0000:00:18.2: calling quirk_mmio_always_on+0x0/0x10
[   10.581418] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[   10.581428] pci 0000:00:18.3: calling quirk_mmio_always_on+0x0/0x10
[   10.581681] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[   10.581690] pci 0000:00:18.4: calling quirk_mmio_always_on+0x0/0x10
[   10.581947] pci_bus 0000:00: fixups for bus
[   10.581955] pci 0000:00:02.0: scanning [bus 0f-0f] behind bridge, pass 0
[   10.582100] pci_bus 0000:0f: scanning bus
[   10.582124] pci 0000:0f:00.0: [1002:95c5] type 00 class 0x030000
[   10.582156] pci 0000:0f:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[   10.582180] pci 0000:0f:00.0: reg 0x18: [mem 0xfe9e0000-0xfe9effff 64bit]
[   10.582198] pci 0000:0f:00.0: reg 0x20: [io  0xe000-0xe0ff]
[   10.582227] pci 0000:0f:00.0: reg 0x30: [mem 0xfe9c0000-0xfe9dffff pref]
[   10.582301] pci 0000:0f:00.0: supports D1 D2
[   10.582429] pci 0000:0f:00.1: [1002:aa28] type 00 class 0x040300
[   10.582459] pci 0000:0f:00.1: reg 0x10: [mem 0xfe9fc000-0xfe9fffff 64bit]
[   10.582579] pci 0000:0f:00.1: supports D1 D2
[   10.586975] pci_bus 0000:0f: fixups for bus
[   10.587006] pci 0000:00:02.0: PCI bridge to [bus 0f]
[   10.587017] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[   10.587025] pci 0000:00:02.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[   10.587035] pci 0000:00:02.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[   10.587041] pci_bus 0000:0f: bus scan returning with max=0f
[   10.587049] pci 0000:00:03.0: scanning [bus 0e-0e] behind bridge, pass 0
[   10.587166] pci_bus 0000:0e: scanning bus
[   10.587190] pci 0000:0e:00.0: [1002:6759] type 00 class 0x030000
[   10.587223] pci 0000:0e:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[   10.587243] pci 0000:0e:00.0: reg 0x18: [mem 0xfe8c0000-0xfe8dffff 64bit]
[   10.587256] pci 0000:0e:00.0: reg 0x20: [io  0xd000-0xd0ff]
[   10.587277] pci 0000:0e:00.0: reg 0x30: [mem 0xfe8a0000-0xfe8bffff pref]
[   10.587351] pci 0000:0e:00.0: supports D1 D2
[   10.587492] pci 0000:0e:00.1: [1002:aa90] type 00 class 0x040300
[   10.587523] pci 0000:0e:00.1: reg 0x10: [mem 0xfe8fc000-0xfe8fffff 64bit]
[   10.587672] pci 0000:0e:00.1: supports D1 D2
[   10.593738] pci_bus 0000:0e: fixups for bus
[   10.593746] pci 0000:00:03.0: PCI bridge to [bus 0e]
[   10.593755] pci 0000:00:03.0:   bridge window [io  0xd000-0xdfff]
[   10.593763] pci 0000:00:03.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[   10.593773] pci 0000:00:03.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[   10.593778] pci_bus 0000:0e: bus scan returning with max=0e
[   10.593786] pci 0000:00:05.0: scanning [bus 0d-0d] behind bridge, pass 0
[   10.593900] pci_bus 0000:0d: scanning bus
[   10.593928] pci 0000:0d:00.0: [10ec:8168] type 00 class 0x020000
[   10.593962] pci 0000:0d:00.0: reg 0x10: [io  0xc800-0xc8ff]
[   10.593998] pci 0000:0d:00.0: reg 0x18: [mem 0xbffff000-0xbfffffff 64bit pref]
[   10.594023] pci 0000:0d:00.0: reg 0x20: [mem 0xbfff8000-0xbfffbfff 64bit pref]
[   10.594041] pci 0000:0d:00.0: reg 0x30: [mem 0xfe7e0000-0xfe7fffff pref]
[   10.594140] pci 0000:0d:00.0: supports D1 D2
[   10.594144] pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   10.594153] pci 0000:0d:00.0: PME# disabled
[   10.600550] pci_bus 0000:0d: fixups for bus
[   10.600557] pci 0000:00:05.0: PCI bridge to [bus 0d]
[   10.600567] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[   10.600574] pci 0000:00:05.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[   10.600584] pci 0000:00:05.0:   bridge window [mem 0xbff00000-0xbfffffff 64bit pref]
[   10.600590] pci_bus 0000:0d: bus scan returning with max=0d
[   10.600597] pci 0000:00:06.0: scanning [bus 0c-0c] behind bridge, pass 0
[   10.600711] pci_bus 0000:0c: scanning bus
[   10.600739] pci 0000:0c:00.0: [10ec:8168] type 00 class 0x020000
[   10.600765] pci 0000:0c:00.0: reg 0x10: [io  0xb800-0xb8ff]
[   10.600801] pci 0000:0c:00.0: reg 0x18: [mem 0xbfeff000-0xbfefffff 64bit pref]
[   10.600826] pci 0000:0c:00.0: reg 0x20: [mem 0xbfef8000-0xbfefbfff 64bit pref]
[   10.600844] pci 0000:0c:00.0: reg 0x30: [mem 0xfe6e0000-0xfe6fffff pref]
[   10.600942] pci 0000:0c:00.0: supports D1 D2
[   10.600946] pci 0000:0c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   10.600955] pci 0000:0c:00.0: PME# disabled
[   10.607254] pci_bus 0000:0c: fixups for bus
[   10.607261] pci 0000:00:06.0: PCI bridge to [bus 0c]
[   10.607271] pci 0000:00:06.0:   bridge window [io  0xb000-0xbfff]
[   10.607278] pci 0000:00:06.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[   10.607288] pci 0000:00:06.0:   bridge window [mem 0xbfe00000-0xbfefffff 64bit pref]
[   10.607294] pci_bus 0000:0c: bus scan returning with max=0c
[   10.607301] pci 0000:00:09.0: scanning [bus 0b-0b] behind bridge, pass 0
[   10.607414] pci_bus 0000:0b: scanning bus
[   10.607444] pci 0000:0b:00.0: [1033:0194] type 00 class 0x0c0330
[   10.607480] pci 0000:0b:00.0: reg 0x10: [mem 0xfe5fe000-0xfe5fffff 64bit]
[   10.607624] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold
[   10.607633] pci 0000:0b:00.0: PME# disabled
[   10.614121] pci_bus 0000:0b: fixups for bus
[   10.614129] pci 0000:00:09.0: PCI bridge to [bus 0b]
[   10.614141] pci 0000:00:09.0:   bridge window [mem 0xfe500000-0xfe5fffff]
[   10.614150] pci_bus 0000:0b: bus scan returning with max=0b
[   10.614158] pci 0000:00:0a.0: scanning [bus 0a-0a] behind bridge, pass 0
[   10.614284] pci_bus 0000:0a: scanning bus
[   10.614310] pci 0000:0a:00.0: [14f1:8210] type 00 class 0x040000
[   10.614351] pci 0000:0a:00.0: reg 0x10: [mem 0xfe200000-0xfe3fffff 64bit]
[   10.614554] pci 0000:0a:00.0: supports D1 D2
[   10.614559] pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot
[   10.614569] pci 0000:0a:00.0: PME# disabled
[   10.620924] pci_bus 0000:0a: fixups for bus
[   10.620932] pci 0000:00:0a.0: PCI bridge to [bus 0a]
[   10.620944] pci 0000:00:0a.0:   bridge window [mem 0xfe200000-0xfe3fffff]
[   10.620954] pci_bus 0000:0a: bus scan returning with max=0a
[   10.620962] pci 0000:00:0b.0: scanning [bus 09-09] behind bridge, pass 0
[   10.621088] pci_bus 0000:09: scanning bus
[   10.621115] pci 0000:09:00.0: [1002:6759] type 00 class 0x030000
[   10.621144] pci 0000:09:00.0: reg 0x10: [mem 0xa0000000-0xafffffff 64bit pref]
[   10.621166] pci 0000:09:00.0: reg 0x18: [mem 0xfe1c0000-0xfe1dffff 64bit]
[   10.621181] pci 0000:09:00.0: reg 0x20: [io  0xa000-0xa0ff]
[   10.621203] pci 0000:09:00.0: reg 0x30: [mem 0xfe1a0000-0xfe1bffff pref]
[   10.621281] pci 0000:09:00.0: supports D1 D2
[   10.621431] pci 0000:09:00.1: [1002:aa90] type 00 class 0x040300
[   10.621474] pci 0000:09:00.1: reg 0x10: [mem 0xfe1fc000-0xfe1fffff 64bit]
[   10.621609] pci 0000:09:00.1: supports D1 D2
[   10.627732] pci_bus 0000:09: fixups for bus
[   10.627768] pci 0000:00:0b.0: PCI bridge to [bus 09]
[   10.627778] pci 0000:00:0b.0:   bridge window [io  0xa000-0xafff]
[   10.627785] pci 0000:00:0b.0:   bridge window [mem 0xfe100000-0xfe1fffff]
[   10.627795] pci 0000:00:0b.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[   10.627801] pci_bus 0000:09: bus scan returning with max=09
[   10.627808] pci 0000:00:0c.0: scanning [bus 05-08] behind bridge, pass 0
[   10.627925] pci_bus 0000:05: scanning bus
[   10.627950] pci 0000:05:00.0: [10b5:8613] type 01 class 0x060400
[   10.627980] pci 0000:05:00.0: reg 0x10: [mem 0xfdee0000-0xfdefffff]
[   10.628102] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[   10.628110] pci 0000:05:00.0: PME# disabled
[   10.634529] pci_bus 0000:05: fixups for bus
[   10.634537] pci 0000:00:0c.0: PCI bridge to [bus 05-08]
[   10.634546] pci 0000:00:0c.0:   bridge window [io  0x8000-0x9fff]
[   10.634554] pci 0000:00:0c.0:   bridge window [mem 0xfde00000-0xfe0fffff]
[   10.634565] pci 0000:05:00.0: scanning [bus 06-08] behind bridge, pass 0
[   10.634687] pci_bus 0000:06: scanning bus
[   10.634725] pci 0000:06:01.0: [10b5:8613] type 01 class 0x060400
[   10.634886] pci 0000:06:01.0: PME# supported from D0 D3hot D3cold
[   10.634895] pci 0000:06:01.0: PME# disabled
[   10.635047] pci 0000:06:02.0: [10b5:8613] type 01 class 0x060400
[   10.635193] pci 0000:06:02.0: PME# supported from D0 D3hot D3cold
[   10.635202] pci 0000:06:02.0: PME# disabled
[   10.635385] pci_bus 0000:06: fixups for bus
[   10.635390] pci 0000:05:00.0: PCI bridge to [bus 06-08]
[   10.635402] pci 0000:05:00.0:   bridge window [io  0x8000-0x9fff]
[   10.635410] pci 0000:05:00.0:   bridge window [mem 0xfdf00000-0xfe0fffff]
[   10.635424] pci 0000:06:01.0: scanning [bus 08-08] behind bridge, pass 0
[   10.635561] pci_bus 0000:08: scanning bus
[   10.635596] pci 0000:08:00.0: [1033:0194] type 00 class 0x0c0330
[   10.635635] pci 0000:08:00.0: reg 0x10: [mem 0xfe0fe000-0xfe0fffff 64bit]
[   10.635814] pci 0000:08:00.0: PME# supported from D0 D3hot
[   10.635824] pci 0000:08:00.0: PME# disabled
[   10.635993] pci_bus 0000:08: fixups for bus
[   10.635998] pci 0000:06:01.0: PCI bridge to [bus 08]
[   10.636013] pci 0000:06:01.0:   bridge window [mem 0xfe000000-0xfe0fffff]
[   10.636026] pci_bus 0000:08: bus scan returning with max=08
[   10.636035] pci 0000:06:02.0: scanning [bus 07-07] behind bridge, pass 0
[   10.636172] pci_bus 0000:07: scanning bus
[   10.636202] pci 0000:07:00.0: [1b4b:9123] type 00 class 0x010601
[   10.636230] pci 0000:07:00.0: reg 0x10: [io  0x9800-0x9807]
[   10.636248] pci 0000:07:00.0: reg 0x14: [io  0x9400-0x9403]
[   10.636266] pci 0000:07:00.0: reg 0x18: [io  0x9000-0x9007]
[   10.636284] pci 0000:07:00.0: reg 0x1c: [io  0x8800-0x8803]
[   10.636302] pci 0000:07:00.0: reg 0x20: [io  0x8400-0x840f]
[   10.636320] pci 0000:07:00.0: reg 0x24: [mem 0xfdfff800-0xfdffffff]
[   10.636339] pci 0000:07:00.0: reg 0x30: [mem 0xfdfe0000-0xfdfeffff pref]
[   10.636353] pci 0000:07:00.0: calling quirk_dma_func1_alias+0x0/0x30
[   10.636430] pci 0000:07:00.0: PME# supported from D3hot
[   10.636439] pci 0000:07:00.0: PME# disabled
[   10.641335] pci_bus 0000:07: fixups for bus
[   10.641343] pci 0000:06:02.0: PCI bridge to [bus 07]
[   10.641354] pci 0000:06:02.0:   bridge window [io  0x8000-0x9fff]
[   10.641362] pci 0000:06:02.0:   bridge window [mem 0xfdf00000-0xfdffffff]
[   10.641373] pci_bus 0000:07: bus scan returning with max=07
[   10.641382] pci 0000:06:01.0: scanning [bus 08-08] behind bridge, pass 1
[   10.641393] pci 0000:06:02.0: scanning [bus 07-07] behind bridge, pass 1
[   10.641402] pci_bus 0000:06: bus scan returning with max=08
[   10.641410] pci 0000:05:00.0: scanning [bus 06-08] behind bridge, pass 1
[   10.641419] pci_bus 0000:05: bus scan returning with max=08
[   10.641427] pci 0000:00:0d.0: scanning [bus 04-04] behind bridge, pass 0
[   10.641542] pci_bus 0000:04: scanning bus
[   10.641573] pci 0000:04:00.0: [1033:0194] type 00 class 0x0c0330
[   10.641607] pci 0000:04:00.0: reg 0x10: [mem 0xfddfe000-0xfddfffff 64bit]
[   10.641768] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[   10.641778] pci 0000:04:00.0: PME# disabled
[   10.648130] pci_bus 0000:04: fixups for bus
[   10.648137] pci 0000:00:0d.0: PCI bridge to [bus 04]
[   10.648149] pci 0000:00:0d.0:   bridge window [mem 0xfdd00000-0xfddfffff]
[   10.648159] pci_bus 0000:04: bus scan returning with max=04
[   10.648168] pci 0000:00:14.4: scanning [bus 03-03] behind bridge, pass 0
[   10.648258] pci_bus 0000:03: scanning bus
[   10.648296] pci 0000:03:06.0: [13f6:0111] type 00 class 0x040100
[   10.648331] pci 0000:03:06.0: reg 0x10: [io  0x7800-0x78ff]
[   10.648479] pci 0000:03:06.0: supports D1 D2
[   10.648672] pci_bus 0000:03: fixups for bus
[   10.648678] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
[   10.648687] pci 0000:00:14.4:   bridge window [io  0x7000-0x7fff]
[   10.648701] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[   10.648708] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[   10.648715] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[   10.648721] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[   10.648728] pci 0000:00:14.4:   bridge window [mem 0xa0000000-0xdfffffff] (subtractive decode)
[   10.648735] pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
[   10.648742] pci_bus 0000:03: bus scan returning with max=03
[   10.648751] pci 0000:00:15.0: scanning [bus 02-02] behind bridge, pass 0
[   10.648875] pci_bus 0000:02: scanning bus
[   10.648882] pci_bus 0000:02: fixups for bus
[   10.648887] pci 0000:00:15.0: PCI bridge to [bus 02]
[   10.648907] pci_bus 0000:02: bus scan returning with max=02
[   10.648916] pci 0000:00:02.0: scanning [bus 0f-0f] behind bridge, pass 1
[   10.648927] pci 0000:00:03.0: scanning [bus 0e-0e] behind bridge, pass 1
[   10.648938] pci 0000:00:05.0: scanning [bus 0d-0d] behind bridge, pass 1
[   10.648948] pci 0000:00:06.0: scanning [bus 0c-0c] behind bridge, pass 1
[   10.648959] pci 0000:00:09.0: scanning [bus 0b-0b] behind bridge, pass 1
[   10.648970] pci 0000:00:0a.0: scanning [bus 0a-0a] behind bridge, pass 1
[   10.648980] pci 0000:00:0b.0: scanning [bus 09-09] behind bridge, pass 1
[   10.648991] pci 0000:00:0c.0: scanning [bus 05-08] behind bridge, pass 1
[   10.649001] pci 0000:00:0d.0: scanning [bus 04-04] behind bridge, pass 1
[   10.649015] pci 0000:00:14.4: scanning [bus 03-03] behind bridge, pass 1
[   10.649027] pci 0000:00:15.0: scanning [bus 02-02] behind bridge, pass 1
[   10.649037] pci_bus 0000:00: bus scan returning with max=0f
[   10.649106] pci_bus 0000:00: on NUMA node 0
[   10.649552] xen: registering gsi 13 triggering 1 polarity 0
[   10.650115]  pci_link-0184 pci_link_get_possible : Found 6 possible IRQs
[   10.650175]  pci_link-0288 pci_link_get_current  : Link at IRQ 10 
[   10.650182] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 *10 11 14 15)
[   10.650277]  pci_link-0184 pci_link_get_possible : Found 6 possible IRQs
[   10.650319]  pci_link-0288 pci_link_get_current  : Link at IRQ 11 
[   10.650326] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 *11 14 15)
[   10.650426]  pci_link-0184 pci_link_get_possible : Found 6 possible IRQs
[   10.650467]  pci_link-0288 pci_link_get_current  : Link at IRQ 10 
[   10.650474] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 14 15)
[   10.650576]  pci_link-0184 pci_link_get_possible : Found 6 possible IRQs
[   10.650618]  pci_link-0288 pci_link_get_current  : Link at IRQ 10 
[   10.650624] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 *10 11 14 15)
[   10.650703]  pci_link-0184 pci_link_get_possible : Found 6 possible IRQs
[   10.650742]  pci_link-0288 pci_link_get_current  : Link at IRQ 11 
[   10.650748] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 *11 14 15)
[   10.650807]  pci_link-0184 pci_link_get_possible : Found 6 possible IRQs
[   10.650847]  pci_link-0288 pci_link_get_current  : Link at IRQ 7 
[   10.650853] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 *7 10 11 14 15)
[   10.650909]  pci_link-0184 pci_link_get_possible : Found 6 possible IRQs
[   10.650950]  pci_link-0288 pci_link_get_current  : Link at IRQ 10 
[   10.650957] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 *10 11 14 15)
[   10.651014]  pci_link-0184 pci_link_get_possible : Found 6 possible IRQs
[   10.651055]  pci_link-0288 pci_link_get_current  : Link at IRQ 10 
[   10.651062] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 *10 11 14 15)
[   10.651336] xen:balloon: Initialising balloon driver
[   10.651570] xen_balloon: Initialising balloon driver
[   10.652067] vgaarb: setting as boot device: PCI:0000:0f:00.0
[   10.652083] vgaarb: device added: PCI:0000:0f:00.0,decodes=io+mem,owns=io+mem,locks=none
[   10.652095] vgaarb: device added: PCI:0000:0e:00.0,decodes=io+mem,owns=none,locks=none
[   10.652108] vgaarb: device added: PCI:0000:09:00.0,decodes=io+mem,owns=none,locks=none
[   10.652118] vgaarb: loaded
[   10.652121] vgaarb: bridge control possible 0000:09:00.0
[   10.652125] vgaarb: bridge control possible 0000:0e:00.0
[   10.652130] vgaarb: bridge control possible 0000:0f:00.0
[   10.652292] SCSI subsystem initialized
[   10.652339] libata version 3.00 loaded.
[   10.652436] ACPI: bus type USB registered
[   10.652495] usbcore: registered new interface driver usbfs
[   10.652526] usbcore: registered new interface driver hub
[   10.652657] usbcore: registered new device driver usb
[   10.652717] Linux video capture interface: v2.00
[   10.652795] pps_core: LinuxPPS API ver. 1 registered
[   10.652800] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   10.652818] PTP clock support registered
[   10.652949] Advanced Linux Sound Architecture Driver Initialized.
[   10.652956] PCI: Using ACPI for IRQ routing
[   10.663771] PCI: pci_cache_line_size set to 64 bytes
[   10.663793] pci 0000:0f:00.0: BAR 0: reserving [mem 0xd0000000-0xdfffffff flags 0x14220c] (d=0, p=0)
[   10.663800] pci 0000:0f:00.0: BAR 2: reserving [mem 0xfe9e0000-0xfe9effff flags 0x140204] (d=0, p=0)
[   10.663807] pci 0000:0f:00.0: BAR 4: reserving [io  0xe000-0xe0ff flags 0x40101] (d=0, p=0)
[   10.663815] pci 0000:0f:00.1: BAR 0: reserving [mem 0xfe9fc000-0xfe9fffff flags 0x140204] (d=0, p=0)
[   10.663828] pci 0000:0e:00.1: BAR 0: reserving [mem 0xfe8fc000-0xfe8fffff flags 0x140204] (d=0, p=0)
[   10.663838] pci 0000:0d:00.0: BAR 0: reserving [io  0xc800-0xc8ff flags 0x40101] (d=0, p=0)
[   10.663844] pci 0000:0d:00.0: BAR 2: reserving [mem 0xbffff000-0xbfffffff flags 0x14220c] (d=0, p=0)
[   10.663851] pci 0000:0d:00.0: BAR 4: reserving [mem 0xbfff8000-0xbfffbfff flags 0x14220c] (d=0, p=0)
[   10.663861] pci 0000:0c:00.0: BAR 0: reserving [io  0xb800-0xb8ff flags 0x40101] (d=0, p=0)
[   10.663868] pci 0000:0c:00.0: BAR 2: reserving [mem 0xbfeff000-0xbfefffff flags 0x14220c] (d=0, p=0)
[   10.663874] pci 0000:0c:00.0: BAR 4: reserving [mem 0xbfef8000-0xbfefbfff flags 0x14220c] (d=0, p=0)
[   10.663884] pci 0000:0b:00.0: BAR 0: reserving [mem 0xfe5fe000-0xfe5fffff flags 0x140204] (d=0, p=0)
[   10.663895] pci 0000:0a:00.0: BAR 0: reserving [mem 0xfe200000-0xfe3fffff flags 0x140204] (d=0, p=0)
[   10.663907] pci 0000:09:00.1: BAR 0: reserving [mem 0xfe1fc000-0xfe1fffff flags 0x140204] (d=0, p=0)
[   10.663916] pci 0000:05:00.0: BAR 0: reserving [mem 0xfdee0000-0xfdefffff flags 0x40200] (d=0, p=0)
[   10.663927] pci 0000:08:00.0: BAR 0: reserving [mem 0xfe0fe000-0xfe0fffff flags 0x140204] (d=0, p=0)
[   10.663937] pci 0000:07:00.0: BAR 0: reserving [io  0x9800-0x9807 flags 0x40101] (d=0, p=0)
[   10.663943] pci 0000:07:00.0: BAR 1: reserving [io  0x9400-0x9403 flags 0x40101] (d=0, p=0)
[   10.663950] pci 0000:07:00.0: BAR 2: reserving [io  0x9000-0x9007 flags 0x40101] (d=0, p=0)
[   10.663956] pci 0000:07:00.0: BAR 3: reserving [io  0x8800-0x8803 flags 0x40101] (d=0, p=0)
[   10.663962] pci 0000:07:00.0: BAR 4: reserving [io  0x8400-0x840f flags 0x40101] (d=0, p=0)
[   10.663968] pci 0000:07:00.0: BAR 5: reserving [mem 0xfdfff800-0xfdffffff flags 0x40200] (d=0, p=0)
[   10.663978] pci 0000:04:00.0: BAR 0: reserving [mem 0xfddfe000-0xfddfffff flags 0x140204] (d=0, p=0)
[   10.664020] pci 0000:00:11.0: BAR 0: reserving [io  0x3000-0x3007 flags 0x40101] (d=0, p=0)
[   10.664027] pci 0000:00:11.0: BAR 1: reserving [io  0x2000-0x2003 flags 0x40101] (d=0, p=0)
[   10.664033] pci 0000:00:11.0: BAR 2: reserving [io  0x1000-0x1007 flags 0x40101] (d=0, p=0)
[   10.664039] pci 0000:00:11.0: BAR 3: reserving [io  0x4800-0x4803 flags 0x40101] (d=0, p=0)
[   10.664045] pci 0000:00:11.0: BAR 4: reserving [io  0x3800-0x380f flags 0x40101] (d=0, p=0)
[   10.664051] pci 0000:00:11.0: BAR 5: reserving [mem 0xfdbff000-0xfdbff3ff flags 0x40200] (d=0, p=0)
[   10.664060] pci 0000:00:12.0: BAR 0: reserving [mem 0xfdbf7000-0xfdbf7fff flags 0x40200] (d=0, p=0)
[   10.664069] pci 0000:00:12.2: BAR 0: reserving [mem 0xfdbff400-0xfdbff4ff flags 0x40200] (d=0, p=0)
[   10.664077] pci 0000:00:13.0: BAR 0: reserving [mem 0xfdbfc000-0xfdbfcfff flags 0x40200] (d=0, p=0)
[   10.664086] pci 0000:00:13.2: BAR 0: reserving [mem 0xfdbff800-0xfdbff8ff flags 0x40200] (d=0, p=0)
[   10.664096] pci 0000:00:14.2: BAR 0: reserving [mem 0xfdbf8000-0xfdbfbfff flags 0x140204] (d=0, p=0)
[   10.664109] pci 0000:03:06.0: BAR 0: reserving [io  0x7800-0x78ff flags 0x40101] (d=0, p=0)
[   10.664117] pci 0000:00:14.5: BAR 0: reserving [mem 0xfdbfd000-0xfdbfdfff flags 0x40200] (d=0, p=0)
[   10.664127] pci 0000:00:16.0: BAR 0: reserving [mem 0xfdbfe000-0xfdbfefff flags 0x40200] (d=0, p=0)
[   10.664136] pci 0000:00:16.2: BAR 0: reserving [mem 0xfdbffc00-0xfdbffcff flags 0x40200] (d=0, p=0)
[   10.664159] pci 0000:0e:00.0: BAR 0: reserving [mem 0xc0000000-0xcfffffff flags 0x14220c] (d=1, p=1)
[   10.664165] pci 0000:0e:00.0: BAR 2: reserving [mem 0xfe8c0000-0xfe8dffff flags 0x140204] (d=1, p=1)
[   10.664172] pci 0000:0e:00.0: BAR 4: reserving [io  0xd000-0xd0ff flags 0x40101] (d=1, p=1)
[   10.664196] pci 0000:09:00.0: BAR 0: reserving [mem 0xa0000000-0xafffffff flags 0x14220c] (d=1, p=1)
[   10.664203] pci 0000:09:00.0: BAR 2: reserving [mem 0xfe1c0000-0xfe1dffff flags 0x140204] (d=1, p=1)
[   10.664209] pci 0000:09:00.0: BAR 4: reserving [io  0xa000-0xa0ff flags 0x40101] (d=1, p=1)
[   10.664260] e820: reserve RAM buffer [mem 0x00099000-0x0009ffff]
[   10.664779] Bluetooth: Core ver 2.19
[   10.664805] NET: Registered protocol family 31
[   10.664810] Bluetooth: HCI device and connection manager initialized
[   10.664833] Bluetooth: HCI socket layer initialized
[   10.664840] Bluetooth: L2CAP socket layer initialized
[   10.664860] Bluetooth: SCO socket layer initialized
[   10.665366] Switched to clocksource xen
[   10.665632] FS-Cache: Loaded
[   10.665679] pnp: PnP ACPI init
[   10.666003] system 00:00: [mem 0xfec20000-0xfec200ff] could not be reserved
[   10.666057] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[   10.666251] system 00:01: [mem 0xf6000000-0xf6003fff] has been reserved
[   10.666260] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[   10.666445] xen: registering gsi 8 triggering 1 polarity 0
[   10.666510] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[   10.666962] xen: registering gsi 4 triggering 1 polarity 0
[   10.666968] Already setup the GSI :4
[   10.666973] pnp 00:03: [dma 0 disabled]
[   10.667072] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[   10.667319] system 00:04: [io  0x0600-0x06df] has been reserved
[   10.667326] system 00:04: [io  0x0ae0-0x0aef] has been reserved
[   10.667334] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[   10.667574] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[   10.667581] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[   10.667588] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[   10.668009] system 00:06: [io  0x04d0-0x04d1] has been reserved
[   10.668016] system 00:06: [io  0x040b] has been reserved
[   10.668021] system 00:06: [io  0x04d6] has been reserved
[   10.668026] system 00:06: [io  0x0c00-0x0c01] has been reserved
[   10.668031] system 00:06: [io  0x0c14] has been reserved
[   10.668036] system 00:06: [io  0x0c50-0x0c51] has been reserved
[   10.668041] system 00:06: [io  0x0c52] has been reserved
[   10.668046] system 00:06: [io  0x0c6c] has been reserved
[   10.668051] system 00:06: [io  0x0c6f] has been reserved
[   10.668058] system 00:06: [io  0x0cd0-0x0cd1] has been reserved
[   10.668064] system 00:06: [io  0x0cd2-0x0cd3] has been reserved
[   10.668080] system 00:06: [io  0x0cd4-0x0cd5] has been reserved
[   10.668086] system 00:06: [io  0x0cd6-0x0cd7] has been reserved
[   10.668092] system 00:06: [io  0x0cd8-0x0cdf] has been reserved
[   10.668099] system 00:06: [io  0x0800-0x089f] could not be reserved
[   10.668105] system 00:06: [io  0x0b00-0x0b1f] has been reserved
[   10.668111] system 00:06: [io  0x0b20-0x0b3f] has been reserved
[   10.668117] system 00:06: [io  0x0900-0x090f] has been reserved
[   10.668123] system 00:06: [io  0x0910-0x091f] has been reserved
[   10.668129] system 00:06: [io  0xfe00-0xfefe] has been reserved
[   10.668135] system 00:06: [mem 0xffb80000-0xffbfffff] has been reserved
[   10.668142] system 00:06: [mem 0xfec10000-0xfec1001f] has been reserved
[   10.668148] system 00:06: [mem 0xfed80000-0xfed80fff] has been reserved
[   10.668156] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[   10.668332] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[   10.668341] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[   10.668614] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[   10.668622] system 00:08: [mem 0x000c0000-0x000cffff] could not be reserved
[   10.668629] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[   10.668636] system 00:08: [mem 0x00100000-0x9fffffff] could not be reserved
[   10.668642] system 00:08: [mem 0xfec00000-0xffffffff] could not be reserved
[   10.668650] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[   10.668844] pnp: PnP ACPI: found 9 devices
[   10.668853] xen_pciback: wants to seize 0000:03:06.0
[   10.668873] xen_pciback: wants to seize 0000:04:00.0
[   10.668878] xen_pciback: wants to seize 0000:04:00.1
[   10.668882] xen_pciback: wants to seize 0000:04:00.2
[   10.668886] xen_pciback: wants to seize 0000:04:00.3
[   10.668890] xen_pciback: wants to seize 0000:04:00.4
[   10.668894] xen_pciback: wants to seize 0000:04:00.5
[   10.668898] xen_pciback: wants to seize 0000:04:00.6
[   10.668902] xen_pciback: wants to seize 0000:04:00.7
[   10.668906] xen_pciback: wants to seize 0000:07:00.0
[   10.668910] xen_pciback: wants to seize 0000:07:00.1
[   10.668914] xen_pciback: wants to seize 0000:07:00.2
[   10.668918] xen_pciback: wants to seize 0000:07:00.3
[   10.668922] xen_pciback: wants to seize 0000:07:00.4
[   10.668926] xen_pciback: wants to seize 0000:07:00.5
[   10.668930] xen_pciback: wants to seize 0000:07:00.6
[   10.668934] xen_pciback: wants to seize 0000:07:00.7
[   10.668939] xen_pciback: wants to seize 0000:08:00.0
[   10.668943] xen_pciback: wants to seize 0000:08:00.1
[   10.668947] xen_pciback: wants to seize 0000:08:00.2
[   10.668951] xen_pciback: wants to seize 0000:08:00.3
[   10.668955] xen_pciback: wants to seize 0000:08:00.4
[   10.668959] xen_pciback: wants to seize 0000:08:00.5
[   10.668962] xen_pciback: wants to seize 0000:08:00.6
[   10.668966] xen_pciback: wants to seize 0000:08:00.7
[   10.668971] xen_pciback: wants to seize 0000:09:00.0
[   10.668975] xen_pciback: wants to seize 0000:09:00.1
[   10.668979] xen_pciback: wants to seize 0000:09:00.2
[   10.668983] xen_pciback: wants to seize 0000:09:00.3
[   10.668987] xen_pciback: wants to seize 0000:09:00.4
[   10.668991] xen_pciback: wants to seize 0000:09:00.5
[   10.668995] xen_pciback: wants to seize 0000:09:00.6
[   10.668999] xen_pciback: wants to seize 0000:09:00.7
[   10.669003] xen_pciback: wants to seize 0000:0a:00.0
[   10.669007] xen_pciback: wants to seize 0000:0b:00.0
[   10.669012] xen_pciback: wants to seize 0000:0e:00.0
[   10.669016] xen_pciback: wants to seize 0000:0e:00.1
[   10.669020] xen_pciback: wants to seize 0000:0e:00.2
[   10.669024] xen_pciback: wants to seize 0000:0e:00.3
[   10.669028] xen_pciback: wants to seize 0000:0e:00.4
[   10.669032] xen_pciback: wants to seize 0000:0e:00.5
[   10.669035] xen_pciback: wants to seize 0000:0e:00.6
[   10.669039] xen_pciback: wants to seize 0000:0e:00.7
[   10.669073] pciback 0000:00:00.0: pcistub_probe: probing...
[   10.669078] pciback 0000:00:00.0: pcistub_probe: probing... done.
[   10.669102] pciback 0000:00:00.2: pcistub_probe: probing...
[   10.669107] pciback 0000:00:00.2: pcistub_probe: probing... done.
[   10.669122] pciback 0000:00:02.0: pcistub_probe: probing...
[   10.669127] pciback 0000:00:02.0: pcistub_probe: probing... done.
[   10.669141] pciback 0000:00:03.0: pcistub_probe: probing...
[   10.669145] pciback 0000:00:03.0: pcistub_probe: probing... done.
[   10.669159] pciback 0000:00:05.0: pcistub_probe: probing...
[   10.669164] pciback 0000:00:05.0: pcistub_probe: probing... done.
[   10.669178] pciback 0000:00:06.0: pcistub_probe: probing...
[   10.669183] pciback 0000:00:06.0: pcistub_probe: probing... done.
[   10.669196] pciback 0000:00:09.0: pcistub_probe: probing...
[   10.669201] pciback 0000:00:09.0: pcistub_probe: probing... done.
[   10.669215] pciback 0000:00:0a.0: pcistub_probe: probing...
[   10.669220] pciback 0000:00:0a.0: pcistub_probe: probing... done.
[   10.669234] pciback 0000:00:0b.0: pcistub_probe: probing...
[   10.669239] pciback 0000:00:0b.0: pcistub_probe: probing... done.
[   10.669253] pciback 0000:00:0c.0: pcistub_probe: probing...
[   10.669258] pciback 0000:00:0c.0: pcistub_probe: probing... done.
[   10.669272] pciback 0000:00:0d.0: pcistub_probe: probing...
[   10.669277] pciback 0000:00:0d.0: pcistub_probe: probing... done.
[   10.669290] pciback 0000:00:11.0: pcistub_probe: probing...
[   10.669295] pciback 0000:00:11.0: pcistub_probe: probing... done.
[   10.669309] pciback 0000:00:12.0: pcistub_probe: probing...
[   10.669314] pciback 0000:00:12.0: pcistub_probe: probing... done.
[   10.669328] pciback 0000:00:12.2: pcistub_probe: probing...
[   10.669332] pciback 0000:00:12.2: pcistub_probe: probing... done.
[   10.669348] pciback 0000:00:13.0: pcistub_probe: probing...
[   10.669376] pciback 0000:00:13.0: pcistub_probe: probing... done.
[   10.669390] pciback 0000:00:13.2: pcistub_probe: probing...
[   10.669395] pciback 0000:00:13.2: pcistub_probe: probing... done.
[   10.669409] pciback 0000:00:14.0: pcistub_probe: probing...
[   10.669414] pciback 0000:00:14.0: pcistub_probe: probing... done.
[   10.669427] pciback 0000:00:14.2: pcistub_probe: probing...
[   10.669432] pciback 0000:00:14.2: pcistub_probe: probing... done.
[   10.669446] pciback 0000:00:14.3: pcistub_probe: probing...
[   10.669451] pciback 0000:00:14.3: pcistub_probe: probing... done.
[   10.669465] pciback 0000:00:14.4: pcistub_probe: probing...
[   10.669470] pciback 0000:00:14.4: pcistub_probe: probing... done.
[   10.669483] pciback 0000:00:14.5: pcistub_probe: probing...
[   10.669488] pciback 0000:00:14.5: pcistub_probe: probing... done.
[   10.669502] pciback 0000:00:15.0: pcistub_probe: probing...
[   10.669507] pciback 0000:00:15.0: pcistub_probe: probing... done.
[   10.669521] pciback 0000:00:16.0: pcistub_probe: probing...
[   10.669526] pciback 0000:00:16.0: pcistub_probe: probing... done.
[   10.669540] pciback 0000:00:16.2: pcistub_probe: probing...
[   10.669545] pciback 0000:00:16.2: pcistub_probe: probing... done.
[   10.669559] pciback 0000:00:18.0: pcistub_probe: probing...
[   10.669564] pciback 0000:00:18.0: pcistub_probe: probing... done.
[   10.669578] pciback 0000:00:18.1: pcistub_probe: probing...
[   10.669582] pciback 0000:00:18.1: pcistub_probe: probing... done.
[   10.669596] pciback 0000:00:18.2: pcistub_probe: probing...
[   10.669601] pciback 0000:00:18.2: pcistub_probe: probing... done.
[   10.669615] pciback 0000:00:18.3: pcistub_probe: probing...
[   10.669620] pciback 0000:00:18.3: pcistub_probe: probing... done.
[   10.669633] pciback 0000:00:18.4: pcistub_probe: probing...
[   10.669638] pciback 0000:00:18.4: pcistub_probe: probing... done.
[   10.669652] pciback 0000:0f:00.0: pcistub_probe: probing...
[   10.669657] pciback 0000:0f:00.0: pcistub_probe: probing... done.
[   10.669671] pciback 0000:0f:00.1: pcistub_probe: probing...
[   10.669676] pciback 0000:0f:00.1: pcistub_probe: probing... done.
[   10.669690] pciback 0000:0e:00.0: pcistub_probe: probing...
[   10.669695] pciback 0000:0e:00.0: seizing device
[   10.669699] pciback 0000:0e:00.0: pcistub_device_alloc
[   10.669704] pciback 0000:0e:00.0: pcistub_device_alloc done.
[   10.669715] pciback 0000:0e:00.0: deferring initialization
[   10.669719] pciback 0000:0e:00.0: pcistub_probe: probing... done.
[   10.669732] pciback 0000:0e:00.1: pcistub_probe: probing...
[   10.669737] pciback 0000:0e:00.1: seizing device
[   10.669741] pciback 0000:0e:00.1: pcistub_device_alloc
[   10.669745] pciback 0000:0e:00.1: pcistub_device_alloc done.
[   10.669749] pciback 0000:0e:00.1: deferring initialization
[   10.669754] pciback 0000:0e:00.1: pcistub_probe: probing... done.
[   10.669765] pciback 0000:0d:00.0: pcistub_probe: probing...
[   10.669770] pciback 0000:0d:00.0: pcistub_probe: probing... done.
[   10.669785] pciback 0000:0c:00.0: pcistub_probe: probing...
[   10.669790] pciback 0000:0c:00.0: pcistub_probe: probing... done.
[   10.669804] pciback 0000:0b:00.0: pcistub_probe: probing...
[   10.669809] pciback 0000:0b:00.0: seizing device
[   10.669812] pciback 0000:0b:00.0: pcistub_device_alloc
[   10.669817] pciback 0000:0b:00.0: pcistub_device_alloc done.
[   10.669821] pciback 0000:0b:00.0: deferring initialization
[   10.669825] pciback 0000:0b:00.0: pcistub_probe: probing... done.
[   10.669837] pciback 0000:0a:00.0: pcistub_probe: probing...
[   10.669842] pciback 0000:0a:00.0: seizing device
[   10.669846] pciback 0000:0a:00.0: pcistub_device_alloc
[   10.669850] pciback 0000:0a:00.0: pcistub_device_alloc done.
[   10.669855] pciback 0000:0a:00.0: deferring initialization
[   10.669859] pciback 0000:0a:00.0: pcistub_probe: probing... done.
[   10.669871] pciback 0000:09:00.0: pcistub_probe: probing...
[   10.669876] pciback 0000:09:00.0: seizing device
[   10.669880] pciback 0000:09:00.0: pcistub_device_alloc
[   10.669884] pciback 0000:09:00.0: pcistub_device_alloc done.
[   10.669888] pciback 0000:09:00.0: deferring initialization
[   10.669893] pciback 0000:09:00.0: pcistub_probe: probing... done.
[   10.669908] pciback 0000:09:00.1: pcistub_probe: probing...
[   10.669913] pciback 0000:09:00.1: seizing device
[   10.669917] pciback 0000:09:00.1: pcistub_device_alloc
[   10.669921] pciback 0000:09:00.1: pcistub_device_alloc done.
[   10.669925] pciback 0000:09:00.1: deferring initialization
[   10.669929] pciback 0000:09:00.1: pcistub_probe: probing... done.
[   10.669941] pciback 0000:05:00.0: pcistub_probe: probing...
[   10.669946] pciback 0000:05:00.0: pcistub_probe: probing... done.
[   10.669960] pciback 0000:06:01.0: pcistub_probe: probing...
[   10.669965] pciback 0000:06:01.0: pcistub_probe: probing... done.
[   10.669979] pciback 0000:06:02.0: pcistub_probe: probing...
[   10.669984] pciback 0000:06:02.0: pcistub_probe: probing... done.
[   10.669998] pciback 0000:08:00.0: pcistub_probe: probing...
[   10.670003] pciback 0000:08:00.0: seizing device
[   10.670007] pciback 0000:08:00.0: pcistub_device_alloc
[   10.670011] pciback 0000:08:00.0: pcistub_device_alloc done.
[   10.670015] pciback 0000:08:00.0: deferring initialization
[   10.670019] pciback 0000:08:00.0: pcistub_probe: probing... done.
[   10.670034] pciback 0000:07:00.0: pcistub_probe: probing...
[   10.670039] pciback 0000:07:00.0: seizing device
[   10.670043] pciback 0000:07:00.0: pcistub_device_alloc
[   10.670047] pciback 0000:07:00.0: pcistub_device_alloc done.
[   10.670052] pciback 0000:07:00.0: deferring initialization
[   10.670056] pciback 0000:07:00.0: pcistub_probe: probing... done.
[   10.670068] pciback 0000:04:00.0: pcistub_probe: probing...
[   10.670073] pciback 0000:04:00.0: seizing device
[   10.670076] pciback 0000:04:00.0: pcistub_device_alloc
[   10.670081] pciback 0000:04:00.0: pcistub_device_alloc done.
[   10.670085] pciback 0000:04:00.0: deferring initialization
[   10.670089] pciback 0000:04:00.0: pcistub_probe: probing... done.
[   10.670101] pciback 0000:03:06.0: pcistub_probe: probing...
[   10.670106] pciback 0000:03:06.0: seizing device
[   10.670110] pciback 0000:03:06.0: pcistub_device_alloc
[   10.670114] pciback 0000:03:06.0: pcistub_device_alloc done.
[   10.670118] pciback 0000:03:06.0: deferring initialization
[   10.670123] pciback 0000:03:06.0: pcistub_probe: probing... done.
[   10.679691] PM-Timer failed consistency check  (0xffffff) - aborting.
[   10.679823] pci 0000:00:02.0: PCI bridge to [bus 0f]
[   10.679831] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[   10.679839] pci 0000:00:02.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[   10.679847] pci 0000:00:02.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[   10.679857] pci 0000:00:03.0: PCI bridge to [bus 0e]
[   10.679863] pci 0000:00:03.0:   bridge window [io  0xd000-0xdfff]
[   10.679871] pci 0000:00:03.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[   10.679878] pci 0000:00:03.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[   10.679888] pci 0000:00:05.0: PCI bridge to [bus 0d]
[   10.679893] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[   10.679901] pci 0000:00:05.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[   10.679909] pci 0000:00:05.0:   bridge window [mem 0xbff00000-0xbfffffff 64bit pref]
[   10.679919] pci 0000:00:06.0: PCI bridge to [bus 0c]
[   10.679924] pci 0000:00:06.0:   bridge window [io  0xb000-0xbfff]
[   10.679932] pci 0000:00:06.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[   10.679939] pci 0000:00:06.0:   bridge window [mem 0xbfe00000-0xbfefffff 64bit pref]
[   10.679949] pci 0000:00:09.0: PCI bridge to [bus 0b]
[   10.679957] pci 0000:00:09.0:   bridge window [mem 0xfe500000-0xfe5fffff]
[   10.679968] pci 0000:00:0a.0: PCI bridge to [bus 0a]
[   10.679976] pci 0000:00:0a.0:   bridge window [mem 0xfe200000-0xfe3fffff]
[   10.679987] pci 0000:00:0b.0: PCI bridge to [bus 09]
[   10.679992] pci 0000:00:0b.0:   bridge window [io  0xa000-0xafff]
[   10.680000] pci 0000:00:0b.0:   bridge window [mem 0xfe100000-0xfe1fffff]
[   10.680008] pci 0000:00:0b.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[   10.680018] pci 0000:06:01.0: PCI bridge to [bus 08]
[   10.680026] pci 0000:06:01.0:   bridge window [mem 0xfe000000-0xfe0fffff]
[   10.680040] pci 0000:06:02.0: PCI bridge to [bus 07]
[   10.680046] pci 0000:06:02.0:   bridge window [io  0x8000-0x9fff]
[   10.680055] pci 0000:06:02.0:   bridge window [mem 0xfdf00000-0xfdffffff]
[   10.680068] pci 0000:05:00.0: PCI bridge to [bus 06-08]
[   10.680074] pci 0000:05:00.0:   bridge window [io  0x8000-0x9fff]
[   10.680083] pci 0000:05:00.0:   bridge window [mem 0xfdf00000-0xfe0fffff]
[   10.680097] pci 0000:00:0c.0: PCI bridge to [bus 05-08]
[   10.680102] pci 0000:00:0c.0:   bridge window [io  0x8000-0x9fff]
[   10.680110] pci 0000:00:0c.0:   bridge window [mem 0xfde00000-0xfe0fffff]
[   10.680121] pci 0000:00:0d.0: PCI bridge to [bus 04]
[   10.680129] pci 0000:00:0d.0:   bridge window [mem 0xfdd00000-0xfddfffff]
[   10.680140] pci 0000:00:14.4: PCI bridge to [bus 03]
[   10.680146] pci 0000:00:14.4:   bridge window [io  0x7000-0x7fff]
[   10.680165] pci 0000:00:15.0: PCI bridge to [bus 02]
[   10.680182] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[   10.680186] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[   10.680190] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[   10.680195] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[   10.680200] pci_bus 0000:00: resource 8 [mem 0xa0000000-0xdfffffff]
[   10.680204] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
[   10.680209] pci_bus 0000:0f: resource 0 [io  0xe000-0xefff]
[   10.680213] pci_bus 0000:0f: resource 1 [mem 0xfe900000-0xfe9fffff]
[   10.680218] pci_bus 0000:0f: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[   10.680223] pci_bus 0000:0e: resource 0 [io  0xd000-0xdfff]
[   10.680228] pci_bus 0000:0e: resource 1 [mem 0xfe800000-0xfe8fffff]
[   10.680232] pci_bus 0000:0e: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[   10.680238] pci_bus 0000:0d: resource 0 [io  0xc000-0xcfff]
[   10.680242] pci_bus 0000:0d: resource 1 [mem 0xfe700000-0xfe7fffff]
[   10.680247] pci_bus 0000:0d: resource 2 [mem 0xbff00000-0xbfffffff 64bit pref]
[   10.680252] pci_bus 0000:0c: resource 0 [io  0xb000-0xbfff]
[   10.680256] pci_bus 0000:0c: resource 1 [mem 0xfe600000-0xfe6fffff]
[   10.680261] pci_bus 0000:0c: resource 2 [mem 0xbfe00000-0xbfefffff 64bit pref]
[   10.680266] pci_bus 0000:0b: resource 1 [mem 0xfe500000-0xfe5fffff]
[   10.680271] pci_bus 0000:0a: resource 1 [mem 0xfe200000-0xfe3fffff]
[   10.680276] pci_bus 0000:09: resource 0 [io  0xa000-0xafff]
[   10.680280] pci_bus 0000:09: resource 1 [mem 0xfe100000-0xfe1fffff]
[   10.680285] pci_bus 0000:09: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
[   10.680290] pci_bus 0000:05: resource 0 [io  0x8000-0x9fff]
[   10.680295] pci_bus 0000:05: resource 1 [mem 0xfde00000-0xfe0fffff]
[   10.680299] pci_bus 0000:06: resource 0 [io  0x8000-0x9fff]
[   10.680304] pci_bus 0000:06: resource 1 [mem 0xfdf00000-0xfe0fffff]
[   10.680308] pci_bus 0000:08: resource 1 [mem 0xfe000000-0xfe0fffff]
[   10.680313] pci_bus 0000:07: resource 0 [io  0x8000-0x9fff]
[   10.680317] pci_bus 0000:07: resource 1 [mem 0xfdf00000-0xfdffffff]
[   10.680322] pci_bus 0000:04: resource 1 [mem 0xfdd00000-0xfddfffff]
[   10.680327] pci_bus 0000:03: resource 0 [io  0x7000-0x7fff]
[   10.680331] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[   10.680335] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[   10.680340] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[   10.680344] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
[   10.680349] pci_bus 0000:03: resource 8 [mem 0xa0000000-0xdfffffff]
[   10.680354] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfebfffff]
[   10.680400] NET: Registered protocol family 2
[   10.680689] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[   10.681099] TCP bind hash table entries: 16384 (order: 8, 1048576 bytes)
[   10.681973] TCP: Hash tables configured (established 16384 bind 16384)
[   10.682079] TCP: reno registered
[   10.682120] UDP hash table entries: 1024 (order: 5, 163840 bytes)
[   10.682263] UDP-Lite hash table entries: 1024 (order: 5, 163840 bytes)
[   10.682540] NET: Registered protocol family 1
[   10.682587] pci 0000:00:11.0: calling quirk_msi_intx_disable_ati_bug+0x0/0x50
[   10.682604] pci 0000:00:12.0: calling quirk_usb_early_handoff+0x0/0x6f0
[   10.682767]       0000:00:12[A] -> [18]
[   10.682771]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:12.0[A] _PRT entry
[   10.682779] xen: registering gsi 18 triggering 0 polarity 1
[   10.682799] xen: --> pirq=18 -> irq=18 (gsi=18)
[   10.682818] pci 0000:00:12.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 18 (level, low) -> IRQ/rc 18
[   10.758982]       0000:00:12[A] -> [18]
[   10.758989]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:12.0[A] _PRT entry
[   10.759008] pci 0000:00:12.2: calling quirk_usb_early_handoff+0x0/0x6f0
[   10.759140]       0000:00:12[B] -> [17]
[   10.759144]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:12.2[B] _PRT entry
[   10.759151] xen: registering gsi 17 triggering 0 polarity 1
[   10.759166] xen: --> pirq=17 -> irq=17 (gsi=17)
[   10.759183] pci 0000:00:12.2: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 17 (level, low) -> IRQ/rc 17
[   10.759339]       0000:00:12[B] -> [17]
[   10.759343]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:12.2[B] _PRT entry
[   10.759357] pci 0000:00:13.0: calling quirk_usb_early_handoff+0x0/0x6f0
[   10.759489]       0000:00:13[A] -> [18]
[   10.759492]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:13.0[A] _PRT entry
[   10.759499] xen: registering gsi 18 triggering 0 polarity 1
[   10.759504] Already setup the GSI :18
[   10.759508] pci 0000:00:13.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 18 (level, low) -> IRQ/rc 18
[   10.835662]       0000:00:13[A] -> [18]
[   10.835668]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:13.0[A] _PRT entry
[   10.835687] pci 0000:00:13.2: calling quirk_usb_early_handoff+0x0/0x6f0
[   10.835817]       0000:00:13[B] -> [17]
[   10.835821]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:13.2[B] _PRT entry
[   10.835828] xen: registering gsi 17 triggering 0 polarity 1
[   10.835833] Already setup the GSI :17
[   10.835837] pci 0000:00:13.2: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 17 (level, low) -> IRQ/rc 17
[   10.835990]       0000:00:13[B] -> [17]
[   10.835994]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:13.2[B] _PRT entry
[   10.836018] pci 0000:00:14.5: calling quirk_usb_early_handoff+0x0/0x6f0
[   10.836147]       0000:00:14[C] -> [18]
[   10.836151]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:14.5[C] _PRT entry
[   10.836158] xen: registering gsi 18 triggering 0 polarity 1
[   10.836163] Already setup the GSI :18
[   10.836167] pci 0000:00:14.5: ?!?!? acpi_pci_irq_enable: PCI INT C -> GSI 18 (level, low) -> IRQ/rc 18
[   10.912329]       0000:00:14[C] -> [18]
[   10.912335]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:14.5[C] _PRT entry
[   10.912355] pci 0000:00:16.0: calling quirk_usb_early_handoff+0x0/0x6f0
[   10.912484]       0000:00:16[A] -> [18]
[   10.912488]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:16.0[A] _PRT entry
[   10.912495] xen: registering gsi 18 triggering 0 polarity 1
[   10.912500] Already setup the GSI :18
[   10.912503] pci 0000:00:16.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 18 (level, low) -> IRQ/rc 18
[   10.988994]       0000:00:16[A] -> [18]
[   10.989000]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:16.0[A] _PRT entry
[   10.989018] pci 0000:00:16.2: calling quirk_usb_early_handoff+0x0/0x6f0
[   10.989148]       0000:00:16[B] -> [17]
[   10.989152]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:16.2[B] _PRT entry
[   10.989159] xen: registering gsi 17 triggering 0 polarity 1
[   10.989164] Already setup the GSI :17
[   10.989168] pci 0000:00:16.2: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 17 (level, low) -> IRQ/rc 17
[   10.989320]       0000:00:16[B] -> [17]
[   10.989324]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:16.2[B] _PRT entry
[   10.989339] pci 0000:00:18.0: calling quirk_amd_nb_node+0x0/0x80
[   10.989349] pci 0000:00:18.1: calling quirk_amd_nb_node+0x0/0x80
[   10.989358] pci 0000:00:18.2: calling quirk_amd_nb_node+0x0/0x80
[   10.989367] pci 0000:00:18.3: calling quirk_amd_nb_node+0x0/0x80
[   10.989375] pci 0000:00:18.4: calling quirk_amd_nb_node+0x0/0x80
[   10.989387] pci 0000:0f:00.0: calling pci_fixup_video+0x0/0xe0
[   10.989395] pci 0000:0f:00.0: Video device with shadowed ROM
[   10.989405] pciback 0000:0e:00.0: calling pci_fixup_video+0x0/0xe0
[   10.989429] pciback 0000:0b:00.0: calling quirk_usb_early_handoff+0x0/0x6f0
[   10.989582]       0000:00:09[A] -> [53]
[   10.989585]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:09.0[A] _PRT entry
[   10.989592] xen: registering gsi 53 triggering 0 polarity 1
[   10.989609] xen: --> pirq=53 -> irq=53 (gsi=53)
[   10.989621] pci 0000:00:09.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 53 (level, low) -> IRQ/rc 53
[   10.989669]       0000:0b:00[A] -> [48]
[   10.989673]   pci_irq-0331 pci_irq_lookup        : Found 0000:0b:00.0[A] _PRT entry
[   10.989680] xen: registering gsi 48 triggering 0 polarity 1
[   10.989689] xen: --> pirq=48 -> irq=48 (gsi=48)
[   10.989699] pciback 0000:0b:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 48 (level, low) -> IRQ/rc 48
[   10.989762]       0000:0b:00[A] -> [48]
[   10.989765]   pci_irq-0331 pci_irq_lookup        : Found 0000:0b:00.0[A] _PRT entry
[   10.989780] pciback 0000:09:00.0: calling pci_fixup_video+0x0/0xe0
[   10.989800] pciback 0000:08:00.0: calling quirk_usb_early_handoff+0x0/0x6f0
[   10.989935]       0000:00:0c[A] -> [54]
[   10.989939]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:0c.0[A] _PRT entry
[   10.989946] xen: registering gsi 54 triggering 0 polarity 1
[   10.989956] xen: --> pirq=54 -> irq=54 (gsi=54)
[   10.989965] pci 0000:00:0c.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 54 (level, low) -> IRQ/rc 54
[   10.990014]       0000:05:00[A] -> [36]
[   10.990017]   pci_irq-0331 pci_irq_lookup        : Found 0000:05:00.0[A] _PRT entry
[   10.990024] xen: registering gsi 36 triggering 0 polarity 1
[   10.990038] xen: --> pirq=36 -> irq=36 (gsi=36)
[   10.990048] pci 0000:05:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 36 (level, low) -> IRQ/rc 36
[   10.990096]       0000:05:00[B] -> [37]
[   10.990100]   pci_irq-0360 pci_irq_lookup        : Derived GSI for 0000:06:01.0 INT A from 0000:05:00.0
[   10.990108] xen: registering gsi 37 triggering 0 polarity 1
[   10.990117] xen: --> pirq=37 -> irq=37 (gsi=37)
[   10.990126] pci 0000:06:01.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 37 (level, low) -> IRQ/rc 37
[   10.990173]       0000:05:00[B] -> [37]
[   10.990177]   pci_irq-0360 pci_irq_lookup        : Derived GSI for 0000:06:01.0 INT A from 0000:05:00.0
[   10.990185] xen: registering gsi 37 triggering 0 polarity 1
[   10.990189] Already setup the GSI :37
[   10.990193] pciback 0000:08:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 37 (level, low) -> IRQ/rc 37
[   10.990258]       0000:05:00[B] -> [37]
[   10.990262]   pci_irq-0360 pci_irq_lookup        : Derived GSI for 0000:06:01.0 INT A from 0000:05:00.0
[   10.990278] pciback 0000:04:00.0: calling quirk_usb_early_handoff+0x0/0x6f0
[   10.990412]       0000:00:0d[A] -> [54]
[   10.990416]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:0d.0[A] _PRT entry
[   10.990423] xen: registering gsi 54 triggering 0 polarity 1
[   10.990427] Already setup the GSI :54
[   10.990431] pci 0000:00:0d.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 54 (level, low) -> IRQ/rc 54
[   10.990476]       0000:04:00[A] -> [40]
[   10.990480]   pci_irq-0331 pci_irq_lookup        : Found 0000:04:00.0[A] _PRT entry
[   10.990487] xen: registering gsi 40 triggering 0 polarity 1
[   10.990498] xen: --> pirq=40 -> irq=40 (gsi=40)
[   10.990508] pciback 0000:04:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 40 (level, low) -> IRQ/rc 40
[   10.990569]       0000:04:00[A] -> [40]
[   10.990573]   pci_irq-0331 pci_irq_lookup        : Found 0000:04:00.0[A] _PRT entry
[   10.990619] PCI: CLS 64 bytes, default 64
[   10.990761] Trying to unpack rootfs image as initramfs...
[   11.020997] Freeing initrd memory: 15572K (ffff88000362a000 - ffff88000455f000)
[   11.021224] kvm: no hardware support
[   11.021234] has_svm: svm not available
[   11.021237] kvm: no hardware support
[   11.024364] Scanning for low memory corruption every 60 seconds
[   11.026850] sha1_ssse3: Neither AVX nor AVX2 nor SSSE3 is available/usable.
[   11.026858] sha256_ssse3: Neither AVX nor SSSE3 is available/usable.
[   11.026888] sha512_ssse3: Neither AVX nor SSSE3 is available/usable.
[   11.026894] AVX or AES-NI instructions are not detected.
[   11.026899] AVX instructions are not detected.
[   11.026903] AVX instructions are not detected.
[   11.026909] AVX2 or AES-NI instructions are not detected.
[   11.026914] AVX2 instructions are not detected.
[   11.027545] futex hash table entries: 2048 (order: 6, 262144 bytes)
[   11.027760] audit: initializing netlink subsys (disabled)
[   11.027839] audit: type=2000 audit(1412795422.431:1): initialized
[   11.028332] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[   11.034310] VFS: Disk quotas dquot_6.5.2
[   11.034424] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[   11.036501] ntfs: driver 2.1.30 [Flags: R/W].
[   11.036937] fuse init (API version 7.23)
[   11.038349] gfs2: GFS2 installed
[   11.038467] ceph: loaded (mds proto 32)
[   11.038485] msgmni has been set to 2812
[   11.040777] bounce: pool size: 64 pages
[   11.040911] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[   11.040935] io scheduler noop registered
[   11.040940] io scheduler deadline registered
[   11.041074] io scheduler cfq registered (default)
[   11.041344] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[   11.041349] crc32: self tests passed, processed 225944 bytes in 123525 nsec
[   11.041480] crc32c: CRC_LE_BITS = 64
[   11.041487] crc32c: self tests passed, processed 225944 bytes in 61567 nsec
[   11.050729] crc32_combine: 8373 self tests passed
[   11.060004] crc32c_combine: 8373 self tests passed
[   11.060433]       0000:00:02[A] -> [52]
[   11.060439]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:02.0[A] _PRT entry
[   11.060448] xen: registering gsi 52 triggering 0 polarity 1
[   11.060479] xen: --> pirq=52 -> irq=52 (gsi=52)
[   11.060499] pcieport 0000:00:02.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 52 (level, low) -> IRQ/rc 52
[   11.060579] pcieport 0000:00:02.0: ?!??!? pci_intx: enable:0
[   11.060585] pcieport 0000:00:02.0: ?!??!? pci_intx: enable:0 new != pci_command
[   11.060871]       0000:00:03[A] -> [52]
[   11.060876]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:03.0[A] _PRT entry
[   11.060883] xen: registering gsi 52 triggering 0 polarity 1
[   11.060888] Already setup the GSI :52
[   11.060892] pcieport 0000:00:03.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 52 (level, low) -> IRQ/rc 52
[   11.060944] pcieport 0000:00:03.0: ?!??!? pci_intx: enable:0
[   11.060948] pcieport 0000:00:03.0: ?!??!? pci_intx: enable:0 new != pci_command
[   11.061198]       0000:00:05[A] -> [52]
[   11.061202]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:05.0[A] _PRT entry
[   11.061209] xen: registering gsi 52 triggering 0 polarity 1
[   11.061213] Already setup the GSI :52
[   11.061217] pcieport 0000:00:05.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 52 (level, low) -> IRQ/rc 52
[   11.061261] pcieport 0000:00:05.0: ?!??!? pci_intx: enable:0
[   11.061266] pcieport 0000:00:05.0: ?!??!? pci_intx: enable:0 new != pci_command
[   11.061515]       0000:00:06[A] -> [53]
[   11.061519]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:06.0[A] _PRT entry
[   11.061526] xen: registering gsi 53 triggering 0 polarity 1
[   11.061530] Already setup the GSI :53
[   11.061534] pcieport 0000:00:06.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 53 (level, low) -> IRQ/rc 53
[   11.061578] pcieport 0000:00:06.0: ?!??!? pci_intx: enable:0
[   11.061583] pcieport 0000:00:06.0: ?!??!? pci_intx: enable:0 new != pci_command
[   11.061735] pcieport 0000:00:09.0: ?!??!? pci_intx: enable:0
[   11.061741] pcieport 0000:00:09.0: ?!??!? pci_intx: enable:0 new != pci_command
[   11.061973]       0000:00:0a[A] -> [54]
[   11.061977]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:0a.0[A] _PRT entry
[   11.061984] xen: registering gsi 54 triggering 0 polarity 1
[   11.061988] Already setup the GSI :54
[   11.061992] pcieport 0000:00:0a.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 54 (level, low) -> IRQ/rc 54
[   11.062073] pcieport 0000:00:0a.0: ?!??!? pci_intx: enable:0
[   11.062079] pcieport 0000:00:0a.0: ?!??!? pci_intx: enable:0 new != pci_command
[   11.062351]       0000:00:0b[A] -> [54]
[   11.062355]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:0b.0[A] _PRT entry
[   11.062363] xen: registering gsi 54 triggering 0 polarity 1
[   11.062368] Already setup the GSI :54
[   11.062373] pcieport 0000:00:0b.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 54 (level, low) -> IRQ/rc 54
[   11.062425] pcieport 0000:00:0b.0: ?!??!? pci_intx: enable:0
[   11.062431] pcieport 0000:00:0b.0: ?!??!? pci_intx: enable:0 new != pci_command
[   11.062582] pcieport 0000:00:0c.0: ?!??!? pci_intx: enable:0
[   11.062587] pcieport 0000:00:0c.0: ?!??!? pci_intx: enable:0 new != pci_command
[   11.062736] pcieport 0000:00:0d.0: ?!??!? pci_intx: enable:0
[   11.062741] pcieport 0000:00:0d.0: ?!??!? pci_intx: enable:0 new != pci_command
[   11.062977]       0000:00:15[A] -> [16]
[   11.062981]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:15.0[A] _PRT entry
[   11.062989] xen: registering gsi 16 triggering 0 polarity 1
[   11.063010] xen: --> pirq=16 -> irq=16 (gsi=16)
[   11.063024] pcieport 0000:00:15.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 16 (level, low) -> IRQ/rc 16
[   11.063079] pcieport 0000:00:15.0: ?!??!? pci_intx: enable:0
[   11.063084] pcieport 0000:00:15.0: ?!??!? pci_intx: enable:0 new != pci_command
[   11.063266] pcieport 0000:05:00.0: ?!??!? pci_intx: enable:0
[   11.063271] pcieport 0000:05:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[   11.063523] pcieport 0000:06:01.0: ?!??!? pci_intx: enable:0
[   11.063529] pcieport 0000:06:01.0: ?!??!? pci_intx: enable:0 new != pci_command
[   11.063743]       0000:05:00[C] -> [38]
[   11.063748]   pci_irq-0360 pci_irq_lookup        : Derived GSI for 0000:06:02.0 INT A from 0000:05:00.0
[   11.063757] xen: registering gsi 38 triggering 0 polarity 1
[   11.063768] xen: --> pirq=38 -> irq=38 (gsi=38)
[   11.063784] pcieport 0000:06:02.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 38 (level, low) -> IRQ/rc 38
[   11.063847] pcieport 0000:06:02.0: ?!??!? pci_intx: enable:0
[   11.063852] pcieport 0000:06:02.0: ?!??!? pci_intx: enable:0 new != pci_command
[   11.064283] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[   11.064320] pci 0000:0f:00.0: Signaling PME through PCIe PME interrupt
[   11.064326] pci 0000:0f:00.1: Signaling PME through PCIe PME interrupt
[   11.064335] pcieport 0000:00:02.0: ?!?!?!? pcie_pme_probe: srv->irq:100 ret: 0 
[   11.064341] pcie_pme 0000:00:02.0:pcie01: service driver pcie_pme loaded
[   11.064380] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt
[   11.064386] pciback 0000:0e:00.0: Signaling PME through PCIe PME interrupt
[   11.064392] pciback 0000:0e:00.1: Signaling PME through PCIe PME interrupt
[   11.064401] pcieport 0000:00:03.0: ?!?!?!? pcie_pme_probe: srv->irq:101 ret: 0 
[   11.064407] pcie_pme 0000:00:03.0:pcie01: service driver pcie_pme loaded
[   11.064441] pcieport 0000:00:05.0: Signaling PME through PCIe PME interrupt
[   11.064448] pci 0000:0d:00.0: Signaling PME through PCIe PME interrupt
[   11.064457] pcieport 0000:00:05.0: ?!?!?!? pcie_pme_probe: srv->irq:102 ret: 0 
[   11.064463] pcie_pme 0000:00:05.0:pcie01: service driver pcie_pme loaded
[   11.064499] pcieport 0000:00:06.0: Signaling PME through PCIe PME interrupt
[   11.064511] pci 0000:0c:00.0: Signaling PME through PCIe PME interrupt
[   11.064518] pcieport 0000:00:06.0: ?!?!?!? pcie_pme_probe: srv->irq:103 ret: 0 
[   11.064524] pcie_pme 0000:00:06.0:pcie01: service driver pcie_pme loaded
[   11.064555] pcieport 0000:00:09.0: Signaling PME through PCIe PME interrupt
[   11.064561] pciback 0000:0b:00.0: Signaling PME through PCIe PME interrupt
[   11.064568] pcieport 0000:00:09.0: ?!?!?!? pcie_pme_probe: srv->irq:104 ret: 0 
[   11.064574] pcie_pme 0000:00:09.0:pcie01: service driver pcie_pme loaded
[   11.064605] pcieport 0000:00:0a.0: Signaling PME through PCIe PME interrupt
[   11.064611] pciback 0000:0a:00.0: Signaling PME through PCIe PME interrupt
[   11.064619] pcieport 0000:00:0a.0: ?!?!?!? pcie_pme_probe: srv->irq:105 ret: 0 
[   11.064624] pcie_pme 0000:00:0a.0:pcie01: service driver pcie_pme loaded
[   11.064657] pcieport 0000:00:0b.0: Signaling PME through PCIe PME interrupt
[   11.064666] pciback 0000:09:00.0: Signaling PME through PCIe PME interrupt
[   11.064671] pciback 0000:09:00.1: Signaling PME through PCIe PME interrupt
[   11.064679] pcieport 0000:00:0b.0: ?!?!?!? pcie_pme_probe: srv->irq:106 ret: 0 
[   11.064684] pcie_pme 0000:00:0b.0:pcie01: service driver pcie_pme loaded
[   11.064716] pcieport 0000:00:0c.0: Signaling PME through PCIe PME interrupt
[   11.064721] pcieport 0000:05:00.0: Signaling PME through PCIe PME interrupt
[   11.064726] pcieport 0000:06:01.0: Signaling PME through PCIe PME interrupt
[   11.064731] pciback 0000:08:00.0: Signaling PME through PCIe PME interrupt
[   11.064736] pcieport 0000:06:02.0: Signaling PME through PCIe PME interrupt
[   11.064741] pciback 0000:07:00.0: Signaling PME through PCIe PME interrupt
[   11.064749] pcieport 0000:00:0c.0: ?!?!?!? pcie_pme_probe: srv->irq:107 ret: 0 
[   11.064754] pcie_pme 0000:00:0c.0:pcie01: service driver pcie_pme loaded
[   11.064786] pcieport 0000:00:0d.0: Signaling PME through PCIe PME interrupt
[   11.064792] pciback 0000:04:00.0: Signaling PME through PCIe PME interrupt
[   11.064800] pcieport 0000:00:0d.0: ?!?!?!? pcie_pme_probe: srv->irq:108 ret: 0 
[   11.064806] pcie_pme 0000:00:0d.0:pcie01: service driver pcie_pme loaded
[   11.064843] pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
[   11.064852] pcieport 0000:00:15.0: ?!?!?!? pcie_pme_probe: srv->irq:109 ret: 0 
[   11.064858] pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
[   11.064935] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   11.065073] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[   11.065080] cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version: 0.2
[   11.065135] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
[   11.065142] cpcihp_generic: not configured, disabling.
[   11.065201] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   11.067114] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
[   11.067370] usbcore: registered new interface driver udlfb
[   11.067395] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[   11.067401] vesafb: scrolling: redraw
[   11.067405] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[   11.068382] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010580000, using 10240k, total 16384k
[   11.090493] Console: switching to colour frame buffer device 160x64
[   11.111151] fb0: VESA VGA frame buffer device
[   11.111514] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[   11.111744] ACPI: Power Button [PWRB]
[   11.111930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[   11.112118] ACPI: Power Button [PWRF]
[   11.112962] Warning: Processor Platform Limit not supported.
[   11.113338] GHES: HEST is not enabled!
[   11.113440] ERST DBG: ERST support is disabled.
[   11.113961] xen:xen_evtchn: Event-channel device installed
[   11.114553] pciback 0000:03:06.0: initializing...
[   11.114672] pciback 0000:03:06.0: initializing config
[   11.114828] pciback 0000:03:06.0: enabling device
[   11.114948]   pci_irq-0412 pci_irq_enable        : No interrupt pin configured for device 0000:00:14.4
[   11.115277]       0000:03:06[A] -> [22]
[   11.115388]   pci_irq-0331 pci_irq_lookup        : Found 0000:03:06.0[A] _PRT entry
[   11.115582] xen: registering gsi 22 triggering 0 polarity 1
[   11.115732] xen: --> pirq=22 -> irq=22 (gsi=22)
[   11.115887] pciback 0000:03:06.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 22 (level, low) -> IRQ/rc 22
[   11.116159] pciback 0000:03:06.0: save state of device
[   11.116328] pciback 0000:03:06.0: resetting (FLR, D3, etc) the device
[   11.116484] pciback 0000:03:06.0: pci_dev_reset_xen probe:0 
[   11.116664] pciback 0000:03:06.0: pci_pm_reset: probe:0 dev->current_state:0
[   11.142172] pciback 0000:03:06.0: pci_pm_reset: done state: dev->current_state:0
[   11.142404] pciback 0000:03:06.0: pci_dev_reset_xen  pci_pm_reset  succeeded rc:0
[   11.142586] pciback 0000:03:06.0: pci_dev_reset_xen done rc:0.
[   11.142780] pciback 0000:03:06.0: reset device
[   11.142942]       0000:03:06[A] -> [22]
[   11.143036]   pci_irq-0331 pci_irq_lookup        : Found 0000:03:06.0[A] _PRT entry
[   11.143266] pciback 0000:04:00.0: initializing...
[   11.143398] pciback 0000:04:00.0: initializing config
[   11.143572] pciback 0000:04:00.0: enabling device
[   11.143730]       0000:04:00[A] -> [40]
[   11.143823]   pci_irq-0331 pci_irq_lookup        : Found 0000:04:00.0[A] _PRT entry
[   11.144017] xen: registering gsi 40 triggering 0 polarity 1
[   11.150664] Already setup the GSI :40
[   11.157301] pciback 0000:04:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 40 (level, low) -> IRQ/rc 40
[   11.164139] pciback 0000:04:00.0: save state of device
[   11.170904] pciback 0000:04:00.0: resetting (FLR, D3, etc) the device
[   11.177567] pciback 0000:04:00.0: pci_dev_reset_xen probe:0 
[   11.184184] pciback 0000:04:00.0: pci_pm_reset: probe:0 dev->current_state:0
[   11.190797] pciback 0000:04:00.0: pci_dev_reset_slot_function probe: 0 
[   11.197426] pciback 0000:04:00.0: pci_parent_bus_reset
[   11.203927] pcieport 0000:00:0d.0: pci_reset_secondary_bus
[   12.218834] pcieport 0000:00:0d.0: pci_reset_secondary_bus done.
[   12.225207] pciback 0000:04:00.0: pci_parent_bus_reset done.
[   12.231567] pciback 0000:04:00.0: pci_dev_reset_xen done rc:0.
[   12.237865] pciback 0000:04:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x10a)
[   12.244241] pciback 0000:04:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xfddfe004)
[   12.250523] pciback 0000:04:00.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[   12.256760] pciback 0000:04:00.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100102)
[   12.262971] pciback 0000:04:00.0: reset device
[   12.269093]       0000:04:00[A] -> [40]
[   12.275104]   pci_irq-0331 pci_irq_lookup        : Found 0000:04:00.0[A] _PRT entry
[   12.281227] pciback 0000:07:00.0: initializing...
[   12.287317] pciback 0000:07:00.0: initializing config
[   12.293384] pciback 0000:07:00.0: enabling device
[   12.299403]       0000:05:00[C] -> [38]
[   12.305266]   pci_irq-0360 pci_irq_lookup        : Derived GSI for 0000:06:02.0 INT A from 0000:05:00.0
[   12.311305] xen: registering gsi 38 triggering 0 polarity 1
[   12.317299] Already setup the GSI :38
[   12.323175] pciback 0000:07:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 38 (level, low) -> IRQ/rc 38
[   12.329208] pciback 0000:07:00.0: save state of device
[   12.335168] pciback 0000:07:00.0: resetting (FLR, D3, etc) the device
[   12.341035] pciback 0000:07:00.0: pci_dev_reset_xen probe:0 
[   12.346904] pciback 0000:07:00.0: pci_pm_reset: probe:0 dev->current_state:0
[   12.378814] pciback 0000:07:00.0: pci_pm_reset: done state: dev->current_state:0
[   12.384691] pciback 0000:07:00.0: pci_dev_reset_xen  pci_pm_reset  succeeded rc:0
[   12.390544] pciback 0000:07:00.0: pci_dev_reset_xen done rc:0.
[   12.396377] pciback 0000:07:00.0: reset device
[   12.402210]       0000:05:00[C] -> [38]
[   12.408027]   pci_irq-0360 pci_irq_lookup        : Derived GSI for 0000:06:02.0 INT A from 0000:05:00.0
[   12.413960] pciback 0000:08:00.0: initializing...
[   12.419787] pciback 0000:08:00.0: initializing config
[   12.425555] pciback 0000:08:00.0: enabling device
[   12.431229]       0000:05:00[B] -> [37]
[   12.436839]   pci_irq-0360 pci_irq_lookup        : Derived GSI for 0000:06:01.0 INT A from 0000:05:00.0
[   12.442568] xen: registering gsi 37 triggering 0 polarity 1
[   12.448246] Already setup the GSI :37
[   12.453898] pciback 0000:08:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 37 (level, low) -> IRQ/rc 37
[   12.459837] pciback 0000:08:00.0: save state of device
[   12.465745] pciback 0000:08:00.0: resetting (FLR, D3, etc) the device
[   12.471612] pciback 0000:08:00.0: pci_dev_reset_xen probe:0 
[   12.477473] pciback 0000:08:00.0: pci_pm_reset: probe:0 dev->current_state:0
[   12.483373] pciback 0000:08:00.0: pci_dev_reset_slot_function probe: 0 
[   12.489285] pciback 0000:08:00.0: pci_parent_bus_reset
[   12.495163] pcieport 0000:06:01.0: pci_reset_secondary_bus
[   13.508825] pcieport 0000:06:01.0: pci_reset_secondary_bus done.
[   13.514585] pciback 0000:08:00.0: pci_parent_bus_reset done.
[   13.520400] pciback 0000:08:00.0: pci_dev_reset_xen done rc:0.
[   13.526264] pciback 0000:08:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x107)
[   13.532288] pciback 0000:08:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xfe0fe004)
[   13.538199] pciback 0000:08:00.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[   13.544025] pciback 0000:08:00.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100102)
[   13.549852] pciback 0000:08:00.0: reset device
[   13.555540]       0000:05:00[B] -> [37]
[   13.561103]   pci_irq-0360 pci_irq_lookup        : Derived GSI for 0000:06:01.0 INT A from 0000:05:00.0
[   13.566895] pciback 0000:09:00.1: initializing...
[   13.572659] pciback 0000:09:00.1: initializing config
[   13.578390] pciback 0000:09:00.1: enabling device
[   13.584089]       0000:09:00[B] -> [33]
[   13.589736]   pci_irq-0331 pci_irq_lookup        : Found 0000:09:00.1[B] _PRT entry
[   13.595521] xen: registering gsi 33 triggering 0 polarity 1
[   13.601399] xen: --> pirq=33 -> irq=33 (gsi=33)
[   13.607230] pciback 0000:09:00.1: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 33 (level, low) -> IRQ/rc 33
[   13.613296] pciback 0000:09:00.1: save state of device
[   13.619308] pciback 0000:09:00.1: resetting (FLR, D3, etc) the device
[   13.625316] pciback 0000:09:00.1: pci_dev_reset_xen probe:0 
[   13.631323] pciback 0000:09:00.1: pci_pm_reset: probe:0 dev->current_state:0
[   13.662147] pciback 0000:09:00.1: pci_pm_reset: done state: dev->current_state:0
[   13.668173] pciback 0000:09:00.1: pci_dev_reset_xen  pci_pm_reset  succeeded rc:0
[   13.674199] pciback 0000:09:00.1: pci_dev_reset_xen done rc:0.
[   13.680172] pciback 0000:09:00.1: reset device
[   13.686022]       0000:09:00[B] -> [33]
[   13.691856]   pci_irq-0331 pci_irq_lookup        : Found 0000:09:00.1[B] _PRT entry
[   13.697881] pciback 0000:09:00.0: initializing...
[   13.703884] pciback 0000:09:00.0: initializing config
[   13.709779] pciback 0000:09:00.0: enabling device
[   13.715516] pciback 0000:09:00.0: enabling device (0000 -> 0003)
[   13.721260]       0000:09:00[A] -> [32]
[   13.726842]   pci_irq-0331 pci_irq_lookup        : Found 0000:09:00.0[A] _PRT entry
[   13.732515] xen: registering gsi 32 triggering 0 polarity 1
[   13.738214] xen: --> pirq=32 -> irq=32 (gsi=32)
[   13.743890] pciback 0000:09:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 32 (level, low) -> IRQ/rc 32
[   13.749797] pciback 0000:09:00.0: save state of device
[   13.755683] pciback 0000:09:00.0: resetting (FLR, D3, etc) the device
[   13.761550] pciback 0000:09:00.0: pci_dev_reset_xen probe:0 
[   13.767412] pciback 0000:09:00.0: pci_pm_reset: probe:0 dev->current_state:0
[   13.798812] pciback 0000:09:00.0: pci_pm_reset: done state: dev->current_state:0
[   13.804744] pciback 0000:09:00.0: pci_dev_reset_xen  pci_pm_reset  succeeded rc:0
[   13.810593] pciback 0000:09:00.0: pci_dev_reset_xen done rc:0.
[   13.816342] pciback 0000:09:00.0: reset device
[   13.822108]       0000:09:00[A] -> [32]
[   13.827825]   pci_irq-0331 pci_irq_lookup        : Found 0000:09:00.0[A] _PRT entry
[   13.833687] pciback 0000:0a:00.0: initializing...
[   13.839457] pciback 0000:0a:00.0: initializing config
[   13.845113] pciback 0000:0a:00.0: enabling device
[   13.850736]       0000:0a:00[A] -> [47]
[   13.856186]   pci_irq-0331 pci_irq_lookup        : Found 0000:0a:00.0[A] _PRT entry
[   13.861729] xen: registering gsi 47 triggering 0 polarity 1
[   13.867294] xen: --> pirq=47 -> irq=47 (gsi=47)
[   13.872859] pciback 0000:0a:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 47 (level, low) -> IRQ/rc 47
[   13.878636] pciback 0000:0a:00.0: save state of device
[   13.884444] pciback 0000:0a:00.0: resetting (FLR, D3, etc) the device
[   13.890178] pciback 0000:0a:00.0: pci_dev_reset_xen probe:0 
[   13.895910] pciback 0000:0a:00.0: pci_pm_reset: probe:0 dev->current_state:0
[   13.901717] pciback 0000:0a:00.0: pci_dev_reset_slot_function probe: 0 
[   13.907499] pciback 0000:0a:00.0: pci_parent_bus_reset
[   13.913270] pcieport 0000:00:0a.0: pci_reset_secondary_bus
[   14.928864] pcieport 0000:00:0a.0: pci_reset_secondary_bus done.
[   14.934617] pciback 0000:0a:00.0: pci_parent_bus_reset done.
[   14.940346] pciback 0000:0a:00.0: pci_dev_reset_xen done rc:0.
[   14.946143] pciback 0000:0a:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x10a)
[   14.951966] pciback 0000:0a:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xfe200004)
[   14.957761] pciback 0000:0a:00.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[   14.963457] pciback 0000:0a:00.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100106)
[   14.969075] pciback 0000:0a:00.0: reset device
[   14.974767]       0000:0a:00[A] -> [47]
[   14.980391]   pci_irq-0331 pci_irq_lookup        : Found 0000:0a:00.0[A] _PRT entry
[   14.986159] pciback 0000:0b:00.0: initializing...
[   14.991889] pciback 0000:0b:00.0: initializing config
[   14.997503] pciback 0000:0b:00.0: enabling device
[   15.003139]       0000:0b:00[A] -> [48]
[   15.008581]   pci_irq-0331 pci_irq_lookup        : Found 0000:0b:00.0[A] _PRT entry
[   15.014090] xen: registering gsi 48 triggering 0 polarity 1
[   15.019612] Already setup the GSI :48
[   15.025133] pciback 0000:0b:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 48 (level, low) -> IRQ/rc 48
[   15.030892] pciback 0000:0b:00.0: save state of device
[   15.036629] pciback 0000:0b:00.0: resetting (FLR, D3, etc) the device
[   15.042348] pciback 0000:0b:00.0: pci_dev_reset_xen probe:0 
[   15.048060] pciback 0000:0b:00.0: pci_pm_reset: probe:0 dev->current_state:0
[   15.053842] pciback 0000:0b:00.0: pci_dev_reset_slot_function probe: 0 
[   15.059599] pciback 0000:0b:00.0: pci_parent_bus_reset
[   15.065262] pcieport 0000:00:09.0: pci_reset_secondary_bus
[   16.078804] pcieport 0000:00:09.0: pci_reset_secondary_bus done.
[   16.084463] pciback 0000:0b:00.0: pci_parent_bus_reset done.
[   16.090167] pciback 0000:0b:00.0: pci_dev_reset_xen done rc:0.
[   16.095894] pciback 0000:0b:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x10a)
[   16.101716] pciback 0000:0b:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xfe5fe004)
[   16.107492] pciback 0000:0b:00.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[   16.113154] pciback 0000:0b:00.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100102)
[   16.118855] pciback 0000:0b:00.0: reset device
[   16.124382]       0000:0b:00[A] -> [48]
[   16.129789]   pci_irq-0331 pci_irq_lookup        : Found 0000:0b:00.0[A] _PRT entry
[   16.135371] pciback 0000:0e:00.1: initializing...
[   16.140911] pciback 0000:0e:00.1: initializing config
[   16.146421] pciback 0000:0e:00.1: enabling device
[   16.151938]       0000:0e:00[B] -> [29]
[   16.157348]   pci_irq-0331 pci_irq_lookup        : Found 0000:0e:00.1[B] _PRT entry
[   16.162916] xen: registering gsi 29 triggering 0 polarity 1
[   16.168552] xen: --> pirq=29 -> irq=29 (gsi=29)
[   16.174147] pciback 0000:0e:00.1: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 29 (level, low) -> IRQ/rc 29
[   16.179917] pciback 0000:0e:00.1: save state of device
[   16.185636] pciback 0000:0e:00.1: resetting (FLR, D3, etc) the device
[   16.191362] pciback 0000:0e:00.1: pci_dev_reset_xen probe:0 
[   16.197119] pciback 0000:0e:00.1: pci_pm_reset: probe:0 dev->current_state:0
[   16.228814] pciback 0000:0e:00.1: pci_pm_reset: done state: dev->current_state:0
[   16.234578] pciback 0000:0e:00.1: pci_dev_reset_xen  pci_pm_reset  succeeded rc:0
[   16.240297] pciback 0000:0e:00.1: pci_dev_reset_xen done rc:0.
[   16.245983] pciback 0000:0e:00.1: reset device
[   16.251513]       0000:0e:00[B] -> [29]
[   16.256944]   pci_irq-0331 pci_irq_lookup        : Found 0000:0e:00.1[B] _PRT entry
[   16.262496] pciback 0000:0e:00.0: initializing...
[   16.268030] pciback 0000:0e:00.0: initializing config
[   16.273570] pciback 0000:0e:00.0: enabling device
[   16.279005] pciback 0000:0e:00.0: enabling device (0000 -> 0003)
[   16.284467]       0000:0e:00[A] -> [28]
[   16.289883]   pci_irq-0331 pci_irq_lookup        : Found 0000:0e:00.0[A] _PRT entry
[   16.295474] xen: registering gsi 28 triggering 0 polarity 1
[   16.301064] xen: --> pirq=28 -> irq=28 (gsi=28)
[   16.306684] pciback 0000:0e:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 28 (level, low) -> IRQ/rc 28
[   16.312451] pciback 0000:0e:00.0: save state of device
[   16.318233] pciback 0000:0e:00.0: resetting (FLR, D3, etc) the device
[   16.324023] pciback 0000:0e:00.0: pci_dev_reset_xen probe:0 
[   16.329797] pciback 0000:0e:00.0: pci_pm_reset: probe:0 dev->current_state:0
[   16.362148] pciback 0000:0e:00.0: pci_pm_reset: done state: dev->current_state:0
[   16.367956] pciback 0000:0e:00.0: pci_dev_reset_xen  pci_pm_reset  succeeded rc:0
[   16.373712] pciback 0000:0e:00.0: pci_dev_reset_xen done rc:0.
[   16.379375] pciback 0000:0e:00.0: reset device
[   16.385064]       0000:0e:00[A] -> [28]
[   16.390697]   pci_irq-0331 pci_irq_lookup        : Found 0000:0e:00.0[A] _PRT entry
[   16.396735] xen_pciback: backend is vpci
[   16.402931] xen_acpi_processor: Uploading Xen processor PM info
[   16.410108] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[   16.417183] hpet_acpi_add: no address or irqs in _CRS
[   16.423118] Linux agpgart interface v0.103
[   16.429310] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[   16.435087] [drm] Initialized drm 1.1.0 20060810
[   16.440863] [drm] VGACON disable radeon kernel modesetting.
[   16.446601] [drm:radeon_init] *ERROR* No UMS support in radeon module!
[   16.456607] brd: module loaded
[   16.471246] loop: module loaded
[   16.477356] ahci 0000:00:11.0: version 3.0
[   16.483353]       0000:00:11[A] -> [19]
[   16.489085]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:11.0[A] _PRT entry
[   16.494980] xen: registering gsi 19 triggering 0 polarity 1
[   16.500855] xen: --> pirq=19 -> irq=19 (gsi=19)
[   16.506772] ahci 0000:00:11.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 19 (level, low) -> IRQ/rc 19
[   16.512995] ahci 0000:00:11.0: ?!??!? pci_intx: enable:0
[   16.519038] ahci 0000:00:11.0: ?!??!? pci_intx: enable:0 new != pci_command
[   16.525218] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[   16.531300] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[   16.540356] scsi host0: ahci
[   16.546816] scsi host1: ahci
[   16.553188] scsi host2: ahci
[   16.559521] scsi host3: ahci
[   16.565844] scsi host4: ahci
[   16.571984] scsi host5: ahci
[   16.577713] ata1: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff100 irq 114
[   16.583507] ata2: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff180 irq 115
[   16.589107] ata3: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff200 irq 116
[   16.594592] ata4: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff280 irq 117
[   16.600032] ata5: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff300 irq 118
[   16.605390] ata6: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff380 irq 119
[   16.610843] tun: Universal TUN/TAP device driver, 1.6
[   16.616131] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   16.621586] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[   16.627020] e1000: Copyright (c) 1999-2006 Intel Corporation.
[   16.632513] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[   16.637991] e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
[   16.643516] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.2.13-k
[   16.648973] igb: Copyright (c) 2007-2014 Intel Corporation.
[   16.654559] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
[   16.660242] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[   16.666069] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   16.671885]       0000:0d:00[A] -> [46]
[   16.677568]   pci_irq-0331 pci_irq_lookup        : Found 0000:0d:00.0[A] _PRT entry
[   16.683330] xen: registering gsi 46 triggering 0 polarity 1
[   16.689102] xen: --> pirq=46 -> irq=46 (gsi=46)
[   16.694738] r8169 0000:0d:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 46 (level, low) -> IRQ/rc 46
[   16.700551] r8169 0000:0d:00.0: enabling Mem-Wr-Inval
[   16.706479] r8169 0000:0d:00.0: ?!??!? pci_intx: enable:0
[   16.712209] r8169 0000:0d:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[   16.718295] r8169 0000:0d:00.0 eth0: RTL8168d/8111d at 0xffffc90000362000, 40:61:86:f4:67:d9, XID 081000c0 IRQ 122
[   16.724228] r8169 0000:0d:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   16.730222] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   16.736226]       0000:0c:00[A] -> [51]
[   16.742169]   pci_irq-0331 pci_irq_lookup        : Found 0000:0c:00.0[A] _PRT entry
[   16.748249] xen: registering gsi 51 triggering 0 polarity 1
[   16.754291] xen: --> pirq=51 -> irq=51 (gsi=51)
[   16.760272] r8169 0000:0c:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 51 (level, low) -> IRQ/rc 51
[   16.766459] r8169 0000:0c:00.0: enabling Mem-Wr-Inval
[   16.772706] r8169 0000:0c:00.0: ?!??!? pci_intx: enable:0
[   16.778732] r8169 0000:0c:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[   16.785034] r8169 0000:0c:00.0 eth1: RTL8168d/8111d at 0xffffc90000364000, 40:61:86:f4:67:d8, XID 081000c0 IRQ 123
[   16.791161] r8169 0000:0c:00.0 eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   16.797273] xen_netfront: Initialising Xen virtual ethernet driver
[   16.803732] VFIO - User Level meta-driver version: 0.3
[   16.811392] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   16.817525] ehci-pci: EHCI PCI platform driver
[   16.823981]       0000:00:12[B] -> [17]
[   16.830089]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:12.2[B] _PRT entry
[   16.836367] xen: registering gsi 17 triggering 0 polarity 1
[   16.842622] Already setup the GSI :17
[   16.848758] ehci-pci 0000:00:12.2: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 17 (level, low) -> IRQ/rc 17
[   16.855192] QUIRK: Enable AMD PLL fix
[   16.861509] ehci-pci 0000:00:12.2: enabling bus mastering
[   16.867842] ehci-pci 0000:00:12.2: EHCI Host Controller
[   16.874486] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[   16.880878] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   16.887246] ehci-pci 0000:00:12.2: debug port 1
[   16.893657] ehci-pci 0000:00:12.2: enabling Mem-Wr-Inval
[   16.900071] ehci-pci 0000:00:12.2: irq 17, io mem 0xfdbff400
[   16.915544] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[   16.922227] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   16.928764] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.928817] ata2: SATA link down (SStatus 0 SControl 300)
[   16.928932] ata4: SATA link down (SStatus 0 SControl 300)
[   16.928984] ata6: SATA link down (SStatus 0 SControl 300)
[   16.929036] ata5: SATA link down (SStatus 0 SControl 300)
[   16.961712] usb usb1: Product: EHCI Host Controller
[   16.968326] usb usb1: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ ehci_hcd
[   16.975156] usb usb1: SerialNumber: 0000:00:12.2
[   16.982566] hub 1-0:1.0: USB hub found
[   16.989271] hub 1-0:1.0: 5 ports detected
[   16.996663]       0000:00:13[B] -> [17]
[   17.003192]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:13.2[B] _PRT entry
[   17.009839] xen: registering gsi 17 triggering 0 polarity 1
[   17.016472] Already setup the GSI :17
[   17.023056] ehci-pci 0000:00:13.2: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 17 (level, low) -> IRQ/rc 17
[   17.029829] ehci-pci 0000:00:13.2: enabling bus mastering
[   17.036525] ehci-pci 0000:00:13.2: EHCI Host Controller
[   17.043252] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[   17.049848] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   17.056535] ehci-pci 0000:00:13.2: debug port 1
[   17.063197] ehci-pci 0000:00:13.2: enabling Mem-Wr-Inval
[   17.069827] ehci-pci 0000:00:13.2: irq 17, io mem 0xfdbff800
[   17.085522] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[   17.091929] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   17.095451] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   17.097077] ata3.00: ATA-8: Hitachi HDS722020ALA330, JKAOA20N, max UDMA/133
[   17.097078] ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[   17.098814] ata3.00: configured for UDMA/133
[   17.102073] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   17.104093] ata1.00: ATA-8: HGST HDN724040ALE640, MJAOA5E0, max UDMA/133
[   17.104095] ata1.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[   17.106218] ata1.00: configured for UDMA/133
[   17.106850] scsi 0:0:0:0: Direct-Access     ATA      HGST HDN724040AL A5E0 PQ: 0 ANSI: 5
[   17.107968] sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[   17.107970] sd 0:0:0:0: [sda] 4096-byte physical blocks
[   17.108034] sd 0:0:0:0: [sda] Write Protect is off
[   17.108035] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   17.108062] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   17.108375] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   17.109267] scsi 2:0:0:0: Direct-Access     ATA      Hitachi HDS72202 A20N PQ: 0 ANSI: 5
[   17.109853] sd 2:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   17.109928] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   17.110090] sd 2:0:0:0: [sdb] Write Protect is off
[   17.110092] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   17.110175] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   17.118024]  sdb: sdb1
[   17.119137] sd 2:0:0:0: [sdb] Attached SCSI disk
[   17.129002] random: nonblocking pool is initialized
[   17.158977]  sda: sda1 sda2 sda3 sda4
[   17.159970] sd 0:0:0:0: [sda] Attached SCSI disk
[   17.261783] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   17.267907] usb usb2: Product: EHCI Host Controller
[   17.273972] usb usb2: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ ehci_hcd
[   17.280136] usb usb2: SerialNumber: 0000:00:13.2
[   17.286604] hub 2-0:1.0: USB hub found
[   17.292758] hub 2-0:1.0: 5 ports detected
[   17.299343]       0000:00:16[B] -> [17]
[   17.305561]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:16.2[B] _PRT entry
[   17.311740] xen: registering gsi 17 triggering 0 polarity 1
[   17.317957] Already setup the GSI :17
[   17.324119] ehci-pci 0000:00:16.2: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 17 (level, low) -> IRQ/rc 17
[   17.330615] ehci-pci 0000:00:16.2: enabling bus mastering
[   17.337103] ehci-pci 0000:00:16.2: EHCI Host Controller
[   17.343833] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
[   17.350379] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   17.356966] ehci-pci 0000:00:16.2: debug port 1
[   17.363628] ehci-pci 0000:00:16.2: enabling Mem-Wr-Inval
[   17.370105] ehci-pci 0000:00:16.2: irq 17, io mem 0xfdbffc00
[   17.385536] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[   17.392107] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[   17.398591] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   17.405124] usb usb3: Product: EHCI Host Controller
[   17.411534] usb usb3: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ ehci_hcd
[   17.417997] usb usb3: SerialNumber: 0000:00:16.2
[   17.424784] hub 3-0:1.0: USB hub found
[   17.431133] hub 3-0:1.0: 4 ports detected
[   17.437764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   17.444123] ohci-pci: OHCI PCI platform driver
[   17.450587]       0000:00:12[A] -> [18]
[   17.456852]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:12.0[A] _PRT entry
[   17.463297] xen: registering gsi 18 triggering 0 polarity 1
[   17.469762] Already setup the GSI :18
[   17.476148] ohci-pci 0000:00:12.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 18 (level, low) -> IRQ/rc 18
[   17.482758] ohci-pci 0000:00:12.0: enabling bus mastering
[   17.489288] ohci-pci 0000:00:12.0: OHCI PCI host controller
[   17.495858] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 4
[   17.502480] ohci-pci 0000:00:12.0: irq 18, io mem 0xfdbf7000
[   17.566583] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   17.574789] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   17.582394] usb usb4: Product: OHCI PCI host controller
[   17.588790] usb usb4: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ ohci_hcd
[   17.595254] usb usb4: SerialNumber: 0000:00:12.0
[   17.601971] hub 4-0:1.0: USB hub found
[   17.608347] hub 4-0:1.0: 5 ports detected
[   17.615189]       0000:00:13[A] -> [18]
[   17.621532]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:13.0[A] _PRT entry
[   17.627954] xen: registering gsi 18 triggering 0 polarity 1
[   17.634321] Already setup the GSI :18
[   17.640617] ohci-pci 0000:00:13.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 18 (level, low) -> IRQ/rc 18
[   17.647153] ohci-pci 0000:00:13.0: enabling bus mastering
[   17.653533] ohci-pci 0000:00:13.0: OHCI PCI host controller
[   17.660085] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
[   17.666676] ohci-pci 0000:00:13.0: irq 18, io mem 0xfdbfc000
[   17.729744] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   17.737825] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   17.745920] usb usb5: Product: OHCI PCI host controller
[   17.753980] usb usb5: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ ohci_hcd
[   17.761803] usb usb5: SerialNumber: 0000:00:13.0
[   17.768613] hub 5-0:1.0: USB hub found
[   17.775047] hub 5-0:1.0: 5 ports detected
[   17.781857]       0000:00:14[C] -> [18]
[   17.788100]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:14.5[C] _PRT entry
[   17.794437] xen: registering gsi 18 triggering 0 polarity 1
[   17.800793] Already setup the GSI :18
[   17.807152] ohci-pci 0000:00:14.5: ?!?!? acpi_pci_irq_enable: PCI INT C -> GSI 18 (level, low) -> IRQ/rc 18
[   17.813811] ohci-pci 0000:00:14.5: enabling bus mastering
[   17.820387] ohci-pci 0000:00:14.5: OHCI PCI host controller
[   17.827009] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 6
[   17.833572] ohci-pci 0000:00:14.5: irq 18, io mem 0xfdbfd000
[   17.896467] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[   17.904537] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   17.912652] usb usb6: Product: OHCI PCI host controller
[   17.920654] usb usb6: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ ohci_hcd
[   17.927126] usb usb6: SerialNumber: 0000:00:14.5
[   17.933845] hub 6-0:1.0: USB hub found
[   17.940281] hub 6-0:1.0: 2 ports detected
[   17.942070] usb 4-5: new full-speed USB device number 2 using ohci-pci
[   17.953551]       0000:00:16[A] -> [18]
[   17.959972]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:16.0[A] _PRT entry
[   17.966539] xen: registering gsi 18 triggering 0 polarity 1
[   17.973054] Already setup the GSI :18
[   17.979485] ohci-pci 0000:00:16.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 18 (level, low) -> IRQ/rc 18
[   17.986169] ohci-pci 0000:00:16.0: enabling bus mastering
[   17.992756] ohci-pci 0000:00:16.0: OHCI PCI host controller
[   17.999527] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 7
[   18.006311] ohci-pci 0000:00:16.0: irq 18, io mem 0xfdbfe000
[   18.069775] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[   18.078205] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   18.086595] usb usb7: Product: OHCI PCI host controller
[   18.094884] usb usb7: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ ohci_hcd
[   18.102696] usb usb7: SerialNumber: 0000:00:16.0
[   18.109547] hub 7-0:1.0: USB hub found
[   18.116062] hub 7-0:1.0: 4 ports detected
[   18.122836] uhci_hcd: USB Universal Host Controller Interface driver
[   18.129561] usbcore: registered new interface driver usblp
[   18.136169] usbcore: registered new interface driver usb-storage
[   18.142719] usbcore: registered new interface driver usbserial
[   18.149128] usbcore: registered new interface driver cp210x
[   18.155523] usbserial: USB Serial support registered for cp210x
[   18.161830] usbcore: registered new interface driver cypress_m8
[   18.168105] usbserial: USB Serial support registered for DeLorme Earthmate USB
[   18.174461] usbserial: USB Serial support registered for HID->COM RS232 Adapter
[   18.180824] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
[   18.187166] usbcore: registered new interface driver mos7720
[   18.193449] usbserial: USB Serial support registered for Moschip 2 port adapter
[   18.199759] usbcore: registered new interface driver mos7840
[   18.206073] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
[   18.212466] i8042: PNP: No PS/2 controller found. Probing ports directly.
[   18.219622] serio: i8042 KBD port at 0x60,0x64 irq 1
[   18.226125] serio: i8042 AUX port at 0x60,0x64 irq 12
[   18.233066] mousedev: PS/2 mouse device common for all mice
[   18.240361] rtc_cmos 00:02: RTC can wake from S4
[   18.246921] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[   18.253268] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[   18.259796] ACPI Warning: SystemIO range 0x0000000000000b00-0x0000000000000b07 conflicts with OpRegion 0x0000000000000b00-0x0000000000000b0f (\SOR1) (20140724/utaddress-258)
[   18.272829] ACPI: This conflict may cause random problems and system instability
[   18.279485] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   18.286431] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   18.293682] ACPI Warning: SystemIO range 0x0000000000000b20-0x0000000000000b27 conflicts with OpRegion 0x0000000000000b20-0x0000000000000b2f (\SOR2) (20140724/utaddress-258)
[   18.308482] ACPI: This conflict may cause random problems and system instability
[   18.315964] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   18.323616] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   18.331437] lirc_dev: IR Remote Control driver registered, major 247 
[   18.338958] IR NEC protocol handler initialized
[   18.346474] IR RC5(x/sz) protocol handler initialized
[   18.353944] IR RC6 protocol handler initialized
[   18.361408] IR JVC protocol handler initialized
[   18.368692] IR Sony protocol handler initialized
[   18.375979] IR SANYO protocol handler initialized
[   18.383254] IR Sharp protocol handler initialized
[   18.390361] IR MCE Keyboard/mouse protocol handler initialized
[   18.397493] IR LIRC bridge handler initialized
[   18.404864] IR XMP protocol handler initialized
[   18.404868] usb 4-5: New USB device found, idVendor=0a12, idProduct=0001
[   18.404870] usb 4-5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[   18.404871] usb 4-5: Product: EDRClassone
[   18.433970] cx25821: driver version 0.0.106 loaded
[   18.441432] usbcore: registered new interface driver pvrusb2
[   18.448459] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner
[   18.455508] pvrusb2: Debug mask is 31 (0x1f)
[   18.462743] f71805f: Unsupported Fintek device, skipping
[   18.469946] f71882fg: Found f71889ed chip at 0x600, revision 16
[   18.477112] ACPI Warning: SystemIO range 0x0000000000000600-0x0000000000000607 conflicts with OpRegion 0x0000000000000605-0x0000000000000606 (\HMOR) (20140724/utaddress-258)
[   18.492024] ACPI: This conflict may cause random problems and system instability
[   18.499573] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   18.507457] f71882fg f71882fg.1536: Fan: 1 is in duty-cycle mode
[   18.515153] f71882fg f71882fg.1536: Fan: 2 is in duty-cycle mode
[   18.522817] f71882fg f71882fg.1536: Fan: 3 is in duty-cycle mode
[   18.662731] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[   18.672552] sp5100_tco: PCI Revision ID: 0x41
[   18.681805] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
[   18.689417] sp5100_tco: Last reboot was not triggered by watchdog.
[   18.697215] sp5100_tco: initialized (0xffffc9001053cb00). heartbeat=60 sec (nowayout=0)
[   18.705096] xen_wdt: Xen WatchDog Timer Driver v0.01
[   18.712939] xen_wdt: cannot register miscdev on minor=130 (-16)
[   18.720820] wdt: probe of wdt failed with error -16
[   18.729388] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[   18.737785] device-mapper: cache-policy-mq: version 1.2.0 loaded
[   18.745743] device-mapper: cache cleaner: version 1.0.0 loaded
[   18.753611] Bluetooth: Virtual HCI driver ver 1.5
[   18.761568] Bluetooth: HCI UART driver ver 2.2
[   18.769334] Bluetooth: HCI H4 protocol initialized
[   18.776972] Bluetooth: HCI BCSP protocol initialized
[   18.784520] Bluetooth: HCILL protocol initialized
[   18.791981] Bluetooth: HCIATH3K protocol initialized
[   18.799501] Bluetooth: HCI Three-wire UART (H5) protocol initialized
[   18.807094] usbcore: registered new interface driver bcm203x
[   18.814699] usbcore: registered new interface driver bpa10x
[   18.822263] usbcore: registered new interface driver bfusb
[   18.835636] usbcore: registered new interface driver btusb
[   18.842848] usbcore: registered new interface driver ath3k
[   18.850330] hidraw: raw HID events driver (C) Jiri Kosina
[   18.857445] usbcore: registered new interface driver usbhid
[   18.864190] usbhid: USB HID core driver
[   18.870901] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[   18.877395] AMD IOMMUv2 functionality not available on this system
[   18.884305]       0000:00:14[A] -> [16]
[   18.890516]   pci_irq-0331 pci_irq_lookup        : Found 0000:00:14.2[A] _PRT entry
[   18.896721] xen: registering gsi 16 triggering 0 polarity 1
[   18.902851] Already setup the GSI :16
[   18.908872] snd_hda_intel 0000:00:14.2: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 16 (level, low) -> IRQ/rc 16
[   18.915223] snd_hda_intel 0000:00:14.2: ?!??!? pci_intx: enable:1
[   18.921575]       0000:0f:00[B] -> [25]
[   18.927881]   pci_irq-0331 pci_irq_lookup        : Found 0000:0f:00.1[B] _PRT entry
[   18.934421] xen: registering gsi 25 triggering 0 polarity 1
[   18.941054] xen: --> pirq=25 -> irq=25 (gsi=25)
[   18.947591] snd_hda_intel 0000:0f:00.1: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 25 (level, low) -> IRQ/rc 25
[   18.954786] snd_hda_intel 0000:0f:00.1: ?!??!? pci_intx: enable:0
[   18.961605] snd_hda_intel 0000:0f:00.1: ?!??!? pci_intx: enable:0 new != pci_command
[   18.961882] Netfilter messages via NETLINK v0.30.
[   18.961889] nfnl_acct: registering with nfnetlink.
[   18.961949] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   18.962279] ctnetlink v0.93: registering with nfnetlink.
[   18.962646] xt_time: kernel timezone is -0000
[   18.962672] ip_set: protocol 6
[   18.962713] IPVS: Registered protocols ()
[   18.962834] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[   18.962897] IPVS: Creating netns size=1832 id=0
[   19.030353] snd_hda_intel 0000:0f:00.1: ?!??!? pci_intx: enable:0
[   19.037965] IPVS: ipvs loaded.
[   19.040108] sound hdaudioC0D2: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[   19.040110] sound hdaudioC0D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   19.040112] sound hdaudioC0D2:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   19.040113] sound hdaudioC0D2:    mono: mono_out=0x0
[   19.040114] sound hdaudioC0D2:    dig-out=0x11/0x1e
[   19.040115] sound hdaudioC0D2:    inputs:
[   19.040116] sound hdaudioC0D2:      Front Mic=0x19
[   19.040117] sound hdaudioC0D2:      Rear Mic=0x18
[   19.040118] sound hdaudioC0D2:      Line=0x1a
[   19.098326] ip_tables: (C) 2000-2006 Netfilter Core Team
[   19.104137] TCP: cubic registered
[   19.110219] NET: Registered protocol family 10
[   19.116626] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   19.122776] sit: IPv6 over IPv4 tunneling driver
[   19.128691] NET: Registered protocol family 17
[   19.134910] Bridge firewalling registered
[   19.140379] Ebtables v2.0 registered
[   19.145931] Bluetooth: RFCOMM TTY layer initialized
[   19.151346] Bluetooth: RFCOMM socket layer initialized
[   19.156785] Bluetooth: RFCOMM ver 1.11
[   19.162193] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   19.167646] Bluetooth: BNEP filters: protocol multicast
[   19.173081] Bluetooth: BNEP socket layer initialized
[   19.178510] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   19.183976] Bluetooth: HIDP socket layer initialized
[   19.189360] Key type ceph registered
[   19.194934] libceph: loaded (mon/osd proto 15/24)
[   19.201691] registered taskstats version 1
[   19.208727] Btrfs loaded
[   19.214494] pci 0000:00:00.0: __pci_dev_reset probe:1 
[   19.220127] pci 0000:00:00.0: pci_pm_reset: probe:1 dev->current_state:5
[   19.225787] pci 0000:00:00.0: pci_dev_reset_slot_function probe: 1 
[   19.231400] pci 0000:00:00.0: pci_parent_bus_reset
[   19.236939] pci 0000:00:00.0: __pci_dev_reset done rc:-25.
[   19.242481] pci 0000:00:00.2: __pci_dev_reset probe:1 
[   19.247915] pci 0000:00:00.2: pci_pm_reset: probe:1 dev->current_state:5
[   19.253344] pci 0000:00:00.2: pci_dev_reset_slot_function probe: 1 
[   19.258703] pci 0000:00:00.2: pci_parent_bus_reset
[   19.264011] pci 0000:00:00.2: __pci_dev_reset done rc:-25.
[   19.269221] pcieport 0000:00:02.0: __pci_dev_reset probe:1 
[   19.274394] pcieport 0000:00:02.0: pci_pm_reset: probe:1 dev->current_state:0
[   19.279592] pcieport 0000:00:02.0: pci_pm_reset: probe ok
[   19.284671] pcieport 0000:00:02.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.289739] pcieport 0000:00:02.0: __pci_dev_reset done rc:0.
[   19.294752] pcieport 0000:00:03.0: __pci_dev_reset probe:1 
[   19.299606] pcieport 0000:00:03.0: pci_pm_reset: probe:1 dev->current_state:0
[   19.304493] pcieport 0000:00:03.0: pci_pm_reset: probe ok
[   19.309314] pcieport 0000:00:03.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.314132] pcieport 0000:00:03.0: __pci_dev_reset done rc:0.
[   19.318920] pcieport 0000:00:05.0: __pci_dev_reset probe:1 
[   19.323637] pcieport 0000:00:05.0: pci_pm_reset: probe:1 dev->current_state:0
[   19.328350] pcieport 0000:00:05.0: pci_pm_reset: probe ok
[   19.332990] pcieport 0000:00:05.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.337703] pcieport 0000:00:05.0: __pci_dev_reset done rc:0.
[   19.342400] pcieport 0000:00:06.0: __pci_dev_reset probe:1 
[   19.346994] pcieport 0000:00:06.0: pci_pm_reset: probe:1 dev->current_state:0
[   19.351586] pcieport 0000:00:06.0: pci_pm_reset: probe ok
[   19.356086] pcieport 0000:00:06.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.360612] pcieport 0000:00:06.0: __pci_dev_reset done rc:0.
[   19.365003] pcieport 0000:00:09.0: __pci_dev_reset probe:1 
[   19.369310] pcieport 0000:00:09.0: pci_pm_reset: probe:1 dev->current_state:0
[   19.373692] pcieport 0000:00:09.0: pci_pm_reset: probe ok
[   19.378023] pcieport 0000:00:09.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.382475] pcieport 0000:00:09.0: __pci_dev_reset done rc:0.
[   19.386906] pcieport 0000:00:0a.0: __pci_dev_reset probe:1 
[   19.391336] pcieport 0000:00:0a.0: pci_pm_reset: probe:1 dev->current_state:0
[   19.395880] pcieport 0000:00:0a.0: pci_pm_reset: probe ok
[   19.400388] pcieport 0000:00:0a.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.404942] pcieport 0000:00:0a.0: __pci_dev_reset done rc:0.
[   19.409429] pcieport 0000:00:0b.0: __pci_dev_reset probe:1 
[   19.413879] pcieport 0000:00:0b.0: pci_pm_reset: probe:1 dev->current_state:0
[   19.418354] pcieport 0000:00:0b.0: pci_pm_reset: probe ok
[   19.422752] pcieport 0000:00:0b.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.427239] pcieport 0000:00:0b.0: __pci_dev_reset done rc:0.
[   19.431647] pcieport 0000:00:0c.0: __pci_dev_reset probe:1 
[   19.436023] pcieport 0000:00:0c.0: pci_pm_reset: probe:1 dev->current_state:0
[   19.440436] pcieport 0000:00:0c.0: pci_pm_reset: probe ok
[   19.444804] pcieport 0000:00:0c.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.449254] pcieport 0000:00:0c.0: __pci_dev_reset done rc:0.
[   19.453661] pcieport 0000:00:0d.0: __pci_dev_reset probe:1 
[   19.458040] pcieport 0000:00:0d.0: pci_pm_reset: probe:1 dev->current_state:0
[   19.462484] pcieport 0000:00:0d.0: pci_pm_reset: probe ok
[   19.466856] pcieport 0000:00:0d.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.471299] pcieport 0000:00:0d.0: __pci_dev_reset done rc:0.
[   19.475713] ahci 0000:00:11.0: __pci_dev_reset probe:1 
[   19.480133] ahci 0000:00:11.0: __pci_dev_reset  pci_af_flr  succeeded rc:0
[   19.484541] ahci 0000:00:11.0: __pci_dev_reset done rc:0.
[   19.488914] ohci-pci 0000:00:12.0: __pci_dev_reset probe:1 
[   19.493279] ohci-pci 0000:00:12.0: pci_pm_reset: probe:1 dev->current_state:0
[   19.497675] ohci-pci 0000:00:12.0: pci_dev_reset_slot_function probe: 1 
[   19.502093] ohci-pci 0000:00:12.0: pci_parent_bus_reset
[   19.506443] ohci-pci 0000:00:12.0: __pci_dev_reset done rc:-25.
[   19.510818] ehci-pci 0000:00:12.2: __pci_dev_reset probe:1 
[   19.515190] ehci-pci 0000:00:12.2: pci_pm_reset: probe:1 dev->current_state:0
[   19.519588] ehci-pci 0000:00:12.2: pci_pm_reset: probe ok
[   19.523940] ehci-pci 0000:00:12.2: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.528343] ehci-pci 0000:00:12.2: __pci_dev_reset done rc:0.
[   19.532721] ohci-pci 0000:00:13.0: __pci_dev_reset probe:1 
[   19.537045] ohci-pci 0000:00:13.0: pci_pm_reset: probe:1 dev->current_state:0
[   19.541411] ohci-pci 0000:00:13.0: pci_dev_reset_slot_function probe: 1 
[   19.545776] ohci-pci 0000:00:13.0: pci_parent_bus_reset
[   19.550077] ohci-pci 0000:00:13.0: __pci_dev_reset done rc:-25.
[   19.554406] ehci-pci 0000:00:13.2: __pci_dev_reset probe:1 
[   19.558734] ehci-pci 0000:00:13.2: pci_pm_reset: probe:1 dev->current_state:0
[   19.563113] ehci-pci 0000:00:13.2: pci_pm_reset: probe ok
[   19.567423] ehci-pci 0000:00:13.2: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.571779] ehci-pci 0000:00:13.2: __pci_dev_reset done rc:0.
[   19.576105] piix4_smbus 0000:00:14.0: __pci_dev_reset probe:1 
[   19.580496] piix4_smbus 0000:00:14.0: pci_pm_reset: probe:1 dev->current_state:5
[   19.584922] piix4_smbus 0000:00:14.0: pci_dev_reset_slot_function probe: 1 
[   19.589364] piix4_smbus 0000:00:14.0: pci_parent_bus_reset
[   19.593745] piix4_smbus 0000:00:14.0: __pci_dev_reset done rc:-25.
[   19.598156] snd_hda_intel 0000:00:14.2: __pci_dev_reset probe:1 
[   19.602638] snd_hda_intel 0000:00:14.2: pci_pm_reset: probe:1 dev->current_state:0
[   19.607157] snd_hda_intel 0000:00:14.2: pci_pm_reset: probe ok
[   19.611629] snd_hda_intel 0000:00:14.2: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.616156] snd_hda_intel 0000:00:14.2: __pci_dev_reset done rc:0.
[   19.620651] pci 0000:00:14.3: __pci_dev_reset probe:1 
[   19.625197] pci 0000:00:14.3: pci_pm_reset: probe:1 dev->current_state:5
[   19.629778] pci 0000:00:14.3: pci_dev_reset_slot_function probe: 1 
[   19.634373] pci 0000:00:14.3: pci_parent_bus_reset
[   19.638908] pci 0000:00:14.3: __pci_dev_reset done rc:-25.
[   19.643467] pci 0000:00:14.4: __pci_dev_reset probe:1 
[   19.648018] pci 0000:00:14.4: pci_pm_reset: probe:1 dev->current_state:0
[   19.652602] pci 0000:00:14.4: pci_dev_reset_slot_function probe: 1 
[   19.657206] pci 0000:00:14.4: pci_parent_bus_reset
[   19.661744] pci 0000:00:14.4: __pci_dev_reset done rc:-25.
[   19.666313] ohci-pci 0000:00:14.5: __pci_dev_reset probe:1 
[   19.670937] ohci-pci 0000:00:14.5: pci_pm_reset: probe:1 dev->current_state:0
[   19.675599] ohci-pci 0000:00:14.5: pci_dev_reset_slot_function probe: 1 
[   19.680279] ohci-pci 0000:00:14.5: pci_parent_bus_reset
[   19.684896] ohci-pci 0000:00:14.5: __pci_dev_reset done rc:-25.
[   19.689537] pcieport 0000:00:15.0: __pci_dev_reset probe:1 
[   19.694203] pcieport 0000:00:15.0: pci_pm_reset: probe:1 dev->current_state:0
[   19.698914] pcieport 0000:00:15.0: pci_pm_reset: probe ok
[   19.703556] pcieport 0000:00:15.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.708250] pcieport 0000:00:15.0: __pci_dev_reset done rc:0.
[   19.712919] ohci-pci 0000:00:16.0: __pci_dev_reset probe:1 
[   19.717588] ohci-pci 0000:00:16.0: pci_pm_reset: probe:1 dev->current_state:0
[   19.722315] ohci-pci 0000:00:16.0: pci_dev_reset_slot_function probe: 1 
[   19.727035] ohci-pci 0000:00:16.0: pci_parent_bus_reset
[   19.731692] ohci-pci 0000:00:16.0: __pci_dev_reset done rc:-25.
[   19.736379] ehci-pci 0000:00:16.2: __pci_dev_reset probe:1 
[   19.741020] ehci-pci 0000:00:16.2: pci_pm_reset: probe:1 dev->current_state:0
[   19.745706] ehci-pci 0000:00:16.2: pci_pm_reset: probe ok
[   19.750360] ehci-pci 0000:00:16.2: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.755060] ehci-pci 0000:00:16.2: __pci_dev_reset done rc:0.
[   19.759692] pci 0000:00:18.0: __pci_dev_reset probe:1 
[   19.764320] pci 0000:00:18.0: pci_pm_reset: probe:1 dev->current_state:5
[   19.769004] pci 0000:00:18.0: pci_dev_reset_slot_function probe: 1 
[   19.773699] pci 0000:00:18.0: pci_parent_bus_reset
[   19.778391] pci 0000:00:18.0: __pci_dev_reset done rc:-25.
[   19.783072] pci 0000:00:18.1: __pci_dev_reset probe:1 
[   19.787722] pci 0000:00:18.1: pci_pm_reset: probe:1 dev->current_state:5
[   19.792403] pci 0000:00:18.1: pci_dev_reset_slot_function probe: 1 
[   19.797099] pci 0000:00:18.1: pci_parent_bus_reset
[   19.801791] pci 0000:00:18.1: __pci_dev_reset done rc:-25.
[   19.806474] pci 0000:00:18.2: __pci_dev_reset probe:1 
[   19.811097] pci 0000:00:18.2: pci_pm_reset: probe:1 dev->current_state:5
[   19.815783] pci 0000:00:18.2: pci_dev_reset_slot_function probe: 1 
[   19.820478] pci 0000:00:18.2: pci_parent_bus_reset
[   19.825172] pci 0000:00:18.2: __pci_dev_reset done rc:-25.
[   19.829852] k10temp 0000:00:18.3: __pci_dev_reset probe:1 
[   19.834564] k10temp 0000:00:18.3: pci_pm_reset: probe:1 dev->current_state:5
[   19.839313] k10temp 0000:00:18.3: pci_dev_reset_slot_function probe: 1 
[   19.844069] k10temp 0000:00:18.3: pci_parent_bus_reset
[   19.848763] k10temp 0000:00:18.3: __pci_dev_reset done rc:-25.
[   19.853438] pci 0000:00:18.4: __pci_dev_reset probe:1 
[   19.858116] pci 0000:00:18.4: pci_pm_reset: probe:1 dev->current_state:5
[   19.862852] pci 0000:00:18.4: pci_dev_reset_slot_function probe: 1 
[   19.867599] pci 0000:00:18.4: pci_parent_bus_reset
[   19.872271] pci 0000:00:18.4: __pci_dev_reset done rc:-25.
[   19.876938] pci 0000:0f:00.0: __pci_dev_reset probe:1 
[   19.881584] pci 0000:0f:00.0: pci_pm_reset: probe:1 dev->current_state:5
[   19.886256] pci 0000:0f:00.0: pci_pm_reset: probe ok
[   19.890876] pci 0000:0f:00.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.895525] pci 0000:0f:00.0: __pci_dev_reset done rc:0.
[   19.900109] snd_hda_intel 0000:0f:00.1: __pci_dev_reset probe:1 
[   19.904747] snd_hda_intel 0000:0f:00.1: pci_pm_reset: probe:1 dev->current_state:0
[   19.909435] snd_hda_intel 0000:0f:00.1: pci_pm_reset: probe ok
[   19.914072] snd_hda_intel 0000:0f:00.1: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.918818] snd_hda_intel 0000:0f:00.1: __pci_dev_reset done rc:0.
[   19.923515] pciback 0000:0e:00.0: __pci_dev_reset probe:1 
[   19.928211] pciback 0000:0e:00.0: pci_pm_reset: probe:1 dev->current_state:0
[   19.932956] pciback 0000:0e:00.0: pci_pm_reset: probe ok
[   19.937652] pciback 0000:0e:00.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.942395] pciback 0000:0e:00.0: __pci_dev_reset done rc:0.
[   19.947074] pciback 0000:0e:00.1: __pci_dev_reset probe:1 
[   19.951705] pciback 0000:0e:00.1: pci_pm_reset: probe:1 dev->current_state:0
[   19.956387] pciback 0000:0e:00.1: pci_pm_reset: probe ok
[   19.961018] pciback 0000:0e:00.1: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   19.965742] pciback 0000:0e:00.1: __pci_dev_reset done rc:0.
[   19.970508] r8169 0000:0d:00.0: __pci_dev_reset probe:1 
[   19.975218] r8169 0000:0d:00.0: pci_pm_reset: probe:1 dev->current_state:0
[   19.979935] r8169 0000:0d:00.0: pci_dev_reset_slot_function probe: 1 
[   19.984661] r8169 0000:0d:00.0: pci_parent_bus_reset
[   19.989374] r8169 0000:0d:00.0: __pci_dev_reset done rc:0.
[   19.994080] r8169 0000:0c:00.0: __pci_dev_reset probe:1 
[   19.998738] r8169 0000:0c:00.0: pci_pm_reset: probe:1 dev->current_state:0
[   20.003438] r8169 0000:0c:00.0: pci_dev_reset_slot_function probe: 1 
[   20.008149] r8169 0000:0c:00.0: pci_parent_bus_reset
[   20.012855] r8169 0000:0c:00.0: __pci_dev_reset done rc:0.
[   20.017561] pciback 0000:0b:00.0: __pci_dev_reset probe:1 
[   20.022298] pciback 0000:0b:00.0: pci_pm_reset: probe:1 dev->current_state:0
[   20.027057] pciback 0000:0b:00.0: pci_dev_reset_slot_function probe: 1 
[   20.031826] pciback 0000:0b:00.0: pci_parent_bus_reset
[   20.036536] pciback 0000:0b:00.0: __pci_dev_reset done rc:0.
[   20.041227] pciback 0000:0a:00.0: __pci_dev_reset probe:1 
[   20.045879] pciback 0000:0a:00.0: pci_pm_reset: probe:1 dev->current_state:0
[   20.050569] pciback 0000:0a:00.0: pci_dev_reset_slot_function probe: 1 
[   20.055269] pciback 0000:0a:00.0: pci_parent_bus_reset
[   20.059962] pciback 0000:0a:00.0: __pci_dev_reset done rc:0.
[   20.064649] pciback 0000:09:00.0: __pci_dev_reset probe:1 
[   20.069364] pciback 0000:09:00.0: pci_pm_reset: probe:1 dev->current_state:0
[   20.074042] pciback 0000:09:00.0: pci_pm_reset: probe ok
[   20.078669] pciback 0000:09:00.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   20.083405] pciback 0000:09:00.0: __pci_dev_reset done rc:0.
[   20.088076] pciback 0000:09:00.1: __pci_dev_reset probe:1 
[   20.092698] pciback 0000:09:00.1: pci_pm_reset: probe:1 dev->current_state:0
[   20.097370] pciback 0000:09:00.1: pci_pm_reset: probe ok
[   20.101992] pciback 0000:09:00.1: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   20.106675] pciback 0000:09:00.1: __pci_dev_reset done rc:0.
[   20.111291] pcieport 0000:05:00.0: __pci_dev_reset probe:1 
[   20.115923] pcieport 0000:05:00.0: pci_pm_reset: probe:1 dev->current_state:0
[   20.120612] pcieport 0000:05:00.0: pci_dev_reset_slot_function probe: 1 
[   20.125304] pcieport 0000:05:00.0: pci_parent_bus_reset
[   20.129926] pcieport 0000:05:00.0: __pci_dev_reset done rc:-25.
[   20.134538] pcieport 0000:06:01.0: __pci_dev_reset probe:1 
[   20.139109] pcieport 0000:06:01.0: pci_pm_reset: probe:1 dev->current_state:0
[   20.143751] pcieport 0000:06:01.0: pci_dev_reset_slot_function probe: 1 
[   20.148377] pcieport 0000:06:01.0: pci_parent_bus_reset
[   20.152996] pcieport 0000:06:01.0: __pci_dev_reset done rc:-25.
[   20.157604] pcieport 0000:06:02.0: __pci_dev_reset probe:1 
[   20.162194] pcieport 0000:06:02.0: pci_pm_reset: probe:1 dev->current_state:0
[   20.166810] pcieport 0000:06:02.0: pci_dev_reset_slot_function probe: 1 
[   20.171432] pcieport 0000:06:02.0: pci_parent_bus_reset
[   20.175978] pcieport 0000:06:02.0: __pci_dev_reset done rc:-25.
[   20.180514] pciback 0000:08:00.0: __pci_dev_reset probe:1 
[   20.185094] pciback 0000:08:00.0: pci_pm_reset: probe:1 dev->current_state:0
[   20.189689] pciback 0000:08:00.0: pci_dev_reset_slot_function probe: 1 
[   20.194290] pciback 0000:08:00.0: pci_parent_bus_reset
[   20.198819] pciback 0000:08:00.0: __pci_dev_reset done rc:0.
[   20.203343] pciback 0000:07:00.0: __pci_dev_reset probe:1 
[   20.207840] pciback 0000:07:00.0: pci_pm_reset: probe:1 dev->current_state:0
[   20.212360] pciback 0000:07:00.0: pci_pm_reset: probe ok
[   20.216828] pciback 0000:07:00.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   20.221407] pciback 0000:07:00.0: __pci_dev_reset done rc:0.
[   20.225923] pciback 0000:04:00.0: __pci_dev_reset probe:1 
[   20.230419] pciback 0000:04:00.0: pci_pm_reset: probe:1 dev->current_state:0
[   20.234937] pciback 0000:04:00.0: pci_dev_reset_slot_function probe: 1 
[   20.239477] pciback 0000:04:00.0: pci_parent_bus_reset
[   20.243936] pciback 0000:04:00.0: __pci_dev_reset done rc:0.
[   20.248386] pciback 0000:03:06.0: __pci_dev_reset probe:1 
[   20.252779] pciback 0000:03:06.0: pci_pm_reset: probe:1 dev->current_state:0
[   20.257228] pciback 0000:03:06.0: pci_pm_reset: probe ok
[   20.261629] pciback 0000:03:06.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[   20.266142] pciback 0000:03:06.0: __pci_dev_reset done rc:0.
[   20.271018] console [netcon0] enabled
[   20.275442] netconsole: network logging started
[   20.280046] rtc_cmos 00:02: setting system clock to 2014-10-08 19:10:31 UTC (1412795431)
[   20.284945] ALSA device list:
[   20.289522]   #0: HDA ATI SB at 0xfdbf8000 irq 16
[   20.294091]   #1: HDA ATI HDMI at 0xfe9fc000 irq 124
[   20.299728] Freeing unused kernel memory: 1120K (ffffffff82308000 - ffffffff82420000)
[   20.304487] Write protecting the kernel read-only data: 18432k
[   20.317645] Freeing unused kernel memory: 212K (ffff880001bcb000 - ffff880001c00000)
[   20.323723] Freeing unused kernel memory: 1496K (ffff88000208a000 - ffff880002200000)
[   20.380823] udevd[1574]: starting version 175
[   21.544705] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[   24.223766] udevd[1954]: starting version 175
[   27.597860] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   42.044660] EXT4-fs (dm-0): re-mounted. Opts: barrier=1,errors=remount-ro
[   46.652552] Adding 2097148k swap on /dev/mapper/serveerstertje-swap.  Priority:-1 extents:1 across:2097148k 
[   53.030211] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[   55.216805] r8169 0000:0d:00.0 eth0: link down
[   55.216902] r8169 0000:0d:00.0 eth0: link down
[   55.231497] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   55.410142] r8169 0000:0c:00.0 eth1: link down
[   55.410187] r8169 0000:0c:00.0 eth1: link down
[   55.424310] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   56.877053] r8169 0000:0d:00.0 eth0: link up
[   56.886110] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   57.991679] r8169 0000:0c:00.0 eth1: link up
[   58.000658] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   96.131917] IPv4: martian source 172.16.1.1 from 94.157.155.169, on dev eth1
[   96.131925] ll header: 00000000: ff ff ff ff ff ff 98 0c 82 7d e8 f1 08 06        .........}....
[   97.139204] IPv4: martian source 173.194.78.188 from 94.157.155.169, on dev eth1
[   97.139212] ll header: 00000000: 40 61 86 f4 67 d8 98 0c 82 7d e8 f1 08 00        @a..g....}....
[  105.134436] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  117.819098] EXT4-fs (dm-50): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  128.190683] EXT4-fs (dm-49): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  138.254274] EXT4-fs (dm-48): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  166.512425] EXT4-fs (dm-45): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  181.407660] EXT4-fs (dm-47): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  201.196870] EXT4-fs (dm-46): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  295.943278] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  309.586495] device vif1.0 entered promiscuous mode
[  309.604211] IPv6: ADDRCONF(NETDEV_UP): vif1.0: link is not ready
[  310.605549] xen-blkback:ring-ref 8, event-channel 17, protocol 1 (x86_64-abi) persistent grants
[  310.621067] xen-blkback:ring-ref 9, event-channel 18, protocol 1 (x86_64-abi) persistent grants
[  310.641463] IPv6: ADDRCONF(NETDEV_CHANGE): vif1.0: link becomes ready
[  310.652570] xen_bridge: port 1(vif1.0) entered forwarding state
[  310.663626] xen_bridge: port 1(vif1.0) entered forwarding state
[  315.886846] device vif2.0 entered promiscuous mode
[  315.903117] IPv6: ADDRCONF(NETDEV_UP): vif2.0: link is not ready
[  316.654569] xen-blkback:ring-ref 8, event-channel 10, protocol 1 (x86_64-abi) persistent grants
[  317.670621] IPv6: ADDRCONF(NETDEV_CHANGE): vif2.0: link becomes ready
[  317.681306] xen_bridge: port 2(vif2.0) entered forwarding state
[  317.691856] xen_bridge: port 2(vif2.0) entered forwarding state
[  322.119896] device vif3.0 entered promiscuous mode
[  322.136208] IPv6: ADDRCONF(NETDEV_UP): vif3.0: link is not ready
[  322.921369] xen-blkback:ring-ref 8, event-channel 17, protocol 1 (x86_64-abi) persistent grants
[  323.942468] IPv6: ADDRCONF(NETDEV_CHANGE): vif3.0: link becomes ready
[  323.952805] xen_bridge: port 3(vif3.0) entered forwarding state
[  323.962907] xen_bridge: port 3(vif3.0) entered forwarding state
[  325.708694] xen_bridge: port 1(vif1.0) entered forwarding state
[  328.256944] device vif4.0 entered promiscuous mode
[  328.269900] IPv6: ADDRCONF(NETDEV_UP): vif4.0: link is not ready
[  328.879876] xen-blkback:ring-ref 8, event-channel 10, protocol 1 (x86_64-abi) persistent grants
[  329.896137] IPv6: ADDRCONF(NETDEV_CHANGE): vif4.0: link becomes ready
[  329.905796] xen_bridge: port 4(vif4.0) entered forwarding state
[  329.915272] xen_bridge: port 4(vif4.0) entered forwarding state
[  332.691723] xen_bridge: port 2(vif2.0) entered forwarding state
[  334.354466] device vif5.0 entered promiscuous mode
[  334.377083] IPv6: ADDRCONF(NETDEV_UP): vif5.0: link is not ready
[  335.084963] xen-blkback:ring-ref 8, event-channel 10, protocol 1 (x86_64-abi) persistent grants
[  336.100933] IPv6: ADDRCONF(NETDEV_CHANGE): vif5.0: link becomes ready
[  336.110018] xen_bridge: port 5(vif5.0) entered forwarding state
[  336.118850] xen_bridge: port 5(vif5.0) entered forwarding state
[  338.981922] xen_bridge: port 3(vif3.0) entered forwarding state
[  340.750967] device vif6.0 entered promiscuous mode
[  340.772836] IPv6: ADDRCONF(NETDEV_UP): vif6.0: link is not ready
[  341.562967] xen-blkback:ring-ref 8, event-channel 10, protocol 1 (x86_64-abi) persistent grants
[  342.581988] IPv6: ADDRCONF(NETDEV_CHANGE): vif6.0: link becomes ready
[  342.590421] xen_bridge: port 6(vif6.0) entered forwarding state
[  342.598730] xen_bridge: port 6(vif6.0) entered forwarding state
[  344.952258] xen_bridge: port 4(vif4.0) entered forwarding state
[  347.054772] device vif7.0 entered promiscuous mode
[  347.075905] IPv6: ADDRCONF(NETDEV_UP): vif7.0: link is not ready
[  347.794350] xen-blkback:ring-ref 8, event-channel 10, protocol 1 (x86_64-abi) persistent grants
[  348.809666] IPv6: ADDRCONF(NETDEV_CHANGE): vif7.0: link becomes ready
[  348.817406] xen_bridge: port 7(vif7.0) entered forwarding state
[  348.824931] xen_bridge: port 7(vif7.0) entered forwarding state
[  351.135861] xen_bridge: port 5(vif5.0) entered forwarding state
[  353.941847] device vif8.0 entered promiscuous mode
[  353.953028] IPv6: ADDRCONF(NETDEV_UP): vif8.0: link is not ready
[  354.540603] xen-blkback:ring-ref 8, event-channel 10, protocol 1 (x86_64-abi) persistent grants
[  355.557349] IPv6: ADDRCONF(NETDEV_CHANGE): vif8.0: link becomes ready
[  355.564210] xen_bridge: port 8(vif8.0) entered forwarding state
[  355.571084] xen_bridge: port 8(vif8.0) entered forwarding state
[  357.639387] xen_bridge: port 6(vif6.0) entered forwarding state
[  361.113808] device vif9.0 entered promiscuous mode
[  361.123904] IPv6: ADDRCONF(NETDEV_UP): vif9.0: link is not ready
[  361.802421] xen-blkback:ring-ref 8, event-channel 17, protocol 1 (x86_64-abi) persistent grants
[  361.818111] IPv6: ADDRCONF(NETDEV_CHANGE): vif9.0: link becomes ready
[  361.825151] xen_bridge: port 9(vif9.0) entered forwarding state
[  361.832068] xen_bridge: port 9(vif9.0) entered forwarding state
[  363.822891] xen_bridge: port 7(vif7.0) entered forwarding state
[  367.224366] device vif10.0 entered promiscuous mode
[  367.234364] IPv6: ADDRCONF(NETDEV_UP): vif10.0: link is not ready
[  367.803352] xen-blkback:ring-ref 8, event-channel 10, protocol 1 (x86_64-abi) persistent grants
[  368.819560] IPv6: ADDRCONF(NETDEV_CHANGE): vif10.0: link becomes ready
[  368.826534] xen_bridge: port 10(vif10.0) entered forwarding state
[  368.833463] xen_bridge: port 10(vif10.0) entered forwarding state
[  370.592942] xen_bridge: port 8(vif8.0) entered forwarding state
[  373.421745] device vif11.0 entered promiscuous mode
[  373.432266] IPv6: ADDRCONF(NETDEV_UP): vif11.0: link is not ready
[  374.122716] xen-blkback:ring-ref 8, event-channel 17, protocol 1 (x86_64-abi) persistent grants
[  375.142244] IPv6: ADDRCONF(NETDEV_CHANGE): vif11.0: link becomes ready
[  375.149173] xen_bridge: port 11(vif11.0) entered forwarding state
[  375.156053] xen_bridge: port 11(vif11.0) entered forwarding state
[  376.829807] xen_bridge: port 9(vif9.0) entered forwarding state
[  379.878290] device vif12.0 entered promiscuous mode
[  379.888701] IPv6: ADDRCONF(NETDEV_UP): vif12.0: link is not ready
[  380.522930] xen-blkback:ring-ref 8, event-channel 10, protocol 1 (x86_64-abi) persistent grants
[  381.541522] IPv6: ADDRCONF(NETDEV_CHANGE): vif12.0: link becomes ready
[  381.548555] xen_bridge: port 12(vif12.0) entered forwarding state
[  381.555619] xen_bridge: port 12(vif12.0) entered forwarding state
[  383.866316] xen_bridge: port 10(vif10.0) entered forwarding state
[  386.275285] device vif13.0 entered promiscuous mode
[  386.295531] IPv6: ADDRCONF(NETDEV_UP): vif13.0: link is not ready
[  386.564626] pciback 0000:03:06.0: __pci_dev_reset probe:1 
[  386.571632] pciback 0000:03:06.0: pci_pm_reset: probe:1 dev->current_state:0
[  386.578541] pciback 0000:03:06.0: pci_pm_reset: probe ok
[  386.585394] pciback 0000:03:06.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[  386.592155] pciback 0000:03:06.0: __pci_dev_reset done rc:0.
[  386.598847] pciback 0000:03:06.0: __pci_dev_reset probe:0 
[  386.605552] pciback 0000:03:06.0: pci_pm_reset: probe:0 dev->current_state:0
[  386.638287] pciback 0000:03:06.0: pci_pm_reset: done state: dev->current_state:0
[  386.646404] pciback 0000:03:06.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[  386.654880] pciback 0000:03:06.0: __pci_dev_reset done rc:0.
[  386.681314] xen-pciback pci-13-0: allocated pdev @ 0xffff88003836d000
[  386.689365] xen-pciback pci-13-0: getting be setup
[  386.696106] xen-pciback pci-13-0: exporting dom 0 bus 3 slot 6 func 0
[  386.702765] xen_pciback: vpci: 0000:03:06.0: assign to virtual slot 0
[  386.709625] pciback 0000:03:06.0: registering for 13
[  386.716489] xen-pciback pci-13-0: Publishing pci roots
[  386.723304] xen-pciback pci-13-0: writing root 0 at 0000:00
[  386.734445] xen-pciback pci-13-0: fe state changed 1
[  387.233182] xen-pciback pci-13-0: fe state changed 3
[  387.239761] xen-pciback pci-13-0: Reading frontend config
[  387.246538] xen-pciback pci-13-0: Attaching to frontend resources - gnt_ref=8 evtchn=10
[  387.253018] xen-pciback pci-13-0: Attached!
[  387.259166] xen-pciback pci-13-0: Connecting...
[  387.266407] xen-pciback pci-13-0: Connected? 0
[  387.311314] xen-pciback pci-13-0: fe state changed 4
[  387.318157] xen-blkback:ring-ref 9, event-channel 11, protocol 1 (x86_64-abi) persistent grants
[  388.333467] IPv6: ADDRCONF(NETDEV_CHANGE): vif13.0: link becomes ready
[  388.339558] xen_bridge: port 13(vif13.0) entered forwarding state
[  388.345672] xen_bridge: port 13(vif13.0) entered forwarding state
[  388.412878] pciback 0000:03:06.0: enabling device (0000 -> 0001)
[  388.419096]       0000:03:06[A] -> [22]
[  388.425052]   pci_irq-0331 pci_irq_lookup        : Found 0000:03:06.0[A] _PRT entry
[  388.430990] xen: registering gsi 22 triggering 0 polarity 1
[  388.436953] Already setup the GSI :22
[  388.442984] pciback 0000:03:06.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 22 (level, low) -> IRQ/rc 22
[  388.449340] pciback 0000:03:06.0: xen-pciback[0000:03:06.0]: #22 on  disable-> enable
[  388.455769] pciback 0000:03:06.0: xen-pciback[0000:03:06.0]: #22 on  enabled
[  388.463413] pciback 0000:03:06.0: enabling bus mastering
[  390.156437] xen_bridge: port 11(vif11.0) entered forwarding state
[  392.838767] device vif14.0 entered promiscuous mode
[  392.857950] IPv6: ADDRCONF(NETDEV_UP): vif14.0: link is not ready
[  393.605052] xen-blkback:ring-ref 8, event-channel 10, protocol 1 (x86_64-abi) persistent grants
[  394.624003] IPv6: ADDRCONF(NETDEV_CHANGE): vif14.0: link becomes ready
[  394.630217] xen_bridge: port 14(vif14.0) entered forwarding state
[  394.636403] xen_bridge: port 14(vif14.0) entered forwarding state
[  396.553255] xen_bridge: port 12(vif12.0) entered forwarding state
[  399.737560] device vif15.0 entered promiscuous mode
[  399.759093] IPv6: ADDRCONF(NETDEV_UP): vif15.0: link is not ready
[  400.453688] xen-blkback:ring-ref 8, event-channel 10, protocol 1 (x86_64-abi) persistent grants
[  401.470537] IPv6: ADDRCONF(NETDEV_CHANGE): vif15.0: link becomes ready
[  401.476717] vpn_bridge: port 1(vif15.0) entered forwarding state
[  401.482856] vpn_bridge: port 1(vif15.0) entered forwarding state
[  403.376606] xen_bridge: port 13(vif13.0) entered forwarding state
[  407.101346] device vif16.0 entered promiscuous mode
[  407.111080] IPv6: ADDRCONF(NETDEV_UP): vif16.0: link is not ready
[  407.514747] device vif16.0-emu entered promiscuous mode
[  407.524667] xen_bridge: port 16(vif16.0-emu) entered forwarding state
[  407.530697] xen_bridge: port 16(vif16.0-emu) entered forwarding state
[  407.671500] pciback 0000:08:00.0: __pci_dev_reset probe:1 
[  407.677496] pciback 0000:08:00.0: pci_pm_reset: probe:1 dev->current_state:0
[  407.683441] pciback 0000:08:00.0: pci_dev_reset_slot_function probe: 1 
[  407.689395] pciback 0000:08:00.0: pci_parent_bus_reset
[  407.695435] pciback 0000:08:00.0: __pci_dev_reset done rc:0.
[  407.701706] pciback 0000:08:00.0: __pci_dev_reset probe:0 
[  407.707662] pciback 0000:08:00.0: pci_pm_reset: probe:0 dev->current_state:0
[  407.713606] pciback 0000:08:00.0: pci_dev_reset_slot_function probe: 0 
[  407.719542] pciback 0000:08:00.0: pci_parent_bus_reset
[  407.725408] pcieport 0000:06:01.0: pci_reset_secondary_bus
[  408.740655] pcieport 0000:06:01.0: pci_reset_secondary_bus done.
[  408.748249] pciback 0000:08:00.0: pci_parent_bus_reset done.
[  408.755680] pciback 0000:08:00.0: __pci_dev_reset done rc:0.
[  408.762487] pciback 0000:08:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x107)
[  408.768436] pciback 0000:08:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xfe0fe004)
[  408.774302] pciback 0000:08:00.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[  409.246371] pciback 0000:0a:00.0: __pci_dev_reset probe:1 
[  409.252287] pciback 0000:0a:00.0: pci_pm_reset: probe:1 dev->current_state:0
[  409.258264] pciback 0000:0a:00.0: pci_dev_reset_slot_function probe: 1 
[  409.264242] pciback 0000:0a:00.0: pci_parent_bus_reset
[  409.270272] pciback 0000:0a:00.0: __pci_dev_reset done rc:0.
[  409.276297] pciback 0000:0a:00.0: __pci_dev_reset probe:0 
[  409.282165] pciback 0000:0a:00.0: pci_pm_reset: probe:0 dev->current_state:0
[  409.288116] pciback 0000:0a:00.0: pci_dev_reset_slot_function probe: 0 
[  409.294110] pciback 0000:0a:00.0: pci_parent_bus_reset
[  409.300069] pcieport 0000:00:0a.0: pci_reset_secondary_bus
[  409.666737] xen_bridge: port 14(vif14.0) entered forwarding state
[  410.313229] pcieport 0000:00:0a.0: pci_reset_secondary_bus done.
[  410.320755] pciback 0000:0a:00.0: pci_parent_bus_reset done.
[  410.328319] pciback 0000:0a:00.0: __pci_dev_reset done rc:0.
[  410.335991] pciback 0000:0a:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x10a)
[  410.342925] pciback 0000:0a:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xfe200004)
[  410.348856] pciback 0000:0a:00.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[  410.383476] xen-pciback pci-16-0: allocated pdev @ 0xffff8800317bce00
[  410.391369] xen-pciback pci-16-0: getting be setup
[  410.397409] xen-pciback pci-16-0: exporting dom 0 bus 8 slot 0 func 0
[  410.403184] xen_pciback: vpci: 0000:08:00.0: assign to virtual slot 0
[  410.409327] pciback 0000:08:00.0: registering for 16
[  410.415612] xen-pciback pci-16-0: exporting dom 0 bus a slot 0 func 0
[  410.421375] xen_pciback: vpci: 0000:0a:00.0: assign to virtual slot 1
[  410.427360] pciback 0000:0a:00.0: registering for 16
[  410.433269] xen-pciback pci-16-0: Publishing pci roots
[  410.439063] xen-pciback pci-16-0: writing root 0 at 0000:00
[  410.451769] xen-pciback pci-16-0: fe state changed 1
[  416.489979] vpn_bridge: port 1(vif15.0) entered forwarding state
[  416.952826] device vif17.0 entered promiscuous mode
[  416.962020] IPv6: ADDRCONF(NETDEV_UP): vif17.0: link is not ready
[  417.406103] device vif17.0-emu entered promiscuous mode
[  417.415164] xen_bridge: port 18(vif17.0-emu) entered forwarding state
[  417.420815] xen_bridge: port 18(vif17.0-emu) entered forwarding state
[  417.587945] pciback 0000:04:00.0: __pci_dev_reset probe:1 
[  417.593377] pciback 0000:04:00.0: pci_pm_reset: probe:1 dev->current_state:0
[  417.598916] pciback 0000:04:00.0: pci_dev_reset_slot_function probe: 1 
[  417.604400] pciback 0000:04:00.0: pci_parent_bus_reset
[  417.609802] pciback 0000:04:00.0: __pci_dev_reset done rc:0.
[  417.615261] pciback 0000:04:00.0: __pci_dev_reset probe:0 
[  417.620577] pciback 0000:04:00.0: pci_pm_reset: probe:0 dev->current_state:0
[  417.625893] pciback 0000:04:00.0: pci_dev_reset_slot_function probe: 0 
[  417.631233] pciback 0000:04:00.0: pci_parent_bus_reset
[  417.636520] pcieport 0000:00:0d.0: pci_reset_secondary_bus
[  418.648942] pcieport 0000:00:0d.0: pci_reset_secondary_bus done.
[  418.654126] pciback 0000:04:00.0: pci_parent_bus_reset done.
[  418.659367] pciback 0000:04:00.0: __pci_dev_reset done rc:0.
[  418.664640] pciback 0000:04:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x10a)
[  418.670066] pciback 0000:04:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xfddfe004)
[  418.675453] pciback 0000:04:00.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[  418.914823] xen-pciback pci-17-0: allocated pdev @ 0xffff880003af0400
[  418.921995] xen-pciback pci-17-0: getting be setup
[  418.927621] xen-pciback pci-17-0: exporting dom 0 bus 4 slot 0 func 0
[  418.933050] xen_pciback: vpci: 0000:04:00.0: assign to virtual slot 0
[  418.938717] pciback 0000:04:00.0: registering for 17
[  418.944407] xen-pciback pci-17-0: Publishing pci roots
[  418.949991] xen-pciback pci-17-0: writing root 0 at 0000:00
[  418.959856] xen-pciback pci-17-0: fe state changed 1
[  422.567005] xen_bridge: port 16(vif16.0-emu) entered forwarding state
[  425.301819] device vif18.0 entered promiscuous mode
[  425.310519] IPv6: ADDRCONF(NETDEV_UP): vif18.0: link is not ready
[  425.718460] device vif18.0-emu entered promiscuous mode
[  425.727365] xen_bridge: port 20(vif18.0-emu) entered forwarding state
[  425.732945] xen_bridge: port 20(vif18.0-emu) entered forwarding state
[  432.428710] xen_bridge: port 18(vif17.0-emu) entered forwarding state
[  440.744566] xen_bridge: port 20(vif18.0-emu) entered forwarding state
[  452.576242] xen-blkback:ring-ref 8, event-channel 32, protocol 1 (x86_64-abi) persistent grants
[  452.590405] xen-blkback:ring-ref 9, event-channel 33, protocol 1 (x86_64-abi) persistent grants
[  454.192629] IPv6: ADDRCONF(NETDEV_CHANGE): vif16.0: link becomes ready
[  454.198654] xen_bridge: port 15(vif16.0) entered forwarding state
[  454.204614] xen_bridge: port 15(vif16.0) entered forwarding state
[  456.939301] xen-blkback:ring-ref 8, event-channel 22, protocol 1 (x86_64-abi) persistent grants
[  456.965157] IPv6: ADDRCONF(NETDEV_CHANGE): vif17.0: link becomes ready
[  456.971334] xen_bridge: port 17(vif17.0) entered forwarding state
[  456.977469] xen_bridge: port 17(vif17.0) entered forwarding state
[  463.812301] xen-blkback:ring-ref 9, event-channel 33, protocol 1 (x86_64-abi) persistent grants
[  464.013599] IPv6: ADDRCONF(NETDEV_CHANGE): vif18.0: link becomes ready
[  464.019857] xen_bridge: port 19(vif18.0) entered forwarding state
[  464.026019] xen_bridge: port 19(vif18.0) entered forwarding state
[  469.213769] xen_bridge: port 15(vif16.0) entered forwarding state
[  471.982435] xen_bridge: port 17(vif17.0) entered forwarding state
[  479.018903] xen_bridge: port 19(vif18.0) entered forwarding state

START OF GUEST WITH VGA CARD PASSED THROUGH (domid 19)

[  792.245712] device vif19.0 entered promiscuous mode
[  792.255231] IPv6: ADDRCONF(NETDEV_UP): vif19.0: link is not ready
[  792.616350] device vif19.0-emu entered promiscuous mode
[  792.626686] xen_bridge: port 22(vif19.0-emu) entered forwarding state
[  792.632650] xen_bridge: port 22(vif19.0-emu) entered forwarding state
[  792.780920] pciback 0000:09:00.0: __pci_dev_reset probe:1 
[  792.787113] pciback 0000:09:00.0: pci_pm_reset: probe:1 dev->current_state:0
[  792.793227] pciback 0000:09:00.0: pci_pm_reset: probe ok
[  792.799305] pciback 0000:09:00.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[  792.805549] pciback 0000:09:00.0: __pci_dev_reset done rc:0.
[  792.811690] pciback 0000:09:00.0: __pci_dev_reset probe:0 
[  792.817784] pciback 0000:09:00.0: pci_pm_reset: probe:0 dev->current_state:0
[  792.849309] pciback 0000:09:00.0: pci_pm_reset: done state: dev->current_state:0
[  792.855354] pciback 0000:09:00.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[  792.861348] pciback 0000:09:00.0: __pci_dev_reset done rc:0.
[  792.867388] pciback 0000:09:00.0: restoring config space at offset 0x4 (was 0x100400, writing 0x100000)
[  793.321829] pciback 0000:09:00.1: __pci_dev_reset probe:1 
[  793.327893] pciback 0000:09:00.1: pci_pm_reset: probe:1 dev->current_state:0
[  793.333931] pciback 0000:09:00.1: pci_pm_reset: probe ok
[  793.339917] pciback 0000:09:00.1: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[  793.345930] pciback 0000:09:00.1: __pci_dev_reset done rc:0.
[  793.351917] pciback 0000:09:00.1: __pci_dev_reset probe:0 
[  793.357856] pciback 0000:09:00.1: pci_pm_reset: probe:0 dev->current_state:0
[  793.389295] pciback 0000:09:00.1: pci_pm_reset: done state: dev->current_state:0
[  793.395289] pciback 0000:09:00.1: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[  793.401262] pciback 0000:09:00.1: __pci_dev_reset done rc:0.
[  793.407168] pciback 0000:09:00.1: restoring config space at offset 0x4 (was 0x100400, writing 0x100000)
[  793.455198] xen-pciback pci-19-0: allocated pdev @ 0xffff880034195c00
[  793.462512] xen-pciback pci-19-0: getting be setup
[  793.468712] xen-pciback pci-19-0: exporting dom 0 bus 9 slot 0 func 0
[  793.474683] xen_pciback: vpci: 0000:09:00.0: assign to virtual slot 0
[  793.481285] pciback 0000:09:00.0: registering for 19
[  793.487941] xen-pciback pci-19-0: exporting dom 0 bus 9 slot 0 func 1
[  793.494026] xen_pciback: vpci: 0000:09:00.1: assign to virtual slot 0 func 1
[  793.500799] pciback 0000:09:00.1: registering for 19
[  793.507102] xen-pciback pci-19-0: Publishing pci roots
[  793.513664] xen-pciback pci-19-0: writing root 0 at 0000:00
[  793.531745] xen-pciback pci-19-0: fe state changed 1
[  807.642636] xen_bridge: port 22(vif19.0-emu) entered forwarding state
[  846.157865] xen-blkback:ring-ref 8, event-channel 47, protocol 1 (x86_64-abi) persistent grants
[  847.742583] IPv6: ADDRCONF(NETDEV_CHANGE): vif19.0: link becomes ready
[  847.748605] xen_bridge: port 21(vif19.0) entered forwarding state
[  847.754549] xen_bridge: port 21(vif19.0) entered forwarding state
[  862.789585] xen_bridge: port 21(vif19.0) entered forwarding state

SHUTDOWN OF GUEST WITH VGA CARD PASSED THROUGH (domid 19)

[  906.505365] xen_bridge: port 21(vif19.0) entered disabled state
[  906.552065] xen_bridge: port 22(vif19.0-emu) entered disabled state
[  906.557986] device vif19.0-emu left promiscuous mode
[  906.563766] xen_bridge: port 22(vif19.0-emu) entered disabled state
[  912.465654] xen_bridge: port 21(vif19.0) entered disabled state
[  912.471730] device vif19.0 left promiscuous mode
[  912.477197] xen_bridge: port 21(vif19.0) entered disabled state
[  912.504535] xen-pciback pci-19-0: fe state changed 0
[  912.510109] xen-pciback pci-19-0: frontend is gone! unregister device
[  912.516451] pciback 0000:09:00.0: pcistub_put_pci_dev
[  912.522041] pciback 0000:09:00.0: pci_dev_reset_xen probe:0 
[  912.527510] pciback 0000:09:00.0: pci_pm_reset: probe:0 dev->current_state:0
[  912.559628] pciback 0000:09:00.0: pci_pm_reset: done state: dev->current_state:0
[  912.565283] pciback 0000:09:00.0: pci_dev_reset_xen  pci_pm_reset  succeeded rc:0
[  912.570958] pciback 0000:09:00.0: pci_dev_reset_xen done rc:0.
[  912.576574] pciback 0000:09:00.0: pcistub_put_pci_dev done.
[  912.582060] pciback 0000:09:00.1: pcistub_put_pci_dev
[  912.587471] pciback 0000:09:00.1: pci_dev_reset_xen probe:0 
[  912.592927] pciback 0000:09:00.1: pci_pm_reset: probe:0 dev->current_state:0
[  912.622944] pciback 0000:09:00.1: pci_pm_reset: done state: dev->current_state:0
[  912.628483] pciback 0000:09:00.1: pci_dev_reset_xen  pci_pm_reset  succeeded rc:0
[  912.633985] pciback 0000:09:00.1: pci_dev_reset_xen done rc:0.
[  912.639484] pciback 0000:09:00.1: pcistub_put_pci_dev done.
[  919.072503] irq 16: nobody cared (try booting with the "irqpoll" option)
[  919.078000] irq 16, desc: ffff88000420c200, depth: 0, count: 0, unhandled: 100000
[  919.083708] ->handle_irq():  ffffffff81151e90, handle_fasteoi_irq+0x0/0x150
[  919.089381] ->irq_data.chip(): ffffffff822f87e0, xen_pirq_chip+0x0/0xe0
[  919.095119] ->action(): ffff880057a3b300
[  919.100818] ->action->handler(): ffffffff819a1730, azx_interrupt+0x0/0x1d0
[  919.106600] CPU: 0 PID: 13216 Comm: qemu-system-i38 Not tainted 3.17.0-20141008-vanilla-kvm-debug4+ #1
[  919.112517] Hardware name: MSI MS-7640/890FXA-GD70 (MS-7640)  , BIOS V1.8B1 09/13/2010
[  919.118454]  ffff88000420c290 ffff88005f603d88 ffffffff81bb49a1 0000000000000000
[  919.124515]  ffff88000420c200 ffff88005f603db8 ffffffff8115119c ffff88005f603db8
[  919.130491]  ffff88000420c200 0000000000000010 0000000000000000 ffff88005f603e08
[  919.136509] Call Trace:
[  919.142499]  <IRQ>  [<ffffffff81bb49a1>] dump_stack+0x46/0x58
[  919.148582]  [<ffffffff8115119c>] __report_bad_irq+0x11c/0x300
[  919.154716]  [<ffffffff8115183a>] note_interrupt+0x23a/0x290
[  919.160906]  [<ffffffff815c9965>] ? add_interrupt_randomness+0x45/0x210
[  919.167038]  [<ffffffff8114ee4d>] handle_irq_event_percpu+0x9d/0x150
[  919.173172]  [<ffffffff8114ef43>] handle_irq_event+0x43/0x70
[  919.179227]  [<ffffffff81151eba>] ? handle_fasteoi_irq+0x2a/0x150
[  919.185256]  [<ffffffff81151f17>] handle_fasteoi_irq+0x87/0x150
[  919.191242]  [<ffffffff8114e6ad>] generic_handle_irq+0x1d/0x40
[  919.197126]  [<ffffffff8158a28a>] evtchn_fifo_handle_events+0x16a/0x170
[  919.203087]  [<ffffffff815873d8>] __xen_evtchn_do_upcall+0x48/0x90
[  919.208959]  [<ffffffff81588fe2>] xen_evtchn_do_upcall+0x32/0x50
[  919.214806]  [<ffffffff81bc222e>] xen_do_hypervisor_callback+0x1e/0x30
[  919.220768]  <EOI>  [<ffffffff8100122a>] ? xen_hypercall_xen_version+0xa/0x20
[  919.226623]  [<ffffffff8100122a>] ? xen_hypercall_xen_version+0xa/0x20
[  919.232545]  [<ffffffff8104ad9d>] ? xen_force_evtchn_callback+0xd/0x10
[  919.238416]  [<ffffffff8104b6d2>] ? check_events+0x12/0x20
[  919.244403]  [<ffffffff8104b679>] ? xen_irq_enable_direct_reloc+0x4/0x4
[  919.250353]  [<ffffffff81bc0a0c>] ? system_call_after_swapgs+0x19/0x60
[  919.256213] handlers:
[  919.262004] [<ffffffff819a1730>] azx_interrupt
[  919.267684] Disabling IRQ #16 unhandled: 100000

[-- Attachment #6: xen-lspci.txt --]
[-- Type: text/plain, Size: 4593 bytes --]

00:00.0 Host bridge: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part (rev 02)
00:00.2 IOMMU: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU)
00:02.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B)
00:03.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port C)
00:05.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E)
00:06.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port F)
00:09.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port H)
00:0a.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A)
00:0b.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (NB-SB link)
00:0c.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890S PCI Express bridge for GPP2 port 1
00:0d.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port B)
00:11.0 SATA controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (rev 40)
00:12.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:12.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller (rev 41)
00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (rev 40)
00:14.5 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
00:15.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
00:16.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:16.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
03:06.0 Multimedia audio controller: C-Media Electronics Inc CMI8738/CMI8768 PCI Audio (rev 10)
04:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 03)
05:00.0 PCI bridge: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba)
06:01.0 PCI bridge: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba)
06:02.0 PCI bridge: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba)
07:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9123 PCIe SATA 6.0 Gb/s controller (rev 10)
08:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 03)
09:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570]
09:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series]
0a:00.0 Multimedia video controller: Conexant Systems, Inc. Device 8210
0b:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 03)
0c:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
0d:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
0e:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570]
0e:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series]
0f:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV620 LE [Radeon HD 3450]
0f:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI RV620 HDMI Audio [Radeon HD 3400 Series]

[-- Attachment #7: xen-lspci-tv.txt --]
[-- Type: text/plain, Size: 3112 bytes --]

-[0000:00]-+-00.0  Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part
           +-00.2  Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU)
           +-02.0-[0f]--+-00.0  Advanced Micro Devices [AMD] nee ATI RV620 LE [Radeon HD 3450]
           |            \-00.1  Advanced Micro Devices [AMD] nee ATI RV620 HDMI Audio [Radeon HD 3400 Series]
           +-03.0-[0e]--+-00.0  Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570]
           |            \-00.1  Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series]
           +-05.0-[0d]----00.0  Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller
           +-06.0-[0c]----00.0  Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller
           +-09.0-[0b]----00.0  NEC Corporation uPD720200 USB 3.0 Host Controller
           +-0a.0-[0a]----00.0  Conexant Systems, Inc. Device 8210
           +-0b.0-[09]--+-00.0  Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570]
           |            \-00.1  Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series]
           +-0c.0-[05-08]----00.0-[06-08]--+-01.0-[08]----00.0  NEC Corporation uPD720200 USB 3.0 Host Controller
           |                               \-02.0-[07]----00.0  Marvell Technology Group Ltd. 88SE9123 PCIe SATA 6.0 Gb/s controller
           +-0d.0-[04]----00.0  NEC Corporation uPD720200 USB 3.0 Host Controller
           +-11.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]
           +-12.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
           +-12.2  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
           +-13.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
           +-13.2  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
           +-14.0  Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller
           +-14.2  Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA)
           +-14.3  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller
           +-14.4-[03]----06.0  C-Media Electronics Inc CMI8738/CMI8768 PCI Audio
           +-14.5  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
           +-15.0-[02]--
           +-16.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
           +-16.2  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
           +-18.0  Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
           +-18.1  Advanced Micro Devices [AMD] Family 10h Processor Address Map
           +-18.2  Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
           +-18.3  Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
           \-18.4  Advanced Micro Devices [AMD] Family 10h Processor Link Control

[-- Attachment #8: xen-lspci-vvvknn.txt --]
[-- Type: text/plain, Size: 95861 bytes --]

00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02)
	Subsystem: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11]
	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Capabilities: [f0] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [c4] HyperTransport: Slave or Primary Interface
		Command: BaseUnitID=0 UnitCnt=20 MastHost- DefDir- DUL-
		Link Control 0: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
		Link Config 0: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
		Link Control 1: CFlE- CST- CFE- <LkFail+ Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
		Link Config 1: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=8bit DwFcInEn- LWO=8bit DwFcOutEn-
		Revision ID: 3.00
		Link Frequency 0: [b]
		Link Error 0: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability 0: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD-
		Link Frequency 1: 200MHz
		Link Error 1: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability 1: 200MHz- 300MHz- 400MHz- 500MHz- 600MHz- 800MHz- 1.0GHz- 1.2GHz- 1.4GHz- 1.6GHz- Vend-
		Error Handling: PFlE- OFlE- PFE- OFE- EOCFE- RFE- CRCFE- SERRFE- CF- RE- PNFE- ONFE- EOCNFE- RNFE- CRCNFE- SERRNFE-
		Prefetchable memory behind bridge Upper: 00-00
		Bus Number: 00
	Capabilities: [40] HyperTransport: Retry Mode
	Capabilities: [54] HyperTransport: UnitID Clumping
	Capabilities: [9c] HyperTransport: #1a
	Capabilities: [70] MSI: Enable- Count=1/4 Maskable- 64bit-
		Address: 00000000  Data: 0000

00:00.2 IOMMU [0806]: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
	Subsystem: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 10
	Capabilities: [40] Secure device <?>
	Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4128
	Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0f, subordinate=0f, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fe900000-fe9fffff
	Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee0100c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:03.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0e, subordinate=0e, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fe800000-fe8fffff
	Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #3, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee0100c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: fe700000-fe7fffff
	Prefetchable memory behind bridge: 00000000bff00000-00000000bfffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee0100c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: fe600000-fe6fffff
	Prefetchable memory behind bridge: 00000000bfe00000-00000000bfefffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #6, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee0100c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:09.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port H) [1002:5a1c] (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fe500000-fe5fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt+
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #9, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee0100c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fe200000-fe3fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #5, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #2, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee0100c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:0b.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: fe100000-fe1fffff
	Prefetchable memory behind bridge: 00000000a0000000-00000000afffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee0100c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:0c.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890S PCI Express bridge for GPP2 port 1 [1002:5a20] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=05, subordinate=08, sec-latency=0
	I/O behind bridge: 00008000-00009fff
	Memory behind bridge: fde00000-fe0fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #6, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee0100c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:0d.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fdd00000-fddfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt+
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #4, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee0100c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if 01 [AHCI 1.0])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 114
	Region 0: I/O ports at 3000 [size=8]
	Region 1: I/O ports at 2000 [size=4]
	Region 2: I/O ports at 1000 [size=8]
	Region 3: I/O ports at 4800 [size=4]
	Region 4: I/O ports at 3800 [size=16]
	Region 5: Memory at fdbff000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] MSI: Enable+ Count=8/8 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] SATA HBA v1.0 InCfgSpace
	Capabilities: [a4] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP+
	Kernel driver in use: ahci

00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at fdbf7000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at fdbff400 (32-bit, non-prefetchable) [size=256]
	Capabilities: [c0] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
		Bridge: PM- B3+
	Capabilities: [e4] Debug port: BAR=1 offset=00e0
	Kernel driver in use: ehci-pci

00:13.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at fdbfc000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at fdbff800 (32-bit, non-prefetchable) [size=256]
	Capabilities: [c0] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
		Bridge: PM- B3+
	Capabilities: [e4] Debug port: BAR=1 offset=00e0
	Kernel driver in use: ehci-pci

00:14.0 SMBus [0c05]: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller [1002:4385] (rev 41)
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: piix4_smbus

00:14.2 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at fdbf8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: snd_hda_intel

00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:14.4 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge [1002:4384] (rev 40) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=64
	I/O behind bridge: 00007000-00007fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: fff00000-000fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-

00:14.5 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fdbfd000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:15.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #247, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #32, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:0000]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: pcieport

00:16.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at fdbfe000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:16.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at fdbffc00 (32-bit, non-prefetchable) [size=256]
	Capabilities: [c0] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
		Bridge: PM- B3+
	Capabilities: [e4] Debug port: BAR=1 offset=00e0
	Kernel driver in use: ehci-pci

00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [80] HyperTransport: Host or Secondary Interface
		Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
		Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b-
		Link Config: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
		Revision ID: 3.00
		Link Frequency: [b]
		Link Error: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-

00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [f0] Secure device <?>
	Kernel driver in use: k10temp

00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc CMI8738/CMI8768 PCI Audio [13f6:0111] (rev 10)
	Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device [13f6:0111]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64 (500ns min, 6000ns max)
	Interrupt: pin A routed to IRQ 22
	Region 0: I/O ports at 7800 [size=256]
	Capabilities: [c0] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pciback

04:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:4257]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 40
	Region 0: Memory at fddfe000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: pciback

05:00.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613] (rev ba) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Region 0: Memory at fdee0000 (32-bit, non-prefetchable) [size=128K]
	Bus: primary=05, secondary=06, subordinate=08, sec-latency=0
	I/O behind bridge: 00008000-00009fff
	Memory behind bridge: fdf00000-fe0fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
		Address: 00000000fee3f00c  Data: 4000
		Masking: 00000001  Pending: 00000000
	Capabilities: [68] Express (v2) Upstream Port, MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 25.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <2us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613]
	Capabilities: [100 v1] Device Serial Number ba-86-01-10-b5-df-0e-00
	Capabilities: [fb4 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 1f, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [138 v1] Power Budgeting <?>
	Capabilities: [148 v1] Virtual Channel
		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=4
		Arb:	Fixed+ WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=06 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32+ WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=WRR32 TC/VC=ff
			Status:	NegoPending- InProgress-
			Port Arbitration Table <?>
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Capabilities: [448 v1] Vendor Specific Information: ID=0000 Rev=0 Len=0cc <?>
	Capabilities: [950 v1] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
	Kernel driver in use: pcieport

06:01.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613] (rev ba) (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=06, secondary=08, subordinate=08, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fe000000-fe0fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
		Address: 00000000fee3f00c  Data: 4000
		Masking: 00000001  Pending: 00000000
	Capabilities: [68] Express (v2) Downstream Port (Slot+), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <2us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk- DLActive+ BWMgmt+ ABWMgmt+
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #113, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613]
	Capabilities: [100 v1] Device Serial Number ba-86-01-10-b5-df-0e-00
	Capabilities: [fb4 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 1f, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [148 v1] Virtual Channel
		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=1
		Arb:	Fixed+ WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Capabilities: [520 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl+ DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [950 v1] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
	Kernel driver in use: pcieport

06:02.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613] (rev ba) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=06, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 00008000-00009fff
	Memory behind bridge: fdf00000-fdffffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
		Address: 00000000fee3f00c  Data: 4000
		Masking: 00000001  Pending: 00000000
	Capabilities: [68] Express (v2) Downstream Port (Slot+), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <2us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk- DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #114, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613]
	Capabilities: [100 v1] Device Serial Number ba-86-01-10-b5-df-0e-00
	Capabilities: [fb4 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 1f, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [148 v1] Virtual Channel
		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=1
		Arb:	Fixed+ WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Capabilities: [520 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl+ DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [950 v1] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
	Kernel driver in use: pcieport

07:00.0 SATA controller [0106]: Marvell Technology Group Ltd. 88SE9123 PCIe SATA 6.0 Gb/s controller [1b4b:9123] (rev 10) (prog-if 01 [AHCI 1.0])
	Subsystem: ASUSTeK Computer Inc. Device [1043:8400]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 38
	Region 0: I/O ports at 9800 [disabled] [size=8]
	Region 1: I/O ports at 9400 [disabled] [size=4]
	Region 2: I/O ports at 9000 [disabled] [size=8]
	Region 3: I/O ports at 8800 [disabled] [size=4]
	Region 4: I/O ports at 8400 [disabled] [size=16]
	Region 5: Memory at fdfff800 (32-bit, non-prefetchable) [disabled] [size=2K]
	Expansion ROM at fdfe0000 [disabled] [size=64K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [70] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <1us, L1 <8us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Kernel driver in use: pciback

08:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: ASUSTeK Computer Inc. P8P67 Deluxe Motherboard [1043:8413]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 37
	Region 0: Memory at fe0fe000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: pciback

09:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 32
	Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
	Region 2: Memory at fe1c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
	Region 4: I/O ports at a000 [disabled] [size=256]
	Expansion ROM at fe1a0000 [disabled] [size=128K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

09:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 33
	Region 0: Memory at fe1fc000 (64-bit, non-prefetchable) [disabled] [size=16K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

0a:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device [14f1:8210]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 47
	Region 0: Memory at fe200000 (64-bit, non-prefetchable) [size=2M]
	Capabilities: [40] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] Vital Product Data
		Unknown small resource type 02, will not decode more.
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=1
		Arb:	Fixed+ WRR32+ WRR64+ WRR128-
		Ctrl:	ArbSelect=WRR64
		Status:	InProgress-
		Port Arbitration Table [240] <?>
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Kernel driver in use: pciback

0b:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 48
	Region 0: Memory at fe5fe000 (64-bit, non-prefetchable) [disabled] [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable- Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: pciback

0c:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 123
	Region 0: I/O ports at b800 [size=256]
	Region 2: Memory at bfeff000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at bfef8000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at fe6e0000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [cc] Vital Product Data
		Unknown small resource type 00, will not decode more.
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP- Rollover- Timeout+ NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 0e, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [140 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00
	Kernel driver in use: r8169

0d:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 122
	Region 0: I/O ports at c800 [size=256]
	Region 2: Memory at bffff000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at bfff8000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at fe7e0000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [cc] Vital Product Data
		Unknown small resource type 00, will not decode more.
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP- Rollover- Timeout+ NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 0e, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [140 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00
	Kernel driver in use: r8169

0e:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 28
	Region 0: Memory at c0000000 (64-bit, prefetchable) [disabled] [size=256M]
	Region 2: Memory at fe8c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
	Region 4: I/O ports at d000 [disabled] [size=256]
	Expansion ROM at fe8a0000 [disabled] [size=128K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

0e:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 29
	Region 0: Memory at fe8fc000 (64-bit, non-prefetchable) [disabled] [size=16K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

0f:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI RV620 LE [Radeon HD 3450] [1002:95c5] (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:01d4]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Region 2: Memory at fe9e0000 (64-bit, non-prefetchable) [size=64K]
	Region 4: I/O ports at e000 [size=256]
	Expansion ROM at fe9c0000 [disabled] [size=128K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>

0f:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI RV620 HDMI Audio [Radeon HD 3400 Series] [1002:aa28]
	Subsystem: ASUSTeK Computer Inc. Device [1043:aa28]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 124
	Region 0: Memory at fe9fc000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: snd_hda_intel


[-- Attachment #9: xen-proc-interrupts-after.txt --]
[-- Type: text/plain, Size: 22603 bytes --]

            CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       
   1:          2          0          0          0          0          0  xen-pirq-ioapic-edge  i8042
   8:          0          0          0          0          0          0  xen-pirq-ioapic-edge  rtc0
  12:          4          0          0          0          0          0  xen-pirq-ioapic-edge  i8042
  16:     200000          0          0          0          0          0  xen-pirq-ioapic-level  snd_hda_intel
  17:          2          0          0          0          0          0  xen-pirq-ioapic-level  ehci_hcd:usb1, ehci_hcd:usb2, ehci_hcd:usb3
  18:       6331          0          0          0          0          0  xen-pirq-ioapic-level  ohci_hcd:usb4, ohci_hcd:usb5, ohci_hcd:usb6, ohci_hcd:usb7
  22:          0          0          0          0          0          0  xen-pirq-ioapic-level  xen-pciback[0000:03:06.0]
  56:     156758          0          0          0          0          0  xen-percpu-virq      timer0
  57:          5          0          0          0          0          0  xen-percpu-ipi       spinlock0
  58:      74711          0          0          0          0          0  xen-percpu-ipi       resched0
  59:       2841          0          0          0          0          0  xen-percpu-ipi       callfunc0
  60:          0          0          0          0          0          0  xen-percpu-virq      debug0
  61:       1660          0          0          0          0          0  xen-percpu-ipi       callfuncsingle0
  62:          1          0          0          0          0          0  xen-percpu-ipi       irqwork0
  63:          0     134107          0          0          0          0  xen-percpu-virq      timer1
  64:          0          1          0          0          0          0  xen-percpu-ipi       spinlock1
  65:          0     249052          0          0          0          0  xen-percpu-ipi       resched1
  66:          0       5130          0          0          0          0  xen-percpu-ipi       callfunc1
  67:          0          0          0          0          0          0  xen-percpu-virq      debug1
  68:          0       1822          0          0          0          0  xen-percpu-ipi       callfuncsingle1
  69:          0          1          0          0          0          0  xen-percpu-ipi       irqwork1
  70:          0          0     146291          0          0          0  xen-percpu-virq      timer2
  71:          0          0          1          0          0          0  xen-percpu-ipi       spinlock2
  72:          0          0     203119          0          0          0  xen-percpu-ipi       resched2
  73:          0          0       5361          0          0          0  xen-percpu-ipi       callfunc2
  74:          0          0          0          0          0          0  xen-percpu-virq      debug2
  75:          0          0       1654          0          0          0  xen-percpu-ipi       callfuncsingle2
  76:          0          0          1          0          0          0  xen-percpu-ipi       irqwork2
  77:          0          0          0     150519          0          0  xen-percpu-virq      timer3
  78:          0          0          0          5          0          0  xen-percpu-ipi       spinlock3
  79:          0          0          0     175764          0          0  xen-percpu-ipi       resched3
  80:          0          0          0       5463          0          0  xen-percpu-ipi       callfunc3
  81:          0          0          0          0          0          0  xen-percpu-virq      debug3
  82:          0          0          0       1730          0          0  xen-percpu-ipi       callfuncsingle3
  83:          0          0          0          4          0          0  xen-percpu-ipi       irqwork3
  84:          0          0          0          0     142046          0  xen-percpu-virq      timer4
  85:          0          0          0          0          1          0  xen-percpu-ipi       spinlock4
  86:          0          0          0          0     171675          0  xen-percpu-ipi       resched4
  87:          0          0          0          0       4448          0  xen-percpu-ipi       callfunc4
  88:          0          0          0          0          0          0  xen-percpu-virq      debug4
  89:          0          0          0          0       1796          0  xen-percpu-ipi       callfuncsingle4
  90:          0          0          0          0          3          0  xen-percpu-ipi       irqwork4
  91:          0          0          0          0          0     123748  xen-percpu-virq      timer5
  92:          0          0          0          0          0          0  xen-percpu-ipi       spinlock5
  93:          0          0          0          0          0     158665  xen-percpu-ipi       resched5
  94:          0          0          0          0          0       5674  xen-percpu-ipi       callfunc5
  95:          0          0          0          0          0          0  xen-percpu-virq      debug5
  96:          0          0          0          0          0       1710  xen-percpu-ipi       callfuncsingle5
  97:          0          0          0          0          0          5  xen-percpu-ipi       irqwork5
  98:      12468          0          0          0          0          0   xen-dyn-event     xenbus
  99:          0          0          0          0          0          0  xen-percpu-virq      xen-pcpu
 100:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 101:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 102:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 103:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 104:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 105:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 106:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 107:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 108:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 109:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 114:     177709          0          0          0          0          0  xen-pirq-msi       ahci0
 115:          0          0          0          0          0          0  xen-pirq-msi       ahci1
 116:      11857          0          0          0          0          0  xen-pirq-msi       ahci2
 117:          0          0          0          0          0          0  xen-pirq-msi       ahci3
 118:          0          0          0          0          0          0  xen-pirq-msi       ahci4
 119:          0          0          0          0          0          0  xen-pirq-msi       ahci5
 122:      37694          0          0          0          0          0  xen-pirq-msi       eth0
 123:      17836          0          0          0          0          0  xen-pirq-msi       eth1
 124:         28          0          0          0          0          0  xen-pirq-msi       snd_hda_intel
 125:       8742          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 126:          3          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 127:        333          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 128:        511          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 129:       2557          0          0          0          0          0   xen-dyn-event     blkif-backend
 130:      11426          0          0          0          0          0   xen-dyn-event     blkif-backend
 131:       2718          0          0          0          0          0   xen-dyn-event     vif1.0-q0-tx
 132:          1          0          0          0          0          0   xen-dyn-event     vif1.0-q0-rx
 133:       2947          0          0          0          0          0   xen-dyn-event     vif1.0-q1-tx
 134:          1          0          0          0          0          0   xen-dyn-event     vif1.0-q1-rx
 135:        221          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 136:        465          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 137:       2379          0          0          0          0          0   xen-dyn-event     blkif-backend
 138:     102163          0          0          0          0          0   xen-dyn-event     vif2.0-q0-tx
 139:          4          0          0          0          0          0   xen-dyn-event     vif2.0-q0-rx
 140:        246          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 141:        492          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 142:       1608          0          0          0          0          0   xen-dyn-event     blkif-backend
 143:        531          0          0          0          0          0   xen-dyn-event     vif3.0-q0-tx
 144:          1          0          0          0          0          0   xen-dyn-event     vif3.0-q0-rx
 145:        912          0          0          0          0          0   xen-dyn-event     vif3.0-q1-tx
 146:          1          0          0          0          0          0   xen-dyn-event     vif3.0-q1-rx
 147:        218          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 148:        472          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 149:       1346          0          0          0          0          0   xen-dyn-event     blkif-backend
 150:        242          0          0          0          0          0   xen-dyn-event     vif4.0-q0-tx
 151:          1          0          0          0          0          0   xen-dyn-event     vif4.0-q0-rx
 152:        220          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 153:        531          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 154:       2122          0          0          0          0          0   xen-dyn-event     blkif-backend
 155:        419          0          0          0          0          0   xen-dyn-event     vif5.0-q0-tx
 156:          1          0          0          0          0          0   xen-dyn-event     vif5.0-q0-rx
 157:        217          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 158:        488          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 159:       1575          0          0          0          0          0   xen-dyn-event     blkif-backend
 160:        351          0          0          0          0          0   xen-dyn-event     vif6.0-q0-tx
 161:          1          0          0          0          0          0   xen-dyn-event     vif6.0-q0-rx
 162:        214          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 163:        476          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 164:       1686          0          0          0          0          0   xen-dyn-event     blkif-backend
 165:        411          0          0          0          0          0   xen-dyn-event     vif7.0-q0-tx
 166:          1          0          0          0          0          0   xen-dyn-event     vif7.0-q0-rx
 167:        215          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 168:        453          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 169:       2150          0          0          0          0          0   xen-dyn-event     blkif-backend
 170:         81          0          0          0          0          0   xen-dyn-event     vif8.0-q0-tx
 171:          1          0          0          0          0          0   xen-dyn-event     vif8.0-q0-rx
 172:        250          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 173:        490          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 174:       2097          0          0          0          0          0   xen-dyn-event     blkif-backend
 175:         68          0          0          0          0          0   xen-dyn-event     vif9.0-q0-tx
 176:          1          0          0          0          0          0   xen-dyn-event     vif9.0-q0-rx
 177:      66951          0          0          0          0          0   xen-dyn-event     vif9.0-q1-tx
 178:          1          0          0          0          0          0   xen-dyn-event     vif9.0-q1-rx
 179:        215          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 180:        515          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 181:       1550          0          0          0          0          0   xen-dyn-event     blkif-backend
 182:         11          0          0          0          0          0   xen-dyn-event     vif10.0-q0-tx
 183:          1          0          0          0          0          0   xen-dyn-event     vif10.0-q0-rx
 184:        251          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 185:        534          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 186:       1917          0          0          0          0          0   xen-dyn-event     blkif-backend
 187:       8136          0          0          0          0          0   xen-dyn-event     vif11.0-q0-tx
 188:          1          0          0          0          0          0   xen-dyn-event     vif11.0-q0-rx
 189:       6140          0          0          0          0          0   xen-dyn-event     vif11.0-q1-tx
 190:          1          0          0          0          0          0   xen-dyn-event     vif11.0-q1-rx
 191:        209          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 192:        555          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 193:       1809          0          0          0          0          0   xen-dyn-event     blkif-backend
 194:        220          0          0          0          0          0   xen-dyn-event     vif12.0-q0-tx
 195:          1          0          0          0          0          0   xen-dyn-event     vif12.0-q0-rx
 196:        272          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 197:        597          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 198:        375          0          0          0          0          0   xen-dyn-event     xen-pciback
 199:       2078          0          0          0          0          0   xen-dyn-event     blkif-backend
 200:        660          0          0          0          0          0   xen-dyn-event     vif13.0-q0-tx
 201:          1          0          0          0          0          0   xen-dyn-event     vif13.0-q0-rx
 202:        212          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 203:        585          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 204:       2486          0          0          0          0          0   xen-dyn-event     blkif-backend
 205:       2820          0          0          0          0          0   xen-dyn-event     vif14.0-q0-tx
 206:          1          0          0          0          0          0   xen-dyn-event     vif14.0-q0-rx
 207:        215          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 208:        517          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 209:       1483          0          0          0          0          0   xen-dyn-event     blkif-backend
 210:          8          0          0          0          0          0   xen-dyn-event     vif15.0-q0-tx
 211:          1          0          0          0          0          0   xen-dyn-event     vif15.0-q0-rx
 212:        566          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 213:          7          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 214:     364176          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 215:       5706          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 216:      12620          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 217:      35510          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 218:         98          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 219:        391          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 220:          1          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 221:     345046          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 222:       1821          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 223:       3637          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 224:         31          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 225:        424          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 226:          8          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 227:     316322          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 228:       2554          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 229:       4333          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 230:       1093          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 231:         83          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 232:       2688          0          0          0          0          0   xen-dyn-event     blkif-backend
 233:       2655          0          0          0          0          0   xen-dyn-event     blkif-backend
 234:        191          0          0          0          0          0   xen-dyn-event     vif16.0-q0-tx
 235:          1          0          0          0          0          0   xen-dyn-event     vif16.0-q0-rx
 236:          7          0          0          0          0          0   xen-dyn-event     vif16.0-q1-tx
 237:          1          0          0          0          0          0   xen-dyn-event     vif16.0-q1-rx
 238:        377          0          0          0          0          0   xen-dyn-event     vif16.0-q2-tx
 239:          1          0          0          0          0          0   xen-dyn-event     vif16.0-q2-rx
 240:          4          0          0          0          0          0   xen-dyn-event     vif16.0-q3-tx
 241:          1          0          0          0          0          0   xen-dyn-event     vif16.0-q3-rx
 242:       1409          0          0          0          0          0   xen-dyn-event     blkif-backend
 243:          1          0          0          0          0          0   xen-dyn-event     vif17.0-q0
 244:       1826          0          0          0          0          0   xen-dyn-event     blkif-backend
 245:          3          0          0          0          0          0   xen-dyn-event     vif18.0-q0-tx
 246:          1          0          0          0          0          0   xen-dyn-event     vif18.0-q0-rx
 247:          1          0          0          0          0          0   xen-dyn-event     vif18.0-q1-tx
 248:          1          0          0          0          0          0   xen-dyn-event     vif18.0-q1-rx
 249:          9          0          0          0          0          0   xen-dyn-event     vif18.0-q2-tx
 250:          1          0          0          0          0          0   xen-dyn-event     vif18.0-q2-rx
 251:          1          0          0          0          0          0   xen-dyn-event     vif18.0-q3-tx
 252:          1          0          0          0          0          0   xen-dyn-event     vif18.0-q3-rx
 NMI:          0          0          0          0          0          0   Non-maskable interrupts
 LOC:          0          0          0          0          0          0   Local timer interrupts
 SPU:          0          0          0          0          0          0   Spurious interrupts
 PMI:          0          0          0          0          0          0   Performance monitoring interrupts
 IWI:          1          1          1          4          3          5   IRQ work interrupts
 RTR:          0          0          0          0          0          0   APIC ICR read retries
 RES:      74711     249052     203119     175764     171675     158665   Rescheduling interrupts
 CAL:       4501       6952       7015       7193       6244       7384   Function call interrupts
 TLB:          0          0          0          0          0          0   TLB shootdowns
 TRM:          0          0          0          0          0          0   Thermal event interrupts
 THR:          0          0          0          0          0          0   Threshold APIC interrupts
 MCE:          0          0          0          0          0          0   Machine check exceptions
 MCP:          4          4          4          4          4          4   Machine check polls
 THR:    2349224     387221     353776     330865     317510     287410   Hypervisor callback interrupts
 ERR:          0
 MIS:          0

[-- Attachment #10: xen-proc-interrupts-before.txt --]
[-- Type: text/plain, Size: 22603 bytes --]

            CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       
   1:          2          0          0          0          0          0  xen-pirq-ioapic-edge  i8042
   8:          0          0          0          0          0          0  xen-pirq-ioapic-edge  rtc0
  12:          4          0          0          0          0          0  xen-pirq-ioapic-edge  i8042
  16:        580          0          0          0          0          0  xen-pirq-ioapic-level  snd_hda_intel
  17:          2          0          0          0          0          0  xen-pirq-ioapic-level  ehci_hcd:usb1, ehci_hcd:usb2, ehci_hcd:usb3
  18:       4849          0          0          0          0          0  xen-pirq-ioapic-level  ohci_hcd:usb4, ohci_hcd:usb5, ohci_hcd:usb6, ohci_hcd:usb7
  22:          0          0          0          0          0          0  xen-pirq-ioapic-level  xen-pciback[0000:03:06.0]
  56:      99253          0          0          0          0          0  xen-percpu-virq      timer0
  57:          4          0          0          0          0          0  xen-percpu-ipi       spinlock0
  58:      45424          0          0          0          0          0  xen-percpu-ipi       resched0
  59:       2119          0          0          0          0          0  xen-percpu-ipi       callfunc0
  60:          0          0          0          0          0          0  xen-percpu-virq      debug0
  61:       1417          0          0          0          0          0  xen-percpu-ipi       callfuncsingle0
  62:          1          0          0          0          0          0  xen-percpu-ipi       irqwork0
  63:          0      82024          0          0          0          0  xen-percpu-virq      timer1
  64:          0          1          0          0          0          0  xen-percpu-ipi       spinlock1
  65:          0     182238          0          0          0          0  xen-percpu-ipi       resched1
  66:          0       4206          0          0          0          0  xen-percpu-ipi       callfunc1
  67:          0          0          0          0          0          0  xen-percpu-virq      debug1
  68:          0       1559          0          0          0          0  xen-percpu-ipi       callfuncsingle1
  69:          0          1          0          0          0          0  xen-percpu-ipi       irqwork1
  70:          0          0      87720          0          0          0  xen-percpu-virq      timer2
  71:          0          0          1          0          0          0  xen-percpu-ipi       spinlock2
  72:          0          0     141942          0          0          0  xen-percpu-ipi       resched2
  73:          0          0       4465          0          0          0  xen-percpu-ipi       callfunc2
  74:          0          0          0          0          0          0  xen-percpu-virq      debug2
  75:          0          0       1399          0          0          0  xen-percpu-ipi       callfuncsingle2
  76:          0          0          1          0          0          0  xen-percpu-ipi       irqwork2
  77:          0          0          0      96458          0          0  xen-percpu-virq      timer3
  78:          0          0          0          5          0          0  xen-percpu-ipi       spinlock3
  79:          0          0          0     116367          0          0  xen-percpu-ipi       resched3
  80:          0          0          0       4536          0          0  xen-percpu-ipi       callfunc3
  81:          0          0          0          0          0          0  xen-percpu-virq      debug3
  82:          0          0          0       1470          0          0  xen-percpu-ipi       callfuncsingle3
  83:          0          0          0          4          0          0  xen-percpu-ipi       irqwork3
  84:          0          0          0          0      84761          0  xen-percpu-virq      timer4
  85:          0          0          0          0          1          0  xen-percpu-ipi       spinlock4
  86:          0          0          0          0     112575          0  xen-percpu-ipi       resched4
  87:          0          0          0          0       4185          0  xen-percpu-ipi       callfunc4
  88:          0          0          0          0          0          0  xen-percpu-virq      debug4
  89:          0          0          0          0       1510          0  xen-percpu-ipi       callfuncsingle4
  90:          0          0          0          0          3          0  xen-percpu-ipi       irqwork4
  91:          0          0          0          0          0      71560  xen-percpu-virq      timer5
  92:          0          0          0          0          0          0  xen-percpu-ipi       spinlock5
  93:          0          0          0          0          0     101371  xen-percpu-ipi       resched5
  94:          0          0          0          0          0       4744  xen-percpu-ipi       callfunc5
  95:          0          0          0          0          0          0  xen-percpu-virq      debug5
  96:          0          0          0          0          0       1458  xen-percpu-ipi       callfuncsingle5
  97:          0          0          0          0          0          5  xen-percpu-ipi       irqwork5
  98:      11354          0          0          0          0          0   xen-dyn-event     xenbus
  99:          0          0          0          0          0          0  xen-percpu-virq      xen-pcpu
 100:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 101:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 102:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 103:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 104:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 105:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 106:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 107:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 108:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 109:          0          0          0          0          0          0  xen-pirq-msi       PCIe PME
 114:     163259          0          0          0          0          0  xen-pirq-msi       ahci0
 115:          0          0          0          0          0          0  xen-pirq-msi       ahci1
 116:       8799          0          0          0          0          0  xen-pirq-msi       ahci2
 117:          0          0          0          0          0          0  xen-pirq-msi       ahci3
 118:          0          0          0          0          0          0  xen-pirq-msi       ahci4
 119:          0          0          0          0          0          0  xen-pirq-msi       ahci5
 122:      22740          0          0          0          0          0  xen-pirq-msi       eth0
 123:      14582          0          0          0          0          0  xen-pirq-msi       eth1
 124:         28          0          0          0          0          0  xen-pirq-msi       snd_hda_intel
 125:       7934          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 126:          0          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 127:        333          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 128:        511          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 129:       2545          0          0          0          0          0   xen-dyn-event     blkif-backend
 130:      10279          0          0          0          0          0   xen-dyn-event     blkif-backend
 131:       1653          0          0          0          0          0   xen-dyn-event     vif1.0-q0-tx
 132:          1          0          0          0          0          0   xen-dyn-event     vif1.0-q0-rx
 133:       2166          0          0          0          0          0   xen-dyn-event     vif1.0-q1-tx
 134:          1          0          0          0          0          0   xen-dyn-event     vif1.0-q1-rx
 135:        221          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 136:        465          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 137:       1879          0          0          0          0          0   xen-dyn-event     blkif-backend
 138:      68991          0          0          0          0          0   xen-dyn-event     vif2.0-q0-tx
 139:          1          0          0          0          0          0   xen-dyn-event     vif2.0-q0-rx
 140:        246          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 141:        492          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 142:       1555          0          0          0          0          0   xen-dyn-event     blkif-backend
 143:        362          0          0          0          0          0   xen-dyn-event     vif3.0-q0-tx
 144:          1          0          0          0          0          0   xen-dyn-event     vif3.0-q0-rx
 145:        604          0          0          0          0          0   xen-dyn-event     vif3.0-q1-tx
 146:          1          0          0          0          0          0   xen-dyn-event     vif3.0-q1-rx
 147:        218          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 148:        472          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 149:       1321          0          0          0          0          0   xen-dyn-event     blkif-backend
 150:        106          0          0          0          0          0   xen-dyn-event     vif4.0-q0-tx
 151:          1          0          0          0          0          0   xen-dyn-event     vif4.0-q0-rx
 152:        220          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 153:        531          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 154:       2116          0          0          0          0          0   xen-dyn-event     blkif-backend
 155:        278          0          0          0          0          0   xen-dyn-event     vif5.0-q0-tx
 156:          1          0          0          0          0          0   xen-dyn-event     vif5.0-q0-rx
 157:        217          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 158:        488          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 159:       1575          0          0          0          0          0   xen-dyn-event     blkif-backend
 160:        301          0          0          0          0          0   xen-dyn-event     vif6.0-q0-tx
 161:          1          0          0          0          0          0   xen-dyn-event     vif6.0-q0-rx
 162:        214          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 163:        476          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 164:       1563          0          0          0          0          0   xen-dyn-event     blkif-backend
 165:         11          0          0          0          0          0   xen-dyn-event     vif7.0-q0-tx
 166:          1          0          0          0          0          0   xen-dyn-event     vif7.0-q0-rx
 167:        215          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 168:        453          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 169:       2122          0          0          0          0          0   xen-dyn-event     blkif-backend
 170:         24          0          0          0          0          0   xen-dyn-event     vif8.0-q0-tx
 171:          1          0          0          0          0          0   xen-dyn-event     vif8.0-q0-rx
 172:        250          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 173:        490          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 174:       1937          0          0          0          0          0   xen-dyn-event     blkif-backend
 175:         41          0          0          0          0          0   xen-dyn-event     vif9.0-q0-tx
 176:          1          0          0          0          0          0   xen-dyn-event     vif9.0-q0-rx
 177:       8631          0          0          0          0          0   xen-dyn-event     vif9.0-q1-tx
 178:          1          0          0          0          0          0   xen-dyn-event     vif9.0-q1-rx
 179:        215          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 180:        515          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 181:       1550          0          0          0          0          0   xen-dyn-event     blkif-backend
 182:         11          0          0          0          0          0   xen-dyn-event     vif10.0-q0-tx
 183:          1          0          0          0          0          0   xen-dyn-event     vif10.0-q0-rx
 184:        251          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 185:        534          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 186:       1882          0          0          0          0          0   xen-dyn-event     blkif-backend
 187:       4887          0          0          0          0          0   xen-dyn-event     vif11.0-q0-tx
 188:          1          0          0          0          0          0   xen-dyn-event     vif11.0-q0-rx
 189:       4354          0          0          0          0          0   xen-dyn-event     vif11.0-q1-tx
 190:          1          0          0          0          0          0   xen-dyn-event     vif11.0-q1-rx
 191:        209          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 192:        555          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 193:       1809          0          0          0          0          0   xen-dyn-event     blkif-backend
 194:        141          0          0          0          0          0   xen-dyn-event     vif12.0-q0-tx
 195:          1          0          0          0          0          0   xen-dyn-event     vif12.0-q0-rx
 196:        272          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 197:        597          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 198:        375          0          0          0          0          0   xen-dyn-event     xen-pciback
 199:       2065          0          0          0          0          0   xen-dyn-event     blkif-backend
 200:        407          0          0          0          0          0   xen-dyn-event     vif13.0-q0-tx
 201:          1          0          0          0          0          0   xen-dyn-event     vif13.0-q0-rx
 202:        212          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 203:        585          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 204:       2476          0          0          0          0          0   xen-dyn-event     blkif-backend
 205:       1804          0          0          0          0          0   xen-dyn-event     vif14.0-q0-tx
 206:          1          0          0          0          0          0   xen-dyn-event     vif14.0-q0-rx
 207:        215          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 208:        517          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 209:       1464          0          0          0          0          0   xen-dyn-event     blkif-backend
 210:          8          0          0          0          0          0   xen-dyn-event     vif15.0-q0-tx
 211:          1          0          0          0          0          0   xen-dyn-event     vif15.0-q0-rx
 212:        566          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 213:          7          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 214:     353741          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 215:       5706          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 216:      12620          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 217:      35510          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 218:         70          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 219:        391          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 220:          1          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 221:     345046          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 222:       1821          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 223:       3637          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 224:         31          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 225:        424          0          0          0          0          0   xen-dyn-event     evtchn:oxenstored
 226:          8          0          0          0          0          0   xen-dyn-event     evtchn:xenconsoled
 227:     316322          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 228:       2554          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 229:       4333          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 230:       1093          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 231:         83          0          0          0          0          0   xen-dyn-event     evtchn:qemu-system-i38
 232:       2503          0          0          0          0          0   xen-dyn-event     blkif-backend
 233:       2529          0          0          0          0          0   xen-dyn-event     blkif-backend
 234:        114          0          0          0          0          0   xen-dyn-event     vif16.0-q0-tx
 235:          1          0          0          0          0          0   xen-dyn-event     vif16.0-q0-rx
 236:          7          0          0          0          0          0   xen-dyn-event     vif16.0-q1-tx
 237:          1          0          0          0          0          0   xen-dyn-event     vif16.0-q1-rx
 238:        156          0          0          0          0          0   xen-dyn-event     vif16.0-q2-tx
 239:          1          0          0          0          0          0   xen-dyn-event     vif16.0-q2-rx
 240:          4          0          0          0          0          0   xen-dyn-event     vif16.0-q3-tx
 241:          1          0          0          0          0          0   xen-dyn-event     vif16.0-q3-rx
 242:       1409          0          0          0          0          0   xen-dyn-event     blkif-backend
 243:          1          0          0          0          0          0   xen-dyn-event     vif17.0-q0
 244:       1798          0          0          0          0          0   xen-dyn-event     blkif-backend
 245:          3          0          0          0          0          0   xen-dyn-event     vif18.0-q0-tx
 246:          1          0          0          0          0          0   xen-dyn-event     vif18.0-q0-rx
 247:          1          0          0          0          0          0   xen-dyn-event     vif18.0-q1-tx
 248:          1          0          0          0          0          0   xen-dyn-event     vif18.0-q1-rx
 249:          9          0          0          0          0          0   xen-dyn-event     vif18.0-q2-tx
 250:          1          0          0          0          0          0   xen-dyn-event     vif18.0-q2-rx
 251:          1          0          0          0          0          0   xen-dyn-event     vif18.0-q3-tx
 252:          1          0          0          0          0          0   xen-dyn-event     vif18.0-q3-rx
 NMI:          0          0          0          0          0          0   Non-maskable interrupts
 LOC:          0          0          0          0          0          0   Local timer interrupts
 SPU:          0          0          0          0          0          0   Spurious interrupts
 PMI:          0          0          0          0          0          0   Performance monitoring interrupts
 IWI:          1          1          1          4          3          5   IRQ work interrupts
 RTR:          0          0          0          0          0          0   APIC ICR read retries
 RES:      45425     182238     141942     116367     112575     101371   Rescheduling interrupts
 CAL:       3536       5765       5864       6006       5695       6202   Function call interrupts
 TLB:          0          0          0          0          0          0   TLB shootdowns
 TRM:          0          0          0          0          0          0   Thermal event interrupts
 THR:          0          0          0          0          0          0   Threshold APIC interrupts
 MCE:          0          0          0          0          0          0   Machine check exceptions
 MCP:          3          3          3          3          3          3   Machine check polls
 THR:    1534059     268633     234238     217554     201875     178013   Hypervisor callback interrupts
 ERR:          0
 MIS:          0

[-- Attachment #11: xen-xl-dmesg.txt --]
[-- Type: text/plain, Size: 70257 bytes --]

 __  __            _  _    ____                     _        _     _      
 \ \/ /___ _ __   | || |  | ___|    _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \  | || |_ |___ \ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | | |__   _| ___) |__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_|    |_|(_)____/    \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                          
(XEN) Xen version 4.5-unstable (root@dyndns.org) (gcc-4.7.real (Debian 4.7.2-5) 4.7.2) debug=y Tue Oct  7 11:43:46 CEST 2014
(XEN) Latest ChangeSet: Wed Sep 17 22:21:03 2014 +0100 git:e01fa4e-dirty
(XEN) Bootloader: GRUB 1.99-27+deb7u2
(XEN) Command line: dom0_mem=1536M,max:1536M loglvl=all loglvl_guest=all console_timestamps=datems vga=gfx-1280x1024x32 no-cpuidle cpufreq=xen com1=38400,8n1 console=vga,com1 ivrs_ioapic[6]=00:14.0 iommu=on,verbose,amd-iommu-debug debug lapic=debug apic_verbosity=debug apic=debug
(XEN) Video information:
(XEN)  VGA is graphics mode 1280x1024, 32 bpp
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN)  EDID info not retrieved because of reasons unknown
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 0000000000099400 (usable)
(XEN)  0000000000099400 - 00000000000a0000 (reserved)
(XEN)  00000000000e4000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 000000009ff90000 (usable)
(XEN)  000000009ff90000 - 000000009ff9e000 (ACPI data)
(XEN)  000000009ff9e000 - 000000009ffe0000 (ACPI NVS)
(XEN)  000000009ffe0000 - 00000000a0000000 (reserved)
(XEN)  00000000ffe00000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000560000000 (usable)
(XEN) ACPI: RSDP 000FB100, 0014 (r0 ACPIAM)
(XEN) ACPI: RSDT 9FF90000, 0048 (r1 MSI    OEMSLIC  20100913 MSFT       97)
(XEN) ACPI: FACP 9FF90200, 0084 (r1 7640MS A7640100 20100913 MSFT       97)
(XEN) ACPI: DSDT 9FF905E0, 9427 (r1  A7640 A7640100      100 INTL 20051117)
(XEN) ACPI: FACS 9FF9E000, 0040
(XEN) ACPI: APIC 9FF90390, 0088 (r1 7640MS A7640100 20100913 MSFT       97)
(XEN) ACPI: MCFG 9FF90420, 003C (r1 7640MS OEMMCFG  20100913 MSFT       97)
(XEN) ACPI: SLIC 9FF90460, 0176 (r1 MSI    OEMSLIC  20100913 MSFT       97)
(XEN) ACPI: OEMB 9FF9E040, 0072 (r1 7640MS A7640100 20100913 MSFT       97)
(XEN) ACPI: SRAT 9FF9A5E0, 0108 (r3 AMD    FAM_F_10        2 AMD         1)
(XEN) ACPI: HPET 9FF9A6F0, 0038 (r1 7640MS OEMHPET  20100913 MSFT       97)
(XEN) ACPI: IVRS 9FF9A730, 0110 (r1  AMD     RD890S   202031 AMD         0)
(XEN) ACPI: SSDT 9FF9A840, 0DA4 (r1 A M I  POWERNOW        1 AMD         1)
(XEN) System RAM: 20479MB (20970660kB)
(XEN) SRAT: PXM 0 -> APIC 0 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 1 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 2 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 3 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 4 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 5 -> Node 0
(XEN) SRAT: Node 0 PXM 0 0-a0000
(XEN) SRAT: Node 0 PXM 0 100000-a0000000
(XEN) SRAT: Node 0 PXM 0 100000000-560000000
(XEN) NUMA: Allocated memnodemap from 55d08f000 - 55d095000
(XEN) NUMA: Using 8 for the hash shift.
(XEN) Domain heap initialised
(XEN) vesafb: framebuffer at 0xd0000000, mapped to 0xffff82c000201000, using 6144k, total 16384k
(XEN) vesafb: mode is 1280x1024x32, linelength=5120, font 8x16
(XEN) vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
(XEN) found SMP MP-table at 000ff780
(XEN) DMI present.
(XEN) APIC boot state is 'xapic'
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1:804,1:0], pm1x_evt[1:800,1:0]
(XEN) ACPI:             wakeup_vec[9ff9e00c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
(XEN) Processor #2 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
(XEN) Processor #3 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
(XEN) Processor #4 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
(XEN) Processor #5 0:10 APIC version 16
(XEN) ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 6, version 33, address 0xfec00000, GSI 0-23
(XEN) ACPI: IOAPIC (id[0x07] address[0xfec20000] gsi_base[24])
(XEN) IOAPIC[1]: apic_id 7, version 33, address 0xfec20000, GSI 24-55
(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 low 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 2 I/O APICs
(XEN) ACPI: HPET id: 0x8300 base: 0xfed00000
(XEN) ERST table was not found
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 6 CPUs (0 hotplug CPUs)
(XEN) mapped APIC to ffff82cfffdfb000 (fee00000)
(XEN) mapped IOAPIC to ffff82cfffdfa000 (fec00000)
(XEN) mapped IOAPIC to ffff82cfffdf9000 (fec20000)
(XEN) IRQ limits: 56 GSI, 1112 MSI/MSI-X
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 3200.189 MHz processor.
(XEN) Initing memory sharing.
(XEN) AMD Fam10h machine check reporting enabled
(XEN) alt table ffff82d0802d5a30 -> ffff82d0802d6a38
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff
(XEN) PCI: Not using MCFG for segment 0000 bus 00-ff
(XEN) AMD-Vi: Disabled HAP memory map sharing with IOMMU
(XEN) AMD-Vi: IOMMU 0 Enabled.
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Interrupt remapping enabled
(XEN) Getting VERSION: 80050010
(XEN) Getting VERSION: 80050010
(XEN) Getting ID: 0
(XEN) Getting LVT0: 700
(XEN) Getting LVT1: 400
(XEN) enabled ExtINT on CPU#0
(XEN) ESR value before enabling vector: 0x4  after: 0
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) init IO_APIC IRQs
(XEN)  IO-APIC (apicid-pin) 6-0, 6-16, 6-17, 6-18, 6-19, 6-20, 6-21, 6-22, 6-23, 7-0, 7-1, 7-2, 7-3, 7-4, 7-5, 7-6, 7-7, 7-8, 7-9, 7-10, 7-11, 7-12, 7-13, 7-14, 7-15, 7-16, 7-17, 7-18, 7-19, 7-20, 7-21, 7-22, 7-23, 7-24, 7-25, 7-26, 7-27, 7-28, 7-29, 7-30, 7-31 not connected.
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) number of MP IRQ sources: 15.
(XEN) number of IO-APIC #6 registers: 24.
(XEN) number of IO-APIC #7 registers: 32.
(XEN) testing the IO APIC.......................
(XEN) IO APIC #6......
(XEN) .... register #00: 06000000
(XEN) .......    : physical APIC id: 06
(XEN) .......    : Delivery Type: 0
(XEN) .......    : LTS          : 0
(XEN) .... register #01: 00178021
(XEN) .......     : max redirection entries: 0017
(XEN) .......     : PRQ implemented: 1
(XEN) .......     : IO APIC version: 0021
(XEN) .... register #02: 06000000
(XEN) .......     : arbitration: 06
(XEN) .... register #03: 07000000
(XEN) .......     : Boot DT    : 0
(XEN) .... IRQ redirection table:
(XEN)  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN)  00 000 00  1    0    0   0   0    0    1    30
(XEN)  01 001 01  0    0    0   0   0    1    1    30
(XEN)  02 001 01  0    0    0   0   0    1    1    F0
(XEN)  03 001 01  0    0    0   0   0    1    1    38
(XEN)  04 001 01  0    0    0   0   0    1    1    F1
(XEN)  05 001 01  0    0    0   0   0    1    1    40
(XEN)  06 001 01  0    0    0   0   0    1    1    48
(XEN)  07 001 01  0    0    0   0   0    1    1    50
(XEN)  08 001 01  0    0    0   0   0    1    1    58
(XEN)  09 001 01  1    1    0   1   0    1    0    00
(XEN)  0a 001 01  0    0    0   0   0    1    1    68
(XEN)  0b 001 01  0    0    0   0   0    1    1    70
(XEN)  0c 001 01  0    0    0   0   0    1    1    78
(XEN)  0d 001 01  0    0    0   0   0    1    1    88
(XEN)  0e 001 01  0    0    0   0   0    1    1    90
(XEN)  0f 001 01  0    0    0   0   0    1    1    98
(XEN)  10 000 00  1    0    0   0   0    0    1    30
(XEN)  11 000 00  1    0    0   0   0    0    1    30
(XEN)  12 000 00  1    0    0   0   0    0    1    30
(XEN)  13 000 00  1    0    0   0   0    0    1    30
(XEN)  14 000 00  1    0    0   0   0    0    1    30
(XEN)  15 000 00  1    0    0   0   0    0    1    30
(XEN)  16 000 00  1    0    0   0   0    0    1    30
(XEN)  17 000 00  1    0    0   0   0    0    1    30
(XEN) IO APIC #7......
(XEN) .... register #00: 07000000
(XEN) .......    : physical APIC id: 07
(XEN) .......    : Delivery Type: 0
(XEN) .......    : LTS          : 0
(XEN) .... register #01: 001F8021
(XEN) .......     : max redirection entries: 001F
(XEN) .......     : PRQ implemented: 1
(XEN) .......     : IO APIC version: 0021
(XEN) .... register #02: 00000000
(XEN) .......     : arbitration: 00
(XEN) .... IRQ redirection table:
(XEN)  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN)  00 000 00  1    0    0   0   0    0    0    00
(XEN)  01 000 00  1    0    0   0   0    0    0    00
(XEN)  02 000 00  1    0    0   0   0    0    0    00
(XEN)  03 000 00  1    0    0   0   0    0    0    00
(XEN)  04 000 00  1    0    0   0   0    0    0    00
(XEN)  05 000 00  1    0    0   0   0    0    0    00
(XEN)  06 000 00  1    0    0   0   0    0    0    00
(XEN)  07 000 00  1    0    0   0   0    0    0    00
(XEN)  08 000 00  1    0    0   0   0    0    0    00
(XEN)  09 000 00  1    0    0   0   0    0    0    00
(XEN)  0a 000 00  1    0    0   0   0    0    0    00
(XEN)  0b 000 00  1    0    0   0   0    0    0    00
(XEN)  0c 000 00  1    0    0   0   0    0    0    00
(XEN)  0d 000 00  1    0    0   0   0    0    0    00
(XEN)  0e 000 00  1    0    0   0   0    0    0    00
(XEN)  0f 000 00  1    0    0   0   0    0    0    00
(XEN)  10 000 00  1    0    0   0   0    0    0    00
(XEN)  11 000 00  1    0    0   0   0    0    0    00
(XEN)  12 000 00  1    0    0   0   0    0    0    00
(XEN)  13 000 00  1    0    0   0   0    0    0    00
(XEN)  14 000 00  1    0    0   0   0    0    0    00
(XEN)  15 000 00  1    0    0   0   0    0    0    00
(XEN)  16 000 00  1    0    0   0   0    0    0    00
(XEN)  17 000 00  1    0    0   0   0    0    0    00
(XEN)  18 000 00  1    0    0   0   0    0    0    00
(XEN)  19 000 00  1    0    0   0   0    0    0    00
(XEN)  1a 000 00  1    0    0   0   0    0    0    00
(XEN)  1b 000 00  1    0    0   0   0    0    0    00
(XEN)  1c 000 00  1    0    0   0   0    0    0    00
(XEN)  1d 000 00  1    0    0   0   0    0    0    00
(XEN)  1e 000 00  1    0    0   0   0    0    0    00
(XEN)  1f 000 00  1    0    0   0   0    0    0    00
(XEN) Using vector-based indexing
(XEN) IRQ to pin mappings:
(XEN) IRQ240 -> 0:2
(XEN) IRQ48 -> 0:1
(XEN) IRQ56 -> 0:3
(XEN) IRQ241 -> 0:4
(XEN) IRQ64 -> 0:5
(XEN) IRQ72 -> 0:6
(XEN) IRQ80 -> 0:7
(XEN) IRQ88 -> 0:8
(XEN) IRQ96 -> 0:9
(XEN) IRQ104 -> 0:10
(XEN) IRQ112 -> 0:11
(XEN) IRQ120 -> 0:12
(XEN) IRQ136 -> 0:13
(XEN) IRQ144 -> 0:14
(XEN) IRQ152 -> 0:15
(XEN) .................................... done.
(XEN) Using local APIC timer interrupts.
(XEN) calibrating APIC timer ...
(XEN) ..... CPU clock speed is 3200.1257 MHz.
(XEN) ..... host bus clock speed is 200.0078 MHz.
(XEN) ..... bus_scale = 0xccd7
(XEN) [2014-10-08 19:10:16.147] Platform timer is 14.318MHz HPET
(XEN) [2014-10-08 19:10:16.168] Allocated console ring of 64 KiB.
(XEN) [2014-10-08 19:10:16.174] HVM: ASIDs enabled.
(XEN) [2014-10-08 19:10:16.180] SVM: Supported advanced features:
(XEN) [2014-10-08 19:10:16.186]  - Nested Page Tables (NPT)
(XEN) [2014-10-08 19:10:16.192]  - Last Branch Record (LBR) Virtualisation
(XEN) [2014-10-08 19:10:16.198]  - Next-RIP Saved on #VMEXIT
(XEN) [2014-10-08 19:10:16.204]  - Pause-Intercept Filter
(XEN) [2014-10-08 19:10:16.210] HVM: SVM enabled
(XEN) [2014-10-08 19:10:16.216] HVM: Hardware Assisted Paging (HAP) detected
(XEN) [2014-10-08 19:10:16.223] HVM: HAP page sizes: 4kB, 2MB, 1GB
(XEN) [2014-10-08 19:10:16.229] HVM: PVH mode not supported on this platform
(XEN) [2014-10-08 19:10:16.256] masked ExtINT on CPU#1
(XEN) [2014-10-08 19:10:16.282] masked ExtINT on CPU#2
(XEN) [2014-10-08 19:10:16.309] masked ExtINT on CPU#3
(XEN) [2014-10-08 19:10:16.336] masked ExtINT on CPU#4
(XEN) [2014-10-08 19:10:16.362] masked ExtINT on CPU#5
(XEN) [2014-10-08 19:10:16.369] Brought up 6 CPUs
(XEN) [2014-10-08 19:10:16.399] ACPI sleep modes: S3
(XEN) [2014-10-08 19:10:16.405] MCA: Use hw thresholding to adjust polling frequency
(XEN) [2014-10-08 19:10:16.412] mcheck_poll: Machine check polling timer started.
(XEN) [2014-10-08 19:10:16.418] Xenoprofile: Failed to setup IBS LVT offset, IBSCTL = 0xffffffff
(XEN) [2014-10-08 19:10:16.425] *** LOADING DOMAIN 0 ***
(XEN) [2014-10-08 19:10:16.596] elf_parse_binary: phdr: paddr=0x1000000 memsz=0x108a000
(XEN) [2014-10-08 19:10:16.602] elf_parse_binary: phdr: paddr=0x2200000 memsz=0x108000
(XEN) [2014-10-08 19:10:16.609] elf_parse_binary: phdr: paddr=0x2308000 memsz=0x14580
(XEN) [2014-10-08 19:10:16.616] elf_parse_binary: phdr: paddr=0x231d000 memsz=0x130d000
(XEN) [2014-10-08 19:10:16.623] elf_parse_binary: memory: 0x1000000 -> 0x362a000
(XEN) [2014-10-08 19:10:16.630] elf_xen_parse_note: GUEST_OS = "linux"
(XEN) [2014-10-08 19:10:16.638] elf_xen_parse_note: GUEST_VERSION = "2.6"
(XEN) [2014-10-08 19:10:16.645] elf_xen_parse_note: XEN_VERSION = "xen-3.0"
(XEN) [2014-10-08 19:10:16.652] elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000
(XEN) [2014-10-08 19:10:16.659] elf_xen_parse_note: ENTRY = 0xffffffff8231d1f0
(XEN) [2014-10-08 19:10:16.667] elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000
(XEN) [2014-10-08 19:10:16.674] elf_xen_parse_note: FEATURES = "!writable_page_tables|pae_pgdir_above_4gb|writable_descriptor_tables|auto_translated_physmap|supervisor_mode_kernel"
(XEN) [2014-10-08 19:10:16.689] elf_xen_parse_note: SUPPORTED_FEATURES = 0x90d
(XEN) [2014-10-08 19:10:16.697] elf_xen_parse_note: PAE_MODE = "yes"
(XEN) [2014-10-08 19:10:16.705] elf_xen_parse_note: LOADER = "generic"
(XEN) [2014-10-08 19:10:16.713] elf_xen_parse_note: unknown xen elf note (0xd)
(XEN) [2014-10-08 19:10:16.721] elf_xen_parse_note: SUSPEND_CANCEL = 0x1
(XEN) [2014-10-08 19:10:16.729] elf_xen_parse_note: HV_START_LOW = 0xffff800000000000
(XEN) [2014-10-08 19:10:16.737] elf_xen_parse_note: PADDR_OFFSET = 0x0
(XEN) [2014-10-08 19:10:16.746] elf_xen_addr_calc_check: addresses:
(XEN) [2014-10-08 19:10:16.754]     virt_base        = 0xffffffff80000000
(XEN) [2014-10-08 19:10:16.763]     elf_paddr_offset = 0x0
(XEN) [2014-10-08 19:10:16.771]     virt_offset      = 0xffffffff80000000
(XEN) [2014-10-08 19:10:16.780]     virt_kstart      = 0xffffffff81000000
(XEN) [2014-10-08 19:10:16.789]     virt_kend        = 0xffffffff8362a000
(XEN) [2014-10-08 19:10:16.798]     virt_entry       = 0xffffffff8231d1f0
(XEN) [2014-10-08 19:10:16.807]     p2m_base         = 0xffffffffffffffff
(XEN) [2014-10-08 19:10:16.816]  Xen  kernel: 64-bit, lsb, compat32
(XEN) [2014-10-08 19:10:16.826]  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x362a000
(XEN) [2014-10-08 19:10:16.836] PHYSICAL MEMORY ARRANGEMENT:
(XEN) [2014-10-08 19:10:16.845]  Dom0 alloc.:   0000000548000000->000000054c000000 (372939 pages to be allocated)
(XEN) [2014-10-08 19:10:16.856]  Init. ramdisk: 000000055f0cb000->000000055ffff600
(XEN) [2014-10-08 19:10:16.866] VIRTUAL MEMORY ARRANGEMENT:
(XEN) [2014-10-08 19:10:16.876]  Loaded kernel: ffffffff81000000->ffffffff8362a000
(XEN) [2014-10-08 19:10:16.886]  Init. ramdisk: ffffffff8362a000->ffffffff8455e600
(XEN) [2014-10-08 19:10:16.896]  Phys-Mach map: ffffffff8455f000->ffffffff8485f000
(XEN) [2014-10-08 19:10:16.907]  Start info:    ffffffff8485f000->ffffffff8485f4b4
(XEN) [2014-10-08 19:10:16.917]  Page tables:   ffffffff84860000->ffffffff84889000
(XEN) [2014-10-08 19:10:16.928]  Boot stack:    ffffffff84889000->ffffffff8488a000
(XEN) [2014-10-08 19:10:16.938]  TOTAL:         ffffffff80000000->ffffffff84c00000
(XEN) [2014-10-08 19:10:16.949]  ENTRY ADDRESS: ffffffff8231d1f0
(XEN) [2014-10-08 19:10:16.961] Dom0 has maximum 6 VCPUs
(XEN) [2014-10-08 19:10:16.972] elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff8208a000
(XEN) [2014-10-08 19:10:16.989] elf_load_binary: phdr 1 at 0xffffffff82200000 -> 0xffffffff82308000
(XEN) [2014-10-08 19:10:17.001] elf_load_binary: phdr 2 at 0xffffffff82308000 -> 0xffffffff8231c580
(XEN) [2014-10-08 19:10:17.012] elf_load_binary: phdr 3 at 0xffffffff8231d000 -> 0xffffffff82429000
(XEN) [2014-10-08 19:10:18.158] Scrubbing Free RAM on 1 nodes using 6 CPUs
(XEN) [2014-10-08 19:10:18.262] .............................done.
(XEN) [2014-10-08 19:10:21.348] Initial low memory virq threshold set at 0x4000 pages.
(XEN) [2014-10-08 19:10:21.359] Std. Loglevel: All
(XEN) [2014-10-08 19:10:21.370] Guest Loglevel: All
(XEN) [2014-10-08 19:10:21.381] Xen is relinquishing VGA console.
(XEN) [2014-10-08 19:10:21.477] *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) [2014-10-08 19:10:21.477] Freed 272kB init memory.
(XEN) [2014-10-08 19:10:21.630] IOAPIC[0]: Set PCI routing entry (6-9 -> 0x60 -> IRQ 9 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:21.657] traps.c:2579:d0v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(XEN) [2014-10-08 19:10:21.983] PCI add device 0000:00:00.0
(XEN) [2014-10-08 19:10:21.984] PCI add device 0000:00:00.2
(XEN) [2014-10-08 19:10:21.984] PCI add device 0000:00:02.0
(XEN) [2014-10-08 19:10:21.984] PCI add device 0000:00:03.0
(XEN) [2014-10-08 19:10:21.985] PCI add device 0000:00:05.0
(XEN) [2014-10-08 19:10:21.985] PCI add device 0000:00:06.0
(XEN) [2014-10-08 19:10:21.985] PCI add device 0000:00:09.0
(XEN) [2014-10-08 19:10:21.986] PCI add device 0000:00:0a.0
(XEN) [2014-10-08 19:10:21.986] PCI add device 0000:00:0b.0
(XEN) [2014-10-08 19:10:21.987] PCI add device 0000:00:0c.0
(XEN) [2014-10-08 19:10:21.987] PCI add device 0000:00:0d.0
(XEN) [2014-10-08 19:10:21.987] PCI add device 0000:00:11.0
(XEN) [2014-10-08 19:10:21.988] PCI add device 0000:00:12.0
(XEN) [2014-10-08 19:10:21.988] PCI add device 0000:00:12.2
(XEN) [2014-10-08 19:10:21.989] PCI add device 0000:00:13.0
(XEN) [2014-10-08 19:10:21.989] PCI add device 0000:00:13.2
(XEN) [2014-10-08 19:10:21.989] PCI add device 0000:00:14.0
(XEN) [2014-10-08 19:10:21.990] PCI add device 0000:00:14.2
(XEN) [2014-10-08 19:10:21.990] PCI add device 0000:00:14.3
(XEN) [2014-10-08 19:10:21.990] PCI add device 0000:00:14.4
(XEN) [2014-10-08 19:10:21.991] PCI add device 0000:00:14.5
(XEN) [2014-10-08 19:10:21.991] PCI add device 0000:00:15.0
(XEN) [2014-10-08 19:10:21.991] PCI add device 0000:00:16.0
(XEN) [2014-10-08 19:10:21.992] PCI add device 0000:00:16.2
(XEN) [2014-10-08 19:10:21.992] PCI add device 0000:00:18.0
(XEN) [2014-10-08 19:10:21.992] PCI add device 0000:00:18.1
(XEN) [2014-10-08 19:10:21.993] PCI add device 0000:00:18.2
(XEN) [2014-10-08 19:10:21.993] PCI add device 0000:00:18.3
(XEN) [2014-10-08 19:10:21.993] PCI add device 0000:00:18.4
(XEN) [2014-10-08 19:10:21.994] PCI add device 0000:0f:00.0
(XEN) [2014-10-08 19:10:21.994] PCI add device 0000:0f:00.1
(XEN) [2014-10-08 19:10:21.999] PCI add device 0000:0e:00.0
(XEN) [2014-10-08 19:10:21.999] PCI add device 0000:0e:00.1
(XEN) [2014-10-08 19:10:22.006] PCI add device 0000:0d:00.0
(XEN) [2014-10-08 19:10:22.012] PCI add device 0000:0c:00.0
(XEN) [2014-10-08 19:10:22.019] PCI add device 0000:0b:00.0
(XEN) [2014-10-08 19:10:22.026] PCI add device 0000:0a:00.0
(XEN) [2014-10-08 19:10:22.033] PCI add device 0000:09:00.0
(XEN) [2014-10-08 19:10:22.033] PCI add device 0000:09:00.1
(XEN) [2014-10-08 19:10:22.039] PCI add device 0000:05:00.0
(XEN) [2014-10-08 19:10:22.046] PCI add device 0000:06:01.0
(XEN) [2014-10-08 19:10:22.047] PCI add device 0000:06:02.0
(XEN) [2014-10-08 19:10:22.047] PCI add device 0000:08:00.0
(XEN) [2014-10-08 19:10:22.048] PCI add device 0000:07:00.0
(XEN) [2014-10-08 19:10:22.053] PCI add device 0000:04:00.0
(XEN) [2014-10-08 19:10:22.060] PCI add device 0000:03:06.0
(XEN) [2014-10-08 19:10:22.061] IOAPIC[0]: Set PCI routing entry (6-13 -> 0x88 -> IRQ 13 Mode:0 Active:0)
(XEN) [2014-10-08 19:10:22.076] PCI: Using MCFG for segment 0000 bus 00-ff
(XEN) [2014-10-08 19:10:22.072] IOAPIC[0]: Set PCI routing entry (6-8 -> 0x58 -> IRQ 8 Mode:0 Active:0)
(XEN) [2014-10-08 19:10:22.088] IOAPIC[0]: Set PCI routing entry (6-18 -> 0xa0 -> IRQ 18 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:22.165] IOAPIC[0]: Set PCI routing entry (6-17 -> 0xa8 -> IRQ 17 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:22.395] IOAPIC[1]: Set PCI routing entry (7-29 -> 0xb0 -> IRQ 53 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:22.395] IOAPIC[1]: Set PCI routing entry (7-24 -> 0xb8 -> IRQ 48 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:22.396] IOAPIC[1]: Set PCI routing entry (7-30 -> 0xc0 -> IRQ 54 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:22.396] IOAPIC[1]: Set PCI routing entry (7-12 -> 0xc8 -> IRQ 36 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:22.396] IOAPIC[1]: Set PCI routing entry (7-13 -> 0xd0 -> IRQ 37 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:22.396] IOAPIC[1]: Set PCI routing entry (7-16 -> 0xd8 -> IRQ 40 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:22.466] IOAPIC[1]: Set PCI routing entry (7-28 -> 0x21 -> IRQ 52 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:22.469] IOAPIC[0]: Set PCI routing entry (6-16 -> 0x71 -> IRQ 16 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:22.469] IOAPIC[1]: Set PCI routing entry (7-14 -> 0x91 -> IRQ 38 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:22.521] IOAPIC[0]: Set PCI routing entry (6-22 -> 0xa1 -> IRQ 22 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:25.013] IOAPIC[1]: Set PCI routing entry (7-9 -> 0xa9 -> IRQ 33 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:25.150] IOAPIC[1]: Set PCI routing entry (7-8 -> 0xb1 -> IRQ 32 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:25.279] IOAPIC[1]: Set PCI routing entry (7-23 -> 0xb9 -> IRQ 47 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:27.580] IOAPIC[1]: Set PCI routing entry (7-5 -> 0xc1 -> IRQ 29 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:27.712] IOAPIC[1]: Set PCI routing entry (7-4 -> 0xc9 -> IRQ 28 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:27.912] IOAPIC[0]: Set PCI routing entry (6-19 -> 0xd1 -> IRQ 19 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:28.100] IOAPIC[1]: Set PCI routing entry (7-22 -> 0x5a -> IRQ 46 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:28.166] IOAPIC[1]: Set PCI routing entry (7-27 -> 0x6a -> IRQ 51 Mode:1 Active:1)
(XEN) [2014-10-08 19:10:30.353] IOAPIC[1]: Set PCI routing entry (7-1 -> 0x7a -> IRQ 25 Mode:1 Active:1)
(d1) [2014-10-08 19:15:21.153] mapping kernel into physical memory
(d1) [2014-10-08 19:15:21.154] about to get started...
(XEN) [2014-10-08 19:15:21.435] traps.c:2579:d1v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(d2) [2014-10-08 19:15:27.397] mapping kernel into physical memory
(d2) [2014-10-08 19:15:27.397] about to get started...
(XEN) [2014-10-08 19:15:27.478] traps.c:2579:d2v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(d3) [2014-10-08 19:15:33.634] mapping kernel into physical memory
(d3) [2014-10-08 19:15:33.634] about to get started...
(XEN) [2014-10-08 19:15:33.738] traps.c:2579:d3v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(d4) [2014-10-08 19:15:39.627] mapping kernel into physical memory
(d4) [2014-10-08 19:15:39.627] about to get started...
(XEN) [2014-10-08 19:15:39.701] traps.c:2579:d4v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(d5) [2014-10-08 19:15:45.815] mapping kernel into physical memory
(d5) [2014-10-08 19:15:45.816] about to get started...
(XEN) [2014-10-08 19:15:45.907] traps.c:2579:d5v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(XEN) [2014-10-08 19:15:47.860] grant_table.c:295:d0v0 Increased maptrack size to 2 frames
(d6) [2014-10-08 19:15:52.269] mapping kernel into physical memory
(d6) [2014-10-08 19:15:52.269] about to get started...
(XEN) [2014-10-08 19:15:52.383] traps.c:2579:d6v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(XEN) [2014-10-08 19:15:53.100] grant_table.c:295:d0v0 Increased maptrack size to 3 frames
(XEN) [2014-10-08 19:15:55.211] grant_table.c:295:d0v4 Increased maptrack size to 4 frames
(d7) [2014-10-08 19:15:58.542] mapping kernel into physical memory
(d7) [2014-10-08 19:15:58.542] about to get started...
(XEN) [2014-10-08 19:15:58.614] traps.c:2579:d7v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(d8) [2014-10-08 19:16:05.318] mapping kernel into physical memory
(d8) [2014-10-08 19:16:05.318] about to get started...
(XEN) [2014-10-08 19:16:05.394] traps.c:2579:d8v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(d9) [2014-10-08 19:16:12.480] mapping kernel into physical memory
(d9) [2014-10-08 19:16:12.480] about to get started...
(XEN) [2014-10-08 19:16:12.569] traps.c:2579:d9v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(d10) [2014-10-08 19:16:18.615] mapping kernel into physical memory
(d10) [2014-10-08 19:16:18.615] about to get started...
(XEN) [2014-10-08 19:16:18.693] traps.c:2579:d10v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(XEN) [2014-10-08 19:16:20.109] grant_table.c:295:d0v0 Increased maptrack size to 5 frames
(d11) [2014-10-08 19:16:24.792] mapping kernel into physical memory
(d11) [2014-10-08 19:16:24.792] about to get started...
(XEN) [2014-10-08 19:16:24.887] traps.c:2579:d11v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(d12) [2014-10-08 19:16:31.251] mapping kernel into physical memory
(d12) [2014-10-08 19:16:31.251] about to get started...
(XEN) [2014-10-08 19:16:31.342] traps.c:2579:d12v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(d13) [2014-10-08 19:16:37.900] mapping kernel into physical memory
(d13) [2014-10-08 19:16:37.900] about to get started...
(XEN) [2014-10-08 19:16:38.130] traps.c:2579:d13v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(XEN) [2014-10-08 19:16:42.389] grant_table.c:295:d0v0 Increased maptrack size to 6 frames
(d14) [2014-10-08 19:16:44.335] mapping kernel into physical memory
(d14) [2014-10-08 19:16:44.335] about to get started...
(XEN) [2014-10-08 19:16:44.428] traps.c:2579:d14v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(d15) [2014-10-08 19:16:51.177] mapping kernel into physical memory
(d15) [2014-10-08 19:16:51.178] about to get started...
(XEN) [2014-10-08 19:16:51.272] traps.c:2579:d15v0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(XEN) [2014-10-08 19:17:00.012] io.c:280: d16: bind: m_gsi=37 g_gsi=36 dev=00.00.5 intx=0
(XEN) [2014-10-08 19:17:01.586] io.c:280: d16: bind: m_gsi=47 g_gsi=40 dev=00.00.6 intx=0
(d16) [2014-10-08 19:17:01.602] HVM Loader
(d16) [2014-10-08 19:17:01.602] Detected Xen v4.5-unstable
(d16) [2014-10-08 19:17:01.602] Xenbus rings @0xfeffc000, event channel 1
(d16) [2014-10-08 19:17:01.602] System requested SeaBIOS
(d16) [2014-10-08 19:17:01.602] CPU speed is 3200 MHz
(d16) [2014-10-08 19:17:01.602] Relocating guest memory for lowmem MMIO space disabled
(XEN) [2014-10-08 19:17:01.602] irq.c:270: Dom16 PCI link 0 changed 0 -> 5
(d16) [2014-10-08 19:17:01.602] PCI-ISA link 0 routed to IRQ5
(XEN) [2014-10-08 19:17:01.603] irq.c:270: Dom16 PCI link 1 changed 0 -> 10
(d16) [2014-10-08 19:17:01.603] PCI-ISA link 1 routed to IRQ10
(XEN) [2014-10-08 19:17:01.603] irq.c:270: Dom16 PCI link 2 changed 0 -> 11
(d16) [2014-10-08 19:17:01.603] PCI-ISA link 2 routed to IRQ11
(XEN) [2014-10-08 19:17:01.603] irq.c:270: Dom16 PCI link 3 changed 0 -> 5
(d16) [2014-10-08 19:17:01.603] PCI-ISA link 3 routed to IRQ5
(d16) [2014-10-08 19:17:01.620] pci dev 01:2 INTD->IRQ5
(d16) [2014-10-08 19:17:01.627] pci dev 01:3 INTA->IRQ10
(d16) [2014-10-08 19:17:01.632] pci dev 02:0 INTA->IRQ11
(d16) [2014-10-08 19:17:01.642] pci dev 04:0 INTA->IRQ5
(d16) [2014-10-08 19:17:01.648] pci dev 05:0 INTA->IRQ10
(d16) [2014-10-08 19:17:01.654] pci dev 06:0 INTA->IRQ11
(d16) [2014-10-08 19:17:01.697] No RAM in high memory; setting high_mem resource base to 100000000
(d16) [2014-10-08 19:17:01.698] pci dev 03:0 bar 10 size 002000000: 0f0000008
(d16) [2014-10-08 19:17:01.700] pci dev 02:0 bar 14 size 001000000: 0f2000008
(d16) [2014-10-08 19:17:01.702] pci dev 06:0 bar 10 size 000200000: 0f3000004
(XEN) [2014-10-08 19:17:01.702] memory_map:add: dom16 gfn=f3000 mfn=fe200 nr=200
(d16) [2014-10-08 19:17:01.708] pci dev 04:0 bar 30 size 000040000: 0f3200000
(d16) [2014-10-08 19:17:01.710] pci dev 04:0 bar 10 size 000020000: 0f3240000
(d16) [2014-10-08 19:17:01.710] pci dev 03:0 bar 30 size 000010000: 0f3260000
(d16) [2014-10-08 19:17:01.710] pci dev 05:0 bar 10 size 000002000: 0f3270004
(XEN) [2014-10-08 19:17:01.711] memory_map:add: dom16 gfn=f3270 mfn=fe0fe nr=1
(d16) [2014-10-08 19:17:01.717] pci dev 03:0 bar 14 size 000001000: 0f3272000
(d16) [2014-10-08 19:17:01.718] pci dev 02:0 bar 10 size 000000100: 00000c001
(d16) [2014-10-08 19:17:01.720] pci dev 04:0 bar 14 size 000000040: 00000c101
(d16) [2014-10-08 19:17:01.723] pci dev 01:2 bar 20 size 000000020: 00000c141
(d16) [2014-10-08 19:17:01.725] pci dev 01:1 bar 20 size 000000010: 00000c161
(d16) [2014-10-08 19:17:01.728] Multiprocessor initialisation:
(d16) [2014-10-08 19:17:01.752]  - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d16) [2014-10-08 19:17:01.776]  - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d16) [2014-10-08 19:17:01.798]  - CPU2 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d16) [2014-10-08 19:17:01.823]  - CPU3 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d16) [2014-10-08 19:17:01.823] Testing HVM environment:
(d16) [2014-10-08 19:17:01.831]  - REP INSB across page boundaries ... passed
(d16) [2014-10-08 19:17:01.835]  - GS base MSRs and SWAPGS ... passed
(d16) [2014-10-08 19:17:01.835] Passed 2 of 2 tests
(d16) [2014-10-08 19:17:01.835] Writing SMBIOS tables ...
(d16) [2014-10-08 19:17:01.835] Loading SeaBIOS ...
(d16) [2014-10-08 19:17:01.836] Creating MP tables ...
(d16) [2014-10-08 19:17:01.836] Loading ACPI ...
(d16) [2014-10-08 19:17:01.837] vm86 TSS at fc00a200
(d16) [2014-10-08 19:17:01.837] BIOS map:
(d16) [2014-10-08 19:17:01.837]  10000-100d3: Scratch space
(d16) [2014-10-08 19:17:01.837]  c0000-fffff: Main BIOS
(d16) [2014-10-08 19:17:01.837] E820 table:
(d16) [2014-10-08 19:17:01.837]  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d16) [2014-10-08 19:17:01.837]  HOLE: 00000000:000a0000 - 00000000:000c0000
(d16) [2014-10-08 19:17:01.837]  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d16) [2014-10-08 19:17:01.837]  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d16) [2014-10-08 19:17:01.837]  HOLE: 00000000:3f800000 - 00000000:fc000000
(d16) [2014-10-08 19:17:01.837]  [03]: 00000000:fc000000 - 00000001:00000000: RESERVED
(d16) [2014-10-08 19:17:01.837] Invoking SeaBIOS ...
(d16) [2014-10-08 19:17:01.840] SeaBIOS (version rel-1.7.5-0-ge51488c-20141007_113543-serveerstertje)
(d16) [2014-10-08 19:17:01.840] 
(d16) [2014-10-08 19:17:01.840] Found Xen hypervisor signature at 40000000
(d16) [2014-10-08 19:17:01.840] Running on QEMU (i440fx)
(d16) [2014-10-08 19:17:01.840] xen: copy e820...
(d16) [2014-10-08 19:17:01.840] Relocating init from 0x000df629 to 0x3f7ae600 (size 71995)
(d16) [2014-10-08 19:17:01.843] CPU Mhz=3200
(d16) [2014-10-08 19:17:01.847] Found 10 PCI devices (max PCI bus is 00)
(d16) [2014-10-08 19:17:01.847] Allocated Xen hypercall page at 3f7ff000
(d16) [2014-10-08 19:17:01.847] Detected Xen v4.5-unstable
(d16) [2014-10-08 19:17:01.847] xen: copy BIOS tables...
(d16) [2014-10-08 19:17:01.847] Copying SMBIOS entry point from 0x00010010 to 0x000f0f50
(d16) [2014-10-08 19:17:01.847] Copying MPTABLE from 0xfc0011b0/fc0011c0 to 0x000f0e30
(d16) [2014-10-08 19:17:01.847] Copying PIR from 0x00010030 to 0x000f0db0
(d16) [2014-10-08 19:17:01.848] Copying ACPI RSDP from 0x000100b0 to 0x000f0d80
(d16) [2014-10-08 19:17:01.848] Using pmtimer, ioport 0xb008
(d16) [2014-10-08 19:17:01.848] Scan for VGA option rom
(d16) [2014-10-08 19:17:01.863] Running option rom at c000:0003
(XEN) [2014-10-08 19:17:01.870] stdvga.c:147:d16v0 entering stdvga and caching modes
(d16) [2014-10-08 19:17:01.896] pmm call arg1=0
(d16) [2014-10-08 19:17:01.897] Turning on vga text mode console
(d16) [2014-10-08 19:17:02.001] SeaBIOS (version rel-1.7.5-0-ge51488c-20141007_113543-serveerstertje)
(d16) [2014-10-08 19:17:02.013] Machine UUID f0de093f-336c-4181-80b3-f5651b54f4e8
(d16) [2014-10-08 19:17:02.013] XHCI init on dev 00:05.0: regs @ 0xf3270000, 4 ports, 32 slots, 32 byte context
(d16) [2014-10-08 19:17:02.013] s
(d16) [2014-10-08 19:17:02.013] XHCI    extcap 0x1 @ f3270500
(d16) [2014-10-08 19:17:02.013] XHCI    protocol USB  3.00, 2 ports (offset 1), def 0
(d16) [2014-10-08 19:17:02.013] XHCI    protocol USB  2.00, 2 ports (offset 3), def 0
(d16) [2014-10-08 19:17:02.014] UHCI init on dev 00:01.2 (io=c140)
(d16) [2014-10-08 19:17:02.015] Found 0 lpt ports
(d16) [2014-10-08 19:17:02.015] Found 0 serial ports
(d16) [2014-10-08 19:17:02.016] ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d16) [2014-10-08 19:17:02.018] ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d16) [2014-10-08 19:17:02.021] ata0-0: QEMU HARDDISK ATA-7 Hard-Disk (10240 MiBytes)
(d16) [2014-10-08 19:17:02.021] Searching bootorder for: /pci@i0cf8/*@1,1/drive@0/disk@0
(d16) [2014-10-08 19:17:02.022] ata0-1: QEMU HARDDISK ATA-7 Hard-Disk (300 GiBytes)
(d16) [2014-10-08 19:17:02.022] Searching bootorder for: /pci@i0cf8/*@1,1/drive@0/disk@1
(d16) [2014-10-08 19:17:02.120] PS2 keyboard initialized
(d16) [2014-10-08 19:17:02.166] XHCI port #4: 0x00200a03, powered, enabled, pls 0, speed 2 [Low]
(d16) [2014-10-08 19:17:02.196] XHCI no devices found
(d16) [2014-10-08 19:17:02.207] All threads complete.
(d16) [2014-10-08 19:17:02.207] Scan for option roms
(d16) [2014-10-08 19:17:02.229] Running option rom at c980:0003
(d16) [2014-10-08 19:17:02.234] pmm call arg1=1
(d16) [2014-10-08 19:17:02.234] pmm call arg1=0
(d16) [2014-10-08 19:17:02.236] pmm call arg1=1
(d16) [2014-10-08 19:17:02.236] pmm call arg1=0
(d16) [2014-10-08 19:17:02.251] Searching bootorder for: /pci@i0cf8/*@4
(d16) [2014-10-08 19:17:02.251] 
(d16) [2014-10-08 19:17:02.258] Press F12 for boot menu.
(d16) [2014-10-08 19:17:02.258] 
(d16) [2014-10-08 19:17:04.809] Searching bootorder for: HALT
(d16) [2014-10-08 19:17:04.809] drive 0x000f0d30: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=20971520
(d16) [2014-10-08 19:17:04.809] drive 0x000f0d00: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=629145600
(d16) [2014-10-08 19:17:04.809] 
(d16) [2014-10-08 19:17:04.809] Space available for UMB: ca800-ef000, f0000-f0d00
(d16) [2014-10-08 19:17:04.809] Returned 253952 bytes of ZoneHigh
(d16) [2014-10-08 19:17:04.809] e820 map has 6 items:
(d16) [2014-10-08 19:17:04.809]   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d16) [2014-10-08 19:17:04.809]   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d16) [2014-10-08 19:17:04.809]   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d16) [2014-10-08 19:17:04.809]   3: 0000000000100000 - 000000003f7fe000 = 1 RAM
(d16) [2014-10-08 19:17:04.809]   4: 000000003f7fe000 - 000000003f800000 = 2 RESERVED
(d16) [2014-10-08 19:17:04.809]   5: 00000000fc000000 - 0000000100000000 = 2 RESERVED
(d16) [2014-10-08 19:17:04.810] enter handle_19:
(d16) [2014-10-08 19:17:04.810]   NULL
(d16) [2014-10-08 19:17:04.815] Booting from Hard Disk...
(d16) [2014-10-08 19:17:04.817] Booting from 0000:7c00
(XEN) [2014-10-08 19:17:09.914] io.c:280: d17: bind: m_gsi=40 g_gsi=36 dev=00.00.5 intx=0
(d17) [2014-10-08 19:17:10.133] HVM Loader
(d17) [2014-10-08 19:17:10.133] Detected Xen v4.5-unstable
(d17) [2014-10-08 19:17:10.133] Xenbus rings @0xfeffc000, event channel 1
(d17) [2014-10-08 19:17:10.134] System requested SeaBIOS
(d17) [2014-10-08 19:17:10.134] CPU speed is 3200 MHz
(d17) [2014-10-08 19:17:10.134] Relocating guest memory for lowmem MMIO space disabled
(XEN) [2014-10-08 19:17:10.134] irq.c:270: Dom17 PCI link 0 changed 0 -> 5
(d17) [2014-10-08 19:17:10.134] PCI-ISA link 0 routed to IRQ5
(XEN) [2014-10-08 19:17:10.135] irq.c:270: Dom17 PCI link 1 changed 0 -> 10
(d17) [2014-10-08 19:17:10.135] PCI-ISA link 1 routed to IRQ10
(XEN) [2014-10-08 19:17:10.140] irq.c:270: Dom17 PCI link 2 changed 0 -> 11
(d17) [2014-10-08 19:17:10.140] PCI-ISA link 2 routed to IRQ11
(XEN) [2014-10-08 19:17:10.140] irq.c:270: Dom17 PCI link 3 changed 0 -> 5
(d17) [2014-10-08 19:17:10.141] PCI-ISA link 3 routed to IRQ5
(d17) [2014-10-08 19:17:10.159] pci dev 01:3 INTA->IRQ10
(d17) [2014-10-08 19:17:10.163] pci dev 02:0 INTA->IRQ11
(d17) [2014-10-08 19:17:10.175] pci dev 04:0 INTA->IRQ5
(d17) [2014-10-08 19:17:10.182] pci dev 05:0 INTA->IRQ10
(d17) [2014-10-08 19:17:10.232] No RAM in high memory; setting high_mem resource base to 100000000
(d17) [2014-10-08 19:17:10.232] pci dev 03:0 bar 10 size 002000000: 0f0000008
(d17) [2014-10-08 19:17:10.234] pci dev 02:0 bar 14 size 001000000: 0f2000008
(d17) [2014-10-08 19:17:10.236] pci dev 04:0 bar 30 size 000040000: 0f3000000
(d17) [2014-10-08 19:17:10.238] pci dev 04:0 bar 10 size 000020000: 0f3040000
(d17) [2014-10-08 19:17:10.238] pci dev 03:0 bar 30 size 000010000: 0f3060000
(d17) [2014-10-08 19:17:10.239] pci dev 05:0 bar 10 size 000002000: 0f3070004
(XEN) [2014-10-08 19:17:10.239] memory_map:add: dom17 gfn=f3070 mfn=fddfe nr=1
(d17) [2014-10-08 19:17:10.244] pci dev 03:0 bar 14 size 000001000: 0f3072000
(d17) [2014-10-08 19:17:10.244] pci dev 02:0 bar 10 size 000000100: 00000c001
(d17) [2014-10-08 19:17:10.247] pci dev 04:0 bar 14 size 000000040: 00000c101
(d17) [2014-10-08 19:17:10.249] pci dev 01:1 bar 20 size 000000010: 00000c141
(d17) [2014-10-08 19:17:10.251] Multiprocessor initialisation:
(d17) [2014-10-08 19:17:10.274]  - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d17) [2014-10-08 19:17:10.295]  - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d17) [2014-10-08 19:17:10.315]  - CPU2 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d17) [2014-10-08 19:17:10.315] Testing HVM environment:
(d17) [2014-10-08 19:17:10.325]  - REP INSB across page boundaries ... passed
(d17) [2014-10-08 19:17:10.329]  - GS base MSRs and SWAPGS ... passed
(d17) [2014-10-08 19:17:10.329] Passed 2 of 2 tests
(d17) [2014-10-08 19:17:10.329] Writing SMBIOS tables ...
(d17) [2014-10-08 19:17:10.330] Loading SeaBIOS ...
(d17) [2014-10-08 19:17:10.330] Creating MP tables ...
(d17) [2014-10-08 19:17:10.330] Loading ACPI ...
(d17) [2014-10-08 19:17:10.332] vm86 TSS at fc00a200
(d17) [2014-10-08 19:17:10.333] BIOS map:
(d17) [2014-10-08 19:17:10.333]  10000-100d3: Scratch space
(d17) [2014-10-08 19:17:10.333]  c0000-fffff: Main BIOS
(d17) [2014-10-08 19:17:10.333] E820 table:
(d17) [2014-10-08 19:17:10.333]  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d17) [2014-10-08 19:17:10.333]  HOLE: 00000000:000a0000 - 00000000:000c0000
(d17) [2014-10-08 19:17:10.333]  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d17) [2014-10-08 19:17:10.333]  [02]: 00000000:00100000 - 00000000:1f800000: RAM
(d17) [2014-10-08 19:17:10.333]  HOLE: 00000000:1f800000 - 00000000:fc000000
(d17) [2014-10-08 19:17:10.333]  [03]: 00000000:fc000000 - 00000001:00000000: RESERVED
(d17) [2014-10-08 19:17:10.333] Invoking SeaBIOS ...
(d17) [2014-10-08 19:17:10.336] SeaBIOS (version rel-1.7.5-0-ge51488c-20141007_113543-serveerstertje)
(d17) [2014-10-08 19:17:10.336] 
(d17) [2014-10-08 19:17:10.336] Found Xen hypervisor signature at 40000000
(d17) [2014-10-08 19:17:10.336] Running on QEMU (i440fx)
(d17) [2014-10-08 19:17:10.336] xen: copy e820...
(d17) [2014-10-08 19:17:10.336] Relocating init from 0x000df629 to 0x1f7ae600 (size 71995)
(d17) [2014-10-08 19:17:10.339] CPU Mhz=3201
(d17) [2014-10-08 19:17:10.344] Found 8 PCI devices (max PCI bus is 00)
(d17) [2014-10-08 19:17:10.344] Allocated Xen hypercall page at 1f7ff000
(d17) [2014-10-08 19:17:10.344] Detected Xen v4.5-unstable
(d17) [2014-10-08 19:17:10.344] xen: copy BIOS tables...
(d17) [2014-10-08 19:17:10.344] Copying SMBIOS entry point from 0x00010010 to 0x000f0f50
(d17) [2014-10-08 19:17:10.344] Copying MPTABLE from 0xfc001190/fc0011a0 to 0x000f0e40
(d17) [2014-10-08 19:17:10.344] Copying PIR from 0x00010030 to 0x000f0dc0
(d17) [2014-10-08 19:17:10.344] Copying ACPI RSDP from 0x000100b0 to 0x000f0d90
(d17) [2014-10-08 19:17:10.344] Using pmtimer, ioport 0xb008
(d17) [2014-10-08 19:17:10.344] Scan for VGA option rom
(d17) [2014-10-08 19:17:10.361] Running option rom at c000:0003
(XEN) [2014-10-08 19:17:10.370] stdvga.c:147:d17v0 entering stdvga and caching modes
(d17) [2014-10-08 19:17:10.398] pmm call arg1=0
(d17) [2014-10-08 19:17:10.399] Turning on vga text mode console
(d17) [2014-10-08 19:17:10.520] SeaBIOS (version rel-1.7.5-0-ge51488c-20141007_113543-serveerstertje)
(d17) [2014-10-08 19:17:10.534] Machine UUID a0d31d09-e328-4da1-ae4e-2526250ce8ce
(d17) [2014-10-08 19:17:10.535] XHCI init on dev 00:05.0: regs @ 0xf3070000, 4 ports, 32 slots, 32 byte context
(d17) [2014-10-08 19:17:10.535] s
(d17) [2014-10-08 19:17:10.535] XHCI    extcap 0x1 @ f3070500
(d17) [2014-10-08 19:17:10.535] XHCI    protocol USB  3.00, 2 ports (offset 1), def 0
(d17) [2014-10-08 19:17:10.535] XHCI    protocol USB  2.00, 2 ports (offset 3), def 0
(d17) [2014-10-08 19:17:10.536] Found 0 lpt ports
(d17) [2014-10-08 19:17:10.537] Found 1 serial ports
(d17) [2014-10-08 19:17:10.537] ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d17) [2014-10-08 19:17:10.538] ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d17) [2014-10-08 19:17:10.542] ata0-0: QEMU HARDDISK ATA-7 Hard-Disk (5120 MiBytes)
(d17) [2014-10-08 19:17:10.542] Searching bootorder for: /pci@i0cf8/*@1,1/drive@0/disk@0
(d17) [2014-10-08 19:17:10.640] PS2 keyboard initialized
(d17) [2014-10-08 19:17:10.687] XHCI port #4: 0x00200e03, powered, enabled, pls 0, speed 3 [High]
(d17) [2014-10-08 19:17:10.701] XHCI no devices found
(d17) [2014-10-08 19:17:10.708] All threads complete.
(d17) [2014-10-08 19:17:10.708] Scan for option roms
(d17) [2014-10-08 19:17:10.729] Running option rom at c980:0003
(d17) [2014-10-08 19:17:10.736] pmm call arg1=1
(d17) [2014-10-08 19:17:10.737] pmm call arg1=0
(d17) [2014-10-08 19:17:10.738] pmm call arg1=1
(d17) [2014-10-08 19:17:10.738] pmm call arg1=0
(d17) [2014-10-08 19:17:10.756] Searching bootorder for: /pci@i0cf8/*@4
(d17) [2014-10-08 19:17:10.756] 
(d17) [2014-10-08 19:17:10.763] Press F12 for boot menu.
(d17) [2014-10-08 19:17:10.764] 
(XEN) [2014-10-08 19:17:12.105] stdvga.c:151:d16v0 leaving stdvga
(d17) [2014-10-08 19:17:13.322] Searching bootorder for: HALT
(d17) [2014-10-08 19:17:13.322] drive 0x000f0d40: PCHS=10402/16/63 translation=lba LCHS=652/255/63 s=10485760
(d17) [2014-10-08 19:17:13.322] Space available for UMB: ca800-ef000, f0000-f0d40
(d17) [2014-10-08 19:17:13.322] Returned 253952 bytes of ZoneHigh
(d17) [2014-10-08 19:17:13.322] e820 map has 6 items:
(d17) [2014-10-08 19:17:13.322]   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d17) [2014-10-08 19:17:13.322]   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d17) [2014-10-08 19:17:13.322]   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d17) [2014-10-08 19:17:13.322]   3: 0000000000100000 - 000000001f7fe000 = 1 RAM
(d17) [2014-10-08 19:17:13.323]   4: 000000001f7fe000 - 000000001f800000 = 2 RESERVED
(d17) [2014-10-08 19:17:13.323]   5: 00000000fc000000 - 0000000100000000 = 2 RESERVED
(d17) [2014-10-08 19:17:13.323] enter handle_19:
(d17) [2014-10-08 19:17:13.323]   NULL
(d17) [2014-10-08 19:17:13.330] Booting from Hard Disk...
(d17) [2014-10-08 19:17:13.332] Booting from 0000:7c00
(d18) [2014-10-08 19:17:17.077] HVM Loader
(d18) [2014-10-08 19:17:17.077] Detected Xen v4.5-unstable
(d18) [2014-10-08 19:17:17.077] Xenbus rings @0xfeffc000, event channel 1
(d18) [2014-10-08 19:17:17.077] System requested SeaBIOS
(d18) [2014-10-08 19:17:17.077] CPU speed is 3200 MHz
(d18) [2014-10-08 19:17:17.077] Relocating guest memory for lowmem MMIO space disabled
(XEN) [2014-10-08 19:17:17.078] irq.c:270: Dom18 PCI link 0 changed 0 -> 5
(d18) [2014-10-08 19:17:17.078] PCI-ISA link 0 routed to IRQ5
(XEN) [2014-10-08 19:17:17.078] irq.c:270: Dom18 PCI link 1 changed 0 -> 10
(d18) [2014-10-08 19:17:17.078] PCI-ISA link 1 routed to IRQ10
(XEN) [2014-10-08 19:17:17.078] irq.c:270: Dom18 PCI link 2 changed 0 -> 11
(d18) [2014-10-08 19:17:17.078] PCI-ISA link 2 routed to IRQ11
(XEN) [2014-10-08 19:17:17.078] irq.c:270: Dom18 PCI link 3 changed 0 -> 5
(d18) [2014-10-08 19:17:17.078] PCI-ISA link 3 routed to IRQ5
(d18) [2014-10-08 19:17:17.099] pci dev 01:3 INTA->IRQ10
(d18) [2014-10-08 19:17:17.104] pci dev 02:0 INTA->IRQ11
(d18) [2014-10-08 19:17:17.116] pci dev 04:0 INTA->IRQ5
(d18) [2014-10-08 19:17:17.173] No RAM in high memory; setting high_mem resource base to 100000000
(d18) [2014-10-08 19:17:17.174] pci dev 03:0 bar 10 size 002000000: 0f0000008
(d18) [2014-10-08 19:17:17.176] pci dev 02:0 bar 14 size 001000000: 0f2000008
(d18) [2014-10-08 19:17:17.178] pci dev 04:0 bar 30 size 000040000: 0f3000000
(d18) [2014-10-08 19:17:17.180] pci dev 04:0 bar 10 size 000020000: 0f3040000
(d18) [2014-10-08 19:17:17.180] pci dev 03:0 bar 30 size 000010000: 0f3060000
(d18) [2014-10-08 19:17:17.182] pci dev 03:0 bar 14 size 000001000: 0f3070000
(d18) [2014-10-08 19:17:17.183] pci dev 02:0 bar 10 size 000000100: 00000c001
(d18) [2014-10-08 19:17:17.185] pci dev 04:0 bar 14 size 000000040: 00000c101
(d18) [2014-10-08 19:17:17.187] pci dev 01:1 bar 20 size 000000010: 00000c141
(d18) [2014-10-08 19:17:17.190] Multiprocessor initialisation:
(d18) [2014-10-08 19:17:17.207]  - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d18) [2014-10-08 19:17:17.225]  - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d18) [2014-10-08 19:17:17.241]  - CPU2 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d18) [2014-10-08 19:17:17.257]  - CPU3 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d18) [2014-10-08 19:17:17.258] Testing HVM environment:
(d18) [2014-10-08 19:17:17.268]  - REP INSB across page boundaries ... passed
(d18) [2014-10-08 19:17:17.272]  - GS base MSRs and SWAPGS ... passed
(d18) [2014-10-08 19:17:17.272] Passed 2 of 2 tests
(d18) [2014-10-08 19:17:17.272] Writing SMBIOS tables ...
(d18) [2014-10-08 19:17:17.273] Loading SeaBIOS ...
(d18) [2014-10-08 19:17:17.273] Creating MP tables ...
(d18) [2014-10-08 19:17:17.273] Loading ACPI ...
(d18) [2014-10-08 19:17:17.275] vm86 TSS at fc00a200
(d18) [2014-10-08 19:17:17.276] BIOS map:
(d18) [2014-10-08 19:17:17.276]  10000-100d3: Scratch space
(d18) [2014-10-08 19:17:17.276]  c0000-fffff: Main BIOS
(d18) [2014-10-08 19:17:17.276] E820 table:
(d18) [2014-10-08 19:17:17.276]  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d18) [2014-10-08 19:17:17.276]  HOLE: 00000000:000a0000 - 00000000:000c0000
(d18) [2014-10-08 19:17:17.276]  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d18) [2014-10-08 19:17:17.276]  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d18) [2014-10-08 19:17:17.276]  HOLE: 00000000:3f800000 - 00000000:fc000000
(d18) [2014-10-08 19:17:17.276]  [03]: 00000000:fc000000 - 00000001:00000000: RESERVED
(d18) [2014-10-08 19:17:17.276] Invoking SeaBIOS ...
(d18) [2014-10-08 19:17:17.279] SeaBIOS (version rel-1.7.5-0-ge51488c-20141007_113543-serveerstertje)
(d18) [2014-10-08 19:17:17.279] 
(d18) [2014-10-08 19:17:17.279] Found Xen hypervisor signature at 40000000
(d18) [2014-10-08 19:17:17.280] Running on QEMU (i440fx)
(d18) [2014-10-08 19:17:17.280] xen: copy e820...
(d18) [2014-10-08 19:17:17.280] Relocating init from 0x000df629 to 0x3f7ae600 (size 71995)
(d18) [2014-10-08 19:17:17.282] CPU Mhz=3201
(d18) [2014-10-08 19:17:17.288] Found 7 PCI devices (max PCI bus is 00)
(d18) [2014-10-08 19:17:17.288] Allocated Xen hypercall page at 3f7ff000
(d18) [2014-10-08 19:17:17.288] Detected Xen v4.5-unstable
(d18) [2014-10-08 19:17:17.288] xen: copy BIOS tables...
(d18) [2014-10-08 19:17:17.288] Copying SMBIOS entry point from 0x00010010 to 0x000f0f50
(d18) [2014-10-08 19:17:17.288] Copying MPTABLE from 0xfc0011b0/fc0011c0 to 0x000f0e30
(d18) [2014-10-08 19:17:17.288] Copying PIR from 0x00010030 to 0x000f0db0
(d18) [2014-10-08 19:17:17.288] Copying ACPI RSDP from 0x000100b0 to 0x000f0d80
(d18) [2014-10-08 19:17:17.288] Using pmtimer, ioport 0xb008
(d18) [2014-10-08 19:17:17.288] Scan for VGA option rom
(d18) [2014-10-08 19:17:17.307] Running option rom at c000:0003
(XEN) [2014-10-08 19:17:17.318] stdvga.c:147:d18v0 entering stdvga and caching modes
(d18) [2014-10-08 19:17:17.344] pmm call arg1=0
(d18) [2014-10-08 19:17:17.345] Turning on vga text mode console
(d18) [2014-10-08 19:17:17.487] SeaBIOS (version rel-1.7.5-0-ge51488c-20141007_113543-serveerstertje)
(d18) [2014-10-08 19:17:17.503] Machine UUID 0142ef13-fba7-4c01-9fbd-1764c958dec3
(d18) [2014-10-08 19:17:17.504] All threads complete.
(d18) [2014-10-08 19:17:17.505] Found 0 lpt ports
(d18) [2014-10-08 19:17:17.505] Found 0 serial ports
(d18) [2014-10-08 19:17:17.505] ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d18) [2014-10-08 19:17:17.507] ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d18) [2014-10-08 19:17:17.512] ata0-0: QEMU HARDDISK ATA-7 Hard-Disk (10240 MiBytes)
(d18) [2014-10-08 19:17:17.512] Searching bootorder for: /pci@i0cf8/*@1,1/drive@0/disk@0
(d18) [2014-10-08 19:17:17.610] PS2 keyboard initialized
(d18) [2014-10-08 19:17:17.610] All threads complete.
(d18) [2014-10-08 19:17:17.610] Scan for option roms
(d18) [2014-10-08 19:17:17.637] Running option rom at c980:0003
(d18) [2014-10-08 19:17:17.645] pmm call arg1=1
(d18) [2014-10-08 19:17:17.645] pmm call arg1=0
(d18) [2014-10-08 19:17:17.647] pmm call arg1=1
(d18) [2014-10-08 19:17:17.648] pmm call arg1=0
(d18) [2014-10-08 19:17:17.669] Searching bootorder for: /pci@i0cf8/*@4
(d18) [2014-10-08 19:17:17.669] 
(d18) [2014-10-08 19:17:17.677] Press F12 for boot menu.
(d18) [2014-10-08 19:17:17.678] 
(XEN) [2014-10-08 19:17:20.042] grant_table.c:295:d0v0 Increased maptrack size to 7 frames
(d18) [2014-10-08 19:17:20.242] Searching bootorder for: HALT
(d18) [2014-10-08 19:17:20.242] drive 0x000f0d30: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=20971520
(d18) [2014-10-08 19:17:20.243] Space available for UMB: ca800-ef000, f0000-f0d30
(d18) [2014-10-08 19:17:20.243] Returned 258048 bytes of ZoneHigh
(d18) [2014-10-08 19:17:20.243] e820 map has 6 items:
(d18) [2014-10-08 19:17:20.243]   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d18) [2014-10-08 19:17:20.243]   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d18) [2014-10-08 19:17:20.243]   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d18) [2014-10-08 19:17:20.243]   3: 0000000000100000 - 000000003f7ff000 = 1 RAM
(d18) [2014-10-08 19:17:20.243]   4: 000000003f7ff000 - 000000003f800000 = 2 RESERVED
(d18) [2014-10-08 19:17:20.243]   5: 00000000fc000000 - 0000000100000000 = 2 RESERVED
(d18) [2014-10-08 19:17:20.244] enter handle_19:
(d18) [2014-10-08 19:17:20.244]   NULL
(d18) [2014-10-08 19:17:20.250] Booting from Hard Disk...
(d18) [2014-10-08 19:17:20.252] Booting from 0000:7c00
(XEN) [2014-10-08 19:17:21.614] stdvga.c:151:d17v0 leaving stdvga
(XEN) [2014-10-08 19:17:26.371] stdvga.c:151:d18v0 leaving stdvga
(XEN) [2014-10-08 19:17:38.186] stdvga.c:147:d16v0 entering stdvga and caching modes
(XEN) [2014-10-08 19:17:39.612] irq.c:380: Dom16 callback via changed to Direct Vector 0xf3
(XEN) [2014-10-08 19:17:42.735] memory_map:remove: dom16 gfn=f3270 mfn=fe0fe nr=1
(XEN) [2014-10-08 19:17:42.741] memory_map:add: dom16 gfn=f3270 mfn=fe0fe nr=1
(XEN) [2014-10-08 19:17:42.745] memory_map:remove: dom16 gfn=f3270 mfn=fe0fe nr=1
(XEN) [2014-10-08 19:17:42.750] memory_map:add: dom16 gfn=f3270 mfn=fe0fe nr=1
(XEN) [2014-10-08 19:17:42.755] memory_map:remove: dom16 gfn=f3270 mfn=fe0fe nr=1
(XEN) [2014-10-08 19:17:42.760] memory_map:add: dom16 gfn=f3270 mfn=fe0fe nr=1
(XEN) [2014-10-08 19:17:42.765] memory_map:remove: dom16 gfn=f3270 mfn=fe0fe nr=1
(XEN) [2014-10-08 19:17:42.769] memory_map:add: dom16 gfn=f3270 mfn=fe0fe nr=1
(XEN) [2014-10-08 19:17:42.773] memory_map:remove: dom16 gfn=f3270 mfn=fe0fe nr=1
(XEN) [2014-10-08 19:17:42.778] memory_map:add: dom16 gfn=f3270 mfn=fe0fe nr=1
(XEN) [2014-10-08 19:17:42.783] memory_map:remove: dom16 gfn=f3270 mfn=fe0fe nr=1
(XEN) [2014-10-08 19:17:42.788] memory_map:add: dom16 gfn=f3270 mfn=fe0fe nr=1
(XEN) [2014-10-08 19:17:42.800] memory_map:remove: dom16 gfn=f3000 mfn=fe200 nr=200
(XEN) [2014-10-08 19:17:42.807] memory_map:add: dom16 gfn=f3000 mfn=fe200 nr=200
(XEN) [2014-10-08 19:17:42.814] memory_map:remove: dom16 gfn=f3000 mfn=fe200 nr=200
(XEN) [2014-10-08 19:17:42.821] memory_map:add: dom16 gfn=f3000 mfn=fe200 nr=200
(XEN) [2014-10-08 19:17:42.826] memory_map:remove: dom16 gfn=f3000 mfn=fe200 nr=200
(XEN) [2014-10-08 19:17:42.832] memory_map:add: dom16 gfn=f3000 mfn=fe200 nr=200
(XEN) [2014-10-08 19:17:42.838] memory_map:remove: dom16 gfn=f3000 mfn=fe200 nr=200
(XEN) [2014-10-08 19:17:42.846] memory_map:add: dom16 gfn=f3000 mfn=fe200 nr=200
(XEN) [2014-10-08 19:17:42.852] memory_map:remove: dom16 gfn=f3000 mfn=fe200 nr=200
(XEN) [2014-10-08 19:17:42.859] memory_map:add: dom16 gfn=f3000 mfn=fe200 nr=200
(XEN) [2014-10-08 19:17:42.865] memory_map:remove: dom16 gfn=f3000 mfn=fe200 nr=200
(XEN) [2014-10-08 19:17:42.873] memory_map:add: dom16 gfn=f3000 mfn=fe200 nr=200
(XEN) [2014-10-08 19:17:42.894] irq.c:270: Dom16 PCI link 0 changed 5 -> 0
(XEN) [2014-10-08 19:17:42.905] irq.c:270: Dom16 PCI link 1 changed 10 -> 0
(XEN) [2014-10-08 19:17:42.915] irq.c:270: Dom16 PCI link 2 changed 11 -> 0
(XEN) [2014-10-08 19:17:42.926] irq.c:270: Dom16 PCI link 3 changed 5 -> 0
(XEN) [2014-10-08 19:17:43.459] stdvga.c:147:d17v0 entering stdvga and caching modes
(XEN) [2014-10-08 19:17:45.395] grant_table.c:1272:d16v1 Expanding dom (16) grant table from (4) to (5) frames.
(XEN) [2014-10-08 19:17:45.575] irq.c:380: Dom17 callback via changed to Direct Vector 0xf3
(XEN) [2014-10-08 19:17:47.184] memory_map:remove: dom17 gfn=f3070 mfn=fddfe nr=1
(XEN) [2014-10-08 19:17:47.189] memory_map:add: dom17 gfn=f3070 mfn=fddfe nr=1
(XEN) [2014-10-08 19:17:47.193] memory_map:remove: dom17 gfn=f3070 mfn=fddfe nr=1
(XEN) [2014-10-08 19:17:47.197] memory_map:add: dom17 gfn=f3070 mfn=fddfe nr=1
(XEN) [2014-10-08 19:17:47.201] memory_map:remove: dom17 gfn=f3070 mfn=fddfe nr=1
(XEN) [2014-10-08 19:17:47.205] memory_map:add: dom17 gfn=f3070 mfn=fddfe nr=1
(XEN) [2014-10-08 19:17:47.209] memory_map:remove: dom17 gfn=f3070 mfn=fddfe nr=1
(XEN) [2014-10-08 19:17:47.213] memory_map:add: dom17 gfn=f3070 mfn=fddfe nr=1
(XEN) [2014-10-08 19:17:47.217] memory_map:remove: dom17 gfn=f3070 mfn=fddfe nr=1
(XEN) [2014-10-08 19:17:47.221] memory_map:add: dom17 gfn=f3070 mfn=fddfe nr=1
(XEN) [2014-10-08 19:17:47.225] memory_map:remove: dom17 gfn=f3070 mfn=fddfe nr=1
(XEN) [2014-10-08 19:17:47.232] memory_map:add: dom17 gfn=f3070 mfn=fddfe nr=1
(XEN) [2014-10-08 19:17:47.254] irq.c:270: Dom17 PCI link 0 changed 5 -> 0
(XEN) [2014-10-08 19:17:47.268] irq.c:270: Dom17 PCI link 1 changed 10 -> 0
(XEN) [2014-10-08 19:17:47.280] irq.c:270: Dom17 PCI link 2 changed 11 -> 0
(XEN) [2014-10-08 19:17:47.292] irq.c:270: Dom17 PCI link 3 changed 5 -> 0
(XEN) [2014-10-08 19:17:51.595] stdvga.c:147:d18v0 entering stdvga and caching modes
(XEN) [2014-10-08 19:17:53.347] irq.c:380: Dom18 callback via changed to Direct Vector 0xf3
(XEN) [2014-10-08 19:17:54.482] irq.c:270: Dom18 PCI link 0 changed 5 -> 0
(XEN) [2014-10-08 19:17:54.489] irq.c:270: Dom18 PCI link 1 changed 10 -> 0
(XEN) [2014-10-08 19:17:54.496] irq.c:270: Dom18 PCI link 2 changed 11 -> 0
(XEN) [2014-10-08 19:17:54.503] irq.c:270: Dom18 PCI link 3 changed 5 -> 0
(XEN) [2014-10-08 19:17:55.204] grant_table.c:1272:d18v1 Expanding dom (18) grant table from (4) to (5) frames.
(XEN) [2014-10-08 19:18:01.978] grant_table.c:295:d0v0 Increased maptrack size to 8 frames
(XEN) [2014-10-08 19:20:05.674] grant_table.c:1272:d16v0 Expanding dom (16) grant table from (5) to (6) frames.
(XEN) [2014-10-08 19:20:05.704] grant_table.c:295:d0v4 Increased maptrack size to 9 frames
(XEN) [2014-10-08 19:21:06.276] grant_table.c:1272:d16v0 Expanding dom (16) grant table from (6) to (7) frames.
(XEN) [2014-10-08 19:21:20.676] grant_table.c:295:d0v0 Increased maptrack size to 10 frames

START OF GUEST WITH VGA CARD PASSED THROUGH (domid 19)

(XEN) [2014-10-08 19:23:24.288] io.c:280: d19: bind: m_gsi=32 g_gsi=36 dev=00.00.5 intx=0
(XEN) [2014-10-08 19:23:24.828] io.c:280: d19: bind: m_gsi=33 g_gsi=41 dev=00.00.6 intx=1
(d19) [2014-10-08 19:23:24.849] HVM Loader
(d19) [2014-10-08 19:23:24.849] Detected Xen v4.5-unstable
(d19) [2014-10-08 19:23:24.849] Xenbus rings @0xfeffc000, event channel 1
(d19) [2014-10-08 19:23:24.849] System requested SeaBIOS
(d19) [2014-10-08 19:23:24.849] CPU speed is 3200 MHz
(d19) [2014-10-08 19:23:24.850] Relocating guest memory for lowmem MMIO space disabled
(XEN) [2014-10-08 19:23:24.851] irq.c:270: Dom19 PCI link 0 changed 0 -> 5
(d19) [2014-10-08 19:23:24.851] PCI-ISA link 0 routed to IRQ5
(XEN) [2014-10-08 19:23:24.851] irq.c:270: Dom19 PCI link 1 changed 0 -> 10
(d19) [2014-10-08 19:23:24.851] PCI-ISA link 1 routed to IRQ10
(XEN) [2014-10-08 19:23:24.851] irq.c:270: Dom19 PCI link 2 changed 0 -> 11
(d19) [2014-10-08 19:23:24.851] PCI-ISA link 2 routed to IRQ11
(XEN) [2014-10-08 19:23:24.852] irq.c:270: Dom19 PCI link 3 changed 0 -> 5
(d19) [2014-10-08 19:23:24.852] PCI-ISA link 3 routed to IRQ5
(d19) [2014-10-08 19:23:24.882] pci dev 01:2 INTD->IRQ5
(d19) [2014-10-08 19:23:24.895] pci dev 01:3 INTA->IRQ10
(d19) [2014-10-08 19:23:24.904] pci dev 02:0 INTA->IRQ11
(d19) [2014-10-08 19:23:24.924] pci dev 04:0 INTA->IRQ5
(d19) [2014-10-08 19:23:24.938] pci dev 05:0 INTA->IRQ10
(d19) [2014-10-08 19:23:24.947] pci dev 06:0 INTB->IRQ5
(d19) [2014-10-08 19:23:25.020] No RAM in high memory; setting high_mem resource base to 100000000
(d19) [2014-10-08 19:23:25.021] pci dev 05:0 bar 10 size 010000000: 0e000000c
(XEN) [2014-10-08 19:23:25.021] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(d19) [2014-10-08 19:23:25.198] pci dev 03:0 bar 10 size 002000000: 0f0000008
(d19) [2014-10-08 19:23:25.202] pci dev 02:0 bar 14 size 001000000: 0f2000008
(d19) [2014-10-08 19:23:25.205] pci dev 04:0 bar 30 size 000040000: 0f3000000
(d19) [2014-10-08 19:23:25.209] pci dev 04:0 bar 10 size 000020000: 0f3040000
(XEN) [2014-10-08 19:23:25.210] memory_map:add: dom19 gfn=f3060 mfn=fe1c0 nr=20
(d19) [2014-10-08 19:23:25.214] pci dev 05:0 bar 18 size 000020000: 0f3060004
(d19) [2014-10-08 19:23:25.215] pci dev 05:0 bar 30 size 000020000: 0f3080000
(d19) [2014-10-08 19:23:25.217] pci dev 03:0 bar 30 size 000010000: 0f30a0000
(d19) [2014-10-08 19:23:25.222] pci dev 06:0 bar 10 size 000004000: 0f30b0004
(XEN) [2014-10-08 19:23:25.222] memory_map:add: dom19 gfn=f30b0 mfn=fe1fc nr=4
(d19) [2014-10-08 19:23:25.229] pci dev 03:0 bar 14 size 000001000: 0f30b4000
(d19) [2014-10-08 19:23:25.229] pci dev 02:0 bar 10 size 000000100: 00000c001
(d19) [2014-10-08 19:23:25.232] pci dev 05:0 bar 20 size 000000100: 00000c101
(XEN) [2014-10-08 19:23:25.232] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(d19) [2014-10-08 19:23:25.236] pci dev 04:0 bar 14 size 000000040: 00000c201
(d19) [2014-10-08 19:23:25.238] pci dev 01:2 bar 20 size 000000020: 00000c241
(d19) [2014-10-08 19:23:25.241] pci dev 01:1 bar 20 size 000000010: 00000c261
(d19) [2014-10-08 19:23:25.243] Multiprocessor initialisation:
(d19) [2014-10-08 19:23:25.269]  - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d19) [2014-10-08 19:23:25.284]  - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d19) [2014-10-08 19:23:25.303]  - CPU2 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d19) [2014-10-08 19:23:25.322]  - CPU3 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d19) [2014-10-08 19:23:25.340]  - CPU4 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d19) [2014-10-08 19:23:25.357]  - CPU5 ... 48-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d19) [2014-10-08 19:23:25.357] Testing HVM environment:
(d19) [2014-10-08 19:23:25.367]  - REP INSB across page boundaries ... passed
(d19) [2014-10-08 19:23:25.371]  - GS base MSRs and SWAPGS ... passed
(d19) [2014-10-08 19:23:25.371] Passed 2 of 2 tests
(d19) [2014-10-08 19:23:25.371] Writing SMBIOS tables ...
(d19) [2014-10-08 19:23:25.372] Loading SeaBIOS ...
(d19) [2014-10-08 19:23:25.372] Creating MP tables ...
(d19) [2014-10-08 19:23:25.372] Loading ACPI ...
(d19) [2014-10-08 19:23:25.374] vm86 TSS at fc00a280
(d19) [2014-10-08 19:23:25.375] BIOS map:
(d19) [2014-10-08 19:23:25.375]  10000-100d3: Scratch space
(d19) [2014-10-08 19:23:25.375]  c0000-fffff: Main BIOS
(d19) [2014-10-08 19:23:25.375] E820 table:
(d19) [2014-10-08 19:23:25.375]  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d19) [2014-10-08 19:23:25.375]  HOLE: 00000000:000a0000 - 00000000:000c0000
(d19) [2014-10-08 19:23:25.375]  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d19) [2014-10-08 19:23:25.375]  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d19) [2014-10-08 19:23:25.375]  HOLE: 00000000:3f800000 - 00000000:fc000000
(d19) [2014-10-08 19:23:25.375]  [03]: 00000000:fc000000 - 00000001:00000000: RESERVED
(d19) [2014-10-08 19:23:25.375] Invoking SeaBIOS ...
(d19) [2014-10-08 19:23:25.378] SeaBIOS (version rel-1.7.5-0-ge51488c-20141007_113543-serveerstertje)
(d19) [2014-10-08 19:23:25.378] 
(d19) [2014-10-08 19:23:25.378] Found Xen hypervisor signature at 40000000
(d19) [2014-10-08 19:23:25.379] Running on QEMU (i440fx)
(d19) [2014-10-08 19:23:25.379] xen: copy e820...
(d19) [2014-10-08 19:23:25.379] Relocating init from 0x000df629 to 0x3f7ae600 (size 71995)
(d19) [2014-10-08 19:23:25.382] CPU Mhz=3200
(d19) [2014-10-08 19:23:25.391] Found 10 PCI devices (max PCI bus is 00)
(d19) [2014-10-08 19:23:25.391] Allocated Xen hypercall page at 3f7ff000
(d19) [2014-10-08 19:23:25.391] Detected Xen v4.5-unstable
(d19) [2014-10-08 19:23:25.391] xen: copy BIOS tables...
(d19) [2014-10-08 19:23:25.391] Copying SMBIOS entry point from 0x00010010 to 0x000f0f50
(d19) [2014-10-08 19:23:25.391] Copying MPTABLE from 0xfc001200/fc001210 to 0x000f0e00
(d19) [2014-10-08 19:23:25.391] Copying PIR from 0x00010030 to 0x000f0d80
(d19) [2014-10-08 19:23:25.391] Copying ACPI RSDP from 0x000100b0 to 0x000f0d50
(d19) [2014-10-08 19:23:25.391] Using pmtimer, ioport 0xb008
(d19) [2014-10-08 19:23:25.391] Scan for VGA option rom
(d19) [2014-10-08 19:23:25.416] Running option rom at c000:0003
(XEN) [2014-10-08 19:23:25.431] stdvga.c:147:d19v0 entering stdvga and caching modes
(d19) [2014-10-08 19:23:25.475] pmm call arg1=0
(d19) [2014-10-08 19:23:25.482] Turning on vga text mode console
(d19) [2014-10-08 19:23:25.741] SeaBIOS (version rel-1.7.5-0-ge51488c-20141007_113543-serveerstertje)
(d19) [2014-10-08 19:23:25.773] Machine UUID c7043475-95b0-4774-aee2-7f461c16d779
(d19) [2014-10-08 19:23:25.774] UHCI init on dev 00:01.2 (io=c240)
(d19) [2014-10-08 19:23:25.780] Found 0 lpt ports
(d19) [2014-10-08 19:23:25.781] Found 1 serial ports
(d19) [2014-10-08 19:23:25.781] ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d19) [2014-10-08 19:23:25.783] ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d19) [2014-10-08 19:23:25.790] ata0-0: QEMU HARDDISK ATA-7 Hard-Disk (20480 MiBytes)
(d19) [2014-10-08 19:23:25.790] Searching bootorder for: /pci@i0cf8/*@1,1/drive@0/disk@0
(d19) [2014-10-08 19:23:25.893] PS2 keyboard initialized
(d19) [2014-10-08 19:23:25.893] All threads complete.
(d19) [2014-10-08 19:23:25.893] Scan for option roms
(d19) [2014-10-08 19:23:25.934] Running option rom at c980:0003
(d19) [2014-10-08 19:23:25.944] pmm call arg1=1
(d19) [2014-10-08 19:23:25.944] pmm call arg1=0
(d19) [2014-10-08 19:23:25.946] pmm call arg1=1
(d19) [2014-10-08 19:23:25.947] pmm call arg1=0
(d19) [2014-10-08 19:23:25.988] Searching bootorder for: /pci@i0cf8/*@4
(d19) [2014-10-08 19:23:25.988] 
(d19) [2014-10-08 19:23:26.006] Press F12 for boot menu.
(d19) [2014-10-08 19:23:26.007] 
(d19) [2014-10-08 19:23:28.587] Searching bootorder for: HALT
(d19) [2014-10-08 19:23:28.587] drive 0x000f0d00: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=41943040
(d19) [2014-10-08 19:23:28.587] Space available for UMB: ca800-ef000, f0000-f0d00
(d19) [2014-10-08 19:23:28.587] Returned 258048 bytes of ZoneHigh
(d19) [2014-10-08 19:23:28.588] e820 map has 6 items:
(d19) [2014-10-08 19:23:28.588]   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d19) [2014-10-08 19:23:28.588]   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d19) [2014-10-08 19:23:28.588]   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d19) [2014-10-08 19:23:28.588]   3: 0000000000100000 - 000000003f7ff000 = 1 RAM
(d19) [2014-10-08 19:23:28.588]   4: 000000003f7ff000 - 000000003f800000 = 2 RESERVED
(d19) [2014-10-08 19:23:28.588]   5: 00000000fc000000 - 0000000100000000 = 2 RESERVED
(d19) [2014-10-08 19:23:28.589] enter handle_19:
(d19) [2014-10-08 19:23:28.589]   NULL
(d19) [2014-10-08 19:23:28.606] Booting from Hard Disk...
(d19) [2014-10-08 19:23:28.611] Booting from 0000:7c00
(XEN) [2014-10-08 19:23:46.805] grant_table.c:295:d0v4 Increased maptrack size to 11 frames
(XEN) [2014-10-08 19:24:02.233] irq.c:380: Dom19 callback via changed to Direct Vector 0xf3
(XEN) [2014-10-08 19:24:10.063] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-10-08 19:24:10.355] memory_map:remove: dom19 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-10-08 19:24:10.358] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
(XEN) [2014-10-08 19:24:10.363] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-10-08 19:24:10.573] memory_map:add: dom19 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-10-08 19:24:10.575] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(XEN) [2014-10-08 19:24:10.580] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-10-08 19:24:10.865] memory_map:remove: dom19 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-10-08 19:24:10.868] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
(XEN) [2014-10-08 19:24:10.873] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-10-08 19:24:11.083] memory_map:add: dom19 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-10-08 19:24:11.086] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(XEN) [2014-10-08 19:24:11.092] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-10-08 19:24:11.376] memory_map:remove: dom19 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-10-08 19:24:11.379] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
(XEN) [2014-10-08 19:24:11.387] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-10-08 19:24:11.575] memory_map:add: dom19 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-10-08 19:24:11.577] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(XEN) [2014-10-08 19:24:11.582] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-10-08 19:24:11.867] memory_map:remove: dom19 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-10-08 19:24:11.869] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
(XEN) [2014-10-08 19:24:11.876] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-10-08 19:24:12.071] memory_map:add: dom19 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-10-08 19:24:12.073] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(XEN) [2014-10-08 19:24:12.077] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-10-08 19:24:12.353] memory_map:remove: dom19 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-10-08 19:24:12.355] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
(XEN) [2014-10-08 19:24:12.359] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2014-10-08 19:24:12.548] memory_map:add: dom19 gfn=f3060 mfn=fe1c0 nr=20
(XEN) [2014-10-08 19:24:12.551] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(XEN) [2014-10-08 19:24:12.588] memory_map:remove: dom19 gfn=f30b0 mfn=fe1fc nr=4
(XEN) [2014-10-08 19:24:12.594] memory_map:add: dom19 gfn=f30b0 mfn=fe1fc nr=4
(XEN) [2014-10-08 19:24:12.599] memory_map:remove: dom19 gfn=f30b0 mfn=fe1fc nr=4
(XEN) [2014-10-08 19:24:12.605] memory_map:add: dom19 gfn=f30b0 mfn=fe1fc nr=4
(XEN) [2014-10-08 19:24:12.609] memory_map:remove: dom19 gfn=f30b0 mfn=fe1fc nr=4
(XEN) [2014-10-08 19:24:12.615] memory_map:add: dom19 gfn=f30b0 mfn=fe1fc nr=4
(XEN) [2014-10-08 19:24:12.620] memory_map:remove: dom19 gfn=f30b0 mfn=fe1fc nr=4
(XEN) [2014-10-08 19:24:12.626] memory_map:add: dom19 gfn=f30b0 mfn=fe1fc nr=4
(XEN) [2014-10-08 19:24:12.630] memory_map:remove: dom19 gfn=f30b0 mfn=fe1fc nr=4
(XEN) [2014-10-08 19:24:12.636] memory_map:add: dom19 gfn=f30b0 mfn=fe1fc nr=4
(XEN) [2014-10-08 19:24:12.641] memory_map:remove: dom19 gfn=f30b0 mfn=fe1fc nr=4
(XEN) [2014-10-08 19:24:12.646] memory_map:add: dom19 gfn=f30b0 mfn=fe1fc nr=4
(XEN) [2014-10-08 19:24:12.714] irq.c:270: Dom19 PCI link 0 changed 5 -> 0
(XEN) [2014-10-08 19:24:12.761] irq.c:270: Dom19 PCI link 1 changed 10 -> 0
(XEN) [2014-10-08 19:24:12.803] irq.c:270: Dom19 PCI link 2 changed 11 -> 0
(XEN) [2014-10-08 19:24:12.849] irq.c:270: Dom19 PCI link 3 changed 5 -> 0
(XEN) [2014-10-08 19:24:15.731] memory_map:add: dom19 gfn=f3080 mfn=fe1a0 nr=20
(XEN) [2014-10-08 19:24:15.858] memory_map:remove: dom19 gfn=f3080 mfn=fe1a0 nr=20
(XEN) [2014-10-08 19:24:19.109] grant_table.c:1272:d19v3 Expanding dom (19) grant table from (4) to (5) frames.
(XEN) [2014-10-08 19:24:19.109] grant_table.c:1272:d19v3 Expanding dom (19) grant table from (5) to (6) frames.
(XEN) [2014-10-08 19:24:19.109] grant_table.c:1272:d19v3 Expanding dom (19) grant table from (6) to (7) frames.
(XEN) [2014-10-08 19:24:40.568] grant_table.c:295:d0v0 Increased maptrack size to 12 frames

[-- Attachment #12: kvm-dmesg.txt --]
[-- Type: text/plain, Size: 128852 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.17.0-20141008-vanilla-kvm-debug4+ (root@serveerstertje) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP Wed Oct 8 20:40:36 CEST 2014
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.17.0-20141008-vanilla-kvm-debug4+ root=/dev/mapper/serveerstertje-root ro nomodeset debug pci-stub.ids=1002:6759,1002:aa90 iommu=on,verbose ivrs_ioapic[6]=00:14.0 ivrs_hpet[0]=00:14.0
[    0.000000] tseg: 0000000000
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000993ff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000099400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009ff8ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000009ff90000-0x000000009ff9dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000009ff9e000-0x000000009ffdffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009ffe0000-0x000000009fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000055fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: MSI MS-7640/890FXA-GD70 (MS-7640)  , BIOS V1.8B1 09/13/2010
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x560000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFE0000000 write-back
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000560000000 aka 22016M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xa0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0x9ff90 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000093000] 93000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x03206000, 0x03206fff] PGTABLE
[    0.000000] BRK [0x03207000, 0x03207fff] PGTABLE
[    0.000000] BRK [0x03208000, 0x03208fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x55fe00000-0x55fffffff]
[    0.000000]  [mem 0x55fe00000-0x55fffffff] page 2M
[    0.000000] BRK [0x03209000, 0x03209fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x55c000000-0x55fdfffff]
[    0.000000]  [mem 0x55c000000-0x55fdfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x500000000-0x55bffffff]
[    0.000000]  [mem 0x500000000-0x53fffffff] page 1G
[    0.000000]  [mem 0x540000000-0x55bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x9ff8ffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0x9fdfffff] page 2M
[    0.000000]  [mem 0x9fe00000-0x9ff8ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x4ffffffff]
[    0.000000]  [mem 0x100000000-0x4ffffffff] page 1G
[    0.000000] RAMDISK: [mem 0x37338000-0x37993fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FB100 000014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 0x000000009FF90000 000048 (v01 MSI    OEMSLIC  20100913 MSFT 00000097)
[    0.000000] ACPI: FACP 0x000000009FF90200 000084 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x000000009FF905E0 009427 (v01 A7640  A7640100 00000100 INTL 20051117)
[    0.000000] ACPI: FACS 0x000000009FF9E000 000040
[    0.000000] ACPI: APIC 0x000000009FF90390 000088 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: MCFG 0x000000009FF90420 00003C (v01 7640MS OEMMCFG  20100913 MSFT 00000097)
[    0.000000] ACPI: SLIC 0x000000009FF90460 000176 (v01 MSI    OEMSLIC  20100913 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x000000009FF9E040 000072 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: SRAT 0x000000009FF9A5E0 000108 (v03 AMD    FAM_F_10 00000002 AMD  00000001)
[    0.000000] ACPI: HPET 0x000000009FF9A6F0 000038 (v01 7640MS OEMHPET  20100913 MSFT 00000097)
[    0.000000] ACPI: IVRS 0x000000009FF9A730 000110 (v01 AMD    RD890S   00202031 AMD  00000000)
[    0.000000] ACPI: SSDT 0x000000009FF9A840 000DA4 (v01 A M I  POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x9fffffff]
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x55fffffff]
[    0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x9fffffff] -> [mem 0x00000000-0x9fffffff]
[    0.000000] NUMA: Node 0 [mem 0x00000000-0x9fffffff] + [mem 0x100000000-0x55fffffff] -> [mem 0x00000000-0x55fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x55fffffff]
[    0.000000]   NODE_DATA [mem 0x55fff3000-0x55fffdfff]
[    0.000000]  [ffffea0000000000-ffffea00157fffff] PMD -> [ffff88054b600000-ffff88055f5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x55fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00098fff]
[    0.000000]   node   0: [mem 0x00100000-0x9ff8ffff]
[    0.000000]   node   0: [mem 0x100000000-0x55fffffff]
[    0.000000] On node 0 totalpages: 5242664
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3992 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 10175 pages used for memmap
[    0.000000]   DMA32 zone: 651152 pages, LIFO batch:31
[    0.000000]   Normal zone: 71680 pages used for memmap
[    0.000000]   Normal zone: 4587520 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x07] address[0xfec20000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 7, version 33, address 0xfec20000, GSI 24-55
[    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 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
[    0.000000] smpboot: Allowing 6 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0xa0000000-0xffdfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:6 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88055fc00000 s83328 r8192 d23168 u262144
[    0.000000] pcpu-alloc: s83328 r8192 d23168 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - - 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 5160724
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.17.0-20141008-vanilla-kvm-debug4+ root=/dev/mapper/serveerstertje-root ro nomodeset debug pci-stub.ids=1002:6759,1002:aa90 iommu=on,verbose ivrs_ioapic[6]=00:14.0 ivrs_hpet[0]=00:14.0
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] AGP: Node 0: aperture [bus addr 0x94000000-0x95ffffff] (32MB)
[    0.000000] Aperture pointing to e820 RAM. Ignoring.
[    0.000000] AGP: Your BIOS doesn't leave a aperture memory hole
[    0.000000] AGP: Please enable the IOMMU option in the BIOS setup
[    0.000000] AGP: This costs you 64MB of RAM
[    0.000000] AGP: Mapping aperture over RAM [mem 0x94000000-0x97ffffff] (65536KB)
[    0.000000] Memory: 20468664K/20970656K available (12060K kernel code, 1049K rwdata, 4648K rodata, 1120K init, 14192K bss, 501992K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Additional per-CPU info printed with stalls.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.000000] NR_IRQS:4352 nr_irqs:1016 0
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     32768
[    0.000000] ... MAX_LOCKDEP_CHAINS:      65536
[    0.000000] ... CHAINHASH_SIZE:          32768
[    0.000000]  memory used by lock dependency info: 8159 kB
[    0.000000]  per task-struct memory footprint: 1920 bytes
[    0.000000] kmemleak: Kernel memory leak detector disabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3200.174 MHz processor
[    0.000047] Calibrating delay loop (skipped), value calculated using timer frequency.. 6402.02 BogoMIPS (lpj=10667246)
[    0.000157] pid_max: default: 32768 minimum: 301
[    0.000217] ACPI: Core revision 20140724
[    0.010520] ACPI: All ACPI Tables successfully acquired
[    0.017026] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.027607] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.031981] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.032135] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.032979] Initializing cgroup subsys freezer
[    0.033078] Initializing cgroup subsys blkio
[    0.033160] CPU: Physical Processor ID: 0
[    0.033227] CPU: Processor Core ID: 0
[    0.033280] mce: CPU supports 6 MCE banks
[    0.033336] LVT offset 0 assigned for vector 0xf9
[    0.033391] process: using AMD E400 aware idle routine
[    0.033445] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.033445] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
[    0.033677] Freeing SMP alternatives memory: 36K (ffffffff82420000 - ffffffff82429000)
[    0.034710] AMD-Vi: Command-line override present for HPET id 0 - ignoring
[    0.136641] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.169702] smpboot: CPU0: AMD Phenom(tm) II X6 1090T Processor (fam: 10, model: 0a, stepping: 00)
[    0.273248] Performance Events: AMD PMU driver.
[    0.273336] ... version:                0
[    0.273389] ... bit width:              48
[    0.273441] ... generic registers:      4
[    0.273494] ... value mask:             0000ffffffffffff
[    0.273547] ... max period:             00007fffffffffff
[    0.273600] ... fixed-purpose events:   0
[    0.273653] ... event mask:             000000000000000f
[    0.274308] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.274614] x86: Booting SMP configuration:
[    0.274668] .... node  #0, CPUs:      #1
[    0.288002] process: System has AMD C1E enabled
[    0.288153]  #2
[    0.288153] process: Switch to broadcast mode on CPU1
[    0.301282] process: Switch to broadcast mode on CPU2
[    0.301345]  #3
[    0.314581] process: Switch to broadcast mode on CPU3
[    0.327848]  #4
[    0.327849] process: Switch to broadcast mode on CPU4
[    0.341051]  #5
[    0.341051] x86: Booted up 1 node, 6 CPUs
[    0.341112] process: Switch to broadcast mode on CPU5
[    0.341210] smpboot: Total of 6 processors activated (38417.17 BogoMIPS)
[    0.348238] process: Switch to broadcast mode on CPU0
[    0.348812] devtmpfs: initialized
[    0.349811] xor: measuring software checksum speed
[    0.381527]    prefetch64-sse: 14446.800 MB/sec
[    0.414864]    generic_sse: 13665.600 MB/sec
[    0.414934] xor: using function: prefetch64-sse (14446.800 MB/sec)
[    0.415258] NET: Registered protocol family 16
[    0.415836] cpuidle: using governor ladder
[    0.415891] cpuidle: using governor menu
[    0.415959] node 0 link 0: io port [1000, ffffff]
[    0.416017] TOM: 00000000a0000000 aka 2560M
[    0.416071] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
[    0.416132] node 0 link 0: mmio [e0000000, efffffff] ==> none
[    0.416217] node 0 link 0: mmio [f0000000, ffffffff]
[    0.416302] node 0 link 0: mmio [a0000, bffff]
[    0.416386] node 0 link 0: mmio [a0000000, dfffffff]
[    0.416469] TOM2: 0000000560000000 aka 22016M
[    0.416523] bus: [bus 00-07] on node 0 link 0
[    0.416579] bus: 00 [io  0x0000-0xffff]
[    0.416632] bus: 00 [mem 0xf0000000-0xffffffff]
[    0.416685] bus: 00 [mem 0x000a0000-0x000bffff]
[    0.416740] bus: 00 [mem 0xa0000000-0xdfffffff]
[    0.416794] bus: 00 [mem 0x560000000-0xfcffffffff]
[    0.417032] ACPI: bus type PCI registered
[    0.417086] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.417275] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.417359] PCI: not using MMCONFIG
[    0.417413] PCI: Using configuration type 1 for base access
[    0.417468] PCI: Using configuration type 1 for extended access
[    0.498224] raid6: sse2x1    4593 MB/s
[    0.554917] raid6: sse2x2    7693 MB/s
[    0.611540] raid6: sse2x4    8366 MB/s
[    0.611612] raid6: using algorithm sse2x4 (8366 MB/s)
[    0.611666] raid6: using intx1 recovery algorithm
[    0.611847] ACPI: Added _OSI(Module Device)
[    0.611901] ACPI: Added _OSI(Processor Device)
[    0.611955] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.612011] ACPI: Added _OSI(Processor Aggregator Device)
[    0.618729] ACPI: Executed 3 blocks of module-level executable AML code
[    0.635646] ACPI: Interpreter enabled
[    0.635707] ACPI: (supports S0 S5)
[    0.635760] ACPI: Using IOAPIC for interrupt routing
[    0.635850] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.637724] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.638275] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.650811] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.650905] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.651491] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.652498] PCI host bridge to bus 0000:00
[    0.652553] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.652608] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.652662] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.652716] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.652771] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[    0.652825] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff]
[    0.652879] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
[    0.652940] pci_bus 0000:00: scanning bus
[    0.653006] pci 0000:00:00.0: [1002:5a11] type 00 class 0x060000
[    0.653064] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10
[    0.653482] pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
[    0.653758] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[    0.653867] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.653944] pci 0000:00:02.0: PME# disabled
[    0.654113] pci 0000:00:02.0: System wakeup disabled by ACPI
[    0.654252] pci 0000:00:03.0: [1002:5a17] type 01 class 0x060400
[    0.654362] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.654417] pci 0000:00:03.0: PME# disabled
[    0.654578] pci 0000:00:03.0: System wakeup disabled by ACPI
[    0.654717] pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400
[    0.654824] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.654896] pci 0000:00:05.0: PME# disabled
[    0.655066] pci 0000:00:05.0: System wakeup disabled by ACPI
[    0.655215] pci 0000:00:06.0: [1002:5a1a] type 01 class 0x060400
[    0.655332] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.655402] pci 0000:00:06.0: PME# disabled
[    0.655558] pci 0000:00:06.0: System wakeup disabled by ACPI
[    0.655697] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
[    0.655804] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.655859] pci 0000:00:09.0: PME# disabled
[    0.656014] pci 0000:00:09.0: System wakeup disabled by ACPI
[    0.656153] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
[    0.656262] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    0.656317] pci 0000:00:0a.0: PME# disabled
[    0.656474] pci 0000:00:0a.0: System wakeup disabled by ACPI
[    0.656613] pci 0000:00:0b.0: [1002:5a1f] type 01 class 0x060400
[    0.656720] pci 0000:00:0b.0: PME# supported from D0 D3hot D3cold
[    0.656776] pci 0000:00:0b.0: PME# disabled
[    0.656931] pci 0000:00:0b.0: System wakeup disabled by ACPI
[    0.657073] pci 0000:00:0c.0: [1002:5a20] type 01 class 0x060400
[    0.657180] pci 0000:00:0c.0: PME# supported from D0 D3hot D3cold
[    0.657235] pci 0000:00:0c.0: PME# disabled
[    0.657393] pci 0000:00:0c.0: System wakeup disabled by ACPI
[    0.657533] pci 0000:00:0d.0: [1002:5a1e] type 01 class 0x060400
[    0.657640] pci 0000:00:0d.0: PME# supported from D0 D3hot D3cold
[    0.657695] pci 0000:00:0d.0: PME# disabled
[    0.657855] pci 0000:00:0d.0: System wakeup disabled by ACPI
[    0.658003] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    0.658076] pci 0000:00:11.0: reg 0x10: [io  0x3000-0x3007]
[    0.658137] pci 0000:00:11.0: reg 0x14: [io  0x2000-0x2003]
[    0.658225] pci 0000:00:11.0: reg 0x18: [io  0x1000-0x1007]
[    0.658287] pci 0000:00:11.0: reg 0x1c: [io  0x4800-0x4803]
[    0.658349] pci 0000:00:11.0: reg 0x20: [io  0x3800-0x380f]
[    0.658411] pci 0000:00:11.0: reg 0x24: [mem 0xfdbff000-0xfdbff3ff]
[    0.658718] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.658785] pci 0000:00:12.0: reg 0x10: [mem 0xfdbf7000-0xfdbf7fff]
[    0.658988] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.659130] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.659203] pci 0000:00:12.2: reg 0x10: [mem 0xfdbff400-0xfdbff4ff]
[    0.659337] pci 0000:00:12.2: supports D1 D2
[    0.659391] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.659448] pci 0000:00:12.2: PME# disabled
[    0.659603] pci 0000:00:12.2: System wakeup disabled by ACPI
[    0.659747] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.659814] pci 0000:00:13.0: reg 0x10: [mem 0xfdbfc000-0xfdbfcfff]
[    0.660019] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.660163] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.660234] pci 0000:00:13.2: reg 0x10: [mem 0xfdbff800-0xfdbff8ff]
[    0.660368] pci 0000:00:13.2: supports D1 D2
[    0.660421] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.660480] pci 0000:00:13.2: PME# disabled
[    0.660642] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.660787] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.660845] pci 0000:00:14.0: calling sb600_disable_hpet_bar+0x0/0x50
[    0.661576] pci 0000:00:14.0: calling force_disable_hpet_msi+0x0/0x10
[    0.661633] pci 0000:00:14.0: calling sb600_hpet_quirk+0x0/0x50
[    0.661867] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.661942] pci 0000:00:14.2: reg 0x10: [mem 0xfdbf8000-0xfdbfbfff 64bit]
[    0.662063] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.662121] pci 0000:00:14.2: PME# disabled
[    0.662283] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.662437] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.662719] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.662898] pci 0000:00:14.4: System wakeup disabled by ACPI
[    0.663034] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.663100] pci 0000:00:14.5: reg 0x10: [mem 0xfdbfd000-0xfdbfdfff]
[    0.663302] pci 0000:00:14.5: System wakeup disabled by ACPI
[    0.663449] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[    0.663576] pci 0000:00:15.0: supports D1 D2
[    0.663734] pci 0000:00:15.0: System wakeup disabled by ACPI
[    0.663881] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    0.663946] pci 0000:00:16.0: reg 0x10: [mem 0xfdbfe000-0xfdbfefff]
[    0.664147] pci 0000:00:16.0: System wakeup disabled by ACPI
[    0.664292] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    0.664363] pci 0000:00:16.2: reg 0x10: [mem 0xfdbffc00-0xfdbffcff]
[    0.664496] pci 0000:00:16.2: supports D1 D2
[    0.664549] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.664606] pci 0000:00:16.2: PME# disabled
[    0.664757] pci 0000:00:16.2: System wakeup disabled by ACPI
[    0.664936] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[    0.664994] pci 0000:00:18.0: calling quirk_mmio_always_on+0x0/0x10
[    0.665240] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[    0.665297] pci 0000:00:18.1: calling quirk_mmio_always_on+0x0/0x10
[    0.665529] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[    0.665589] pci 0000:00:18.2: calling quirk_mmio_always_on+0x0/0x10
[    0.665813] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[    0.665869] pci 0000:00:18.3: calling quirk_mmio_always_on+0x0/0x10
[    0.666098] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[    0.666155] pci 0000:00:18.4: calling quirk_mmio_always_on+0x0/0x10
[    0.666381] pci_bus 0000:00: fixups for bus
[    0.666435] pci 0000:00:02.0: scanning [bus 0f-0f] behind bridge, pass 0
[    0.666559] pci_bus 0000:0f: scanning bus
[    0.666626] pci 0000:0f:00.0: [1002:95c5] type 00 class 0x030000
[    0.666696] pci 0000:0f:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.666782] pci 0000:0f:00.0: reg 0x18: [mem 0xfe9e0000-0xfe9effff 64bit]
[    0.666844] pci 0000:0f:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.666911] pci 0000:0f:00.0: reg 0x30: [mem 0xfe9c0000-0xfe9dffff pref]
[    0.667005] pci 0000:0f:00.0: supports D1 D2
[    0.667148] pci 0000:0f:00.1: [1002:aa28] type 00 class 0x040300
[    0.667218] pci 0000:0f:00.1: reg 0x10: [mem 0xfe9fc000-0xfe9fffff 64bit]
[    0.667345] pci 0000:0f:00.1: supports D1 D2
[    0.671725] pci_bus 0000:0f: fixups for bus
[    0.671803] pci 0000:00:02.0: PCI bridge to [bus 0f]
[    0.671890] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.671947] pci 0000:00:02.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.672004] pci 0000:00:02.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.672081] pci_bus 0000:0f: bus scan returning with max=0f
[    0.672137] pci 0000:00:03.0: scanning [bus 0e-0e] behind bridge, pass 0
[    0.672300] pci_bus 0000:0e: scanning bus
[    0.672368] pci 0000:0e:00.0: [1002:6759] type 00 class 0x030000
[    0.672440] pci 0000:0e:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.672526] pci 0000:0e:00.0: reg 0x18: [mem 0xfe8c0000-0xfe8dffff 64bit]
[    0.672587] pci 0000:0e:00.0: reg 0x20: [io  0xd000-0xd0ff]
[    0.672656] pci 0000:0e:00.0: reg 0x30: [mem 0xfe8a0000-0xfe8bffff pref]
[    0.672759] pci 0000:0e:00.0: supports D1 D2
[    0.672912] pci 0000:0e:00.1: [1002:aa90] type 00 class 0x040300
[    0.672985] pci 0000:0e:00.1: reg 0x10: [mem 0xfe8fc000-0xfe8fffff 64bit]
[    0.673124] pci 0000:0e:00.1: supports D1 D2
[    0.678353] pci_bus 0000:0e: fixups for bus
[    0.678430] pci 0000:00:03.0: PCI bridge to [bus 0e]
[    0.678510] pci 0000:00:03.0:   bridge window [io  0xd000-0xdfff]
[    0.678566] pci 0000:00:03.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.678624] pci 0000:00:03.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.678700] pci_bus 0000:0e: bus scan returning with max=0e
[    0.678756] pci 0000:00:05.0: scanning [bus 0d-0d] behind bridge, pass 0
[    0.678911] pci_bus 0000:0d: scanning bus
[    0.678983] pci 0000:0d:00.0: [10ec:8168] type 00 class 0x020000
[    0.679057] pci 0000:0d:00.0: reg 0x10: [io  0xc800-0xc8ff]
[    0.679134] pci 0000:0d:00.0: reg 0x18: [mem 0xbffff000-0xbfffffff 64bit pref]
[    0.679225] pci 0000:0d:00.0: reg 0x20: [mem 0xbfff8000-0xbfffbfff 64bit pref]
[    0.679313] pci 0000:0d:00.0: reg 0x30: [mem 0xfe7e0000-0xfe7fffff pref]
[    0.679438] pci 0000:0d:00.0: supports D1 D2
[    0.679491] pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.679548] pci 0000:0d:00.0: PME# disabled
[    0.685039] pci_bus 0000:0d: fixups for bus
[    0.685119] pci 0000:00:05.0: PCI bridge to [bus 0d]
[    0.685197] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[    0.685267] pci 0000:00:05.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    0.685325] pci 0000:00:05.0:   bridge window [mem 0xbff00000-0xbfffffff 64bit pref]
[    0.685401] pci_bus 0000:0d: bus scan returning with max=0d
[    0.685457] pci 0000:00:06.0: scanning [bus 0c-0c] behind bridge, pass 0
[    0.685617] pci_bus 0000:0c: scanning bus
[    0.685689] pci 0000:0c:00.0: [10ec:8168] type 00 class 0x020000
[    0.685761] pci 0000:0c:00.0: reg 0x10: [io  0xb800-0xb8ff]
[    0.685839] pci 0000:0c:00.0: reg 0x18: [mem 0xbfeff000-0xbfefffff 64bit pref]
[    0.685931] pci 0000:0c:00.0: reg 0x20: [mem 0xbfef8000-0xbfefbfff 64bit pref]
[    0.686025] pci 0000:0c:00.0: reg 0x30: [mem 0xfe6e0000-0xfe6fffff pref]
[    0.686151] pci 0000:0c:00.0: supports D1 D2
[    0.686205] pci 0000:0c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.686261] pci 0000:0c:00.0: PME# disabled
[    0.691697] pci_bus 0000:0c: fixups for bus
[    0.691773] pci 0000:00:06.0: PCI bridge to [bus 0c]
[    0.691852] pci 0000:00:06.0:   bridge window [io  0xb000-0xbfff]
[    0.691909] pci 0000:00:06.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.691966] pci 0000:00:06.0:   bridge window [mem 0xbfe00000-0xbfefffff 64bit pref]
[    0.692043] pci_bus 0000:0c: bus scan returning with max=0c
[    0.692099] pci 0000:00:09.0: scanning [bus 0b-0b] behind bridge, pass 0
[    0.692260] pci_bus 0000:0b: scanning bus
[    0.692333] pci 0000:0b:00.0: [1033:0194] type 00 class 0x0c0330
[    0.692408] pci 0000:0b:00.0: reg 0x10: [mem 0xfe5fe000-0xfe5fffff 64bit]
[    0.692566] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold
[    0.692629] pci 0000:0b:00.0: PME# disabled
[    0.698351] pci_bus 0000:0b: fixups for bus
[    0.698430] pci 0000:00:09.0: PCI bridge to [bus 0b]
[    0.698513] pci 0000:00:09.0:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.698586] pci_bus 0000:0b: bus scan returning with max=0b
[    0.698642] pci 0000:00:0a.0: scanning [bus 0a-0a] behind bridge, pass 0
[    0.698789] pci_bus 0000:0a: scanning bus
[    0.698861] pci 0000:0a:00.0: [14f1:8210] type 00 class 0x040000
[    0.698945] pci 0000:0a:00.0: reg 0x10: [mem 0xfe200000-0xfe3fffff 64bit]
[    0.699153] pci 0000:0a:00.0: supports D1 D2
[    0.699218] pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot
[    0.699275] pci 0000:0a:00.0: PME# disabled
[    0.705038] pci_bus 0000:0a: fixups for bus
[    0.705115] pci 0000:00:0a.0: PCI bridge to [bus 0a]
[    0.705197] pci 0000:00:0a.0:   bridge window [mem 0xfe200000-0xfe3fffff]
[    0.705254] pci_bus 0000:0a: bus scan returning with max=0a
[    0.705310] pci 0000:00:0b.0: scanning [bus 09-09] behind bridge, pass 0
[    0.705455] pci_bus 0000:09: scanning bus
[    0.705525] pci 0000:09:00.0: [1002:6759] type 00 class 0x030000
[    0.705597] pci 0000:09:00.0: reg 0x10: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.705686] pci 0000:09:00.0: reg 0x18: [mem 0xfe1c0000-0xfe1dffff 64bit]
[    0.705746] pci 0000:09:00.0: reg 0x20: [io  0xa000-0xa0ff]
[    0.705811] pci 0000:09:00.0: reg 0x30: [mem 0xfe1a0000-0xfe1bffff pref]
[    0.705919] pci 0000:09:00.0: supports D1 D2
[    0.706071] pci 0000:09:00.1: [1002:aa90] type 00 class 0x040300
[    0.706142] pci 0000:09:00.1: reg 0x10: [mem 0xfe1fc000-0xfe1fffff 64bit]
[    0.706279] pci 0000:09:00.1: supports D1 D2
[    0.711695] pci_bus 0000:09: fixups for bus
[    0.711773] pci 0000:00:0b.0: PCI bridge to [bus 09]
[    0.711852] pci 0000:00:0b.0:   bridge window [io  0xa000-0xafff]
[    0.711923] pci 0000:00:0b.0:   bridge window [mem 0xfe100000-0xfe1fffff]
[    0.711980] pci 0000:00:0b.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    0.712057] pci_bus 0000:09: bus scan returning with max=09
[    0.712113] pci 0000:00:0c.0: scanning [bus 05-08] behind bridge, pass 0
[    0.712273] pci_bus 0000:05: scanning bus
[    0.712341] pci 0000:05:00.0: [10b5:8613] type 01 class 0x060400
[    0.712409] pci 0000:05:00.0: reg 0x10: [mem 0xfdee0000-0xfdefffff]
[    0.712552] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.712620] pci 0000:05:00.0: PME# disabled
[    0.718347] pci_bus 0000:05: fixups for bus
[    0.718423] pci 0000:00:0c.0: PCI bridge to [bus 05-08]
[    0.718506] pci 0000:00:0c.0:   bridge window [io  0x8000-0x9fff]
[    0.718562] pci 0000:00:0c.0:   bridge window [mem 0xfde00000-0xfe0fffff]
[    0.718621] pci 0000:05:00.0: scanning [bus 06-08] behind bridge, pass 0
[    0.718768] pci_bus 0000:06: scanning bus
[    0.718840] pci 0000:06:01.0: [10b5:8613] type 01 class 0x060400
[    0.718992] pci 0000:06:01.0: PME# supported from D0 D3hot D3cold
[    0.719049] pci 0000:06:01.0: PME# disabled
[    0.719225] pci 0000:06:02.0: [10b5:8613] type 01 class 0x060400
[    0.719372] pci 0000:06:02.0: PME# supported from D0 D3hot D3cold
[    0.719430] pci 0000:06:02.0: PME# disabled
[    0.719612] pci_bus 0000:06: fixups for bus
[    0.719666] pci 0000:05:00.0: PCI bridge to [bus 06-08]
[    0.719723] pci 0000:05:00.0:   bridge window [io  0x8000-0x9fff]
[    0.719780] pci 0000:05:00.0:   bridge window [mem 0xfdf00000-0xfe0fffff]
[    0.719839] pci 0000:06:01.0: scanning [bus 08-08] behind bridge, pass 0
[    0.719965] pci_bus 0000:08: scanning bus
[    0.720045] pci 0000:08:00.0: [1033:0194] type 00 class 0x0c0330
[    0.720122] pci 0000:08:00.0: reg 0x10: [mem 0xfe0fe000-0xfe0fffff 64bit]
[    0.720298] pci 0000:08:00.0: PME# supported from D0 D3hot
[    0.720357] pci 0000:08:00.0: PME# disabled
[    0.725044] pci_bus 0000:08: fixups for bus
[    0.725121] pci 0000:06:01.0: PCI bridge to [bus 08]
[    0.725206] pci 0000:06:01.0:   bridge window [mem 0xfe000000-0xfe0fffff]
[    0.725277] pci_bus 0000:08: bus scan returning with max=08
[    0.725334] pci 0000:06:02.0: scanning [bus 07-07] behind bridge, pass 0
[    0.725480] pci_bus 0000:07: scanning bus
[    0.725554] pci 0000:07:00.0: [1b4b:9123] type 00 class 0x010601
[    0.725652] pci 0000:07:00.0: reg 0x10: [io  0x9800-0x9807]
[    0.725715] pci 0000:07:00.0: reg 0x14: [io  0x9400-0x9403]
[    0.725778] pci 0000:07:00.0: reg 0x18: [io  0x9000-0x9007]
[    0.725841] pci 0000:07:00.0: reg 0x1c: [io  0x8800-0x8803]
[    0.725904] pci 0000:07:00.0: reg 0x20: [io  0x8400-0x840f]
[    0.725971] pci 0000:07:00.0: reg 0x24: [mem 0xfdfff800-0xfdffffff]
[    0.726033] pci 0000:07:00.0: reg 0x30: [mem 0xfdfe0000-0xfdfeffff pref]
[    0.726095] pci 0000:07:00.0: calling quirk_dma_func1_alias+0x0/0x30
[    0.726197] pci 0000:07:00.0: PME# supported from D3hot
[    0.726253] pci 0000:07:00.0: PME# disabled
[    0.731695] pci_bus 0000:07: fixups for bus
[    0.731772] pci 0000:06:02.0: PCI bridge to [bus 07]
[    0.731853] pci 0000:06:02.0:   bridge window [io  0x8000-0x9fff]
[    0.731912] pci 0000:06:02.0:   bridge window [mem 0xfdf00000-0xfdffffff]
[    0.731972] pci_bus 0000:07: bus scan returning with max=07
[    0.732031] pci 0000:06:01.0: scanning [bus 08-08] behind bridge, pass 1
[    0.732091] pci 0000:06:02.0: scanning [bus 07-07] behind bridge, pass 1
[    0.732150] pci_bus 0000:06: bus scan returning with max=08
[    0.732216] pci 0000:05:00.0: scanning [bus 06-08] behind bridge, pass 1
[    0.732274] pci_bus 0000:05: bus scan returning with max=08
[    0.732330] pci 0000:00:0d.0: scanning [bus 04-04] behind bridge, pass 0
[    0.732466] pci_bus 0000:04: scanning bus
[    0.732540] pci 0000:04:00.0: [1033:0194] type 00 class 0x0c0330
[    0.732613] pci 0000:04:00.0: reg 0x10: [mem 0xfddfe000-0xfddfffff 64bit]
[    0.732763] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.732822] pci 0000:04:00.0: PME# disabled
[    0.738352] pci_bus 0000:04: fixups for bus
[    0.738431] pci 0000:00:0d.0: PCI bridge to [bus 04]
[    0.738514] pci 0000:00:0d.0:   bridge window [mem 0xfdd00000-0xfddfffff]
[    0.738583] pci_bus 0000:04: bus scan returning with max=04
[    0.738639] pci 0000:00:14.4: scanning [bus 03-03] behind bridge, pass 0
[    0.738764] pci_bus 0000:03: scanning bus
[    0.738842] pci 0000:03:06.0: [13f6:0111] type 00 class 0x040100
[    0.738922] pci 0000:03:06.0: reg 0x10: [io  0x7800-0x78ff]
[    0.739081] pci 0000:03:06.0: supports D1 D2
[    0.739252] pci_bus 0000:03: fixups for bus
[    0.739306] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
[    0.739362] pci 0000:00:14.4:   bridge window [io  0x7000-0x7fff]
[    0.739422] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.739500] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.739579] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.739655] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.739734] pci 0000:00:14.4:   bridge window [mem 0xa0000000-0xdfffffff] (subtractive decode)
[    0.739812] pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
[    0.739891] pci_bus 0000:03: bus scan returning with max=03
[    0.739947] pci 0000:00:15.0: scanning [bus 02-02] behind bridge, pass 0
[    0.740082] pci_bus 0000:02: scanning bus
[    0.740136] pci_bus 0000:02: fixups for bus
[    0.740189] pci 0000:00:15.0: PCI bridge to [bus 02]
[    0.740252] pci_bus 0000:02: bus scan returning with max=02
[    0.740307] pci 0000:00:02.0: scanning [bus 0f-0f] behind bridge, pass 1
[    0.740364] pci 0000:00:03.0: scanning [bus 0e-0e] behind bridge, pass 1
[    0.740421] pci 0000:00:05.0: scanning [bus 0d-0d] behind bridge, pass 1
[    0.740477] pci 0000:00:06.0: scanning [bus 0c-0c] behind bridge, pass 1
[    0.740534] pci 0000:00:09.0: scanning [bus 0b-0b] behind bridge, pass 1
[    0.740590] pci 0000:00:0a.0: scanning [bus 0a-0a] behind bridge, pass 1
[    0.740647] pci 0000:00:0b.0: scanning [bus 09-09] behind bridge, pass 1
[    0.740703] pci 0000:00:0c.0: scanning [bus 05-08] behind bridge, pass 1
[    0.740759] pci 0000:00:0d.0: scanning [bus 04-04] behind bridge, pass 1
[    0.740816] pci 0000:00:14.4: scanning [bus 03-03] behind bridge, pass 1
[    0.740874] pci 0000:00:15.0: scanning [bus 02-02] behind bridge, pass 1
[    0.740931] pci_bus 0000:00: bus scan returning with max=0f
[    0.741024] pci_bus 0000:00: on NUMA node 0
[    0.742041] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 *10 11 14 15)
[    0.742444] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 *11 14 15)
[    0.742837] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 14 15)
[    0.743230] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 *10 11 14 15)
[    0.743605] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 *11 14 15)
[    0.743964] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 *7 10 11 14 15)
[    0.744324] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 *10 11 14 15)
[    0.744685] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 *10 11 14 15)
[    0.745624] vgaarb: setting as boot device: PCI:0000:0f:00.0
[    0.745681] vgaarb: device added: PCI:0000:0f:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.745765] vgaarb: device added: PCI:0000:0e:00.0,decodes=io+mem,owns=none,locks=none
[    0.745849] vgaarb: device added: PCI:0000:09:00.0,decodes=io+mem,owns=none,locks=none
[    0.745932] vgaarb: loaded
[    0.745986] vgaarb: bridge control possible 0000:09:00.0
[    0.746047] vgaarb: bridge control possible 0000:0e:00.0
[    0.746100] vgaarb: bridge control possible 0000:0f:00.0
[    0.746291] SCSI subsystem initialized
[    0.746396] libata version 3.00 loaded.
[    0.746530] ACPI: bus type USB registered
[    0.746632] usbcore: registered new interface driver usbfs
[    0.746710] usbcore: registered new interface driver hub
[    0.746850] usbcore: registered new device driver usb
[    0.746951] Linux video capture interface: v2.00
[    0.747061] pps_core: LinuxPPS API ver. 1 registered
[    0.747116] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.747202] PTP clock support registered
[    0.747368] Advanced Linux Sound Architecture Driver Initialized.
[    0.747424] PCI: Using ACPI for IRQ routing
[    0.754398] PCI: pci_cache_line_size set to 64 bytes
[    0.754464] pci 0000:0f:00.0: BAR 0: reserving [mem 0xd0000000-0xdfffffff flags 0x14220c] (d=0, p=0)
[    0.754541] pci 0000:0f:00.0: BAR 2: reserving [mem 0xfe9e0000-0xfe9effff flags 0x140204] (d=0, p=0)
[    0.754618] pci 0000:0f:00.0: BAR 4: reserving [io  0xe000-0xe0ff flags 0x40101] (d=0, p=0)
[    0.754698] pci 0000:0f:00.1: BAR 0: reserving [mem 0xfe9fc000-0xfe9fffff flags 0x140204] (d=0, p=0)
[    0.754780] pci 0000:0e:00.1: BAR 0: reserving [mem 0xfe8fc000-0xfe8fffff flags 0x140204] (d=0, p=0)
[    0.754867] pci 0000:0d:00.0: BAR 0: reserving [io  0xc800-0xc8ff flags 0x40101] (d=0, p=0)
[    0.754949] pci 0000:0d:00.0: BAR 2: reserving [mem 0xbffff000-0xbfffffff flags 0x14220c] (d=0, p=0)
[    0.755026] pci 0000:0d:00.0: BAR 4: reserving [mem 0xbfff8000-0xbfffbfff flags 0x14220c] (d=0, p=0)
[    0.755105] pci 0000:0c:00.0: BAR 0: reserving [io  0xb800-0xb8ff flags 0x40101] (d=0, p=0)
[    0.755183] pci 0000:0c:00.0: BAR 2: reserving [mem 0xbfeff000-0xbfefffff flags 0x14220c] (d=0, p=0)
[    0.755260] pci 0000:0c:00.0: BAR 4: reserving [mem 0xbfef8000-0xbfefbfff flags 0x14220c] (d=0, p=0)
[    0.755341] pci 0000:0b:00.0: BAR 0: reserving [mem 0xfe5fe000-0xfe5fffff flags 0x140204] (d=0, p=0)
[    0.755425] pci 0000:0a:00.0: BAR 0: reserving [mem 0xfe200000-0xfe3fffff flags 0x140204] (d=0, p=0)
[    0.755505] pci 0000:09:00.1: BAR 0: reserving [mem 0xfe1fc000-0xfe1fffff flags 0x140204] (d=0, p=0)
[    0.755583] pci 0000:05:00.0: BAR 0: reserving [mem 0xfdee0000-0xfdefffff flags 0x40200] (d=0, p=0)
[    0.755665] pci 0000:08:00.0: BAR 0: reserving [mem 0xfe0fe000-0xfe0fffff flags 0x140204] (d=0, p=0)
[    0.755747] pci 0000:07:00.0: BAR 0: reserving [io  0x9800-0x9807 flags 0x40101] (d=0, p=0)
[    0.755825] pci 0000:07:00.0: BAR 1: reserving [io  0x9400-0x9403 flags 0x40101] (d=0, p=0)
[    0.755903] pci 0000:07:00.0: BAR 2: reserving [io  0x9000-0x9007 flags 0x40101] (d=0, p=0)
[    0.755982] pci 0000:07:00.0: BAR 3: reserving [io  0x8800-0x8803 flags 0x40101] (d=0, p=0)
[    0.756061] pci 0000:07:00.0: BAR 4: reserving [io  0x8400-0x840f flags 0x40101] (d=0, p=0)
[    0.756137] pci 0000:07:00.0: BAR 5: reserving [mem 0xfdfff800-0xfdffffff flags 0x40200] (d=0, p=0)
[    0.756216] pci 0000:04:00.0: BAR 0: reserving [mem 0xfddfe000-0xfddfffff flags 0x140204] (d=0, p=0)
[    0.756296] pci 0000:00:11.0: BAR 0: reserving [io  0x3000-0x3007 flags 0x40101] (d=0, p=0)
[    0.756375] pci 0000:00:11.0: BAR 1: reserving [io  0x2000-0x2003 flags 0x40101] (d=0, p=0)
[    0.756454] pci 0000:00:11.0: BAR 2: reserving [io  0x1000-0x1007 flags 0x40101] (d=0, p=0)
[    0.756530] pci 0000:00:11.0: BAR 3: reserving [io  0x4800-0x4803 flags 0x40101] (d=0, p=0)
[    0.756606] pci 0000:00:11.0: BAR 4: reserving [io  0x3800-0x380f flags 0x40101] (d=0, p=0)
[    0.756685] pci 0000:00:11.0: BAR 5: reserving [mem 0xfdbff000-0xfdbff3ff flags 0x40200] (d=0, p=0)
[    0.756765] pci 0000:00:12.0: BAR 0: reserving [mem 0xfdbf7000-0xfdbf7fff flags 0x40200] (d=0, p=0)
[    0.756846] pci 0000:00:12.2: BAR 0: reserving [mem 0xfdbff400-0xfdbff4ff flags 0x40200] (d=0, p=0)
[    0.756926] pci 0000:00:13.0: BAR 0: reserving [mem 0xfdbfc000-0xfdbfcfff flags 0x40200] (d=0, p=0)
[    0.757006] pci 0000:00:13.2: BAR 0: reserving [mem 0xfdbff800-0xfdbff8ff flags 0x40200] (d=0, p=0)
[    0.757085] pci 0000:00:14.2: BAR 0: reserving [mem 0xfdbf8000-0xfdbfbfff flags 0x140204] (d=0, p=0)
[    0.757169] pci 0000:03:06.0: BAR 0: reserving [io  0x7800-0x78ff flags 0x40101] (d=0, p=0)
[    0.757248] pci 0000:00:14.5: BAR 0: reserving [mem 0xfdbfd000-0xfdbfdfff flags 0x40200] (d=0, p=0)
[    0.757928] pci 0000:00:16.0: BAR 0: reserving [mem 0xfdbfe000-0xfdbfefff flags 0x40200] (d=0, p=0)
[    0.758008] pci 0000:00:16.2: BAR 0: reserving [mem 0xfdbffc00-0xfdbffcff flags 0x40200] (d=0, p=0)
[    0.758094] pci 0000:0e:00.0: BAR 0: reserving [mem 0xc0000000-0xcfffffff flags 0x14220c] (d=1, p=1)
[    0.758176] pci 0000:0e:00.0: BAR 2: reserving [mem 0xfe8c0000-0xfe8dffff flags 0x140204] (d=1, p=1)
[    0.758259] pci 0000:0e:00.0: BAR 4: reserving [io  0xd000-0xd0ff flags 0x40101] (d=1, p=1)
[    0.758348] pci 0000:09:00.0: BAR 0: reserving [mem 0xa0000000-0xafffffff flags 0x14220c] (d=1, p=1)
[    0.758427] pci 0000:09:00.0: BAR 2: reserving [mem 0xfe1c0000-0xfe1dffff flags 0x140204] (d=1, p=1)
[    0.758504] pci 0000:09:00.0: BAR 4: reserving [io  0xa000-0xa0ff flags 0x40101] (d=1, p=1)
[    0.758611] e820: reserve RAM buffer [mem 0x00099400-0x0009ffff]
[    0.758670] e820: reserve RAM buffer [mem 0x9ff90000-0x9fffffff]
[    0.759206] Bluetooth: Core ver 2.19
[    0.759277] NET: Registered protocol family 31
[    0.759333] Bluetooth: HCI device and connection manager initialized
[    0.759403] Bluetooth: HCI socket layer initialized
[    0.759465] Bluetooth: L2CAP socket layer initialized
[    0.759534] Bluetooth: SCO socket layer initialized
[    0.759731] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.759902] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.762165] Switched to clocksource hpet
[    0.762487] FS-Cache: Loaded
[    0.762605] pnp: PnP ACPI init
[    0.762902] system 00:00: [mem 0xfec20000-0xfec200ff] could not be reserved
[    0.763000] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.763193] system 00:01: [mem 0xf6000000-0xf6003fff] could not be reserved
[    0.763251] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.763479] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.763902] pnp 00:03: [dma 0 disabled]
[    0.764019] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.764268] system 00:04: [io  0x0600-0x06df] has been reserved
[    0.764325] system 00:04: [io  0x0ae0-0x0aef] has been reserved
[    0.764382] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.764635] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.764692] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.764750] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.765255] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.765316] system 00:06: [io  0x040b] has been reserved
[    0.765374] system 00:06: [io  0x04d6] has been reserved
[    0.765432] system 00:06: [io  0x0c00-0x0c01] has been reserved
[    0.765488] system 00:06: [io  0x0c14] has been reserved
[    0.765552] system 00:06: [io  0x0c50-0x0c51] has been reserved
[    0.765607] system 00:06: [io  0x0c52] has been reserved
[    0.765662] system 00:06: [io  0x0c6c] has been reserved
[    0.765716] system 00:06: [io  0x0c6f] has been reserved
[    0.765771] system 00:06: [io  0x0cd0-0x0cd1] has been reserved
[    0.765831] system 00:06: [io  0x0cd2-0x0cd3] has been reserved
[    0.765886] system 00:06: [io  0x0cd4-0x0cd5] has been reserved
[    0.765940] system 00:06: [io  0x0cd6-0x0cd7] has been reserved
[    0.765994] system 00:06: [io  0x0cd8-0x0cdf] has been reserved
[    0.766048] system 00:06: [io  0x0800-0x089f] could not be reserved
[    0.766103] system 00:06: [io  0x0b00-0x0b1f] has been reserved
[    0.766158] system 00:06: [io  0x0b20-0x0b3f] has been reserved
[    0.766212] system 00:06: [io  0x0900-0x090f] has been reserved
[    0.766266] system 00:06: [io  0x0910-0x091f] has been reserved
[    0.766321] system 00:06: [io  0xfe00-0xfefe] has been reserved
[    0.766376] system 00:06: [mem 0xffb80000-0xffbfffff] has been reserved
[    0.766430] system 00:06: [mem 0xfec10000-0xfec1001f] has been reserved
[    0.766485] system 00:06: [mem 0xfed80000-0xfed80fff] has been reserved
[    0.766541] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.766734] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[    0.766799] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.767083] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.767144] system 00:08: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.767203] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.767258] system 00:08: [mem 0x00100000-0x9fffffff] could not be reserved
[    0.767313] system 00:08: [mem 0xfec00000-0xffffffff] could not be reserved
[    0.767369] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.767562] pnp: PnP ACPI: found 9 devices
[    0.767659] pciback 0000:00:00.0: pcistub_probe: probing...
[    0.767722] pciback 0000:00:00.0: pcistub_probe: probing... done.
[    0.767794] pciback 0000:00:00.2: pcistub_probe: probing...
[    0.767848] pciback 0000:00:00.2: pcistub_probe: probing... done.
[    0.767910] pciback 0000:00:02.0: pcistub_probe: probing...
[    0.767964] pciback 0000:00:02.0: pcistub_probe: probing... done.
[    0.768026] pciback 0000:00:03.0: pcistub_probe: probing...
[    0.768080] pciback 0000:00:03.0: pcistub_probe: probing... done.
[    0.768142] pciback 0000:00:05.0: pcistub_probe: probing...
[    0.768196] pciback 0000:00:05.0: pcistub_probe: probing... done.
[    0.768257] pciback 0000:00:06.0: pcistub_probe: probing...
[    0.768311] pciback 0000:00:06.0: pcistub_probe: probing... done.
[    0.768374] pciback 0000:00:09.0: pcistub_probe: probing...
[    0.768428] pciback 0000:00:09.0: pcistub_probe: probing... done.
[    0.768490] pciback 0000:00:0a.0: pcistub_probe: probing...
[    0.768544] pciback 0000:00:0a.0: pcistub_probe: probing... done.
[    0.768606] pciback 0000:00:0b.0: pcistub_probe: probing...
[    0.768660] pciback 0000:00:0b.0: pcistub_probe: probing... done.
[    0.768722] pciback 0000:00:0c.0: pcistub_probe: probing...
[    0.768776] pciback 0000:00:0c.0: pcistub_probe: probing... done.
[    0.768845] pciback 0000:00:0d.0: pcistub_probe: probing...
[    0.768899] pciback 0000:00:0d.0: pcistub_probe: probing... done.
[    0.768961] pciback 0000:00:11.0: pcistub_probe: probing...
[    0.769015] pciback 0000:00:11.0: pcistub_probe: probing... done.
[    0.769077] pciback 0000:00:12.0: pcistub_probe: probing...
[    0.769131] pciback 0000:00:12.0: pcistub_probe: probing... done.
[    0.769193] pciback 0000:00:12.2: pcistub_probe: probing...
[    0.769247] pciback 0000:00:12.2: pcistub_probe: probing... done.
[    0.769309] pciback 0000:00:13.0: pcistub_probe: probing...
[    0.769363] pciback 0000:00:13.0: pcistub_probe: probing... done.
[    0.769425] pciback 0000:00:13.2: pcistub_probe: probing...
[    0.769479] pciback 0000:00:13.2: pcistub_probe: probing... done.
[    0.769542] pciback 0000:00:14.0: pcistub_probe: probing...
[    0.769595] pciback 0000:00:14.0: pcistub_probe: probing... done.
[    0.769657] pciback 0000:00:14.2: pcistub_probe: probing...
[    0.769711] pciback 0000:00:14.2: pcistub_probe: probing... done.
[    0.769773] pciback 0000:00:14.3: pcistub_probe: probing...
[    0.769827] pciback 0000:00:14.3: pcistub_probe: probing... done.
[    0.769889] pciback 0000:00:14.4: pcistub_probe: probing...
[    0.769943] pciback 0000:00:14.4: pcistub_probe: probing... done.
[    0.770004] pciback 0000:00:14.5: pcistub_probe: probing...
[    0.770058] pciback 0000:00:14.5: pcistub_probe: probing... done.
[    0.770120] pciback 0000:00:15.0: pcistub_probe: probing...
[    0.770174] pciback 0000:00:15.0: pcistub_probe: probing... done.
[    0.770236] pciback 0000:00:16.0: pcistub_probe: probing...
[    0.770290] pciback 0000:00:16.0: pcistub_probe: probing... done.
[    0.770352] pciback 0000:00:16.2: pcistub_probe: probing...
[    0.770406] pciback 0000:00:16.2: pcistub_probe: probing... done.
[    0.770468] pciback 0000:00:18.0: pcistub_probe: probing...
[    0.770522] pciback 0000:00:18.0: pcistub_probe: probing... done.
[    0.770584] pciback 0000:00:18.1: pcistub_probe: probing...
[    0.770638] pciback 0000:00:18.1: pcistub_probe: probing... done.
[    0.770700] pciback 0000:00:18.2: pcistub_probe: probing...
[    0.770754] pciback 0000:00:18.2: pcistub_probe: probing... done.
[    0.770816] pciback 0000:00:18.3: pcistub_probe: probing...
[    0.770870] pciback 0000:00:18.3: pcistub_probe: probing... done.
[    0.770932] pciback 0000:00:18.4: pcistub_probe: probing...
[    0.770986] pciback 0000:00:18.4: pcistub_probe: probing... done.
[    0.771048] pciback 0000:0f:00.0: pcistub_probe: probing...
[    0.771102] pciback 0000:0f:00.0: pcistub_probe: probing... done.
[    0.771164] pciback 0000:0f:00.1: pcistub_probe: probing...
[    0.771218] pciback 0000:0f:00.1: pcistub_probe: probing... done.
[    0.771280] pciback 0000:0e:00.0: pcistub_probe: probing...
[    0.771334] pciback 0000:0e:00.0: pcistub_probe: probing... done.
[    0.771396] pciback 0000:0e:00.1: pcistub_probe: probing...
[    0.771450] pciback 0000:0e:00.1: pcistub_probe: probing... done.
[    0.771512] pciback 0000:0d:00.0: pcistub_probe: probing...
[    0.771566] pciback 0000:0d:00.0: pcistub_probe: probing... done.
[    0.771628] pciback 0000:0c:00.0: pcistub_probe: probing...
[    0.771682] pciback 0000:0c:00.0: pcistub_probe: probing... done.
[    0.771744] pciback 0000:0b:00.0: pcistub_probe: probing...
[    0.771798] pciback 0000:0b:00.0: pcistub_probe: probing... done.
[    0.771860] pciback 0000:0a:00.0: pcistub_probe: probing...
[    0.771914] pciback 0000:0a:00.0: pcistub_probe: probing... done.
[    0.771976] pciback 0000:09:00.0: pcistub_probe: probing...
[    0.772030] pciback 0000:09:00.0: pcistub_probe: probing... done.
[    0.772092] pciback 0000:09:00.1: pcistub_probe: probing...
[    0.772146] pciback 0000:09:00.1: pcistub_probe: probing... done.
[    0.772217] pciback 0000:05:00.0: pcistub_probe: probing...
[    0.772274] pciback 0000:05:00.0: pcistub_probe: probing... done.
[    0.772336] pciback 0000:06:01.0: pcistub_probe: probing...
[    0.772390] pciback 0000:06:01.0: pcistub_probe: probing... done.
[    0.772452] pciback 0000:06:02.0: pcistub_probe: probing...
[    0.772506] pciback 0000:06:02.0: pcistub_probe: probing... done.
[    0.772568] pciback 0000:08:00.0: pcistub_probe: probing...
[    0.772621] pciback 0000:08:00.0: pcistub_probe: probing... done.
[    0.772683] pciback 0000:07:00.0: pcistub_probe: probing...
[    0.772737] pciback 0000:07:00.0: pcistub_probe: probing... done.
[    0.772799] pciback 0000:04:00.0: pcistub_probe: probing...
[    0.772853] pciback 0000:04:00.0: pcistub_probe: probing... done.
[    0.772915] pciback 0000:03:06.0: pcistub_probe: probing...
[    0.772969] pciback 0000:03:06.0: pcistub_probe: probing... done.
[    0.782660] pci 0000:00:02.0: PCI bridge to [bus 0f]
[    0.782717] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.782773] pci 0000:00:02.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.782828] pci 0000:00:02.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.782908] pci 0000:00:03.0: PCI bridge to [bus 0e]
[    0.782962] pci 0000:00:03.0:   bridge window [io  0xd000-0xdfff]
[    0.783018] pci 0000:00:03.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.783073] pci 0000:00:03.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.783151] pci 0000:00:05.0: PCI bridge to [bus 0d]
[    0.783205] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[    0.783860] pci 0000:00:05.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    0.783915] pci 0000:00:05.0:   bridge window [mem 0xbff00000-0xbfffffff 64bit pref]
[    0.783995] pci 0000:00:06.0: PCI bridge to [bus 0c]
[    0.784049] pci 0000:00:06.0:   bridge window [io  0xb000-0xbfff]
[    0.784105] pci 0000:00:06.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.784160] pci 0000:00:06.0:   bridge window [mem 0xbfe00000-0xbfefffff 64bit pref]
[    0.784240] pci 0000:00:09.0: PCI bridge to [bus 0b]
[    0.784295] pci 0000:00:09.0:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.784353] pci 0000:00:0a.0: PCI bridge to [bus 0a]
[    0.784408] pci 0000:00:0a.0:   bridge window [mem 0xfe200000-0xfe3fffff]
[    0.784466] pci 0000:00:0b.0: PCI bridge to [bus 09]
[    0.784520] pci 0000:00:0b.0:   bridge window [io  0xa000-0xafff]
[    0.784575] pci 0000:00:0b.0:   bridge window [mem 0xfe100000-0xfe1fffff]
[    0.784630] pci 0000:00:0b.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    0.784710] pci 0000:06:01.0: PCI bridge to [bus 08]
[    0.784766] pci 0000:06:01.0:   bridge window [mem 0xfe000000-0xfe0fffff]
[    0.784826] pci 0000:06:02.0: PCI bridge to [bus 07]
[    0.784880] pci 0000:06:02.0:   bridge window [io  0x8000-0x9fff]
[    0.784937] pci 0000:06:02.0:   bridge window [mem 0xfdf00000-0xfdffffff]
[    0.784997] pci 0000:05:00.0: PCI bridge to [bus 06-08]
[    0.785051] pci 0000:05:00.0:   bridge window [io  0x8000-0x9fff]
[    0.785108] pci 0000:05:00.0:   bridge window [mem 0xfdf00000-0xfe0fffff]
[    0.785168] pci 0000:00:0c.0: PCI bridge to [bus 05-08]
[    0.785222] pci 0000:00:0c.0:   bridge window [io  0x8000-0x9fff]
[    0.785277] pci 0000:00:0c.0:   bridge window [mem 0xfde00000-0xfe0fffff]
[    0.785335] pci 0000:00:0d.0: PCI bridge to [bus 04]
[    0.785389] pci 0000:00:0d.0:   bridge window [mem 0xfdd00000-0xfddfffff]
[    0.785447] pci 0000:00:14.4: PCI bridge to [bus 03]
[    0.785506] pci 0000:00:14.4:   bridge window [io  0x7000-0x7fff]
[    0.785580] pci 0000:00:15.0: PCI bridge to [bus 02]
[    0.785642] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.785696] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.785749] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.785803] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.785857] pci_bus 0000:00: resource 8 [mem 0xa0000000-0xdfffffff]
[    0.785911] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
[    0.785965] pci_bus 0000:0f: resource 0 [io  0xe000-0xefff]
[    0.786019] pci_bus 0000:0f: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.786073] pci_bus 0000:0f: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.786149] pci_bus 0000:0e: resource 0 [io  0xd000-0xdfff]
[    0.786203] pci_bus 0000:0e: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.786257] pci_bus 0000:0e: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.786335] pci_bus 0000:0d: resource 0 [io  0xc000-0xcfff]
[    0.786389] pci_bus 0000:0d: resource 1 [mem 0xfe700000-0xfe7fffff]
[    0.786443] pci_bus 0000:0d: resource 2 [mem 0xbff00000-0xbfffffff 64bit pref]
[    0.786519] pci_bus 0000:0c: resource 0 [io  0xb000-0xbfff]
[    0.786573] pci_bus 0000:0c: resource 1 [mem 0xfe600000-0xfe6fffff]
[    0.786627] pci_bus 0000:0c: resource 2 [mem 0xbfe00000-0xbfefffff 64bit pref]
[    0.786705] pci_bus 0000:0b: resource 1 [mem 0xfe500000-0xfe5fffff]
[    0.786759] pci_bus 0000:0a: resource 1 [mem 0xfe200000-0xfe3fffff]
[    0.786813] pci_bus 0000:09: resource 0 [io  0xa000-0xafff]
[    0.786867] pci_bus 0000:09: resource 1 [mem 0xfe100000-0xfe1fffff]
[    0.786920] pci_bus 0000:09: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
[    0.786998] pci_bus 0000:05: resource 0 [io  0x8000-0x9fff]
[    0.787052] pci_bus 0000:05: resource 1 [mem 0xfde00000-0xfe0fffff]
[    0.787106] pci_bus 0000:06: resource 0 [io  0x8000-0x9fff]
[    0.787160] pci_bus 0000:06: resource 1 [mem 0xfdf00000-0xfe0fffff]
[    0.787214] pci_bus 0000:08: resource 1 [mem 0xfe000000-0xfe0fffff]
[    0.787269] pci_bus 0000:07: resource 0 [io  0x8000-0x9fff]
[    0.787322] pci_bus 0000:07: resource 1 [mem 0xfdf00000-0xfdffffff]
[    0.787376] pci_bus 0000:04: resource 1 [mem 0xfdd00000-0xfddfffff]
[    0.787431] pci_bus 0000:03: resource 0 [io  0x7000-0x7fff]
[    0.787486] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.787540] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.787595] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.787650] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
[    0.787704] pci_bus 0000:03: resource 8 [mem 0xa0000000-0xdfffffff]
[    0.787759] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfebfffff]
[    0.787851] NET: Registered protocol family 2
[    0.788446] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.789587] TCP bind hash table entries: 65536 (order: 10, 4194304 bytes)
[    0.792856] TCP: Hash tables configured (established 262144 bind 65536)
[    0.793013] TCP: reno registered
[    0.793364] UDP hash table entries: 16384 (order: 9, 2621440 bytes)
[    0.795355] UDP-Lite hash table entries: 16384 (order: 9, 2621440 bytes)
[    0.797312] NET: Registered protocol family 1
[    0.797404] pci 0000:00:11.0: calling quirk_msi_intx_disable_ati_bug+0x0/0x50
[    0.797468] pci 0000:00:12.0: calling quirk_usb_early_handoff+0x0/0x6f0
[    0.797752] pci 0000:00:12.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 18 (level, low) -> IRQ/rc 18
[    0.872529] pci 0000:00:12.2: calling quirk_usb_early_handoff+0x0/0x6f0
[    0.872722] pci 0000:00:12.2: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 17 (level, low) -> IRQ/rc 17
[    0.872947] pci 0000:00:13.0: calling quirk_usb_early_handoff+0x0/0x6f0
[    0.873131] pci 0000:00:13.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 18 (level, low) -> IRQ/rc 18
[    0.949301] pci 0000:00:13.2: calling quirk_usb_early_handoff+0x0/0x6f0
[    0.949491] pci 0000:00:13.2: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 17 (level, low) -> IRQ/rc 17
[    0.949723] pci 0000:00:14.5: calling quirk_usb_early_handoff+0x0/0x6f0
[    0.949906] pci 0000:00:14.5: ?!?!? acpi_pci_irq_enable: PCI INT C -> GSI 18 (level, low) -> IRQ/rc 18
[    1.025969] pci 0000:00:16.0: calling quirk_usb_early_handoff+0x0/0x6f0
[    1.026159] pci 0000:00:16.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 18 (level, low) -> IRQ/rc 18
[    1.102540] pci 0000:00:16.2: calling quirk_usb_early_handoff+0x0/0x6f0
[    1.102732] pci 0000:00:16.2: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 17 (level, low) -> IRQ/rc 17
[    1.102954] pci 0000:00:18.0: calling quirk_amd_nb_node+0x0/0x80
[    1.103013] pci 0000:00:18.1: calling quirk_amd_nb_node+0x0/0x80
[    1.103069] pci 0000:00:18.2: calling quirk_amd_nb_node+0x0/0x80
[    1.103126] pci 0000:00:18.3: calling quirk_amd_nb_node+0x0/0x80
[    1.103183] pci 0000:00:18.4: calling quirk_amd_nb_node+0x0/0x80
[    1.103241] pci 0000:0f:00.0: calling pci_fixup_video+0x0/0xe0
[    1.103297] pci 0000:0f:00.0: Video device with shadowed ROM
[    1.103355] pci 0000:0e:00.0: calling pci_fixup_video+0x0/0xe0
[    1.103420] pci 0000:0b:00.0: calling quirk_usb_early_handoff+0x0/0x6f0
[    1.103611] pci 0000:00:09.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 53 (level, low) -> IRQ/rc 24
[    1.103740] pci 0000:0b:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 48 (level, low) -> IRQ/rc 25
[    1.103882] pci 0000:09:00.0: calling pci_fixup_video+0x0/0xe0
[    1.103951] pci 0000:08:00.0: calling quirk_usb_early_handoff+0x0/0x6f0
[    1.104136] pci 0000:00:0c.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 54 (level, low) -> IRQ/rc 25
[    1.104275] pci 0000:05:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 36 (level, low) -> IRQ/rc 26
[    1.104402] pci 0000:06:01.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 37 (level, low) -> IRQ/rc 27
[    1.104521] pci 0000:08:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 37 (level, low) -> IRQ/rc 27
[    1.104661] pci 0000:04:00.0: calling quirk_usb_early_handoff+0x0/0x6f0
[    1.104840] pci 0000:00:0d.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 54 (level, low) -> IRQ/rc 25
[    1.104966] pci 0000:04:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 40 (level, low) -> IRQ/rc 28
[    1.105107] PCI: CLS 64 bytes, default 64
[    1.105294] Trying to unpack rootfs image as initramfs...
[    1.191855] Freeing initrd memory: 6512K (ffff880037338000 - ffff880037994000)
[    1.192657] pci 0000:00:00.2: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 55 (level, low) -> IRQ/rc 28
[    1.194261] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    1.194349] AMD-Vi: Interrupt remapping enabled
[    1.194416] pci 0000:00:00.2: irq 29 for MSI/MSI-X
[    1.194474] pci 0000:00:00.2: ?!??!? pci_intx: enable:0
[    1.194528] pci 0000:00:00.2: ?!??!? pci_intx: enable:0 new != pci_command
[    1.207728] AMD-Vi: Lazy IO/TLB flushing enabled
[    1.311748] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.311837] software IO TLB [mem 0x9bf90000-0x9ff90000] (64MB) mapped at [ffff88009bf90000-ffff88009ff8ffff]
[    1.312008] kvm: no hardware support
[    1.312355] kvm: Nested Virtualization enabled
[    1.312413] kvm: Nested Paging enabled
[    1.313499] LVT offset 1 assigned for vector 0x400
[    1.313566] IBS: LVT offset 1 assigned
[    1.313669] perf: AMD IBS detected (0x0000001f)
[    1.314886] Scanning for low memory corruption every 60 seconds
[    1.317066] sha1_ssse3: Neither AVX nor AVX2 nor SSSE3 is available/usable.
[    1.317124] sha256_ssse3: Neither AVX nor SSSE3 is available/usable.
[    1.317180] sha512_ssse3: Neither AVX nor SSSE3 is available/usable.
[    1.317237] AVX or AES-NI instructions are not detected.
[    1.317293] AVX instructions are not detected.
[    1.317348] AVX instructions are not detected.
[    1.317403] AVX2 or AES-NI instructions are not detected.
[    1.317457] AVX2 instructions are not detected.
[    1.318042] futex hash table entries: 2048 (order: 6, 262144 bytes)
[    1.318299] audit: initializing netlink subsys (disabled)
[    1.318423] audit: type=2000 audit(1412797639.113:1): initialized
[    1.318989] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.324199] VFS: Disk quotas dquot_6.5.2
[    1.324385] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.326497] ntfs: driver 2.1.30 [Flags: R/W].
[    1.326896] fuse init (API version 7.23)
[    1.328325] gfs2: GFS2 installed
[    1.328493] ceph: loaded (mds proto 32)
[    1.328566] msgmni has been set to 32768
[    1.330171] bounce: pool size: 64 pages
[    1.330320] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.330420] io scheduler noop registered
[    1.331069] io scheduler deadline registered
[    1.331227] io scheduler cfq registered (default)
[    1.331527] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[    1.331582] crc32: self tests passed, processed 225944 bytes in 112933 nsec
[    1.331756] crc32c: CRC_LE_BITS = 64
[    1.331810] crc32c: self tests passed, processed 225944 bytes in 57689 nsec
[    1.341081] crc32_combine: 8373 self tests passed
[    1.350462] crc32c_combine: 8373 self tests passed
[    1.350956] pcieport 0000:00:02.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 52 (level, low) -> IRQ/rc 30
[    1.351068] pcieport 0000:00:02.0: irq 31 for MSI/MSI-X
[    1.351128] pcieport 0000:00:02.0: ?!??!? pci_intx: enable:0
[    1.351183] pcieport 0000:00:02.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.351501] pcieport 0000:00:03.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 52 (level, low) -> IRQ/rc 30
[    1.351603] pcieport 0000:00:03.0: irq 32 for MSI/MSI-X
[    1.351662] pcieport 0000:00:03.0: ?!??!? pci_intx: enable:0
[    1.351716] pcieport 0000:00:03.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.351999] pcieport 0000:00:05.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 52 (level, low) -> IRQ/rc 30
[    1.352103] pcieport 0000:00:05.0: irq 33 for MSI/MSI-X
[    1.352162] pcieport 0000:00:05.0: ?!??!? pci_intx: enable:0
[    1.352228] pcieport 0000:00:05.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.352538] pcieport 0000:00:06.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 53 (level, low) -> IRQ/rc 24
[    1.352645] pcieport 0000:00:06.0: irq 34 for MSI/MSI-X
[    1.352705] pcieport 0000:00:06.0: ?!??!? pci_intx: enable:0
[    1.352759] pcieport 0000:00:06.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.352929] pcieport 0000:00:09.0: irq 35 for MSI/MSI-X
[    1.352992] pcieport 0000:00:09.0: ?!??!? pci_intx: enable:0
[    1.353046] pcieport 0000:00:09.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.353330] pcieport 0000:00:0a.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 54 (level, low) -> IRQ/rc 25
[    1.353436] pcieport 0000:00:0a.0: irq 36 for MSI/MSI-X
[    1.353494] pcieport 0000:00:0a.0: ?!??!? pci_intx: enable:0
[    1.353548] pcieport 0000:00:0a.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.353828] pcieport 0000:00:0b.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 54 (level, low) -> IRQ/rc 25
[    1.353932] pcieport 0000:00:0b.0: irq 37 for MSI/MSI-X
[    1.353991] pcieport 0000:00:0b.0: ?!??!? pci_intx: enable:0
[    1.354045] pcieport 0000:00:0b.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.354217] pcieport 0000:00:0c.0: irq 38 for MSI/MSI-X
[    1.354279] pcieport 0000:00:0c.0: ?!??!? pci_intx: enable:0
[    1.354333] pcieport 0000:00:0c.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.354514] pcieport 0000:00:0d.0: irq 39 for MSI/MSI-X
[    1.354579] pcieport 0000:00:0d.0: ?!??!? pci_intx: enable:0
[    1.354633] pcieport 0000:00:0d.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.354936] pcieport 0000:00:15.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 16 (level, low) -> IRQ/rc 16
[    1.355039] pcieport 0000:00:15.0: irq 40 for MSI/MSI-X
[    1.355098] pcieport 0000:00:15.0: ?!??!? pci_intx: enable:0
[    1.355152] pcieport 0000:00:15.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.355355] pcieport 0000:05:00.0: irq 41 for MSI/MSI-X
[    1.355417] pcieport 0000:05:00.0: ?!??!? pci_intx: enable:0
[    1.355470] pcieport 0000:05:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.355733] pcieport 0000:06:01.0: irq 42 for MSI/MSI-X
[    1.355800] pcieport 0000:06:01.0: ?!??!? pci_intx: enable:0
[    1.355859] pcieport 0000:06:01.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.356135] pcieport 0000:06:02.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 38 (level, low) -> IRQ/rc 43
[    1.356253] pcieport 0000:06:02.0: irq 44 for MSI/MSI-X
[    1.356312] pcieport 0000:06:02.0: ?!??!? pci_intx: enable:0
[    1.356367] pcieport 0000:06:02.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.356779] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[    1.356846] pci 0000:0f:00.0: Signaling PME through PCIe PME interrupt
[    1.356906] pci 0000:0f:00.1: Signaling PME through PCIe PME interrupt
[    1.356963] pcieport 0000:00:02.0: ?!?!?!? pcie_pme_probe: srv->irq:31 ret: 0 
[    1.357041] pcie_pme 0000:00:02.0:pcie01: service driver pcie_pme loaded
[    1.357121] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt
[    1.357176] pci 0000:0e:00.0: Signaling PME through PCIe PME interrupt
[    1.357231] pci 0000:0e:00.1: Signaling PME through PCIe PME interrupt
[    1.357286] pcieport 0000:00:03.0: ?!?!?!? pcie_pme_probe: srv->irq:32 ret: 0 
[    1.357364] pcie_pme 0000:00:03.0:pcie01: service driver pcie_pme loaded
[    1.357439] pcieport 0000:00:05.0: Signaling PME through PCIe PME interrupt
[    1.357494] pci 0000:0d:00.0: Signaling PME through PCIe PME interrupt
[    1.357549] pcieport 0000:00:05.0: ?!?!?!? pcie_pme_probe: srv->irq:33 ret: 0 
[    1.357627] pcie_pme 0000:00:05.0:pcie01: service driver pcie_pme loaded
[    1.357703] pcieport 0000:00:06.0: Signaling PME through PCIe PME interrupt
[    1.357758] pci 0000:0c:00.0: Signaling PME through PCIe PME interrupt
[    1.357813] pcieport 0000:00:06.0: ?!?!?!? pcie_pme_probe: srv->irq:34 ret: 0 
[    1.357891] pcie_pme 0000:00:06.0:pcie01: service driver pcie_pme loaded
[    1.357966] pcieport 0000:00:09.0: Signaling PME through PCIe PME interrupt
[    1.358020] pci 0000:0b:00.0: Signaling PME through PCIe PME interrupt
[    1.358075] pcieport 0000:00:09.0: ?!?!?!? pcie_pme_probe: srv->irq:35 ret: 0 
[    1.358153] pcie_pme 0000:00:09.0:pcie01: service driver pcie_pme loaded
[    1.358229] pcieport 0000:00:0a.0: Signaling PME through PCIe PME interrupt
[    1.358284] pci 0000:0a:00.0: Signaling PME through PCIe PME interrupt
[    1.358339] pcieport 0000:00:0a.0: ?!?!?!? pcie_pme_probe: srv->irq:36 ret: 0 
[    1.358417] pcie_pme 0000:00:0a.0:pcie01: service driver pcie_pme loaded
[    1.358493] pcieport 0000:00:0b.0: Signaling PME through PCIe PME interrupt
[    1.358548] pci 0000:09:00.0: Signaling PME through PCIe PME interrupt
[    1.358602] pci 0000:09:00.1: Signaling PME through PCIe PME interrupt
[    1.358657] pcieport 0000:00:0b.0: ?!?!?!? pcie_pme_probe: srv->irq:37 ret: 0 
[    1.358735] pcie_pme 0000:00:0b.0:pcie01: service driver pcie_pme loaded
[    1.358809] pcieport 0000:00:0c.0: Signaling PME through PCIe PME interrupt
[    1.358879] pcieport 0000:05:00.0: Signaling PME through PCIe PME interrupt
[    1.358936] pcieport 0000:06:01.0: Signaling PME through PCIe PME interrupt
[    1.358991] pci 0000:08:00.0: Signaling PME through PCIe PME interrupt
[    1.359045] pcieport 0000:06:02.0: Signaling PME through PCIe PME interrupt
[    1.359100] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
[    1.359156] pcieport 0000:00:0c.0: ?!?!?!? pcie_pme_probe: srv->irq:38 ret: 0 
[    1.359234] pcie_pme 0000:00:0c.0:pcie01: service driver pcie_pme loaded
[    1.359310] pcieport 0000:00:0d.0: Signaling PME through PCIe PME interrupt
[    1.359367] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    1.359423] pcieport 0000:00:0d.0: ?!?!?!? pcie_pme_probe: srv->irq:39 ret: 0 
[    1.359503] pcie_pme 0000:00:0d.0:pcie01: service driver pcie_pme loaded
[    1.359581] pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
[    1.359639] pcieport 0000:00:15.0: ?!?!?!? pcie_pme_probe: srv->irq:40 ret: 0 
[    1.359719] pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
[    1.359825] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.360002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.360074] cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version: 0.2
[    1.360185] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
[    1.360287] cpcihp_generic: not configured, disabling.
[    1.360387] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.362087] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
[    1.362201] pci-stub: add 1002:6759 sub=FFFFFFFF:FFFFFFFF cls=00000000/00000000
[    1.362321] pci-stub 0000:0e:00.0: claimed by stub
[    1.362393] pci-stub 0000:09:00.0: claimed by stub
[    1.362453] pci-stub: add 1002:AA90 sub=FFFFFFFF:FFFFFFFF cls=00000000/00000000
[    1.362552] pci-stub 0000:0e:00.1: claimed by stub
[    1.362615] pci-stub 0000:09:00.1: claimed by stub
[    1.362864] usbcore: registered new interface driver udlfb
[    1.363149] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.363261] ACPI: Power Button [PWRB]
[    1.363403] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.363494] ACPI: Power Button [PWRF]
[    1.363743] ACPI: processor limited to max C-state 1
[    1.364821] GHES: HEST is not enabled!
[    1.364889] ERST DBG: ERST support is disabled.
[    1.365025] xenfs: not registering filesystem on non-xen platform
[    1.365247] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.385981] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.387437] Linux agpgart interface v0.103
[    1.387542] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[    1.387651] [drm] Initialized drm 1.1.0 20060810
[    1.387764] [drm] VGACON disable radeon kernel modesetting.
[    1.387824] [drm:radeon_init] *ERROR* No UMS support in radeon module!
[    1.391056] brd: module loaded
[    1.393432] loop: module loaded
[    1.393697] ahci 0000:00:11.0: version 3.0
[    1.393971] ahci 0000:00:11.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 19 (level, low) -> IRQ/rc 19
[    1.394120] ahci 0000:00:11.0: irq 45 for MSI/MSI-X
[    1.394178] ahci 0000:00:11.0: irq 46 for MSI/MSI-X
[    1.394235] ahci 0000:00:11.0: irq 47 for MSI/MSI-X
[    1.394292] ahci 0000:00:11.0: irq 48 for MSI/MSI-X
[    1.394349] ahci 0000:00:11.0: irq 49 for MSI/MSI-X
[    1.394406] ahci 0000:00:11.0: irq 50 for MSI/MSI-X
[    1.394462] ahci 0000:00:11.0: irq 51 for MSI/MSI-X
[    1.395121] ahci 0000:00:11.0: irq 52 for MSI/MSI-X
[    1.395180] ahci 0000:00:11.0: ?!??!? pci_intx: enable:0
[    1.395234] ahci 0000:00:11.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.395378] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    1.395458] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    1.397964] scsi host0: ahci
[    1.398467] scsi host1: ahci
[    1.398761] scsi host2: ahci
[    1.399117] scsi host3: ahci
[    1.399401] scsi host4: ahci
[    1.399689] scsi host5: ahci
[    1.399866] ata1: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff100 irq 45
[    1.399953] ata2: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff180 irq 46
[    1.400030] ata3: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff200 irq 47
[    1.400110] ata4: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff280 irq 48
[    1.400198] ata5: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff300 irq 49
[    1.400277] ata6: SATA max UDMA/133 abar m1024@0xfdbff000 port 0xfdbff380 irq 50
[    1.400493] ahci 0000:07:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 38 (level, low) -> IRQ/rc 43
[    1.400657] ahci 0000:07:00.0: irq 53 for MSI/MSI-X
[    1.400757] ahci 0000:07:00.0: ?!??!? pci_intx: enable:0
[    1.400833] ahci 0000:07:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.400937] ahci 0000:07:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.401015] ahci 0000:07:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    1.401098] ahci 0000:07:00.0: port 0 can do FBS, forcing FBSCP
[    1.401211] ahci 0000:07:00.0: port 1 can do FBS, forcing FBSCP
[    1.401890] scsi host6: ahci
[    1.402208] scsi host7: ahci
[    1.402402] ata7: SATA max UDMA/133 abar m2048@0xfdfff800 port 0xfdfff900 irq 53
[    1.402488] ata8: SATA max UDMA/133 abar m2048@0xfdfff800 port 0xfdfff980 irq 53
[    1.402681] tun: Universal TUN/TAP device driver, 1.6
[    1.402741] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.402931] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    1.402995] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    1.403114] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    1.403173] e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
[    1.403281] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.2.13-k
[    1.403345] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.403445] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
[    1.403529] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.403648] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.403796] r8169 0000:0d:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 46 (level, low) -> IRQ/rc 54
[    1.403887] r8169 0000:0d:00.0: enabling Mem-Wr-Inval
[    1.404082] r8169 0000:0d:00.0: irq 55 for MSI/MSI-X
[    1.404145] r8169 0000:0d:00.0: ?!??!? pci_intx: enable:0
[    1.404199] r8169 0000:0d:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.404540] r8169 0000:0d:00.0 eth0: RTL8168d/8111d at 0xffffc9000315c000, 40:61:86:f4:67:d9, XID 081000c0 IRQ 55
[    1.404627] r8169 0000:0d:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.404736] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.404851] r8169 0000:0c:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 51 (level, low) -> IRQ/rc 56
[    1.404937] r8169 0000:0c:00.0: enabling Mem-Wr-Inval
[    1.405129] r8169 0000:0c:00.0: irq 57 for MSI/MSI-X
[    1.405193] r8169 0000:0c:00.0: ?!??!? pci_intx: enable:0
[    1.405247] r8169 0000:0c:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.405533] r8169 0000:0c:00.0 eth1: RTL8168d/8111d at 0xffffc9000315e000, 40:61:86:f4:67:d8, XID 081000c0 IRQ 57
[    1.405622] r8169 0000:0c:00.0 eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.405850] VFIO - User Level meta-driver version: 0.3
[    1.406958] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.407018] ehci-pci: EHCI PCI platform driver
[    1.407298] ehci-pci 0000:00:12.2: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 17 (level, low) -> IRQ/rc 17
[    1.407452] QUIRK: Enable AMD PLL fix
[    1.407517] ehci-pci 0000:00:12.2: enabling bus mastering
[    1.407612] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.407991] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    1.408114] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.408208] ehci-pci 0000:00:12.2: debug port 1
[    1.408326] ehci-pci 0000:00:12.2: enabling Mem-Wr-Inval
[    1.408420] ehci-pci 0000:00:12.2: irq 17, io mem 0xfdbff400
[    1.415752] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.416635] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.416695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.416778] usb usb1: Product: EHCI Host Controller
[    1.416834] usb usb1: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ ehci_hcd
[    1.416916] usb usb1: SerialNumber: 0000:00:12.2
[    1.417578] hub 1-0:1.0: USB hub found
[    1.417668] hub 1-0:1.0: 5 ports detected
[    1.418530] ehci-pci 0000:00:13.2: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 17 (level, low) -> IRQ/rc 17
[    1.418626] ehci-pci 0000:00:13.2: enabling bus mastering
[    1.418700] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.418913] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[    1.418998] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.419086] ehci-pci 0000:00:13.2: debug port 1
[    1.419169] ehci-pci 0000:00:13.2: enabling Mem-Wr-Inval
[    1.419231] ehci-pci 0000:00:13.2: irq 17, io mem 0xfdbff800
[    1.429086] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.429255] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.429312] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.429388] usb usb2: Product: EHCI Host Controller
[    1.429442] usb usb2: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ ehci_hcd
[    1.429520] usb usb2: SerialNumber: 0000:00:13.2
[    1.429865] hub 2-0:1.0: USB hub found
[    1.429932] hub 2-0:1.0: 5 ports detected
[    1.430515] ehci-pci 0000:00:16.2: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 17 (level, low) -> IRQ/rc 17
[    1.430609] ehci-pci 0000:00:16.2: enabling bus mastering
[    1.430682] ehci-pci 0000:00:16.2: EHCI Host Controller
[    1.430867] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
[    1.430963] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.431055] ehci-pci 0000:00:16.2: debug port 1
[    1.431143] ehci-pci 0000:00:16.2: enabling Mem-Wr-Inval
[    1.431206] ehci-pci 0000:00:16.2: irq 17, io mem 0xfdbffc00
[    1.439057] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    1.439255] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.439310] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.439387] usb usb3: Product: EHCI Host Controller
[    1.439441] usb usb3: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ ehci_hcd
[    1.439524] usb usb3: SerialNumber: 0000:00:16.2
[    1.439863] hub 3-0:1.0: USB hub found
[    1.439937] hub 3-0:1.0: 4 ports detected
[    1.440319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.440400] ohci-pci: OHCI PCI platform driver
[    1.440648] ohci-pci 0000:00:12.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 18 (level, low) -> IRQ/rc 18
[    1.440748] ohci-pci 0000:00:12.0: enabling bus mastering
[    1.440810] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.440994] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 4
[    1.441156] ohci-pci 0000:00:12.0: irq 18, io mem 0xfdbf7000
[    1.496558] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.496616] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.496694] usb usb4: Product: OHCI PCI host controller
[    1.496748] usb usb4: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ ohci_hcd
[    1.496826] usb usb4: SerialNumber: 0000:00:12.0
[    1.497165] hub 4-0:1.0: USB hub found
[    1.497240] hub 4-0:1.0: 5 ports detected
[    1.497769] ohci-pci 0000:00:13.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 18 (level, low) -> IRQ/rc 18
[    1.497863] ohci-pci 0000:00:13.0: enabling bus mastering
[    1.497919] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.498089] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
[    1.498227] ohci-pci 0000:00:13.0: irq 18, io mem 0xfdbfc000
[    1.553160] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.553219] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.553297] usb usb5: Product: OHCI PCI host controller
[    1.553350] usb usb5: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ ohci_hcd
[    1.553428] usb usb5: SerialNumber: 0000:00:13.0
[    1.553766] hub 5-0:1.0: USB hub found
[    1.553844] hub 5-0:1.0: 5 ports detected
[    1.554390] ohci-pci 0000:00:14.5: ?!?!? acpi_pci_irq_enable: PCI INT C -> GSI 18 (level, low) -> IRQ/rc 18
[    1.554485] ohci-pci 0000:00:14.5: enabling bus mastering
[    1.554542] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    1.555286] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 6
[    1.555411] ohci-pci 0000:00:14.5: irq 18, io mem 0xfdbfd000
[    1.609794] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.609853] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.609931] usb usb6: Product: OHCI PCI host controller
[    1.609985] usb usb6: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ ohci_hcd
[    1.610063] usb usb6: SerialNumber: 0000:00:14.5
[    1.610414] hub 6-0:1.0: USB hub found
[    1.610486] hub 6-0:1.0: 2 ports detected
[    1.610924] ohci-pci 0000:00:16.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 18 (level, low) -> IRQ/rc 18
[    1.611015] ohci-pci 0000:00:16.0: enabling bus mastering
[    1.611072] ohci-pci 0000:00:16.0: OHCI PCI host controller
[    1.611245] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 7
[    1.611370] ohci-pci 0000:00:16.0: irq 18, io mem 0xfdbfe000
[    1.666478] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.666537] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.666615] usb usb7: Product: OHCI PCI host controller
[    1.666669] usb usb7: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ ohci_hcd
[    1.666744] usb usb7: SerialNumber: 0000:00:16.0
[    1.667116] hub 7-0:1.0: USB hub found
[    1.667190] hub 7-0:1.0: 4 ports detected
[    1.667590] uhci_hcd: USB Universal Host Controller Interface driver
[    1.667821] xhci_hcd 0000:0b:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 48 (level, low) -> IRQ/rc 58
[    1.667917] xhci_hcd 0000:0b:00.0: enabling bus mastering
[    1.667973] xhci_hcd 0000:0b:00.0: xHCI Host Controller
[    1.668217] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 8
[    1.668430] xhci_hcd 0000:0b:00.0: enabling Mem-Wr-Inval
[    1.668556] xhci_hcd 0000:0b:00.0: irq 59 for MSI/MSI-X
[    1.668624] xhci_hcd 0000:0b:00.0: irq 60 for MSI/MSI-X
[    1.668684] xhci_hcd 0000:0b:00.0: irq 61 for MSI/MSI-X
[    1.668745] xhci_hcd 0000:0b:00.0: irq 62 for MSI/MSI-X
[    1.668806] xhci_hcd 0000:0b:00.0: irq 63 for MSI/MSI-X
[    1.668918] xhci_hcd 0000:0b:00.0: irq 64 for MSI/MSI-X
[    1.668993] xhci_hcd 0000:0b:00.0: irq 65 for MSI/MSI-X
[    1.669093] xhci_hcd 0000:0b:00.0: ?!??!? pci_intx: enable:0
[    1.669155] xhci_hcd 0000:0b:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.669438] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[    1.669496] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.669576] usb usb8: Product: xHCI Host Controller
[    1.669630] usb usb8: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ xhci_hcd
[    1.669705] usb usb8: SerialNumber: 0000:0b:00.0
[    1.670040] hub 8-0:1.0: USB hub found
[    1.670137] hub 8-0:1.0: 2 ports detected
[    1.670512] xhci_hcd 0000:0b:00.0: xHCI Host Controller
[    1.670728] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 9
[    1.671844] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003
[    1.671900] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.671978] usb usb9: Product: xHCI Host Controller
[    1.672032] usb usb9: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ xhci_hcd
[    1.672107] usb usb9: SerialNumber: 0000:0b:00.0
[    1.672596] hub 9-0:1.0: USB hub found
[    1.672688] hub 9-0:1.0: 2 ports detected
[    1.673095] xhci_hcd 0000:08:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 37 (level, low) -> IRQ/rc 27
[    1.673187] xhci_hcd 0000:08:00.0: enabling bus mastering
[    1.673243] xhci_hcd 0000:08:00.0: xHCI Host Controller
[    1.673426] xhci_hcd 0000:08:00.0: new USB bus registered, assigned bus number 10
[    1.673670] xhci_hcd 0000:08:00.0: enabling Mem-Wr-Inval
[    1.673755] xhci_hcd 0000:08:00.0: irq 66 for MSI/MSI-X
[    1.673826] xhci_hcd 0000:08:00.0: irq 67 for MSI/MSI-X
[    1.673888] xhci_hcd 0000:08:00.0: irq 68 for MSI/MSI-X
[    1.673949] xhci_hcd 0000:08:00.0: irq 69 for MSI/MSI-X
[    1.674011] xhci_hcd 0000:08:00.0: irq 70 for MSI/MSI-X
[    1.674072] xhci_hcd 0000:08:00.0: irq 71 for MSI/MSI-X
[    1.674131] xhci_hcd 0000:08:00.0: irq 72 for MSI/MSI-X
[    1.674219] xhci_hcd 0000:08:00.0: ?!??!? pci_intx: enable:0
[    1.674274] xhci_hcd 0000:08:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.674533] usb usb10: New USB device found, idVendor=1d6b, idProduct=0002
[    1.674591] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.674673] usb usb10: Product: xHCI Host Controller
[    1.674728] usb usb10: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ xhci_hcd
[    1.674808] usb usb10: SerialNumber: 0000:08:00.0
[    1.675142] hub 10-0:1.0: USB hub found
[    1.675220] hub 10-0:1.0: 2 ports detected
[    1.675545] xhci_hcd 0000:08:00.0: xHCI Host Controller
[    1.675765] xhci_hcd 0000:08:00.0: new USB bus registered, assigned bus number 11
[    1.677053] usb usb11: New USB device found, idVendor=1d6b, idProduct=0003
[    1.677131] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.677210] usb usb11: Product: xHCI Host Controller
[    1.677263] usb usb11: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ xhci_hcd
[    1.677341] usb usb11: SerialNumber: 0000:08:00.0
[    1.677676] hub 11-0:1.0: USB hub found
[    1.677752] hub 11-0:1.0: 2 ports detected
[    1.678117] xhci_hcd 0000:04:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 40 (level, low) -> IRQ/rc 73
[    1.678210] xhci_hcd 0000:04:00.0: enabling bus mastering
[    1.678268] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.678441] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 12
[    1.678659] xhci_hcd 0000:04:00.0: enabling Mem-Wr-Inval
[    1.678751] xhci_hcd 0000:04:00.0: irq 74 for MSI/MSI-X
[    1.678815] xhci_hcd 0000:04:00.0: irq 75 for MSI/MSI-X
[    1.678914] xhci_hcd 0000:04:00.0: irq 76 for MSI/MSI-X
[    1.678982] xhci_hcd 0000:04:00.0: irq 77 for MSI/MSI-X
[    1.679046] xhci_hcd 0000:04:00.0: irq 78 for MSI/MSI-X
[    1.679107] xhci_hcd 0000:04:00.0: irq 79 for MSI/MSI-X
[    1.679168] xhci_hcd 0000:04:00.0: irq 80 for MSI/MSI-X
[    1.679253] xhci_hcd 0000:04:00.0: ?!??!? pci_intx: enable:0
[    1.679307] xhci_hcd 0000:04:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[    1.679561] usb usb12: New USB device found, idVendor=1d6b, idProduct=0002
[    1.679649] usb usb12: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.679724] usb usb12: Product: xHCI Host Controller
[    1.679778] usb usb12: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ xhci_hcd
[    1.679856] usb usb12: SerialNumber: 0000:04:00.0
[    1.680190] hub 12-0:1.0: USB hub found
[    1.680260] hub 12-0:1.0: 2 ports detected
[    1.680564] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.680803] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 13
[    1.682055] usb usb13: New USB device found, idVendor=1d6b, idProduct=0003
[    1.682135] usb usb13: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.682232] usb usb13: Product: xHCI Host Controller
[    1.682313] usb usb13: Manufacturer: Linux 3.17.0-20141008-vanilla-kvm-debug4+ xhci_hcd
[    1.682395] usb usb13: SerialNumber: 0000:04:00.0
[    1.682731] hub 13-0:1.0: USB hub found
[    1.682805] hub 13-0:1.0: 2 ports detected
[    1.683165] usbcore: registered new interface driver usblp
[    1.683287] usbcore: registered new interface driver usb-storage
[    1.683420] usbcore: registered new interface driver usbserial
[    1.683516] usbcore: registered new interface driver cp210x
[    1.683676] usbserial: USB Serial support registered for cp210x
[    1.683784] usbcore: registered new interface driver cypress_m8
[    1.683882] usbserial: USB Serial support registered for DeLorme Earthmate USB
[    1.683984] usbserial: USB Serial support registered for HID->COM RS232 Adapter
[    1.684087] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
[    1.684201] usbcore: registered new interface driver mos7720
[    1.684283] usbserial: USB Serial support registered for Moschip 2 port adapter
[    1.684400] usbcore: registered new interface driver mos7840
[    1.684485] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
[    1.684658] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.685387] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.685478] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.686033] mousedev: PS/2 mouse device common for all mice
[    1.686865] rtc_cmos 00:02: RTC can wake from S4
[    1.687239] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.687320] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.687643] ACPI Warning: SystemIO range 0x0000000000000b00-0x0000000000000b07 conflicts with OpRegion 0x0000000000000b00-0x0000000000000b0f (\SOR1) (20140724/utaddress-258)
[    1.687815] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.688218] lirc_dev: IR Remote Control driver registered, major 247 
[    1.688303] IR NEC protocol handler initialized
[    1.688367] IR RC5(x/sz) protocol handler initialized
[    1.688429] IR RC6 protocol handler initialized
[    1.688485] IR JVC protocol handler initialized
[    1.688548] IR Sony protocol handler initialized
[    1.689170] IR SANYO protocol handler initialized
[    1.689225] IR Sharp protocol handler initialized
[    1.689280] IR MCE Keyboard/mouse protocol handler initialized
[    1.689341] IR LIRC bridge handler initialized
[    1.689395] IR XMP protocol handler initialized
[    1.689450] cx25821: driver version 0.0.106 loaded
[    1.689612] cx25821 0000:0a:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 47 (level, low) -> IRQ/rc 81
[    1.689700] cx25821: Athena Hardware device = 0x8210
[    1.689766] cx25821: cx25821[1]: subsystem: 0000:0000, board: CX25821 [card=1,autodetected]
[    1.718948] ata6: SATA link down (SStatus 0 SControl 300)
[    1.722284] ata2: SATA link down (SStatus 0 SControl 300)
[    1.722345] ata7: SATA link down (SStatus 0 SControl 370)
[    1.722439] ata8: SATA link down (SStatus 0 SControl 370)
[    1.722459] ata5: SATA link down (SStatus 0 SControl 300)
[    1.722506] ata4: SATA link down (SStatus 0 SControl 300)
[    1.885614] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.885733] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.887343] ata3.00: ATA-8: Hitachi HDS722020ALA330, JKAOA20N, max UDMA/133
[    1.887400] ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    1.889083] ata3.00: configured for UDMA/133
[    1.910755] ata1.00: ATA-8: HGST HDN724040ALE640, MJAOA5E0, max UDMA/133
[    1.910815] ata1.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    1.912570] ata1.00: configured for UDMA/133
[    1.913184] scsi 0:0:0:0: Direct-Access     ATA      HGST HDN724040AL A5E0 PQ: 0 ANSI: 5
[    1.914386] sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[    1.914484] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.914602] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.914738] sd 0:0:0:0: [sda] Write Protect is off
[    1.914797] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.914987] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.915156] scsi 2:0:0:0: Direct-Access     ATA      Hitachi HDS72202 A20N PQ: 0 ANSI: 5
[    1.915720] sd 2:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    1.915775] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    1.916059] sd 2:0:0:0: [sdb] Write Protect is off
[    1.916128] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.916286] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.952673]  sdb: sdb1
[    1.953672] sd 2:0:0:0: [sdb] Attached SCSI disk
[    1.964365]  sda: sda1 sda2 sda3 sda4
[    1.965317] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.971206] cx25821: Hardware revision = 0x00
[    1.971275] cx25821: cx25821[1]/0: found at 0000:0a:00.0, rev: 0, irq: 81, latency: 0, mmio: 0xfe200000
[    1.971574] usbcore: registered new interface driver pvrusb2
[    1.971641] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner
[    1.971721] pvrusb2: Debug mask is 31 (0x1f)
[    1.971844] f71805f: Unsupported Fintek device, skipping
[    1.971975] f71882fg: Found f71889ed chip at 0x600, revision 16
[    1.972050] ACPI Warning: SystemIO range 0x0000000000000600-0x0000000000000607 conflicts with OpRegion 0x0000000000000605-0x0000000000000606 (\HMOR) (20140724/utaddress-258)
[    1.972238] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.972607] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[    1.972741] sp5100_tco: PCI Revision ID: 0x41
[    1.972835] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
[    1.972921] sp5100_tco: Last reboot was not triggered by watchdog.
[    1.973182] sp5100_tco: initialized (0xffffc90013cd8b00). heartbeat=60 sec (nowayout=0)
[    1.973830] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    1.974203] device-mapper: cache-policy-mq: version 1.2.0 loaded
[    1.974261] device-mapper: cache cleaner: version 1.0.0 loaded
[    1.974317] Bluetooth: Virtual HCI driver ver 1.5
[    1.974453] Bluetooth: HCI UART driver ver 2.2
[    1.974512] Bluetooth: HCI H4 protocol initialized
[    1.974569] Bluetooth: HCI BCSP protocol initialized
[    1.974628] Bluetooth: HCILL protocol initialized
[    1.974682] Bluetooth: HCIATH3K protocol initialized
[    1.974736] Bluetooth: HCI Three-wire UART (H5) protocol initialized
[    1.974831] usbcore: registered new interface driver bcm203x
[    1.974930] usbcore: registered new interface driver bpa10x
[    1.975017] usbcore: registered new interface driver bfusb
[    1.975107] usbcore: registered new interface driver btusb
[    1.975197] usbcore: registered new interface driver ath3k
[    1.975983] hidraw: raw HID events driver (C) Jiri Kosina
[    1.976349] usbcore: registered new interface driver usbhid
[    1.976419] usbhid: USB HID core driver
[    1.976590] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[    1.976656] AMD IOMMUv2 functionality not available on this system
[    1.977397] snd_hda_intel 0000:00:14.2: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 16 (level, low) -> IRQ/rc 16
[    1.977589] snd_hda_intel 0000:00:14.2: ?!??!? pci_intx: enable:1
[    1.977801] snd_hda_intel 0000:0f:00.1: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 25 (level, low) -> IRQ/rc 82
[    1.978085] snd_hda_intel 0000:0f:00.1: irq 83 for MSI/MSI-X
[    1.978176] snd_hda_intel 0000:0f:00.1: ?!??!? pci_intx: enable:0
[    1.978231] snd_hda_intel 0000:0f:00.1: ?!??!? pci_intx: enable:0 new != pci_command
[    1.978340] snd_hda_intel 0000:0f:00.1: ?!??!? pci_intx: enable:0
[    1.978416] Netfilter messages via NETLINK v0.30.
[    1.978479] nfnl_acct: registering with nfnetlink.
[    1.978581] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    1.978909] ctnetlink v0.93: registering with nfnetlink.
[    1.979313] xt_time: kernel timezone is -0000
[    1.979397] ip_set: protocol 6
[    1.979506] IPVS: Registered protocols ()
[    1.979655] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[    1.979795] IPVS: Creating netns size=1832 id=0
[    1.980543] IPVS: ipvs loaded.
[    1.985679] sound hdaudioC0D2: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    1.985762] sound hdaudioC0D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    1.985816] sound hdaudioC0D2:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    1.985870] sound hdaudioC0D2:    mono: mono_out=0x0
[    1.985923] sound hdaudioC0D2:    dig-out=0x11/0x1e
[    1.985976] sound hdaudioC0D2:    inputs:
[    1.986029] sound hdaudioC0D2:      Front Mic=0x19
[    1.986083] sound hdaudioC0D2:      Rear Mic=0x18
[    1.986136] sound hdaudioC0D2:      Line=0x1a
[    1.989412] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.989570] TCP: cubic registered
[    1.990170] NET: Registered protocol family 10
[    1.991041] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    1.991470] sit: IPv6 over IPv4 tunneling driver
[    1.991893] NET: Registered protocol family 17
[    1.992251] Bridge firewalling registered
[    1.992330] Ebtables v2.0 registered
[    1.992534] Bluetooth: RFCOMM TTY layer initialized
[    1.992639] Bluetooth: RFCOMM socket layer initialized
[    1.992718] Bluetooth: RFCOMM ver 1.11
[    1.992784] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    1.992842] Bluetooth: BNEP filters: protocol multicast
[    1.992902] Bluetooth: BNEP socket layer initialized
[    1.992960] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.993033] Bluetooth: HIDP socket layer initialized
[    1.993111] Key type ceph registered
[    1.993344] libceph: loaded (mon/osd proto 15/24)
[    1.994707] registered taskstats version 1
[    1.996290] Btrfs loaded
[    1.996611] pci 0000:00:00.0: __pci_dev_reset probe:1 
[    1.996694] pci 0000:00:00.0: pci_pm_reset: probe:1 dev->current_state:5
[    1.996751] pci 0000:00:00.0: pci_dev_reset_slot_function probe: 1 
[    1.996808] pci 0000:00:00.0: pci_parent_bus_reset
[    1.996866] pci 0000:00:00.0: __pci_dev_reset done rc:-25.
[    1.996936] pci 0000:00:00.2: __pci_dev_reset probe:1 
[    1.996997] pci 0000:00:00.2: pci_pm_reset: probe:1 dev->current_state:0
[    1.997055] pci 0000:00:00.2: pci_dev_reset_slot_function probe: 1 
[    1.997112] pci 0000:00:00.2: pci_parent_bus_reset
[    1.997169] pci 0000:00:00.2: __pci_dev_reset done rc:-25.
[    1.997236] pcieport 0000:00:02.0: __pci_dev_reset probe:1 
[    1.997301] pcieport 0000:00:02.0: pci_pm_reset: probe:1 dev->current_state:0
[    1.997359] pcieport 0000:00:02.0: pci_pm_reset: probe ok
[    1.997416] pcieport 0000:00:02.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    1.997496] pcieport 0000:00:02.0: __pci_dev_reset done rc:0.
[    1.997565] pcieport 0000:00:03.0: __pci_dev_reset probe:1 
[    1.997632] pcieport 0000:00:03.0: pci_pm_reset: probe:1 dev->current_state:0
[    1.997690] pcieport 0000:00:03.0: pci_pm_reset: probe ok
[    1.997747] pcieport 0000:00:03.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    1.997826] pcieport 0000:00:03.0: __pci_dev_reset done rc:0.
[    1.997892] pcieport 0000:00:05.0: __pci_dev_reset probe:1 
[    1.997957] pcieport 0000:00:05.0: pci_pm_reset: probe:1 dev->current_state:0
[    1.998014] pcieport 0000:00:05.0: pci_pm_reset: probe ok
[    1.998071] pcieport 0000:00:05.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    1.998151] pcieport 0000:00:05.0: __pci_dev_reset done rc:0.
[    1.998216] pcieport 0000:00:06.0: __pci_dev_reset probe:1 
[    1.998281] pcieport 0000:00:06.0: pci_pm_reset: probe:1 dev->current_state:0
[    1.998339] pcieport 0000:00:06.0: pci_pm_reset: probe ok
[    1.998396] pcieport 0000:00:06.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    1.998475] pcieport 0000:00:06.0: __pci_dev_reset done rc:0.
[    1.998540] pcieport 0000:00:09.0: __pci_dev_reset probe:1 
[    1.998608] pcieport 0000:00:09.0: pci_pm_reset: probe:1 dev->current_state:0
[    1.998665] pcieport 0000:00:09.0: pci_pm_reset: probe ok
[    1.998723] pcieport 0000:00:09.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    1.998802] pcieport 0000:00:09.0: __pci_dev_reset done rc:0.
[    1.999464] pcieport 0000:00:0a.0: __pci_dev_reset probe:1 
[    1.999531] pcieport 0000:00:0a.0: pci_pm_reset: probe:1 dev->current_state:0
[    1.999590] pcieport 0000:00:0a.0: pci_pm_reset: probe ok
[    1.999647] pcieport 0000:00:0a.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    1.999723] pcieport 0000:00:0a.0: __pci_dev_reset done rc:0.
[    1.999787] pcieport 0000:00:0b.0: __pci_dev_reset probe:1 
[    1.999853] pcieport 0000:00:0b.0: pci_pm_reset: probe:1 dev->current_state:0
[    1.999910] pcieport 0000:00:0b.0: pci_pm_reset: probe ok
[    1.999967] pcieport 0000:00:0b.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    2.000047] pcieport 0000:00:0b.0: __pci_dev_reset done rc:0.
[    2.000112] pcieport 0000:00:0c.0: __pci_dev_reset probe:1 
[    2.000176] pcieport 0000:00:0c.0: pci_pm_reset: probe:1 dev->current_state:0
[    2.000233] pcieport 0000:00:0c.0: pci_pm_reset: probe ok
[    2.000290] pcieport 0000:00:0c.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    2.000369] pcieport 0000:00:0c.0: __pci_dev_reset done rc:0.
[    2.000435] pcieport 0000:00:0d.0: __pci_dev_reset probe:1 
[    2.000499] pcieport 0000:00:0d.0: pci_pm_reset: probe:1 dev->current_state:0
[    2.000558] pcieport 0000:00:0d.0: pci_pm_reset: probe ok
[    2.000615] pcieport 0000:00:0d.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    2.000694] pcieport 0000:00:0d.0: __pci_dev_reset done rc:0.
[    2.000770] ahci 0000:00:11.0: __pci_dev_reset probe:1 
[    2.000838] ahci 0000:00:11.0: __pci_dev_reset  pci_af_flr  succeeded rc:0
[    2.000895] ahci 0000:00:11.0: __pci_dev_reset done rc:0.
[    2.000969] ohci-pci 0000:00:12.0: __pci_dev_reset probe:1 
[    2.001027] ohci-pci 0000:00:12.0: pci_pm_reset: probe:1 dev->current_state:0
[    2.001085] ohci-pci 0000:00:12.0: pci_dev_reset_slot_function probe: 1 
[    2.001143] ohci-pci 0000:00:12.0: pci_parent_bus_reset
[    2.001200] ohci-pci 0000:00:12.0: __pci_dev_reset done rc:-25.
[    2.001265] ehci-pci 0000:00:12.2: __pci_dev_reset probe:1 
[    2.001328] ehci-pci 0000:00:12.2: pci_pm_reset: probe:1 dev->current_state:0
[    2.001387] ehci-pci 0000:00:12.2: pci_pm_reset: probe ok
[    2.001445] ehci-pci 0000:00:12.2: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    2.001524] ehci-pci 0000:00:12.2: __pci_dev_reset done rc:0.
[    2.001598] ohci-pci 0000:00:13.0: __pci_dev_reset probe:1 
[    2.001655] ohci-pci 0000:00:13.0: pci_pm_reset: probe:1 dev->current_state:0
[    2.001714] ohci-pci 0000:00:13.0: pci_dev_reset_slot_function probe: 1 
[    2.001772] ohci-pci 0000:00:13.0: pci_parent_bus_reset
[    2.001829] ohci-pci 0000:00:13.0: __pci_dev_reset done rc:-25.
[    2.001894] ehci-pci 0000:00:13.2: __pci_dev_reset probe:1 
[    2.001957] ehci-pci 0000:00:13.2: pci_pm_reset: probe:1 dev->current_state:0
[    2.002018] ehci-pci 0000:00:13.2: pci_pm_reset: probe ok
[    2.002075] ehci-pci 0000:00:13.2: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    2.002154] ehci-pci 0000:00:13.2: __pci_dev_reset done rc:0.
[    2.002227] pci 0000:00:14.0: __pci_dev_reset probe:1 
[    2.002285] pci 0000:00:14.0: pci_pm_reset: probe:1 dev->current_state:5
[    2.002342] pci 0000:00:14.0: pci_dev_reset_slot_function probe: 1 
[    2.002400] pci 0000:00:14.0: pci_parent_bus_reset
[    2.002457] pci 0000:00:14.0: __pci_dev_reset done rc:-25.
[    2.002525] snd_hda_intel 0000:00:14.2: __pci_dev_reset probe:1 
[    2.002590] snd_hda_intel 0000:00:14.2: pci_pm_reset: probe:1 dev->current_state:0
[    2.002672] snd_hda_intel 0000:00:14.2: pci_pm_reset: probe ok
[    2.002729] snd_hda_intel 0000:00:14.2: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    2.002811] snd_hda_intel 0000:00:14.2: __pci_dev_reset done rc:0.
[    2.002880] pci 0000:00:14.3: __pci_dev_reset probe:1 
[    2.002938] pci 0000:00:14.3: pci_pm_reset: probe:1 dev->current_state:5
[    2.002999] pci 0000:00:14.3: pci_dev_reset_slot_function probe: 1 
[    2.003057] pci 0000:00:14.3: pci_parent_bus_reset
[    2.003116] pci 0000:00:14.3: __pci_dev_reset done rc:-25.
[    2.003181] pci 0000:00:14.4: __pci_dev_reset probe:1 
[    2.003241] pci 0000:00:14.4: pci_pm_reset: probe:1 dev->current_state:5
[    2.003299] pci 0000:00:14.4: pci_dev_reset_slot_function probe: 1 
[    2.003358] pci 0000:00:14.4: pci_parent_bus_reset
[    2.003416] pci 0000:00:14.4: __pci_dev_reset done rc:-25.
[    2.003489] ohci-pci 0000:00:14.5: __pci_dev_reset probe:1 
[    2.003548] ohci-pci 0000:00:14.5: pci_pm_reset: probe:1 dev->current_state:0
[    2.003608] ohci-pci 0000:00:14.5: pci_dev_reset_slot_function probe: 1 
[    2.003667] ohci-pci 0000:00:14.5: pci_parent_bus_reset
[    2.003725] ohci-pci 0000:00:14.5: __pci_dev_reset done rc:-25.
[    2.003791] pcieport 0000:00:15.0: __pci_dev_reset probe:1 
[    2.003868] pcieport 0000:00:15.0: pci_pm_reset: probe:1 dev->current_state:0
[    2.003926] pcieport 0000:00:15.0: pci_pm_reset: probe ok
[    2.003984] pcieport 0000:00:15.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    2.004066] pcieport 0000:00:15.0: __pci_dev_reset done rc:0.
[    2.004136] ohci-pci 0000:00:16.0: __pci_dev_reset probe:1 
[    2.004196] ohci-pci 0000:00:16.0: pci_pm_reset: probe:1 dev->current_state:0
[    2.004254] ohci-pci 0000:00:16.0: pci_dev_reset_slot_function probe: 1 
[    2.004313] ohci-pci 0000:00:16.0: pci_parent_bus_reset
[    2.004369] ohci-pci 0000:00:16.0: __pci_dev_reset done rc:-25.
[    2.004435] ehci-pci 0000:00:16.2: __pci_dev_reset probe:1 
[    2.004496] ehci-pci 0000:00:16.2: pci_pm_reset: probe:1 dev->current_state:0
[    2.004552] ehci-pci 0000:00:16.2: pci_pm_reset: probe ok
[    2.004606] ehci-pci 0000:00:16.2: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    2.004687] ehci-pci 0000:00:16.2: __pci_dev_reset done rc:0.
[    2.004750] pci 0000:00:18.0: __pci_dev_reset probe:1 
[    2.004805] pci 0000:00:18.0: pci_pm_reset: probe:1 dev->current_state:5
[    2.004860] pci 0000:00:18.0: pci_dev_reset_slot_function probe: 1 
[    2.004917] pci 0000:00:18.0: pci_parent_bus_reset
[    2.004974] pci 0000:00:18.0: __pci_dev_reset done rc:-25.
[    2.005035] pci 0000:00:18.1: __pci_dev_reset probe:1 
[    2.005093] pci 0000:00:18.1: pci_pm_reset: probe:1 dev->current_state:5
[    2.005150] pci 0000:00:18.1: pci_dev_reset_slot_function probe: 1 
[    2.005208] pci 0000:00:18.1: pci_parent_bus_reset
[    2.005265] pci 0000:00:18.1: __pci_dev_reset done rc:-25.
[    2.005326] pci 0000:00:18.2: __pci_dev_reset probe:1 
[    2.005383] pci 0000:00:18.2: pci_pm_reset: probe:1 dev->current_state:5
[    2.005442] pci 0000:00:18.2: pci_dev_reset_slot_function probe: 1 
[    2.005499] pci 0000:00:18.2: pci_parent_bus_reset
[    2.005568] pci 0000:00:18.2: __pci_dev_reset done rc:-25.
[    2.005638] k10temp 0000:00:18.3: __pci_dev_reset probe:1 
[    2.005706] k10temp 0000:00:18.3: pci_pm_reset: probe:1 dev->current_state:5
[    2.005764] k10temp 0000:00:18.3: pci_dev_reset_slot_function probe: 1 
[    2.005831] k10temp 0000:00:18.3: pci_parent_bus_reset
[    2.005893] k10temp 0000:00:18.3: __pci_dev_reset done rc:-25.
[    2.005959] pci 0000:00:18.4: __pci_dev_reset probe:1 
[    2.006031] pci 0000:00:18.4: pci_pm_reset: probe:1 dev->current_state:5
[    2.006098] pci 0000:00:18.4: pci_dev_reset_slot_function probe: 1 
[    2.006167] pci 0000:00:18.4: pci_parent_bus_reset
[    2.006237] pci 0000:00:18.4: __pci_dev_reset done rc:-25.
[    2.006316] pci 0000:0f:00.0: __pci_dev_reset probe:1 
[    2.006385] pci 0000:0f:00.0: pci_pm_reset: probe:1 dev->current_state:5
[    2.006445] pci 0000:0f:00.0: pci_pm_reset: probe ok
[    2.006499] pci 0000:0f:00.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    2.006554] pci 0000:0f:00.0: __pci_dev_reset done rc:0.
[    2.006615] snd_hda_intel 0000:0f:00.1: __pci_dev_reset probe:1 
[    2.006679] snd_hda_intel 0000:0f:00.1: pci_pm_reset: probe:1 dev->current_state:0
[    2.006761] snd_hda_intel 0000:0f:00.1: pci_pm_reset: probe ok
[    2.006814] snd_hda_intel 0000:0f:00.1: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    2.006892] snd_hda_intel 0000:0f:00.1: __pci_dev_reset done rc:0.
[    2.006958] pci-stub 0000:0e:00.0: __pci_dev_reset probe:1 
[    2.007022] pci-stub 0000:0e:00.0: pci_pm_reset: probe:1 dev->current_state:5
[    2.007077] pci-stub 0000:0e:00.0: pci_pm_reset: probe ok
[    2.007131] pci-stub 0000:0e:00.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    2.007207] pci-stub 0000:0e:00.0: __pci_dev_reset done rc:0.
[    2.007267] pci-stub 0000:0e:00.1: __pci_dev_reset probe:1 
[    2.007330] pci-stub 0000:0e:00.1: pci_pm_reset: probe:1 dev->current_state:5
[    2.007386] pci-stub 0000:0e:00.1: pci_pm_reset: probe ok
[    2.007439] pci-stub 0000:0e:00.1: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    2.007517] pci-stub 0000:0e:00.1: __pci_dev_reset done rc:0.
[    2.007589] r8169 0000:0d:00.0: __pci_dev_reset probe:1 
[    2.007658] r8169 0000:0d:00.0: pci_pm_reset: probe:1 dev->current_state:0
[    2.007714] r8169 0000:0d:00.0: pci_dev_reset_slot_function probe: 1 
[    2.007768] r8169 0000:0d:00.0: pci_parent_bus_reset
[    2.007821] r8169 0000:0d:00.0: __pci_dev_reset done rc:0.
[    2.007891] r8169 0000:0c:00.0: __pci_dev_reset probe:1 
[    2.007960] r8169 0000:0c:00.0: pci_pm_reset: probe:1 dev->current_state:0
[    2.008015] r8169 0000:0c:00.0: pci_dev_reset_slot_function probe: 1 
[    2.008069] r8169 0000:0c:00.0: pci_parent_bus_reset
[    2.008123] r8169 0000:0c:00.0: __pci_dev_reset done rc:0.
[    2.008184] xhci_hcd 0000:0b:00.0: __pci_dev_reset probe:1 
[    2.008249] xhci_hcd 0000:0b:00.0: pci_pm_reset: probe:1 dev->current_state:0
[    2.008305] xhci_hcd 0000:0b:00.0: pci_dev_reset_slot_function probe: 1 
[    2.008359] xhci_hcd 0000:0b:00.0: pci_parent_bus_reset
[    2.008413] xhci_hcd 0000:0b:00.0: __pci_dev_reset done rc:0.
[    2.008475] cx25821 0000:0a:00.0: __pci_dev_reset probe:1 
[    2.008546] cx25821 0000:0a:00.0: pci_pm_reset: probe:1 dev->current_state:0
[    2.008602] cx25821 0000:0a:00.0: pci_dev_reset_slot_function probe: 1 
[    2.008656] cx25821 0000:0a:00.0: pci_parent_bus_reset
[    2.008710] cx25821 0000:0a:00.0: __pci_dev_reset done rc:0.
[    2.008777] pci-stub 0000:09:00.0: __pci_dev_reset probe:1 
[    2.008840] pci-stub 0000:09:00.0: pci_pm_reset: probe:1 dev->current_state:5
[    2.008902] pci-stub 0000:09:00.0: pci_pm_reset: probe ok
[    2.008955] pci-stub 0000:09:00.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    2.009033] pci-stub 0000:09:00.0: __pci_dev_reset done rc:0.
[    2.009093] pci-stub 0000:09:00.1: __pci_dev_reset probe:1 
[    2.009156] pci-stub 0000:09:00.1: pci_pm_reset: probe:1 dev->current_state:5
[    2.009212] pci-stub 0000:09:00.1: pci_pm_reset: probe ok
[    2.009265] pci-stub 0000:09:00.1: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    2.009343] pci-stub 0000:09:00.1: __pci_dev_reset done rc:0.
[    2.009403] pcieport 0000:05:00.0: __pci_dev_reset probe:1 
[    2.009467] pcieport 0000:05:00.0: pci_pm_reset: probe:1 dev->current_state:0
[    2.009522] pcieport 0000:05:00.0: pci_dev_reset_slot_function probe: 1 
[    2.009576] pcieport 0000:05:00.0: pci_parent_bus_reset
[    2.009630] pcieport 0000:05:00.0: __pci_dev_reset done rc:-25.
[    2.009687] pcieport 0000:06:01.0: __pci_dev_reset probe:1 
[    2.010357] pcieport 0000:06:01.0: pci_pm_reset: probe:1 dev->current_state:0
[    2.010412] pcieport 0000:06:01.0: pci_dev_reset_slot_function probe: 1 
[    2.010466] pcieport 0000:06:01.0: pci_parent_bus_reset
[    2.010520] pcieport 0000:06:01.0: __pci_dev_reset done rc:-25.
[    2.010576] pcieport 0000:06:02.0: __pci_dev_reset probe:1 
[    2.010640] pcieport 0000:06:02.0: pci_pm_reset: probe:1 dev->current_state:0
[    2.010695] pcieport 0000:06:02.0: pci_dev_reset_slot_function probe: 1 
[    2.010750] pcieport 0000:06:02.0: pci_parent_bus_reset
[    2.010804] pcieport 0000:06:02.0: __pci_dev_reset done rc:-25.
[    2.010864] xhci_hcd 0000:08:00.0: __pci_dev_reset probe:1 
[    2.010933] xhci_hcd 0000:08:00.0: pci_pm_reset: probe:1 dev->current_state:0
[    2.010989] xhci_hcd 0000:08:00.0: pci_dev_reset_slot_function probe: 1 
[    2.011043] xhci_hcd 0000:08:00.0: pci_parent_bus_reset
[    2.011096] xhci_hcd 0000:08:00.0: __pci_dev_reset done rc:0.
[    2.011166] ahci 0000:07:00.0: __pci_dev_reset probe:1 
[    2.011231] ahci 0000:07:00.0: pci_pm_reset: probe:1 dev->current_state:0
[    2.011287] ahci 0000:07:00.0: pci_pm_reset: probe ok
[    2.011340] ahci 0000:07:00.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    2.011394] ahci 0000:07:00.0: __pci_dev_reset done rc:0.
[    2.011454] xhci_hcd 0000:04:00.0: __pci_dev_reset probe:1 
[    2.011520] xhci_hcd 0000:04:00.0: pci_pm_reset: probe:1 dev->current_state:0
[    2.011575] xhci_hcd 0000:04:00.0: pci_dev_reset_slot_function probe: 1 
[    2.011630] xhci_hcd 0000:04:00.0: pci_parent_bus_reset
[    2.011683] xhci_hcd 0000:04:00.0: __pci_dev_reset done rc:0.
[    2.011746] pci 0000:03:06.0: __pci_dev_reset probe:1 
[    2.011805] pci 0000:03:06.0: pci_pm_reset: probe:1 dev->current_state:5
[    2.011861] pci 0000:03:06.0: pci_pm_reset: probe ok
[    2.011914] pci 0000:03:06.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[    2.011968] pci 0000:03:06.0: __pci_dev_reset done rc:0.
[    2.012465] console [netcon0] enabled
[    2.012519] netconsole: network logging started
[    2.012697] rtc_cmos 00:02: setting system clock to 2014-10-08 19:47:20 UTC (1412797640)
[    2.013004] acpi-cpufreq: overriding BIOS provided _PSD data
[    2.013830] ALSA device list:
[    2.013886]   #0: HDA ATI SB at 0xfdbf8000 irq 16
[    2.013945]   #1: HDA ATI HDMI at 0xfe9fc000 irq 83
[    2.015230] Freeing unused kernel memory: 1120K (ffffffff82308000 - ffffffff82420000)
[    2.015337] Write protecting the kernel read-only data: 18432k
[    2.016363] Freeing unused kernel memory: 212K (ffff880001bcb000 - ffff880001c00000)
[    2.019790] Freeing unused kernel memory: 1496K (ffff88000208a000 - ffff880002200000)
[    2.034338] udevd[1524]: starting version 175
[    2.122517] usb 4-5: new full-speed USB device number 2 using ohci-pci
[    2.315939] tsc: Refined TSC clocksource calibration: 3200.097 MHz
[    2.550763] usb 4-5: New USB device found, idVendor=0a12, idProduct=0001
[    2.550845] usb 4-5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.550919] usb 4-5: Product: EDRClassone
[    2.580030] random: lvm urandom read with 86 bits of entropy available
[    2.662469] usb 10-2: new low-speed USB device number 2 using xhci_hcd
[    2.747679] random: nonblocking pool is initialized
[    2.768396] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[    2.815145] usb 10-2: New USB device found, idVendor=10cf, idProduct=5500
[    2.815202] usb 10-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.815278] usb 10-2: Product: USB K8055
[    2.815331] usb 10-2: Manufacturer: Velleman 
[    2.815611] usb 10-2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    2.815707] usb 10-2: ep 0x1 - rounding interval to 64 microframes, ep desc says 80 microframes
[    2.929125] usb 12-2: new high-speed USB device number 2 using xhci_hcd
[    3.052901] usb 12-2: New USB device found, idVendor=2040, idProduct=2400
[    3.052982] usb 12-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.053071] usb 12-2: Product: WinTV
[    3.053124] usb 12-2: Manufacturer: Hauppauge
[    3.053177] usb 12-2: SerialNumber: 2401-00-008433DC
[    3.054325] pvrusb2: Hardware description: WinTV PVR USB2 Model 24xxx
[    3.077083] pvrusb2: Binding ir_video to i2c address 0x18.
[    3.077313] Registered IR keymap rc-hauppauge
[    3.077613] input: i2c IR (WinTV PVR USB2 Model 24 as /devices/virtual/rc/rc0/input5
[    3.077880] rc0: i2c IR (WinTV PVR USB2 Model 24 as /devices/virtual/rc/rc0
[    3.077939] ir-kbd-i2c: i2c IR (WinTV PVR USB2 Model 24 detected at i2c-1/1-0018/ir0 [pvrusb2_a]
[    3.305551] cx25840 1-0044: cx25843-24 found @ 0x88 (pvrusb2_a)
[    3.310794] pvrusb2: Attached sub-driver cx25840
[    3.316234] Switched to clocksource tsc
[    3.322307] tuner 1-0061: Tuner -1 found with type(s) Radio TV.
[    3.322389] pvrusb2: Attached sub-driver tuner
[    3.323506] wm8775 1-001b: chip found @ 0x36 (pvrusb2_a)
[    3.326793] pvrusb2: Attached sub-driver wm8775
[    3.330225] tda9887 1-0043: creating new instance
[    3.330280] tda9887 1-0043: tda988[5/6/7] found
[    3.330737] tuner 1-0043: Tuner 74 found with type(s) Radio TV.
[    3.330847] pvrusb2: Attached sub-driver tuner
[    3.963196] udevd[1915]: starting version 175
[    4.191068] cx25840 1-0044: loaded v4l-cx25840.fw firmware (16382 bytes)
[    4.236211] tveeprom 1-00a2: Hauppauge model 24019, rev E189, serial# 8664028
[    4.236293] tveeprom 1-00a2: tuner model is TCL MFPE05 2 (idx 89, type 38)
[    4.236367] tveeprom 1-00a2: TV standards PAL(B/G) PAL(I) SECAM(L/L') PAL(D/D1/K) (eeprom 0x74)
[    4.236455] tveeprom 1-00a2: audio processor is CX25843 (idx 37)
[    4.236509] tveeprom 1-00a2: decoder processor is CX25843 (idx 30)
[    4.236563] tveeprom 1-00a2: has radio, has IR receiver, has no IR transmitter
[    4.236642] 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
[    4.236791] pvrusb2: Device initialization completed successfully.
[    4.525964] tuner-simple 1-0061: creating new instance
[    4.526024] tuner-simple 1-0061: type set to 38 (Philips PAL/SECAM multi (FM1216ME MK3))
[    4.586273] pvrusb2: registered device video10 [mpeg]
[    4.586397] pvrusb2: registered device radio0 [mpeg]
[    5.549120] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   18.218517] EXT4-fs (dm-0): re-mounted. Opts: barrier=1,errors=remount-ro
[   21.241868] Adding 2097148k swap on /dev/mapper/serveerstertje-swap.  Priority:-1 extents:1 across:2097148k 
[   25.419850] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[   26.017769] r8169 0000:0d:00.0 eth0: link down
[   26.017876] r8169 0000:0d:00.0 eth0: link down
[   26.018558] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   26.864432] r8169 0000:0c:00.0 eth1: link down
[   26.864477] r8169 0000:0c:00.0 eth1: link down
[   26.864603] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   27.700283] r8169 0000:0d:00.0 eth0: link up
[   27.700392] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   29.470421] r8169 0000:0c:00.0 eth1: link up
[   29.470516] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   58.610810] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[   67.993728] EXT4-fs (dm-50): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[   77.492208] EXT4-fs (dm-49): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[   86.260617] EXT4-fs (dm-48): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  116.106115] EXT4-fs (dm-45): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  128.190045] EXT4-fs (dm-47): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  147.270130] EXT4-fs (dm-46): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  241.963834] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro

START OF GUEST WITH VGA CARD PASSED THROUGH

[  330.111009] device tap0 entered promiscuous mode
[  330.111448] xen_bridge: port 1(tap0) entered forwarding state
[  330.111551] xen_bridge: port 1(tap0) entered forwarding state
[  330.423307] xen_bridge: port 1(tap0) entered disabled state
[  330.423828] device tap0 left promiscuous mode
[  330.423888] xen_bridge: port 1(tap0) entered disabled state
[  361.185204] device tap0 entered promiscuous mode
[  361.185354] xen_bridge: port 1(tap0) entered forwarding state
[  361.185853] xen_bridge: port 1(tap0) entered forwarding state
[  361.679708] vfio-pci 0000:09:00.0: enabling device (0000 -> 0003)
[  361.679932] vfio-pci 0000:09:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 32 (level, low) -> IRQ/rc 84
[  361.680013] vfio-pci 0000:09:00.0: __pci_dev_reset probe:1 
[  361.680079] vfio-pci 0000:09:00.0: pci_pm_reset: probe:1 dev->current_state:0
[  361.680134] vfio-pci 0000:09:00.0: pci_pm_reset: probe ok
[  361.680189] vfio-pci 0000:09:00.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[  361.680267] vfio-pci 0000:09:00.0: __pci_dev_reset done rc:0.
[  361.680362] vfio-pci 0000:09:00.0: __pci_dev_reset probe:0 
[  361.680433] vfio-pci 0000:09:00.0: pci_pm_reset: probe:0 dev->current_state:0
[  361.705977] vfio-pci 0000:09:00.0: pci_pm_reset: done state: dev->current_state:0
[  361.706084] vfio-pci 0000:09:00.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[  361.706181] vfio-pci 0000:09:00.0: __pci_dev_reset done rc:0.
[  361.706445] vfio-pci 0000:09:00.0: restoring config space at offset 0x4 (was 0x100400, writing 0x100003)
[  361.717144] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:1
[  361.717290] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:0
[  361.717345] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[  361.785482] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:0
[  361.785565] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[  361.788116] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:1
[  361.788938] pcieport 0000:00:0b.0: pci_reset_secondary_bus
[  362.796496] pcieport 0000:00:0b.0: pci_reset_secondary_bus done.
[  362.796646] vfio-pci 0000:09:00.0: restoring config space at offset 0x3c (was 0x1ff, writing 0x10a)
[  362.796757] vfio-pci 0000:09:00.0: restoring config space at offset 0x30 (was 0x0, writing 0xfe1a0000)
[  362.796868] vfio-pci 0000:09:00.0: restoring config space at offset 0x20 (was 0x1, writing 0xa001)
[  362.796975] vfio-pci 0000:09:00.0: restoring config space at offset 0x18 (was 0x4, writing 0xfe1c0004)
[  362.797082] vfio-pci 0000:09:00.0: restoring config space at offset 0x10 (was 0xc, writing 0xa000000c)
[  362.797187] vfio-pci 0000:09:00.0: restoring config space at offset 0xc (was 0x800000, writing 0x800010)
[  362.797338] vfio-pci 0000:09:00.1: restoring config space at offset 0x3c (was 0x2ff, writing 0x20b)
[  362.797464] vfio-pci 0000:09:00.1: restoring config space at offset 0x10 (was 0x4, writing 0xfe1fc004)
[  362.797568] vfio-pci 0000:09:00.1: restoring config space at offset 0xc (was 0x800000, writing 0x800010)
[  362.797673] vfio-pci 0000:09:00.1: restoring config space at offset 0x4 (was 0x100000, writing 0x100107)
[  362.797858] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:1
[  362.798055] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:1
[  363.043257] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:0
[  363.043317] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[  374.751117] kvm [10607]: vcpu0 unhandled rdmsr: 0xc0010112
[  375.116027] kvm [10607]: vcpu0 unhandled rdmsr: 0xc0010048
[  375.272645] kvm [10607]: vcpu0 unhandled rdmsr: 0xc0010001
[  375.323629] kvm [10607]: vcpu1 unhandled rdmsr: 0xc0010048
[  376.103316] kvm: zapping shadow pages for mmio generation wraparound
[  376.240238] xen_bridge: port 1(tap0) entered forwarding state
[  376.333599] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:0
[  376.333716] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[  376.738781] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:0
[  376.738902] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[  376.804493] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:0
[  376.804614] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[  376.805155] vfio-pci 0000:09:00.0: irq 85 for MSI/MSI-X
[  376.805334] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:0

SHUTDOWN OF GUEST WITH VGA CARD PASSED THROUGH

[  466.634611] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:1
[  466.634670] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:1 new != pci_command
[  466.635014] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:0
[  466.635070] vfio-pci 0000:09:00.0: ?!??!? pci_intx: enable:0 new != pci_command
[  466.690195] xen_bridge: port 1(tap0) entered disabled state
[  466.690460] device tap0 left promiscuous mode
[  466.690521] xen_bridge: port 1(tap0) entered disabled state
[  466.795781] vfio-pci 0000:09:00.0: disabling bus mastering
[  466.798450] vfio-pci 0000:09:00.0: __pci_dev_reset probe:1 
[  466.798577] vfio-pci 0000:09:00.0: pci_pm_reset: probe:1 dev->current_state:0
[  466.798650] vfio-pci 0000:09:00.0: pci_pm_reset: probe ok
[  466.798711] vfio-pci 0000:09:00.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[  466.798788] vfio-pci 0000:09:00.0: __pci_dev_reset done rc:0.
[  466.798937] vfio-pci 0000:09:00.0: __pci_dev_reset probe:0 
[  466.799044] vfio-pci 0000:09:00.0: pci_pm_reset: probe:0 dev->current_state:0
[  466.825322] vfio-pci 0000:09:00.0: pci_pm_reset: done state: dev->current_state:0
[  466.825410] vfio-pci 0000:09:00.0: __pci_dev_reset  pci_pm_reset  succeeded rc:0
[  466.825488] vfio-pci 0000:09:00.0: __pci_dev_reset done rc:0.

[-- Attachment #13: kvm-lspci.txt --]
[-- Type: text/plain, Size: 4593 bytes --]

00:00.0 Host bridge: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part (rev 02)
00:00.2 IOMMU: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU)
00:02.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B)
00:03.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port C)
00:05.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E)
00:06.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port F)
00:09.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port H)
00:0a.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A)
00:0b.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (NB-SB link)
00:0c.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890S PCI Express bridge for GPP2 port 1
00:0d.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port B)
00:11.0 SATA controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (rev 40)
00:12.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:12.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller (rev 41)
00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (rev 40)
00:14.5 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
00:15.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
00:16.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:16.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
03:06.0 Multimedia audio controller: C-Media Electronics Inc CMI8738/CMI8768 PCI Audio (rev 10)
04:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 03)
05:00.0 PCI bridge: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba)
06:01.0 PCI bridge: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba)
06:02.0 PCI bridge: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba)
07:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9123 PCIe SATA 6.0 Gb/s controller (rev 10)
08:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 03)
09:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570]
09:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series]
0a:00.0 Multimedia video controller: Conexant Systems, Inc. Device 8210
0b:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 03)
0c:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
0d:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
0e:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570]
0e:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series]
0f:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV620 LE [Radeon HD 3450]
0f:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI RV620 HDMI Audio [Radeon HD 3400 Series]

[-- Attachment #14: kvm-lspci-tv.txt --]
[-- Type: text/plain, Size: 3112 bytes --]

-[0000:00]-+-00.0  Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part
           +-00.2  Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU)
           +-02.0-[0f]--+-00.0  Advanced Micro Devices [AMD] nee ATI RV620 LE [Radeon HD 3450]
           |            \-00.1  Advanced Micro Devices [AMD] nee ATI RV620 HDMI Audio [Radeon HD 3400 Series]
           +-03.0-[0e]--+-00.0  Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570]
           |            \-00.1  Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series]
           +-05.0-[0d]----00.0  Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller
           +-06.0-[0c]----00.0  Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller
           +-09.0-[0b]----00.0  NEC Corporation uPD720200 USB 3.0 Host Controller
           +-0a.0-[0a]----00.0  Conexant Systems, Inc. Device 8210
           +-0b.0-[09]--+-00.0  Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570]
           |            \-00.1  Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series]
           +-0c.0-[05-08]----00.0-[06-08]--+-01.0-[08]----00.0  NEC Corporation uPD720200 USB 3.0 Host Controller
           |                               \-02.0-[07]----00.0  Marvell Technology Group Ltd. 88SE9123 PCIe SATA 6.0 Gb/s controller
           +-0d.0-[04]----00.0  NEC Corporation uPD720200 USB 3.0 Host Controller
           +-11.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]
           +-12.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
           +-12.2  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
           +-13.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
           +-13.2  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
           +-14.0  Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller
           +-14.2  Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA)
           +-14.3  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller
           +-14.4-[03]----06.0  C-Media Electronics Inc CMI8738/CMI8768 PCI Audio
           +-14.5  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
           +-15.0-[02]--
           +-16.0  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
           +-16.2  Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
           +-18.0  Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
           +-18.1  Advanced Micro Devices [AMD] Family 10h Processor Address Map
           +-18.2  Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
           +-18.3  Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
           \-18.4  Advanced Micro Devices [AMD] Family 10h Processor Link Control

[-- Attachment #15: kvm-lspci-vvvknn.txt --]
[-- Type: text/plain, Size: 95851 bytes --]

00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02)
	Subsystem: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11]
	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Capabilities: [f0] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [c4] HyperTransport: Slave or Primary Interface
		Command: BaseUnitID=0 UnitCnt=20 MastHost- DefDir- DUL-
		Link Control 0: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
		Link Config 0: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
		Link Control 1: CFlE- CST- CFE- <LkFail+ Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
		Link Config 1: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=8bit DwFcInEn- LWO=8bit DwFcOutEn-
		Revision ID: 3.00
		Link Frequency 0: [b]
		Link Error 0: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability 0: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD-
		Link Frequency 1: 200MHz
		Link Error 1: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability 1: 200MHz- 300MHz- 400MHz- 500MHz- 600MHz- 800MHz- 1.0GHz- 1.2GHz- 1.4GHz- 1.6GHz- Vend-
		Error Handling: PFlE- OFlE- PFE- OFE- EOCFE- RFE- CRCFE- SERRFE- CF- RE- PNFE- ONFE- EOCNFE- RNFE- CRCNFE- SERRNFE-
		Prefetchable memory behind bridge Upper: 00-00
		Bus Number: 00
	Capabilities: [40] HyperTransport: Retry Mode
	Capabilities: [54] HyperTransport: UnitID Clumping
	Capabilities: [9c] HyperTransport: #1a
	Capabilities: [70] MSI: Enable- Count=1/4 Maskable- 64bit-
		Address: 00000000  Data: 0000

00:00.2 IOMMU [0806]: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
	Subsystem: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 29
	Capabilities: [40] Secure device <?>
	Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee3f00c  Data: 4162
	Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0f, subordinate=0f, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fe900000-fe9fffff
	Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 0000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:03.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0e, subordinate=0e, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fe800000-fe8fffff
	Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #3, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 0000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: fe700000-fe7fffff
	Prefetchable memory behind bridge: 00000000bff00000-00000000bfffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 0000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: fe600000-fe6fffff
	Prefetchable memory behind bridge: 00000000bfe00000-00000000bfefffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #6, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 0000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:09.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port H) [1002:5a1c] (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fe500000-fe5fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #9, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 0000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fe200000-fe3fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #5, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #2, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 0000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:0b.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: fe100000-fe1fffff
	Prefetchable memory behind bridge: 00000000a0000000-00000000afffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 0000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:0c.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890S PCI Express bridge for GPP2 port 1 [1002:5a20] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=05, subordinate=08, sec-latency=0
	I/O behind bridge: 00008000-00009fff
	Memory behind bridge: fde00000-fe0fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #6, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 0000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:0d.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fdd00000-fddfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <8us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #4, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 0000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [190 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if 01 [AHCI 1.0])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 45
	Region 0: I/O ports at 3000 [size=8]
	Region 1: I/O ports at 2000 [size=4]
	Region 2: I/O ports at 1000 [size=8]
	Region 3: I/O ports at 4800 [size=4]
	Region 4: I/O ports at 3800 [size=16]
	Region 5: Memory at fdbff000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] MSI: Enable+ Count=8/8 Maskable- 64bit+
		Address: 00000000fee00000  Data: 0000
	Capabilities: [70] SATA HBA v1.0 InCfgSpace
	Capabilities: [a4] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci

00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at fdbf7000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at fdbff400 (32-bit, non-prefetchable) [size=256]
	Capabilities: [c0] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
		Bridge: PM- B3+
	Capabilities: [e4] Debug port: BAR=1 offset=00e0
	Kernel driver in use: ehci-pci

00:13.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at fdbfc000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at fdbff800 (32-bit, non-prefetchable) [size=256]
	Capabilities: [c0] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
		Bridge: PM- B3+
	Capabilities: [e4] Debug port: BAR=1 offset=00e0
	Kernel driver in use: ehci-pci

00:14.0 SMBus [0c05]: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller [1002:4385] (rev 41)
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:14.2 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at fdbf8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: snd_hda_intel

00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:14.4 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge [1002:4384] (rev 40) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=64
	I/O behind bridge: 00007000-00007fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: fff00000-000fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-

00:14.5 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fdbfd000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:15.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #247, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #32, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 0000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:0000]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: pcieport

00:16.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at fdbfe000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:16.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at fdbffc00 (32-bit, non-prefetchable) [size=256]
	Capabilities: [c0] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
		Bridge: PM- B3+
	Capabilities: [e4] Debug port: BAR=1 offset=00e0
	Kernel driver in use: ehci-pci

00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [80] HyperTransport: Host or Secondary Interface
		Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
		Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b-
		Link Config: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
		Revision ID: 3.00
		Link Frequency: [b]
		Link Error: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-

00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [f0] Secure device <?>
	Kernel driver in use: k10temp

00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc CMI8738/CMI8768 PCI Audio [13f6:0111] (rev 10)
	Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device [13f6:0111]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64 (500ns min, 6000ns max)
	Interrupt: pin A routed to IRQ 10
	Region 0: I/O ports at 7800 [size=256]
	Capabilities: [c0] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

04:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:4257]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 73
	Region 0: Memory at fddfe000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: xhci_hcd

05:00.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613] (rev ba) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Region 0: Memory at fdee0000 (32-bit, non-prefetchable) [size=128K]
	Bus: primary=05, secondary=06, subordinate=08, sec-latency=0
	I/O behind bridge: 00008000-00009fff
	Memory behind bridge: fdf00000-fe0fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
		Address: 00000000fee00000  Data: 0000
		Masking: 00000001  Pending: 00000000
	Capabilities: [68] Express (v2) Upstream Port, MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 25.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <2us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613]
	Capabilities: [100 v1] Device Serial Number ba-86-01-10-b5-df-0e-00
	Capabilities: [fb4 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 1f, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [138 v1] Power Budgeting <?>
	Capabilities: [148 v1] Virtual Channel
		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=4
		Arb:	Fixed+ WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=06 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32+ WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=WRR32 TC/VC=ff
			Status:	NegoPending- InProgress-
			Port Arbitration Table <?>
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Capabilities: [448 v1] Vendor Specific Information: ID=0000 Rev=0 Len=0cc <?>
	Capabilities: [950 v1] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
	Kernel driver in use: pcieport

06:01.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613] (rev ba) (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=06, secondary=08, subordinate=08, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fe000000-fe0fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
		Address: 00000000fee00000  Data: 0000
		Masking: 00000001  Pending: 00000000
	Capabilities: [68] Express (v2) Downstream Port (Slot+), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <2us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk- DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #113, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613]
	Capabilities: [100 v1] Device Serial Number ba-86-01-10-b5-df-0e-00
	Capabilities: [fb4 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 1f, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [148 v1] Virtual Channel
		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=1
		Arb:	Fixed+ WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Capabilities: [520 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl+ DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [950 v1] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
	Kernel driver in use: pcieport

06:02.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613] (rev ba) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=06, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 00008000-00009fff
	Memory behind bridge: fdf00000-fdffffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
		Address: 00000000fee00000  Data: 0000
		Masking: 00000001  Pending: 00000000
	Capabilities: [68] Express (v2) Downstream Port (Slot+), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <2us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk- DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #114, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch [10b5:8613]
	Capabilities: [100 v1] Device Serial Number ba-86-01-10-b5-df-0e-00
	Capabilities: [fb4 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 1f, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [148 v1] Virtual Channel
		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=1
		Arb:	Fixed+ WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Capabilities: [520 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl+ DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [950 v1] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
	Kernel driver in use: pcieport

07:00.0 SATA controller [0106]: Marvell Technology Group Ltd. 88SE9123 PCIe SATA 6.0 Gb/s controller [1b4b:9123] (rev 10) (prog-if 01 [AHCI 1.0])
	Subsystem: ASUSTeK Computer Inc. Device [1043:8400]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 53
	Region 0: I/O ports at 9800 [size=8]
	Region 1: I/O ports at 9400 [size=4]
	Region 2: I/O ports at 9000 [size=8]
	Region 3: I/O ports at 8800 [size=4]
	Region 4: I/O ports at 8400 [size=16]
	Region 5: Memory at fdfff800 (32-bit, non-prefetchable) [size=2K]
	Expansion ROM at fdfe0000 [disabled] [size=64K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 0000
	Capabilities: [70] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <1us, L1 <8us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Kernel driver in use: ahci

08:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: ASUSTeK Computer Inc. P8P67 Deluxe Motherboard [1043:8413]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 27
	Region 0: Memory at fe0fe000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: xhci_hcd

09:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
	Region 2: Memory at fe1c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
	Region 4: I/O ports at a000 [disabled] [size=256]
	Expansion ROM at fe1a0000 [disabled] [size=128K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pci-stub

09:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 11
	Region 0: Memory at fe1fc000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pci-stub

0a:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device [14f1:8210]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 81
	Region 0: Memory at fe200000 (64-bit, non-prefetchable) [size=2M]
	Capabilities: [40] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] Vital Product Data
		Unknown small resource type 00, will not decode more.
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=1
		Arb:	Fixed+ WRR32+ WRR64+ WRR128-
		Ctrl:	ArbSelect=WRR64
		Status:	InProgress-
		Port Arbitration Table [240] <?>
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Kernel driver in use: cx25821

0b:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 58
	Region 0: Memory at fe5fe000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: xhci_hcd

0c:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 57
	Region 0: I/O ports at b800 [size=256]
	Region 2: Memory at bfeff000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at bfef8000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at fe6e0000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 0000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [cc] Vital Product Data
		Unknown small resource type 00, will not decode more.
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP- Rollover- Timeout+ NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 0e, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [140 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00
	Kernel driver in use: r8169

0d:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 55
	Region 0: I/O ports at c800 [size=256]
	Region 2: Memory at bffff000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at bfff8000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at fe7e0000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 0000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [cc] Vital Product Data
		Unknown small resource type 00, will not decode more.
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP- Rollover- Timeout+ NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 0e, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [140 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00
	Kernel driver in use: r8169

0e:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at c0000000 (64-bit, prefetchable) [disabled] [size=256M]
	Region 2: Memory at fe8c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
	Region 4: I/O ports at d000 [disabled] [size=256]
	Expansion ROM at fe8a0000 [disabled] [size=128K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pci-stub

0e:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 7
	Region 0: Memory at fe8fc000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pci-stub

0f:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI RV620 LE [Radeon HD 3450] [1002:95c5] (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:01d4]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Region 2: Memory at fe9e0000 (64-bit, non-prefetchable) [size=64K]
	Region 4: I/O ports at e000 [size=256]
	Expansion ROM at fe9c0000 [disabled] [size=128K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>

0f:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI RV620 HDMI Audio [Radeon HD 3400 Series] [1002:aa28]
	Subsystem: ASUSTeK Computer Inc. Device [1043:aa28]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 83
	Region 0: Memory at fe9fc000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: snd_hda_intel


[-- Attachment #16: kvm-proc-interrupts-after.txt --]
[-- Type: text/plain, Size: 6897 bytes --]

            CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       
   0:      62862          0          0          0          0          0  IR-IO-APIC-edge      timer
   1:          1          0          0          0          0          2  IR-IO-APIC-edge      i8042
   7:          1          0          0          0          0          0  IR-IO-APIC-edge    
   8:          0          0          0          0          0          1  IR-IO-APIC-edge      rtc0
   9:          0          0          0          0          0          0  IR-IO-APIC-fasteoi   acpi
  12:          0          0          0          0          0          4  IR-IO-APIC-edge      i8042
  16:          0          0          0          0          4        694  IR-IO-APIC   16-fasteoi   snd_hda_intel
  17:          0          0          0          0          0          2  IR-IO-APIC   17-fasteoi   ehci_hcd:usb1, ehci_hcd:usb2, ehci_hcd:usb3
  18:          0          0          0          0         18       3239  IR-IO-APIC   18-fasteoi   ohci_hcd:usb4, ohci_hcd:usb5, ohci_hcd:usb6, ohci_hcd:usb7
  29:          0          0          0          0          0          0  IR-PCI-MSI-edge      AMD-Vi
  31:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  32:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  33:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  34:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  35:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  36:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  37:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  38:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  39:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  40:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  45:          0          0          0          0        120      97577  IR-PCI-MSI-edge      ahci0
  46:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci1
  47:          0          0          0          0         11       8681  IR-PCI-MSI-edge      ahci2
  48:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci3
  49:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci4
  50:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci5
  53:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci
  55:          0          0          0          1         80      11270  IR-PCI-MSI-edge      eth0
  57:          0          0          0          0         69      10679  IR-PCI-MSI-edge      eth1
  59:          0          0          0          0          0          1  IR-PCI-MSI-edge      xhci_hcd
  60:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  61:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  62:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  63:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  64:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  65:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  66:          0          0          0          0          0         23  IR-PCI-MSI-edge      xhci_hcd
  67:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  68:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  69:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  70:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  71:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  72:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  74:          0          0          0          1         20      11665  IR-PCI-MSI-edge      xhci_hcd
  75:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  76:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  77:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  78:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  79:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  80:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  81:          0          0          0          0          0          0  IR-IO-APIC   23-fasteoi   cx25821[1]
  83:          0          0          0          0          0         28  IR-PCI-MSI-edge      snd_hda_intel
 NMI:          6          3          3          4          0          4   Non-maskable interrupts
 LOC:      30820      23283      23103      29604      16368      36353   Local timer interrupts
 SPU:          0          0          0          0          0          0   Spurious interrupts
 PMI:          6          3          3          4          0          4   Performance monitoring interrupts
 IWI:          0          0          0          0          0          0   IRQ work interrupts
 RTR:          0          0          0          0          0          0   APIC ICR read retries
 RES:     117012      70700      63527      54014      48596      39844   Rescheduling interrupts
 CAL:        458        396        460        465        454        395   Function call interrupts
 TLB:       1000       1416       1074        814        970       1130   TLB shootdowns
 TRM:          0          0          0          0          0          0   Thermal event interrupts
 THR:          0          0          0          0          0          0   Threshold APIC interrupts
 MCE:          0          0          0          0          0          0   Machine check exceptions
 MCP:          2          2          2          2          2          2   Machine check polls
 THR:          0          0          0          0          0          0   Hypervisor callback interrupts
 ERR:          1
 MIS:          0

[-- Attachment #17: kvm-proc-interrupts-before.txt --]
[-- Type: text/plain, Size: 6897 bytes --]

            CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       
   0:      38539          0          0          0          0          0  IR-IO-APIC-edge      timer
   1:          1          0          0          0          0          2  IR-IO-APIC-edge      i8042
   7:          1          0          0          0          0          0  IR-IO-APIC-edge    
   8:          0          0          0          0          0          1  IR-IO-APIC-edge      rtc0
   9:          0          0          0          0          0          0  IR-IO-APIC-fasteoi   acpi
  12:          0          0          0          0          0          4  IR-IO-APIC-edge      i8042
  16:          0          0          0          0          4        694  IR-IO-APIC   16-fasteoi   snd_hda_intel
  17:          0          0          0          0          0          2  IR-IO-APIC   17-fasteoi   ehci_hcd:usb1, ehci_hcd:usb2, ehci_hcd:usb3
  18:          0          0          0          0         18       1611  IR-IO-APIC   18-fasteoi   ohci_hcd:usb4, ohci_hcd:usb5, ohci_hcd:usb6, ohci_hcd:usb7
  29:          0          0          0          0          0          0  IR-PCI-MSI-edge      AMD-Vi
  31:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  32:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  33:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  34:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  35:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  36:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  37:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  38:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  39:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  40:          0          0          0          0          0          0  IR-PCI-MSI-edge      PCIe PME
  45:          0          0          0          0        100      92565  IR-PCI-MSI-edge      ahci0
  46:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci1
  47:          0          0          0          0         11       8640  IR-PCI-MSI-edge      ahci2
  48:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci3
  49:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci4
  50:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci5
  53:          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci
  55:          0          0          0          1         39       6595  IR-PCI-MSI-edge      eth0
  57:          0          0          0          0         48       5550  IR-PCI-MSI-edge      eth1
  59:          0          0          0          0          0          1  IR-PCI-MSI-edge      xhci_hcd
  60:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  61:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  62:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  63:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  64:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  65:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  66:          0          0          0          0          0         23  IR-PCI-MSI-edge      xhci_hcd
  67:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  68:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  69:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  70:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  71:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  72:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  74:          0          0          0          1         19       6973  IR-PCI-MSI-edge      xhci_hcd
  75:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  76:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  77:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  78:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  79:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  80:          0          0          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
  81:          0          0          0          0          0          0  IR-IO-APIC   23-fasteoi   cx25821[1]
  83:          0          0          0          0          0         28  IR-PCI-MSI-edge      snd_hda_intel
 NMI:          5          2          2          2          0          3   Non-maskable interrupts
 LOC:      24121      16457      16285      13919      10422      27148   Local timer interrupts
 SPU:          0          0          0          0          0          0   Spurious interrupts
 PMI:          5          2          2          2          0          3   Performance monitoring interrupts
 IWI:          0          0          0          0          0          0   IRQ work interrupts
 RTR:          0          0          0          0          0          0   APIC ICR read retries
 RES:      78492      55383      32321      20659      24340      17708   Rescheduling interrupts
 CAL:        213        127        206        232        224        148   Function call interrupts
 TLB:        917       1308       1002        740        892       1012   TLB shootdowns
 TRM:          0          0          0          0          0          0   Thermal event interrupts
 THR:          0          0          0          0          0          0   Threshold APIC interrupts
 MCE:          0          0          0          0          0          0   Machine check exceptions
 MCP:          1          1          1          1          1          1   Machine check polls
 THR:          0          0          0          0          0          0   Hypervisor callback interrupts
 ERR:          1
 MIS:          0

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

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

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-10-08 12:56                           ` Konrad Rzeszutek Wilk
  2014-10-08 20:33                             ` Sander Eikelenboom
@ 2014-10-21 13:43                             ` Sander Eikelenboom
  2014-10-21 14:52                               ` Jan Beulich
  1 sibling, 1 reply; 30+ messages in thread
From: Sander Eikelenboom @ 2014-10-21 13:43 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk, Jan Beulich, David Vrabel; +Cc: xen-devel

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

Wednesday, October 8, 2014, 2:56:53 PM, you wrote:

> On Tue, Oct 07, 2014 at 03:50:03PM +0100, Jan Beulich wrote:
>> >>> On 07.10.14 at 15:41, <konrad.wilk@oracle.com> wrote:
>> > Could you attach also the full dmesg under baremetal with 'debug' and all
>> > kinds of debug enabled ? That should help a bit in figuring out why
>> > they get MSIs under baremetal but legacy interrupts under Xen.
>> 
>> The messages he sent don't really suggest that. The legacy pin
>> based IRQ always gets set up when a device gets enabled, no
>> matter whether in the end it would actually get used. And afaict
>> other messages clearly hint at MSI being used for the PCIe stuff.

> Correct. I fear that in the domain0 we have set an event for this
> particular GSI (16) which is also in use in the guest (and then somehow
> we did not tear this down when the PCIe setup the MSI).

> Xen will send events to both domains - and since domain0 does not
> have an IRQ handler for it - it will activate its anti-IRQ storm
> routine and disabling the IRQ line.

>> 
>> Jan
>> 


Hi Jan / Konrad / David,

(added David since Konrad seems quite busy managing all his hats ;-) )

I'm still seeing things related to pci-passthrough that i can't place, this time it's on:

- Intel hardware (instead of AMD).
- PV-guest (instead of HVM).
- Xen-unstable as of today.
- Linux 3.18-rc1 kernel.
- Passed through device is again a sound controller (00:1b.0).

- I added some debug printk's to the kernel, the diff is attached. 
- I disabled all sound modules in the dom0 kernel config to rule out any interference by those drivers.
- The device passed through is seized by pciback on host boot.


I am seeing a couple of "oddities" (although i could be misinterpreting stuff):

- When MSI gets enabled on pci-passthrough during the boot of the guest, dev->irq changes
  (and with it the irq reported by lspci and reported at /sys/bus/pci/devices/<BDF>/irq)
  from 22 to 68. It probably is/shouldn't be used since we should be using MSI (55) now.
  However this "68" doesn't seem to be listed anywhere as irq, not in dom0 in /proc/interrupts, not
  in the hypervisor output of the debug-keys "i, I, M".


- After the guest is fully booted the hypervisor reports shows an irq mapped to the guest, while 22 is still mapped to dom0:
  (XEN) [2014-10-21 02:11:03]    IRQ:  22 affinity:8 vec:d8 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 22(---),
  ...
  (XEN) [2014-10-21 02:11:03]    IRQ:  32 affinity:4 vec:69 type=PCI-MSI         status=00000030 in-flight=0 domain-list=1: 55(---),
  MSI 55 corresponds to what dom0 reports .. but i can't place IRQ 32 though .. it's not 22 .. it's not 68 ..

- When looking in the guests dmesg i see:
     [    6.757131] snd_hda_intel 0000:00:00.0: enabling device (0000 -> 0002)
     [    6.764141] snd_hda_intel 0000:00:00.0: Xen PCI mapped GSI22 to IRQ34
     [    6.768823] snd_hda_intel 0000:00:00.0: enabling bus mastering

     [   14.303460] ALSA device list:
     [   14.346789]   #0: Loopback 1
     [   14.390610]   #1: HDA Intel PCH at 0xf7d30000 irq 35

     ~# lspci -v
    00:00.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
            Subsystem: Intel Corporation Device 204f
            Flags: bus master, fast devsel, latency 0, IRQ 35
            Memory at f7d30000 (64-bit, non-prefetchable) [size=16K]
            Capabilities: [50] Power Management version 2
            Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
            Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
            Capabilities: [100] Virtual Channel
            Capabilities: [130] Root Complex Link
            Kernel driver in use: snd_hda_intel

  Which also strikes me as odd .. GSI22, seems to match the initial value in dom0 and the hypervisor and gets mapped to irq 34.
  But why the change from IRQ34 to irq 35 ?

- When the guest shuts down, "drivers/xen/xen-pciback/pciback_ops.c:xen_pcibk_disable_msi()" is not called in dom0, which seems odd to me.
  (i would expect symmetry with "drivers/xen/xen-pciback/pciback_ops.c:xen_pcibk_enable_msi()" which does gets called on guest start)

- When i destroy the guest (instead of shutting it down), "xen_pcibk_disable_msi()" does get called, but then i get an error
  from the toolstack, it reads the /sys/bus/pci/devices/<BDF>/irq value which is still "68" and that is not
  assigned to the guest:
  libxl: error: libxl_pci.c:1319:do_pci_remove: xc_physdev_unmap_pirq irq=68: Invalid argument
  libxl: error: libxl_pci.c:1323:do_pci_remove: xc_domain_irq_permission irq=68: Invalid argument

  On the guest start it called xc_physdev_unmap_pirq and xc_domain_irq_permission for irq=22 ..

Extra / better debug-patches are of course always welcome ..
--
Sander

I have attached the logs from the 2 cases:

- general
    - lspci-tv.txt
    - debug.patch
    - dotconfig (.config of dom0 kernel)
    
- from the sequence: host boot, guest start, guest shutdown
    - dmesg-dom0-shutdown.txt
    - xl-dmesg-shutdown.txt
    - lspci-vvvknn-dom0-before.txt (output lspci in dom0 before starting guest)
    - lspci-vvvknn-dom0-during.txt (output lspci in dom0 with guest fully booted)

- from the sequence: host boot, guest start, guest destroy
    - dmesg-dom0-destroy.txt
    - xl-dmesg-destroy.txt
 

[-- Attachment #2: debug.patch --]
[-- Type: application/octet-stream, Size: 11591 bytes --]

diff --git a/arch/x86/pci/irq.c b/arch/x86/pci/irq.c
index eb500c2..4fc1b94 100644
--- a/arch/x86/pci/irq.c
+++ b/arch/x86/pci/irq.c
@@ -4,6 +4,8 @@
  *	(c) 1999--2000 Martin Mares <mj@ucw.cz>
  */
 
+#define DEBUG
+
 #include <linux/types.h>
 #include <linux/kernel.h>
 #include <linux/pci.h>
diff --git a/drivers/acpi/pci_irq.c b/drivers/acpi/pci_irq.c
index 6e6b80e..3881d3a 100644
--- a/drivers/acpi/pci_irq.c
+++ b/drivers/acpi/pci_irq.c
@@ -440,6 +440,8 @@ int acpi_pci_irq_enable(struct pci_dev *dev)
 	 * driver reported one, then use it. Exit in any case.
 	 */
 	if (gsi < 0) {
+		dev_warn(&dev->dev, "?!?!? %s gsi < 0: %d\n",  __func__, gsi);
+	
 		if (acpi_isa_register_gsi(dev))
 			dev_warn(&dev->dev, "PCI INT %c: no GSI\n",
 				 pin_name(pin));
@@ -448,7 +450,13 @@ int acpi_pci_irq_enable(struct pci_dev *dev)
 		return 0;
 	}
 
+
 	rc = acpi_register_gsi(&dev->dev, gsi, triggering, polarity);
+	dev_warn(&dev->dev, "?!?!? %s: PCI INT %c%s -> GSI %u (%s, %s) -> IRQ/rc %d\n",
+		__func__, pin_name(pin), link_desc, gsi,
+		(triggering == ACPI_LEVEL_SENSITIVE) ? "level" : "edge",
+		(polarity == ACPI_ACTIVE_LOW) ? "low" : "high", rc);
+
 	if (rc < 0) {
 		dev_warn(&dev->dev, "PCI INT %c: failed to register GSI\n",
 			 pin_name(pin));
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 625a4ac..de47dc0 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -7,6 +7,8 @@
  *	Copyright 1997 -- 2000 Martin Mares <mj@ucw.cz>
  */
 
+#define DEBUG
+
 #include <linux/kernel.h>
 #include <linux/delay.h>
 #include <linux/init.h>
@@ -1605,12 +1607,13 @@ bool pci_check_pme_status(struct pci_dev *dev)
 	pmcsr |= PCI_PM_CTRL_PME_STATUS;
 	if (pmcsr & PCI_PM_CTRL_PME_ENABLE) {
 		/* Disable PME to avoid interrupt flood. */
+		dev_warn(&dev->dev, "%s: Disable PME to avoid interrupt flood.\n", __func__);
 		pmcsr &= ~PCI_PM_CTRL_PME_ENABLE;
 		ret = true;
 	}
 
 	pci_write_config_word(dev, pmcsr_pos, pmcsr);
-
+	dev_warn(&dev->dev, "%s: ret:%d\n", __func__, ret);
 	return ret;
 }
 
@@ -1760,7 +1763,7 @@ void pci_pme_active(struct pci_dev *dev, bool enable)
 		}
 	}
 
-	dev_dbg(&dev->dev, "PME# %s\n", enable ? "enabled" : "disabled");
+	dev_warn(&dev->dev, "PME# %s\n", enable ? "enabled" : "disabled");
 }
 EXPORT_SYMBOL(pci_pme_active);
 
@@ -1823,7 +1826,7 @@ int __pci_enable_wake(struct pci_dev *dev, pci_power_t state,
 		pci_pme_active(dev, false);
 		dev->wakeup_prepared = false;
 	}
-
+	dev_warn(&dev->dev, "%s ret:%d\n", __func__, ret);
 	return ret;
 }
 EXPORT_SYMBOL(__pci_enable_wake);
@@ -2939,6 +2942,8 @@ void pci_intx(struct pci_dev *pdev, int enable)
 
 	pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
 
+        dev_warn(&pdev->dev, "?!??!? %s: enable:%d\n",__func__, enable);
+
 	if (enable)
 		new = pci_command & ~PCI_COMMAND_INTX_DISABLE;
 	else
@@ -2946,6 +2951,7 @@ void pci_intx(struct pci_dev *pdev, int enable)
 
 	if (new != pci_command) {
 		struct pci_devres *dr;
+		dev_warn(&pdev->dev, "?!??!? %s: enable:%d new != pci_command\n",__func__, enable);
 
 		pci_write_config_word(pdev, PCI_COMMAND, new);
 
diff --git a/drivers/pci/pcie/pme.c b/drivers/pci/pcie/pme.c
index a9f9c46..d88b098 100644
--- a/drivers/pci/pcie/pme.c
+++ b/drivers/pci/pcie/pme.c
@@ -191,6 +191,10 @@ static void pcie_pme_handle_request(struct pci_dev *port, u16 req_id)
 	if (found) {
 		/* The device is there, but we have to check its PME status. */
 		found = pci_check_pme_status(dev);
+		dev_warn(&port->dev, "PME interrupt from %02x:%02x.%d found device %02x:%02x.%d found:%d\n",
+			busnr, PCI_SLOT(devfn), PCI_FUNC(devfn),
+			dev->bus->number,PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn), found);
+
 		if (found) {
 			if (dev->pme_poll)
 				dev->pme_poll = false;
@@ -205,14 +209,14 @@ static void pcie_pme_handle_request(struct pci_dev *port, u16 req_id)
 		 * assuming that the PME was reported by a PCIe-PCI bridge that
 		 * used devfn different from zero.
 		 */
-		dev_dbg(&port->dev, "PME interrupt generated for non-existent device %02x:%02x.%d\n",
+		dev_warn(&port->dev, "PME interrupt generated for non-existent device %02x:%02x.%d\n",
 			busnr, PCI_SLOT(devfn), PCI_FUNC(devfn));
 		found = pcie_pme_from_pci_bridge(bus, 0);
 	}
 
  out:
 	if (!found)
-		dev_dbg(&port->dev, "Spurious native PME interrupt!\n");
+		dev_warn(&port->dev, "Spurious native PME interrupt %02x:%02x.%d!\n",busnr, PCI_SLOT(devfn), PCI_FUNC(devfn));
 }
 
 /**
@@ -369,7 +373,7 @@ static int pcie_pme_probe(struct pcie_device *srv)
 		pcie_pme_mark_devices(port);
 		pcie_pme_interrupt_enable(port, true);
 	}
-
+        dev_info(&port->dev, "?!?!?!? %s: srv->irq:%d ret: %d \n",__func__, srv->irq, ret);
 	return ret;
 }
 
diff --git a/drivers/xen/xen-pciback/conf_space.c b/drivers/xen/xen-pciback/conf_space.c
index 46ae0f9..a4fe763 100644
--- a/drivers/xen/xen-pciback/conf_space.c
+++ b/drivers/xen/xen-pciback/conf_space.c
@@ -152,11 +152,11 @@ int xen_pcibk_config_read(struct pci_dev *dev, int offset, int size,
 	/* if read fails for any reason, return 0
 	 * (as if device didn't respond) */
 	u32 value = 0, tmp_val;
-
+	/*
 	if (unlikely(verbose_request))
 		printk(KERN_DEBUG DRV_NAME ": %s: read %d bytes at 0x%x\n",
 		       pci_name(dev), size, offset);
-
+	*/
 	if (!valid_request(offset, size)) {
 		err = XEN_PCI_ERR_invalid_offset;
 		goto out;
@@ -197,10 +197,11 @@ int xen_pcibk_config_read(struct pci_dev *dev, int offset, int size,
 	}
 
 out:
+	/*
 	if (unlikely(verbose_request))
 		printk(KERN_DEBUG DRV_NAME ": %s: read %d bytes at 0x%x = %x\n",
 		       pci_name(dev), size, offset, value);
-
+	*/
 	*ret_val = value;
 	return xen_pcibios_err_to_errno(err);
 }
@@ -214,11 +215,11 @@ int xen_pcibk_config_write(struct pci_dev *dev, int offset, int size, u32 value)
 	u32 tmp_val;
 	int req_start, req_end, field_start, field_end;
 
-	if (unlikely(verbose_request))
+	/* if (unlikely(verbose_request))
 		printk(KERN_DEBUG
 		       DRV_NAME ": %s: write request %d bytes at 0x%x = %x\n",
 		       pci_name(dev), size, offset, value);
-
+	*/
 	if (!valid_request(offset, size))
 		return XEN_PCI_ERR_invalid_offset;
 
diff --git a/drivers/xen/xen-pciback/passthrough.c b/drivers/xen/xen-pciback/passthrough.c
index 828dddc..4760faa 100644
--- a/drivers/xen/xen-pciback/passthrough.c
+++ b/drivers/xen/xen-pciback/passthrough.c
@@ -5,6 +5,8 @@
  *   Author: Ryan Wilson <hap9@epoch.ncsc.mil>
  */
 
+#define DEBUG
+
 #include <linux/list.h>
 #include <linux/pci.h>
 #include <linux/mutex.h>
diff --git a/drivers/xen/xen-pciback/pci_stub.c b/drivers/xen/xen-pciback/pci_stub.c
index 017069a..b9e7264 100644
--- a/drivers/xen/xen-pciback/pci_stub.c
+++ b/drivers/xen/xen-pciback/pci_stub.c
@@ -5,6 +5,8 @@
  * Chris Bookholt <hap10@epoch.ncsc.mil>
  */
 
+#define DEBUG
+
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
 #include <linux/module.h>
diff --git a/drivers/xen/xen-pciback/pciback_ops.c b/drivers/xen/xen-pciback/pciback_ops.c
index c4a0666..dc594d9 100644
--- a/drivers/xen/xen-pciback/pciback_ops.c
+++ b/drivers/xen/xen-pciback/pciback_ops.c
@@ -4,6 +4,8 @@
  *   Author: Ryan Wilson <hap9@epoch.ncsc.mil>
  */
 
+#define DEBUG
+
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
 #include <linux/module.h>
@@ -13,8 +15,8 @@
 #include <linux/sched.h>
 #include "pciback.h"
 
-int verbose_request;
-module_param(verbose_request, int, 0644);
+int verbose_request=1;
+/* module_param(verbose_request, int, 0644); */
 
 static irqreturn_t xen_pcibk_guest_interrupt(int irq, void *dev_id);
 
@@ -60,7 +62,7 @@ static void xen_pcibk_control_isr(struct pci_dev *dev, int reset)
 	if (dev_data->irq == 0)
 		goto out;
 
-	dev_dbg(&dev->dev, "%s: #%d %s %s%s %s-> %s\n",
+	dev_warn(&dev->dev, "%s: #%d %s %s%s %s-> %s\n",
 		dev_data->irq_name,
 		dev_data->irq,
 		pci_is_enabled(dev) ? "on" : "off",
@@ -86,7 +88,7 @@ static void xen_pcibk_control_isr(struct pci_dev *dev, int reset)
 	dev_data->isr_on = enable;
 	dev_data->ack_intr = enable;
 out:
-	dev_dbg(&dev->dev, "%s: #%d %s %s%s %s\n",
+	dev_warn(&dev->dev, "%s: #%d %s %s%s %s\n",
 		dev_data->irq_name,
 		dev_data->irq,
 		pci_is_enabled(dev) ? "on" : "off",
@@ -141,8 +143,8 @@ int xen_pcibk_enable_msi(struct xen_pcibk_device *pdev,
 	struct xen_pcibk_dev_data *dev_data;
 	int status;
 
-	if (unlikely(verbose_request))
-		printk(KERN_DEBUG DRV_NAME ": %s: enable MSI\n", pci_name(dev));
+	/* if (unlikely(verbose_request)) */
+	dev_warn(&dev->dev, ": %s: enable MSI irq:%d\n", pci_name(dev), dev->irq);
 
 	status = pci_enable_msi(dev);
 
@@ -158,9 +160,8 @@ int xen_pcibk_enable_msi(struct xen_pcibk_device *pdev,
 	 * the local domain's IRQ number. */
 
 	op->value = dev->irq ? xen_pirq_from_irq(dev->irq) : 0;
-	if (unlikely(verbose_request))
-		printk(KERN_DEBUG DRV_NAME ": %s: MSI: %d\n", pci_name(dev),
-			op->value);
+	/* if (unlikely(verbose_request)) */
+	dev_warn(&dev->dev, ": %s: MSI: %d irq: %d\n", pci_name(dev), op->value, dev->irq);
 
 	dev_data = pci_get_drvdata(dev);
 	if (dev_data)
@@ -175,15 +176,13 @@ int xen_pcibk_disable_msi(struct xen_pcibk_device *pdev,
 {
 	struct xen_pcibk_dev_data *dev_data;
 
-	if (unlikely(verbose_request))
-		printk(KERN_DEBUG DRV_NAME ": %s: disable MSI\n",
-		       pci_name(dev));
+	/* if (unlikely(verbose_request)) */
+	dev_warn(&dev->dev, ": %s: disable MSI irq:%d\n", pci_name(dev), dev->irq);
 	pci_disable_msi(dev);
 
 	op->value = dev->irq ? xen_pirq_from_irq(dev->irq) : 0;
-	if (unlikely(verbose_request))
-		printk(KERN_DEBUG DRV_NAME ": %s: MSI: %d\n", pci_name(dev),
-			op->value);
+	/* if (unlikely(verbose_request)) */
+	dev_warn(&dev->dev, ": %s: MSI: %d irq:%d\n", pci_name(dev), op->value, dev->irq);
 	dev_data = pci_get_drvdata(dev);
 	if (dev_data)
 		dev_data->ack_intr = 1;
@@ -198,8 +197,8 @@ int xen_pcibk_enable_msix(struct xen_pcibk_device *pdev,
 	int i, result;
 	struct msix_entry *entries;
 
-	if (unlikely(verbose_request))
-		printk(KERN_DEBUG DRV_NAME ": %s: enable MSI-X\n",
+	/* if (unlikely(verbose_request)) */
+		dev_warn(&dev->dev, ": %s: enable MSI-X\n",
 		       pci_name(dev));
 	if (op->value > SH_INFO_MAX_VEC)
 		return -EINVAL;
@@ -220,8 +219,8 @@ int xen_pcibk_enable_msix(struct xen_pcibk_device *pdev,
 			if (entries[i].vector) {
 				op->msix_entries[i].vector =
 					xen_pirq_from_irq(entries[i].vector);
-				if (unlikely(verbose_request))
-					printk(KERN_DEBUG DRV_NAME ": %s: " \
+				/*if (unlikely(verbose_request)) */
+					dev_warn(&dev->dev, ": %s: " \
 						"MSI-X[%d]: %d\n",
 						pci_name(dev), i,
 						op->msix_entries[i].vector);
@@ -246,8 +245,8 @@ int xen_pcibk_disable_msix(struct xen_pcibk_device *pdev,
 			   struct pci_dev *dev, struct xen_pci_op *op)
 {
 	struct xen_pcibk_dev_data *dev_data;
-	if (unlikely(verbose_request))
-		printk(KERN_DEBUG DRV_NAME ": %s: disable MSI-X\n",
+	/* if (unlikely(verbose_request)) */
+		dev_warn(&dev->dev,  ": %s: disable MSI-X\n",
 			pci_name(dev));
 	pci_disable_msix(dev);
 
diff --git a/drivers/xen/xen-pciback/vpci.c b/drivers/xen/xen-pciback/vpci.c
index 51afff9..19f177a 100644
--- a/drivers/xen/xen-pciback/vpci.c
+++ b/drivers/xen/xen-pciback/vpci.c
@@ -5,6 +5,8 @@
  *   Author: Ryan Wilson <hap9@epoch.ncsc.mil>
  */
 
+#define DEBUG
+
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
 #include <linux/list.h>
diff --git a/drivers/xen/xen-pciback/xenbus.c b/drivers/xen/xen-pciback/xenbus.c
index ad8d30c..5669edc 100644
--- a/drivers/xen/xen-pciback/xenbus.c
+++ b/drivers/xen/xen-pciback/xenbus.c
@@ -4,6 +4,9 @@
  *   Author: Ryan Wilson <hap9@epoch.ncsc.mil>
  */
 
+
+#define DEBUG
+
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
 #include <linux/module.h>

[-- Attachment #3: dmesg-dom0-destroy.txt --]
[-- Type: text/plain, Size: 68506 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.18.0-rc1-creanuc-20141020-pcidebug-nosound-edg6+ (root@creanuc) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP Tue Oct 21 03:49:32 CEST 2014
[    0.000000] Command line: root=/dev/mapper/creanuc-creanuc_dom0 ro mem=1536M vga=791 nomodeset xen-pciback.hide=(02:00.0)(00:1b.0) debug loglevel=10
[    0.000000] Set 146116 page(s) to 1-1 mapping
[    0.000000] Remapped 612 page(s), last_pfn=393828
[    0.000000] Released 0 page(s)
[    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-0x000000001fffffff] usable
[    0.000000] Xen: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] Xen: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] Xen: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] Xen: [mem 0x0000000040005000-0x0000000060263fff] usable
[    0.000000] Xen: [mem 0x0000000060264000-0x00000000db9effff] unusable
[    0.000000] Xen: [mem 0x00000000db9f0000-0x00000000dbe6efff] reserved
[    0.000000] Xen: [mem 0x00000000dbe6f000-0x00000000dbe7efff] ACPI data
[    0.000000] Xen: [mem 0x00000000dbe7f000-0x00000000dbf9cfff] ACPI NVS
[    0.000000] Xen: [mem 0x00000000dbf9d000-0x00000000dc20cfff] reserved
[    0.000000] Xen: [mem 0x00000000dc20d000-0x00000000dc20dfff] unusable
[    0.000000] Xen: [mem 0x00000000dc20e000-0x00000000dc250fff] ACPI NVS
[    0.000000] Xen: [mem 0x00000000dc251000-0x00000000dcffffff] unusable
[    0.000000] Xen: [mem 0x00000000dd000000-0x00000000df9fffff] 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 0x00000000fed90000-0x00000000fed91fff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] Xen: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x000000021e5fffff] unusable
[    0.000000] e820: remove [mem 0x60000000-0xfffffffffffffffe] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: user-defined physical RAM map:
[    0.000000] user: [mem 0x0000000000000000-0x000000000009cfff] usable
[    0.000000] user: [mem 0x000000000009d800-0x00000000000fffff] reserved
[    0.000000] user: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] user: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] user: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] user: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] user: [mem 0x0000000040005000-0x000000005fffffff] usable
[    0.000000] user: [mem 0x0000000060264000-0x00000000db9effff] unusable
[    0.000000] user: [mem 0x00000000db9f0000-0x00000000dbe6efff] reserved
[    0.000000] user: [mem 0x00000000dbe6f000-0x00000000dbe7efff] ACPI data
[    0.000000] user: [mem 0x00000000dbe7f000-0x00000000dbf9cfff] ACPI NVS
[    0.000000] user: [mem 0x00000000dbf9d000-0x00000000dc20cfff] reserved
[    0.000000] user: [mem 0x00000000dc20d000-0x00000000dc20dfff] unusable
[    0.000000] user: [mem 0x00000000dc20e000-0x00000000dc250fff] ACPI NVS
[    0.000000] user: [mem 0x00000000dc251000-0x00000000dcffffff] unusable
[    0.000000] user: [mem 0x00000000dd000000-0x00000000df9fffff] reserved
[    0.000000] user: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] user: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] user: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] user: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] user: [mem 0x00000000fed90000-0x00000000fed91fff] reserved
[    0.000000] user: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] user: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] user: [mem 0x0000000100000000-0x000000021e5fffff] unusable
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI:                  /D53427RKE, BIOS RKPPT10H.86A.0017.2013.0425.1251 04/25/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x60000 max_arch_pfn = 0x400000000
[    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 0x5fe00000-0x5fffffff]
[    0.000000]  [mem 0x5fe00000-0x5fffffff] page 4k
[    0.000000] BRK [0x020b1000, 0x020b1fff] PGTABLE
[    0.000000] BRK [0x020b2000, 0x020b2fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x5c000000-0x5fdfffff]
[    0.000000]  [mem 0x5c000000-0x5fdfffff] page 4k
[    0.000000] BRK [0x020b3000, 0x020b3fff] PGTABLE
[    0.000000] BRK [0x020b4000, 0x020b4fff] PGTABLE
[    0.000000] BRK [0x020b5000, 0x020b5fff] PGTABLE
[    0.000000] BRK [0x020b6000, 0x020b6fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x1fffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
[    0.000000]  [mem 0x20200000-0x40003fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x40005000-0x5bffffff]
[    0.000000]  [mem 0x40005000-0x5bffffff] page 4k
[    0.000000] RAMDISK: [mem 0x04000000-0x0459bfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 Intel )
[    0.000000] ACPI: XSDT 0x00000000DBE73080 00007C (v01 Intel  D53427RK 00000011 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DBE7D100 00010C (v05 Intel  D53427RK 00000011 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000DBE73188 009F72 (v02 Intel  D53427RK 00000011 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000DBF9B080 000040
[    0.000000] ACPI: APIC 0x00000000DBE7D210 000072 (v03 Intel  D53427RK 00000011 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DBE7D288 000044 (v01 Intel  D53427RK 00000011 AMI  00010013)
[    0.000000] ACPI: TCPA 0x00000000DBE7D2D0 000032 (v02 APTIO4 NAPAASF  00000011 MSFT 01000013)
[    0.000000] ACPI: MCFG 0x00000000DBE7D308 00003C (v01 Intel  D53427RK 00000011 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DBE7D348 000038 (v01 Intel  D53427RK 00000011 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000DBE7D380 000315 (v01 SataRe SataTabl 00000011 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000DBE7D698 0009AA (v01 PmRef  Cpu0Ist  00000011 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000DBE7E048 000B22 (v01 PmRef  CpuPm    00000011 INTL 20051117)
[    0.000000] ACPI: XMAR 0x00000000DBE7EB70 0000B8 (v01 INTEL  SNB      00000011 INTL 00000001)
[    0.000000] ACPI: ASF! 0x00000000DBE7EC28 0000A5 (v32 INTEL   HCG     00000011 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] NUMA turned off
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000005fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x5fd16000-0x5fd19fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    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-0x1fffffff]
[    0.000000]   node   0: [mem 0x20200000-0x40003fff]
[    0.000000]   node   0: [mem 0x40005000-0x5fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00001000-0x5fffffff]
[    0.000000] On node 0 totalpages: 392603
[    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: 6080 pages used for memmap
[    0.000000]   DMA32 zone: 388607 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xdda00000-0xdf9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    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[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] 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: 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] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.5-unstable (preserve-AD)
[    0.000000] setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88005f600000 s80000 r8192 d30592 u524288
[    0.000000] pcpu-alloc: s80000 r8192 d30592 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] xen: PV spinlocks enabled
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 386438
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/mapper/creanuc-creanuc_dom0 ro mem=1536M vga=791 nomodeset xen-pciback.hide=(02:00.0)(00:1b.0) debug loglevel=10
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[    0.000000] software IO TLB [mem 0x59c00000-0x5dc00000] (64MB) mapped at [ffff880059c00000-ffff88005dbfffff]
[    0.000000] Memory: 1450140K/1570412K available (9086K kernel code, 964K rwdata, 3564K rodata, 988K init, 700K bss, 120272K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS:4352 nr_irqs:456 0
[    0.000000] xen:events: Using FIFO-based ABI
[    0.000000] xen: sci override: global_irq=9 trigger=0 polarity=0
[    0.000000] xen: registering gsi 9 triggering 0 polarity 0
[    0.000000] xen: --> pirq=9 -> irq=9 (gsi=9)
[    0.000000] xen: acpi sci 9
[    0.000000] xen: --> pirq=1 -> irq=1 (gsi=1)
[    0.000000] xen: --> pirq=2 -> irq=2 (gsi=2)
[    0.000000] xen: --> pirq=3 -> irq=3 (gsi=3)
[    0.000000] xen: --> pirq=4 -> irq=4 (gsi=4)
[    0.000000] xen: --> pirq=5 -> irq=5 (gsi=5)
[    0.000000] xen: --> pirq=6 -> irq=6 (gsi=6)
[    0.000000] xen: --> pirq=7 -> irq=7 (gsi=7)
[    0.000000] xen: --> pirq=8 -> irq=8 (gsi=8)
[    0.000000] xen: --> pirq=10 -> irq=10 (gsi=10)
[    0.000000] xen: --> pirq=11 -> irq=11 (gsi=11)
[    0.000000] xen: --> pirq=12 -> irq=12 (gsi=12)
[    0.000000] xen: --> pirq=13 -> irq=13 (gsi=13)
[    0.000000] xen: --> pirq=14 -> irq=14 (gsi=14)
[    0.000000] xen: --> pirq=15 -> irq=15 (gsi=15)
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Xen: using vcpuop timer interface
[    0.000000] installing Xen timer for CPU 0
[    0.000000] tsc: Detected 2294.832 MHz processor
[    8.382551] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.66 BogoMIPS (lpj=9179328)
[    8.382558] pid_max: default: 32768 minimum: 301
[    8.382570] ACPI: Core revision 20140828
[    8.413687] ACPI: All ACPI Tables successfully acquired
[    8.415408] Security Framework initialized
[    8.415906] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    8.416804] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    8.417146] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    8.417162] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    8.417497] Initializing cgroup subsys devices
[    8.417504] Initializing cgroup subsys freezer
[    8.417509] Initializing cgroup subsys net_cls
[    8.417515] Initializing cgroup subsys blkio
[    8.417519] Initializing cgroup subsys perf_event
[    8.417601] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    8.417601] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    8.417609] CPU: Physical Processor ID: 0
[    8.417612] CPU: Processor Core ID: 0
[    8.418139] mce: CPU supports 2 MCE banks
[    8.418163] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    8.418163] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    8.418349] Freeing SMP alternatives memory: 24K (ffffffff81fea000 - ffffffff81ff0000)
[    8.419252] cpu 0 spinlock event irq 25
[    8.419308] Performance Events: unsupported p6 CPU model 58 no PMU driver, software events only.
[    8.419575] NMI watchdog: disabled (cpu0): hardware events not enabled
[    8.419664] installing Xen timer for CPU 1
[    8.419678] cpu 1 spinlock event irq 32
[    8.420581] installing Xen timer for CPU 2
[    8.420600] cpu 2 spinlock event irq 39
[    8.421398] installing Xen timer for CPU 3
[    8.421410] cpu 3 spinlock event irq 46
[    8.422212] x86: Booted up 1 node, 4 CPUs
[    8.422574] devtmpfs: initialized
[    8.423662] xor: automatically using best checksumming function:
[    8.463047]    avx       : 11960.000 MB/sec
[    8.463261] NET: Registered protocol family 16
[    8.463280] xen:grant_table: Grant tables using version 1 layout
[    8.463297] Grant table initialized
[    8.464189] ACPI: bus type PCI registered
[    8.464368] dca service started, version 1.12.1
[    8.464416] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    8.464423] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    8.475812] PCI: Using configuration type 1 for base access
[    8.559423] raid6: sse2x1    4601 MB/s
[    8.627517] raid6: sse2x2    5730 MB/s
[    8.695615] raid6: sse2x4    6486 MB/s
[    8.695619] raid6: using algorithm sse2x4 (6486 MB/s)
[    8.695622] raid6: using ssse3x2 recovery algorithm
[    8.695713] ACPI: Added _OSI(Module Device)
[    8.695719] ACPI: Added _OSI(Processor Device)
[    8.695724] ACPI: Added _OSI(3.0 _SCP Extensions)
[    8.695729] ACPI: Added _OSI(Processor Aggregator Device)
[    8.697873] ACPI: SCI (ACPI GSI 9) not registered
[    8.700106] ACPI: Executed 1 blocks of module-level executable AML code
[    8.712469] ACPI: Dynamic OEM Table Load:
[    8.712486] ACPI: SSDT 0xFFFF8800591C9000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    8.724343] ACPI: Dynamic OEM Table Load:
[    8.724359] ACPI: SSDT 0xFFFF8800591A6800 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[    8.744439] ACPI: Dynamic OEM Table Load:
[    8.744453] ACPI: SSDT 0xFFFF8800591B9400 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    8.757284] ACPI: Interpreter enabled
[    8.757301] ACPI: (supports S0 S5)
[    8.757305] ACPI: Using IOAPIC for interrupt routing
[    8.757371] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    8.766234] ACPI: Power Resource [FN00] (off)
[    8.766346] ACPI: Power Resource [FN01] (off)
[    8.766453] ACPI: Power Resource [FN02] (off)
[    8.766581] ACPI: Power Resource [FN03] (off)
[    8.766688] ACPI: Power Resource [FN04] (off)
[    8.767508] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    8.767519] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    8.768537] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[    8.769196] PCI host bridge to bus 0000:00
[    8.769203] pci_bus 0000:00: root bus resource [bus 00-3e]
[    8.769208] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    8.769212] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    8.769216] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    8.769221] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    8.769225] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    8.769230] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    8.769234] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    8.769239] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    8.769243] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    8.769247] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff]
[    8.769252] pci_bus 0000:00: scanning bus
[    8.769276] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[    8.769291] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x5
[    8.769554] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
[    8.769603] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[    8.769629] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    8.769648] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    8.769963] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    8.770037] pci 0000:00:14.0: reg 0x10: [mem 0xf7d20000-0xf7d2ffff 64bit]
[    8.770269] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    8.770283] pci 0000:00:14.0: PME# disabled
[    8.770353] pci 0000:00:14.0: System wakeup disabled by ACPI
[    8.770459] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    8.770538] pci 0000:00:16.0: reg 0x10: [mem 0xf7d3c000-0xf7d3c00f 64bit]
[    8.770771] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    8.770785] pci 0000:00:16.0: PME# disabled
[    8.770951] pci 0000:00:16.3: [8086:1e3d] type 00 class 0x070002
[    8.771004] pci 0000:00:16.3: reg 0x10: [io  0xf0e0-0xf0e7]
[    8.771030] pci 0000:00:16.3: reg 0x14: [mem 0xf7d3a000-0xf7d3afff]
[    8.771422] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
[    8.771483] pci 0000:00:19.0: reg 0x10: [mem 0xf7d00000-0xf7d1ffff]
[    8.771514] pci 0000:00:19.0: reg 0x14: [mem 0xf7d39000-0xf7d39fff]
[    8.771545] pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
[    8.771764] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    8.771777] pci 0000:00:19.0: PME# disabled
[    8.771853] pci 0000:00:19.0: System wakeup disabled by ACPI
[    8.771960] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    8.772024] pci 0000:00:1a.0: reg 0x10: [mem 0xf7d38000-0xf7d383ff]
[    8.772293] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    8.772306] pci 0000:00:1a.0: PME# disabled
[    8.772405] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    8.772532] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    8.772590] pci 0000:00:1b.0: reg 0x10: [mem 0xf7d30000-0xf7d33fff 64bit]
[    8.772850] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    8.772863] pci 0000:00:1b.0: PME# disabled
[    8.772944] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    8.773045] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    8.773174] pci 0000:00:1c.0: calling pci_fixup_transparent_bridge+0x0/0x14
[    8.773317] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    8.773330] pci 0000:00:1c.0: PME# disabled
[    8.773396] pci 0000:00:1c.0: Enabling MPC IRBNCE
[    8.773404] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[    8.773455] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    8.773555] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
[    8.773679] pci 0000:00:1c.2: calling pci_fixup_transparent_bridge+0x0/0x14
[    8.773823] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    8.773837] pci 0000:00:1c.2: PME# disabled
[    8.773901] pci 0000:00:1c.2: Enabling MPC IRBNCE
[    8.773911] pci 0000:00:1c.2: Intel PCH root port ACS workaround enabled
[    8.773961] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    8.774089] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    8.774152] pci 0000:00:1d.0: reg 0x10: [mem 0xf7d37000-0xf7d373ff]
[    8.774425] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    8.774437] pci 0000:00:1d.0: PME# disabled
[    8.774554] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    8.774657] pci 0000:00:1f.0: [8086:1e56] type 00 class 0x060100
[    8.775094] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[    8.775166] pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
[    8.775196] pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
[    8.775224] pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
[    8.775254] pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
[    8.775284] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    8.775313] pci 0000:00:1f.2: reg 0x24: [mem 0xf7d36000-0xf7d367ff]
[    8.775493] pci 0000:00:1f.2: PME# supported from D3hot
[    8.775506] pci 0000:00:1f.2: PME# disabled
[    8.775666] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    8.775720] pci 0000:00:1f.3: reg 0x10: [mem 0xf7d35000-0xf7d350ff 64bit]
[    8.775797] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    8.775992] pci_bus 0000:00: fixups for bus
[    8.776004] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 0
[    8.776157] pci_bus 0000:01: scanning bus
[    8.776167] pci_bus 0000:01: fixups for bus
[    8.776171] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    8.776201] pci_bus 0000:01: bus scan returning with max=01
[    8.776216] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 0
[    8.776359] pci_bus 0000:02: scanning bus
[    8.776699] pci 0000:02:00.0: [8086:088e] type 00 class 0x028000
[    8.777116] pci 0000:02:00.0: reg 0x10: [mem 0xf7c00000-0xf7c01fff 64bit]
[    8.779137] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    8.779198] pci 0000:02:00.0: PME# disabled
[    8.779461] pci 0000:02:00.0: System wakeup disabled by ACPI
[    8.784871] pci_bus 0000:02: fixups for bus
[    8.784883] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    8.784908] pci 0000:00:1c.2:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    8.784928] pci_bus 0000:02: bus scan returning with max=02
[    8.784947] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 1
[    8.784970] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 1
[    8.784991] pci_bus 0000:00: bus scan returning with max=02
[    8.785460] xen: registering gsi 13 triggering 1 polarity 0
[    8.785743] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    8.785828] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    8.785911] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 10 11 12 14 15)
[    8.785984] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    8.786062] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
[    8.786144] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    8.786226] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
[    8.786307] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    8.786679] ACPI: Enabled 6 GPEs in block 00 to 3F
[    8.786774] xen:balloon: Initialising balloon driver
[    8.786936] xen_balloon: Initialising balloon driver
[    8.787149] vgaarb: setting as boot device: PCI:0000:00:02.0
[    8.787157] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    8.787165] vgaarb: loaded
[    8.787168] vgaarb: bridge control possible 0000:00:02.0
[    8.787272] SCSI subsystem initialized
[    8.787380] libata version 3.00 loaded.
[    8.787429] ACPI: bus type USB registered
[    8.787460] usbcore: registered new interface driver usbfs
[    8.787475] usbcore: registered new interface driver hub
[    8.787517] usbcore: registered new device driver usb
[    8.787560] pps_core: LinuxPPS API ver. 1 registered
[    8.787564] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    8.787572] PTP clock support registered
[    8.787627] wmi: Mapper loaded
[    8.787650] PCI: Using ACPI for IRQ routing
[    8.794089] PCI: pci_cache_line_size set to 64 bytes
[    8.794103] pci 0000:00:02.0: BAR 0: reserving [mem 0xf7800000-0xf7bfffff flags 0x140204] (d=0, p=0)
[    8.794109] pci 0000:00:02.0: BAR 2: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
[    8.794116] pci 0000:00:02.0: BAR 4: reserving [io  0xf000-0xf03f flags 0x40101] (d=0, p=0)
[    8.794128] pci 0000:00:14.0: BAR 0: reserving [mem 0xf7d20000-0xf7d2ffff flags 0x140204] (d=0, p=0)
[    8.794140] pci 0000:00:16.0: BAR 0: reserving [mem 0xf7d3c000-0xf7d3c00f flags 0x140204] (d=0, p=0)
[    8.794152] pci 0000:00:16.3: BAR 0: reserving [io  0xf0e0-0xf0e7 flags 0x40101] (d=0, p=0)
[    8.794157] pci 0000:00:16.3: BAR 1: reserving [mem 0xf7d3a000-0xf7d3afff flags 0x40200] (d=0, p=0)
[    8.794169] pci 0000:00:19.0: BAR 0: reserving [mem 0xf7d00000-0xf7d1ffff flags 0x40200] (d=0, p=0)
[    8.794175] pci 0000:00:19.0: BAR 1: reserving [mem 0xf7d39000-0xf7d39fff flags 0x40200] (d=0, p=0)
[    8.794181] pci 0000:00:19.0: BAR 2: reserving [io  0xf080-0xf09f flags 0x40101] (d=0, p=0)
[    8.794193] pci 0000:00:1a.0: BAR 0: reserving [mem 0xf7d38000-0xf7d383ff flags 0x40200] (d=0, p=0)
[    8.794204] pci 0000:00:1b.0: BAR 0: reserving [mem 0xf7d30000-0xf7d33fff flags 0x140204] (d=0, p=0)
[    8.794246] pci 0000:02:00.0: BAR 0: reserving [mem 0xf7c00000-0xf7c01fff flags 0x140204] (d=0, p=0)
[    8.794259] pci 0000:00:1d.0: BAR 0: reserving [mem 0xf7d37000-0xf7d373ff flags 0x40200] (d=0, p=0)
[    8.794274] pci 0000:00:1f.2: BAR 0: reserving [io  0xf0d0-0xf0d7 flags 0x40101] (d=0, p=0)
[    8.794280] pci 0000:00:1f.2: BAR 1: reserving [io  0xf0c0-0xf0c3 flags 0x40101] (d=0, p=0)
[    8.794285] pci 0000:00:1f.2: BAR 2: reserving [io  0xf0b0-0xf0b7 flags 0x40101] (d=0, p=0)
[    8.794290] pci 0000:00:1f.2: BAR 3: reserving [io  0xf0a0-0xf0a3 flags 0x40101] (d=0, p=0)
[    8.794296] pci 0000:00:1f.2: BAR 4: reserving [io  0xf060-0xf07f flags 0x40101] (d=0, p=0)
[    8.794301] pci 0000:00:1f.2: BAR 5: reserving [mem 0xf7d36000-0xf7d367ff flags 0x40200] (d=0, p=0)
[    8.794310] pci 0000:00:1f.3: BAR 0: reserving [mem 0xf7d35000-0xf7d350ff flags 0x140204] (d=0, p=0)
[    8.794316] pci 0000:00:1f.3: BAR 4: reserving [io  0xf040-0xf05f flags 0x40101] (d=0, p=0)
[    8.794399] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[    8.794403] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    8.794714] cfg80211: Calling CRDA to update world regulatory domain
[    8.795139] Switched to clocksource xen
[    8.795253] FS-Cache: Loaded
[    8.795323] CacheFiles: Loaded
[    8.795354] pnp: PnP ACPI init
[    8.795502] system 00:00: [io  0x0680-0x069f] has been reserved
[    8.795508] system 00:00: [io  0x1000-0x100f] has been reserved
[    8.795512] system 00:00: [io  0xffff] has been reserved
[    8.795517] system 00:00: [io  0xffff] has been reserved
[    8.795521] system 00:00: [io  0x0400-0x0453] could not be reserved
[    8.795526] system 00:00: [io  0x0458-0x047f] has been reserved
[    8.795530] system 00:00: [io  0x0500-0x057f] has been reserved
[    8.795535] system 00:00: [io  0x164e-0x164f] has been reserved
[    8.795541] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    8.795557] xen: registering gsi 8 triggering 1 polarity 0
[    8.795611] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    8.795683] system 00:02: [io  0x0454-0x0457] has been reserved
[    8.795689] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    8.795859] system 00:03: [io  0x0a00-0x0a1f] has been reserved
[    8.795865] system 00:03: [io  0x0a30-0x0a3f] has been reserved
[    8.795869] system 00:03: [io  0x0a20-0x0a2f] has been reserved
[    8.795874] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    8.795972] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    8.795978] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    8.796035] pnp 00:05: Plug and Play ACPI device, IDs PNP0c31 (active)
[    8.796321] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    8.796327] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    8.796332] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    8.796336] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    8.796342] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    8.796347] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    8.796352] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    8.796356] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    8.796361] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    8.796366] system 00:06: [mem 0xfee00000-0xfeefffff] has been reserved
[    8.796370] system 00:06: [mem 0xdfa00000-0xdfa00fff] has been reserved
[    8.796376] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    8.796604] system 00:07: [mem 0x20000000-0x201fffff] has been reserved
[    8.796609] system 00:07: [mem 0x40004000-0x40004fff] has been reserved
[    8.796614] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    8.796643] pnp: PnP ACPI: found 8 devices
[    8.796652] xen_pciback: wants to seize 0000:02:00.0
[    8.796656] xen_pciback: wants to seize 0000:00:1b.0
[    8.796668] pciback 0000:00:00.0: probing...
[    8.796678] pciback 0000:00:02.0: probing...
[    8.796685] pciback 0000:00:14.0: probing...
[    8.796692] pciback 0000:00:16.0: probing...
[    8.796700] pciback 0000:00:16.3: probing...
[    8.796707] pciback 0000:00:19.0: probing...
[    8.796734] pciback 0000:00:1a.0: probing...
[    8.796742] pciback 0000:00:1b.0: probing...
[    8.796746] pciback 0000:00:1b.0: seizing device
[    8.796750] pciback 0000:00:1b.0: pcistub_device_alloc
[    8.796754] pciback 0000:00:1b.0: deferring initialization
[    8.796763] pciback 0000:00:1c.0: probing...
[    8.796771] pciback 0000:00:1c.2: probing...
[    8.796778] pciback 0000:00:1d.0: probing...
[    8.796785] pciback 0000:00:1f.0: probing...
[    8.796792] pciback 0000:00:1f.2: probing...
[    8.796800] pciback 0000:00:1f.3: probing...
[    8.796807] pciback 0000:02:00.0: probing...
[    8.796810] pciback 0000:02:00.0: seizing device
[    8.796814] pciback 0000:02:00.0: pcistub_device_alloc
[    8.796817] pciback 0000:02:00.0: deferring initialization
[    8.808081] PM-Timer failed consistency check  (0xffffff) - aborting.
[    8.808144] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    8.808183] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    8.808201] pci 0000:00:1c.2:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    8.808230] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    8.808234] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    8.808238] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    8.808243] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    8.808247] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    8.808251] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    8.808256] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    8.808260] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[    8.808264] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[    8.808268] pci_bus 0000:00: resource 13 [mem 0xdfa00000-0xfeafffff]
[    8.808273] pci_bus 0000:02: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    8.808308] NET: Registered protocol family 2
[    8.808534] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    8.808632] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    8.808668] TCP: Hash tables configured (established 16384 bind 16384)
[    8.808692] TCP: reno registered
[    8.808708] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    8.808727] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    8.808777] NET: Registered protocol family 1
[    8.808806] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xac
[    8.808813] pci 0000:00:02.0: Video device with shadowed ROM
[    8.808824] pci 0000:00:14.0: calling quirk_usb_early_handoff+0x0/0x62b
[    8.808941] xen: registering gsi 16 triggering 0 polarity 1
[    8.808959] xen: --> pirq=16 -> irq=16 (gsi=16)
[    8.808988] pci 0000:00:14.0: ?!?!? acpi_pci_irq_enable: PCI INT At}\xffffffb9Y -> GSI 16 (level, low) -> IRQ/rc 16
[    8.809244] pci 0000:00:19.0: calling quirk_e100_interrupt+0x0/0x13c
[    8.809256] pci 0000:00:1a.0: calling quirk_usb_early_handoff+0x0/0x62b
[    8.809349] xen: registering gsi 16 triggering 0 polarity 1
[    8.809354] Already setup the GSI :16
[    8.809359] pci 0000:00:1a.0: ?!?!? acpi_pci_irq_enable: PCI INT At}\xffffffb9Y -> GSI 16 (level, low) -> IRQ/rc 16
[    8.857078] pci 0000:00:1d.0: calling quirk_usb_early_handoff+0x0/0x62b
[    8.857176] xen: registering gsi 23 triggering 0 polarity 1
[    8.857200] xen: --> pirq=23 -> irq=23 (gsi=23)
[    8.857230] pci 0000:00:1d.0: ?!?!? acpi_pci_irq_enable: PCI INT At}\xffffffb9Y -> GSI 23 (level, low) -> IRQ/rc 23
[    8.875489] PCI: CLS mismatch (64 != 32), using 64 bytes
[    8.875570] Trying to unpack rootfs image as initramfs...
[    8.881761] Freeing initrd memory: 5744K (ffff880004000000 - ffff88000459c000)
[    8.886483] DMA-API: preallocated 65536 debug entries
[    8.886491] DMA-API: debugging enabled by kernel config
[    8.887161] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[    8.887215] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x17
[    8.887238] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x17
[    8.887293] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x17
[    8.887326] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x17
[    8.887506] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    8.893775] AVX version of gcm_enc/dec engaged.
[    8.893781] AES CTR mode by8 optimization enabled
[    8.899593] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    8.905012] sha1_ssse3: Using AVX optimized SHA-1 implementation
[    8.905410] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    8.905454] audit: initializing netlink subsys (disabled)
[    8.905472] audit: type=2000 audit(1413860010.072:1): initialized
[    8.905822] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    8.908053] VFS: Disk quotas dquot_6.5.2
[    8.908102] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    8.908562] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    8.908806] FS-Cache: Netfs 'cifs' registered for caching
[    8.908920] Key type cifs.spnego registered
[    8.908929] Key type cifs.idmap registered
[    8.908938] ntfs: driver 2.1.31 [Flags: R/W].
[    8.909093] fuse init (API version 7.23)
[    8.909233] msgmni has been set to 2843
[    8.916201] alg: No test for stdrng (krng)
[    8.922702] NET: Registered protocol family 38
[    8.922741] bounce: pool size: 64 pages
[    8.922798] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    8.922912] io scheduler noop registered
[    8.922919] io scheduler deadline registered
[    8.922967] io scheduler cfq registered (default)
[    8.923226] xen: registering gsi 16 triggering 0 polarity 1
[    8.923235] Already setup the GSI :16
[    8.923241] pcieport 0000:00:1c.0: ?!?!? acpi_pci_irq_enable: PCI INT A4|\xffffffb9Y -> GSI 16 (level, low) -> IRQ/rc 16
[    8.923369] pcieport 0000:00:1c.0: ?!??!? pci_intx: enable:0
[    8.923373] pcieport 0000:00:1c.0: ?!??!? pci_intx: enable:0 new != pci_command
[    8.923638] xen: registering gsi 18 triggering 0 polarity 1
[    8.923651] xen: --> pirq=18 -> irq=18 (gsi=18)
[    8.923679] pcieport 0000:00:1c.2: ?!?!? acpi_pci_irq_enable: PCI INT C4|\xffffffb9Y -> GSI 18 (level, low) -> IRQ/rc 18
[    8.923779] pcieport 0000:00:1c.2: ?!??!? pci_intx: enable:0
[    8.923783] pcieport 0000:00:1c.2: ?!??!? pci_intx: enable:0 new != pci_command
[    8.924006] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    8.924022] pcieport 0000:00:1c.0: ?!?!?!? pcie_pme_probe: srv->irq:54 ret: 0 
[    8.924027] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    8.924081] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    8.924086] pciback 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    8.924102] pcieport 0000:00:1c.2: ?!?!?!? pcie_pme_probe: srv->irq:55 ret: 0 
[    8.924106] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[    8.924178] vmlfb: initializing
[   13.923264] uvesafb: Getting VBE info block failed (eax=0x4f00, err=1)
[   13.923275] uvesafb: vbe_init() failed with -22
[   13.923288] uvesafb: probe of uvesafb.0 failed with error -22
[   13.923326] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[   13.923330] vesafb: scrolling: redraw
[   13.923334] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   13.924457] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90004500000, using 6144k, total 32704k
[   13.996421] Console: switching to colour frame buffer device 128x48
[   14.068929] fb0: VESA VGA frame buffer device
[   14.069580] vga16fb: initializing
[   14.070029] vga16fb: mapped to 0xffff8800000a0000
[   14.070669] checking generic (e0000000 1ff0000) vs hw (a0000 10000)
[   14.071698] fb1: VGA16 VGA frame buffer device
[   14.072317] intel_idle: MWAIT substates: 0x21120
[   14.072938] intel_idle: v0.4 model 0x3A
[   14.073455] intel_idle: lapic_timer_reliable_states 0xffffffff
[   14.074306] intel_idle: intel_idle yielding to none
[   14.074979] ipmi message handler version 39.2
[   14.075623] ipmi device interface
[   14.076098] IPMI System Interface driver.
[   14.076688] ipmi_si: Unable to find any System Interface(s)
[   14.077447] IPMI Watchdog: driver initialized
[   14.078040] Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot.
[   14.080192] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[   14.081325] ACPI: Power Button [PWRB]
[   14.081876] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[   14.082877] ACPI: Power Button [PWRF]
[   14.083494] fan PNP0C0B:00: ACPI: Fan [FAN0] (off)
[   14.084184] fan PNP0C0B:01: ACPI: Fan [FAN1] (off)
[   14.084869] fan PNP0C0B:02: ACPI: Fan [FAN2] (off)
[   14.085555] fan PNP0C0B:03: ACPI: Fan [FAN3] (off)
[   14.114376] fan PNP0C0B:04: ACPI: Fan [FAN4] (off)
[   14.167697] Monitor-Mwait will be used to enter C-1 state
[   14.195767] Monitor-Mwait will be used to enter C-2 state
[   14.224336] Warning: Processor Platform Limit not supported.
[   14.287875] thermal LNXTHERM:00: registered as thermal_zone0
[   14.315514] ACPI: Thermal Zone [TZ00] (28 C)
[   14.343039] thermal LNXTHERM:01: registered as thermal_zone1
[   14.370589] ACPI: Thermal Zone [TZ01] (30 C)
[   14.397867] Error: Driver 'processor_aggregator' is already registered, aborting...
[   14.425552] GHES: HEST is not enabled!
[   14.453035] ioatdma: Intel(R) QuickData Technology Driver 4.00
[   14.481275] xen:xen_evtchn: Event-channel device installed
[   14.509400] pciback 0000:02:00.0: initializing...
[   14.536669] pciback 0000:02:00.0: initializing config
[   14.563682] pciback 0000:02:00.0: enabling device
[   14.590005] xen: registering gsi 18 triggering 0 polarity 1
[   14.616252] Already setup the GSI :18
[   14.642272] pciback 0000:02:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A\xffffffd4}\xffffffb9Y -> GSI 18 (level, low) -> IRQ/rc 18
[   14.669740] pciback 0000:02:00.0: save state of device
[   14.697447] pciback 0000:02:00.0: resetting (FLR, D3, etc) the device
[   14.827434] pciback 0000:02:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x104)
[   14.855368] pciback 0000:02:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xf7c00004)
[   14.882751] pciback 0000:02:00.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100106)
[   14.909873] pciback 0000:02:00.0: reset device
[   14.936211] pciback 0000:00:1b.0: initializing...
[   14.962004] pciback 0000:00:1b.0: initializing config
[   14.987603] pciback 0000:00:1b.0: enabling device
[   15.013065] xen: registering gsi 22 triggering 0 polarity 1
[   15.038611] xen: --> pirq=22 -> irq=22 (gsi=22)
[   15.063903] pciback 0000:00:1b.0: ?!?!? acpi_pci_irq_enable: PCI INT A\xffffffd4}\xffffffb9Y -> GSI 22 (level, low) -> IRQ/rc 22
[   15.090545] pciback 0000:00:1b.0: save state of device
[   15.117110] pciback 0000:00:1b.0: resetting (FLR, D3, etc) the device
[   15.247379] pciback 0000:00:1b.0: restoring config space at offset 0x10 (was 0x4, writing 0xf7d30004)
[   15.274658] pciback 0000:00:1b.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[   15.301796] pciback 0000:00:1b.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100006)
[   15.329079] pciback 0000:00:1b.0: reset device
[   15.356391] xen_pciback: backend is vpci
[   15.383908] xen_acpi_processor: Uploading Xen processor PM info
[   15.412956] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[   15.433186] xen: registering gsi 19 triggering 0 polarity 1
[   15.450103] xen: --> pirq=19 -> irq=19 (gsi=19)
[   15.466650] serial 0000:00:16.3: ?!?!? acpi_pci_irq_enable: PCI INT B\xffffffa4|\xffffffb9Y -> GSI 19 (level, low) -> IRQ/rc 19
[   15.504444] serial 0000:00:16.3: ttyS0 at I/O 0xf0e0 (irq = 19, base_baud = 115200) is a 16550A
[   15.521695] hpet_acpi_add: no address or irqs in _CRS
[   15.538794] Non-volatile memory driver v1.3
[   15.556097] Linux agpgart interface v0.103
[   15.573539] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[   15.592083] tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78)
[   15.667503] [drm] Initialized drm 1.1.0 20060810
[   15.694808] drm/i810 does not support SMP
[   15.715055] brd: module loaded
[   15.734454] loop: module loaded
[   15.752898] nbd: registered device at major 43
[   15.774648] drbd: initialized. Version: 8.4.5 (api:1/proto:86-101)
[   15.794397] drbd: built-in
[   15.813788] drbd: registered as block device major 147
[   15.833266] xen: registering gsi 16 triggering 0 polarity 1
[   15.852467] Already setup the GSI :16
[   15.871461] mei_me 0000:00:16.0: ?!?!? acpi_pci_irq_enable: PCI INT A\xffffffc4|\xffffffb9Y -> GSI 16 (level, low) -> IRQ/rc 16
[   15.891405] mei_me 0000:00:16.0: ?!??!? pci_intx: enable:0
[   15.910931] mei_me 0000:00:16.0: ?!??!? pci_intx: enable:0 new != pci_command
[   15.939791] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140828/utaddress-258)
[   15.978892] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   15.999293] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140828/utaddress-258)
[   16.040491] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   16.061922] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140828/utaddress-258)
[   16.105990] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   16.129031] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140828/utaddress-258)
[   16.176167] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   16.200968] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   16.226160] Loading iSCSI transport class v2.0-870.
[   16.260877] hv_vmbus: registering driver hv_storvsc
[   16.285744] ahci 0000:00:1f.2: version 3.0
[   16.310217] xen: registering gsi 19 triggering 0 polarity 1
[   16.334596] Already setup the GSI :19
[   16.358872] ahci 0000:00:1f.2: ?!?!? acpi_pci_irq_enable: PCI INT B\x14|\xffffffb9Y -> GSI 19 (level, low) -> IRQ/rc 19
[   16.384001] ahci 0000:00:1f.2: ?!??!? pci_intx: enable:0
[   16.408853] ahci 0000:00:1f.2: ?!??!? pci_intx: enable:0 new != pci_command
[   16.433826] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1 impl SATA mode
[   16.458784] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[   16.484969] scsi host0: ahci
[   16.510315] scsi host1: ahci
[   16.535362] scsi host2: ahci
[   16.560099] scsi host3: ahci
[   16.584354] scsi host4: ahci
[   16.608228] scsi host5: ahci
[   16.631212] ata1: SATA max UDMA/133 abar m2048@0xf7d36000 port 0xf7d36100 irq 59
[   16.654141] ata2: DUMMY
[   16.676799] ata3: DUMMY
[   16.699249] ata4: DUMMY
[   16.721149] ata5: DUMMY
[   16.742471] ata6: DUMMY
[   16.763548] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[   16.785507] eql: Equalizer2002: Simon Janes (simon@ncm.com) and David S. Miller (davem@redhat.com)
[   16.808001] libphy: Fixed MDIO Bus: probed
[   16.830178] tun: Universal TUN/TAP device driver, 1.6
[   16.852417] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   16.874822] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[   16.897244] e100: Copyright(c) 1999-2006 Intel Corporation
[   16.919823] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[   16.942627] e1000: Copyright (c) 1999-2006 Intel Corporation.
[   16.965452] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[   16.987969] e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
[   17.010436] xen: registering gsi 20 triggering 0 polarity 1
[   17.033055] xen: --> pirq=20 -> irq=20 (gsi=20)
[   17.055004] e1000e 0000:00:19.0: ?!?!? acpi_pci_irq_enable: PCI INT A\xffffff94|\xffffffb9Y -> GSI 20 (level, low) -> IRQ/rc 20
[   17.077237] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   17.083175] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   17.083681] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[   17.083683] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[   17.083684] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[   17.084035] ata1.00: supports DRM functions and may not be fully accessible
[   17.086943] ata1.00: disabling queued TRIM support
[   17.086945] ata1.00: ATA-9: Crucial_CT120M500SSD3, MU05, max UDMA/133
[   17.086946] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[   17.090738] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[   17.090740] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[   17.090742] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[   17.091096] ata1.00: supports DRM functions and may not be fully accessible
[   17.093997] ata1.00: disabling queued TRIM support
[   17.097234] ata1.00: configured for UDMA/133
[   17.097362] scsi 0:0:0:0: Direct-Access     ATA      Crucial_CT120M50 MU05 PQ: 0 ANSI: 5
[   17.097601] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   17.097721] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[   17.097722] sd 0:0:0:0: [sda] 4096-byte physical blocks
[   17.097820] sd 0:0:0:0: [sda] Write Protect is off
[   17.097821] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   17.097852] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   17.098238]  sda: sda1
[   17.098539] sd 0:0:0:0: [sda] Attached SCSI disk
[   17.526413] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:0
[   17.544691] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:0 new != pci_command
[   17.768408] e1000e 0000:00:19.0 eth0: registered PHC clock
[   17.787081] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) ec:a8:6b:fb:27:84
[   17.805878] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[   17.824592] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
[   17.843471] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.2.15-k
[   17.862785] igb: Copyright (c) 2007-2014 Intel Corporation.
[   17.882396] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
[   17.902678] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[   17.922879] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 3.19.1-k
[   17.943083] ixgbe: Copyright (c) 1999-2014 Intel Corporation.
[   17.963008] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 2.12.1-k
[   17.983491] ixgbevf: Copyright (c) 2009 - 2012 Intel Corporation.
[   18.003910] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI
[   18.024453] ixgb: Copyright (c) 1999-2008 Intel Corporation.
[   18.044997] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, git-1.2.2
[   18.065560] ipw2100: Copyright(c) 2003-2006 Intel Corporation
[   18.086014] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kq
[   18.106657] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[   18.127298] libipw: 802.11 data/management/control stack, git-1.1.13
[   18.148011] libipw: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[   18.169077] Intel(R) Wireless WiFi driver for Linux, in-tree:
[   18.189889] Copyright(c) 2003- 2014 Intel Corporation
[   18.210492] iwl4965: Intel(R) Wireless WiFi 4965 driver for Linux, in-tree:
[   18.231071] iwl4965: Copyright(c) 2003-2011 Intel Corporation
[   18.251463] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[   18.272454] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[   18.293418] xen_netfront: Initialising Xen virtual ethernet driver
[   18.314459] xen: registering gsi 16 triggering 0 polarity 1
[   18.335274] Already setup the GSI :16
[   18.355945] xhci_hcd 0000:00:14.0: ?!?!? acpi_pci_irq_enable: PCI INT A\xffffff84|\xffffffb9Y -> GSI 16 (level, low) -> IRQ/rc 16
[   18.377468] xhci_hcd 0000:00:14.0: enabling bus mastering
[   18.398672] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   18.419787] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[   18.441152] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[   18.462242] xhci_hcd 0000:00:14.0: ?!??!? pci_intx: enable:0
[   18.483077] xhci_hcd 0000:00:14.0: ?!??!? pci_intx: enable:0 new != pci_command
[   18.504045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   18.524933] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   18.545709] usb usb1: Product: xHCI Host Controller
[   18.566318] usb usb1: Manufacturer: Linux 3.18.0-rc1-creanuc-20141020-pcidebug-nosound-edg6+ xhci-hcd
[   18.587583] usb usb1: SerialNumber: 0000:00:14.0
[   18.609018] hub 1-0:1.0: USB hub found
[   18.630302] hub 1-0:1.0: 4 ports detected
[   18.651572] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   18.672513] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[   18.693642] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[   18.714866] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   18.736280] usb usb2: Product: xHCI Host Controller
[   18.757572] usb usb2: Manufacturer: Linux 3.18.0-rc1-creanuc-20141020-pcidebug-nosound-edg6+ xhci-hcd
[   18.779475] usb usb2: SerialNumber: 0000:00:14.0
[   18.801644] hub 2-0:1.0: USB hub found
[   18.836221] hub 2-0:1.0: 4 ports detected
[   18.874367] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   18.895988] ehci-pci: EHCI PCI platform driver
[   18.917412] xen: registering gsi 16 triggering 0 polarity 1
[   18.938675] Already setup the GSI :16
[   18.959711] ehci-pci 0000:00:1a.0: ?!?!? acpi_pci_irq_enable: PCI INT A\xffffffb4|\xffffffb9Y -> GSI 16 (level, low) -> IRQ/rc 16
[   18.981488] ehci-pci 0000:00:1a.0: enabling bus mastering
[   19.002664] ehci-pci 0000:00:1a.0: EHCI Host Controller
[   19.011172] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[   19.044528] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[   19.065575] ehci-pci 0000:00:1a.0: debug port 2
[   19.090308] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[   19.110955] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7d38000
[   19.141835] usb 1-3: New USB device found, idVendor=0d8c, idProduct=013c
[   19.143241] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[   19.143296] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[   19.143298] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   19.143299] usb usb3: Product: EHCI Host Controller
[   19.143301] usb usb3: Manufacturer: Linux 3.18.0-rc1-creanuc-20141020-pcidebug-nosound-edg6+ ehci_hcd
[   19.143302] usb usb3: SerialNumber: 0000:00:1a.0
[   19.143549] hub 3-0:1.0: USB hub found
[   19.143558] hub 3-0:1.0: 3 ports detected
[   19.143871] xen: registering gsi 23 triggering 0 polarity 1
[   19.143875] Already setup the GSI :23
[   19.143879] ehci-pci 0000:00:1d.0: ?!?!? acpi_pci_irq_enable: PCI INT A\xffffffb4|\xffffffb9Y -> GSI 23 (level, low) -> IRQ/rc 23
[   19.143918] ehci-pci 0000:00:1d.0: enabling bus mastering
[   19.143932] ehci-pci 0000:00:1d.0: EHCI Host Controller
[   19.143994] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[   19.144022] ehci-pci 0000:00:1d.0: debug port 2
[   19.147986] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[   19.148042] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7d37000
[   19.159224] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[   19.159265] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[   19.159268] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   19.159269] usb usb4: Product: EHCI Host Controller
[   19.159270] usb usb4: Manufacturer: Linux 3.18.0-rc1-creanuc-20141020-pcidebug-nosound-edg6+ ehci_hcd
[   19.159271] usb usb4: SerialNumber: 0000:00:1d.0
[   19.159592] hub 4-0:1.0: USB hub found
[   19.159600] hub 4-0:1.0: 3 ports detected
[   19.159787] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   19.159795] ohci-pci: OHCI PCI platform driver
[   19.159815] ohci-platform: OHCI generic platform driver
[   19.159834] uhci_hcd: USB Universal Host Controller Interface driver
[   19.159884] usbcore: registered new interface driver usb-storage
[   19.159921] i8042: PNP: No PS/2 controller found. Probing ports directly.
[   19.815574] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   19.835680] usb 1-3: Product: USB PnP Sound Device
[   19.855722] usb 1-3: Manufacturer: C-Media Electronics Inc.      
[   20.260344] i8042: No controller found
[   20.279257] hv_vmbus: registering driver hyperv_keyboard
[   20.312751] mousedev: PS/2 mouse device common for all mice
[   20.331842] rtc_cmos 00:01: RTC can wake from S4
[   20.350905] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[   20.369598] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[   20.388302] i2c /dev entries driver
[   20.406869] xen: registering gsi 18 triggering 0 polarity 1
[   20.425329] Already setup the GSI :18
[   20.443415] i801_smbus 0000:00:1f.3: ?!?!? acpi_pci_irq_enable: PCI INT C -> GSI 18 (level, low) -> IRQ/rc 18
[   20.462406] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140828/utaddress-258)
[   20.491170] usb 4-1: new high-speed USB device number 2 using ehci-pci
[   20.491198] usb 3-1: new high-speed USB device number 2 using ehci-pci
[   20.541563] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   20.561861] pps_ldisc: PPS line discipline registered
[   20.582369] w83627ehf: Found NCT6776F chip at 0xa30
[   20.602829] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[   20.622866] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   20.642713] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[   20.662889] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   20.683112] iTCO_vendor_support: vendor-support=0
[   20.703310] xen_wdt: Xen WatchDog Timer Driver v0.01
[   20.723626] usb 4-1: New USB device found, idVendor=8087, idProduct=0024
[   20.723651] xen_wdt: cannot register miscdev on minor=130 (-16)
[   20.723654] wdt: probe of wdt failed with error -16
[   20.767202] softdog: Software Watchdog Timer: 0.08 initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[   20.767262] device-mapper: uevent: version 1.0.3
[   20.767376] device-mapper: ioctl: 4.28.0-ioctl (2014-09-17) initialised: dm-devel@redhat.com
[   20.767609] device-mapper: multipath: version 1.7.0 loaded
[   20.767613] device-mapper: multipath round-robin: version 1.0.0 loaded
[   20.767690] leds_ss4200: no LED devices found
[   20.767719] hidraw: raw HID events driver (C) Jiri Kosina
[   20.768487] input: C-Media Electronics Inc.       USB PnP Sound Device as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.3/0003:0D8C:013C.0001/input/input2
[   20.768697] hid-generic 0003:0D8C:013C.0001: input,hidraw0: USB HID v1.00 Device [C-Media Electronics Inc.       USB PnP Sound Device] on usb-0000:00:14.0-3/input3
[   20.768710] usbcore: registered new interface driver usbhid
[   20.768712] usbhid: USB HID core driver
[   20.768724] hv_utils: Registering HyperV Utility Driver
[   20.768725] hv_vmbus: registering driver hv_util
[   20.768741] GACT probability on
[   20.768746] Mirror/redirect action on
[   20.768755] Simple TC action Loaded
[   20.768899] netem: version 1.3
[   20.768912] u32 classifier
[   20.768912]     Performance counters on
[   20.768913]     input device check on
[   20.768913]     Actions configured
[   20.768937] Netfilter messages via NETLINK v0.30.
[   20.768944] nfnl_acct: registering with nfnetlink.
[   20.768958] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   20.769054] ctnetlink v0.93: registering with nfnetlink.
[   20.769286] xt_time: kernel timezone is -0000
[   20.769293] ip_set: protocol 6
[   20.769328] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP)
[   20.769344] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[   20.769376] IPVS: Creating netns size=1984 id=0
[   20.769385] IPVS: ipvs loaded.
[   20.769390] IPVS: [rr] scheduler registered.
[   20.769394] IPVS: [wrr] scheduler registered.
[   20.769397] IPVS: [lc] scheduler registered.
[   20.769400] IPVS: [wlc] scheduler registered.
[   20.769405] IPVS: [lblc] scheduler registered.
[   20.769412] IPVS: [lblcr] scheduler registered.
[   20.769415] IPVS: [dh] scheduler registered.
[   20.769418] IPVS: [sh] scheduler registered.
[   20.769421] IPVS: [sed] scheduler registered.
[   20.769424] IPVS: [nq] scheduler registered.
[   20.769554] ip_tables: (C) 2000-2006 Netfilter Core Team
[   20.769594] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[   20.769602] arp_tables: (C) 2002 David S. Miller
[   20.769615] TCP: cubic registered
[   20.769617] Initializing XFRM netlink socket
[   20.769622] NET: Registered protocol family 17
[   20.769628] NET: Registered protocol family 15
[   20.769641] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[   20.769644] Ebtables v2.0 registered
[   20.769759] NET: Registered protocol family 33
[   20.769762] Key type rxrpc registered
[   20.769763] Key type rxrpc_s registered
[   20.769775] 8021q: 802.1Q VLAN Support v1.8
[   20.769782] lib80211: common routines for IEEE802.11 drivers
[   20.769783] lib80211_crypt: registered algorithm 'NULL'
[   20.769786] lib80211_crypt: registered algorithm 'WEP'
[   20.769788] lib80211_crypt: registered algorithm 'CCMP'
[   20.769790] lib80211_crypt: registered algorithm 'TKIP'
[   20.769799] Key type dns_resolver registered
[   20.769802] openvswitch: Open vSwitch switching datapath
[   20.770033] mce: Unable to init device /dev/mcelog (rc: -16)
[   20.771062] registered taskstats version 1
[   20.772581] Btrfs loaded
[   22.059381] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   22.059393] usb 3-1: New USB device found, idVendor=8087, idProduct=0024
[   22.059395] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   22.060021] hub 3-1:1.0: USB hub found
[   22.060058] hub 4-1:1.0: USB hub found
[   22.060208] hub 4-1:1.0: 8 ports detected
[   22.060218] hub 3-1:1.0: 6 ports detected
[   22.159120] console [netcon0] enabled
[   22.172959] netconsole: network logging started
[   22.186728] rtc_cmos 00:01: setting system clock to 2014-10-21 02:53:43 UTC (1413860023)
[   22.209977] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[   22.224510] Freeing unused kernel memory: 988K (ffffffff81ef3000 - ffffffff81fea000)
[   22.238689] Write protecting the kernel read-only data: 14336k
[   22.257725] Freeing unused kernel memory: 1140K (ffff8800018e3000 - ffff880001a00000)
[   22.272951] Freeing unused kernel memory: 532K (ffff880001d7b000 - ffff880001e00000)
[   22.343424] usb 3-1.1: new full-speed USB device number 3 using ehci-pci
[   22.365748] usb 4-1.5: new low-speed USB device number 3 using ehci-pci
[   22.382789] udevd[203]: starting version 175
[   22.495931] usb 3-1.1: New USB device found, idVendor=8087, idProduct=07da
[   22.513849] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   22.533316] usb 4-1.5: New USB device found, idVendor=046d, idProduct=c517
[   22.551976] usb 4-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   22.570595] usb 4-1.5: Product: USB Receiver
[   22.588793] usb 4-1.5: Manufacturer: Logitech
[   22.609190] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/0003:046D:C517.0002/input/input3
[   22.646244] logitech 0003:046D:C517.0002: input,hidraw1: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.0-1.5/input0
[   22.690493] logitech 0003:046D:C517.0003: fixing up Logitech keyboard report descriptor
[   22.710551] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.1/0003:046D:C517.0003/input/input4
[   22.750417] logitech 0003:046D:C517.0003: input,hiddev0,hidraw2: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.5/input1
[   22.846231] random: lvm urandom read with 92 bits of entropy available
[   23.075786] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[   23.970952] random: nonblocking pool is initialized
[   24.028695] udevd[506]: starting version 175
[   25.741231] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   25.985533] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[   27.172596] Adding 1949692k swap on /dev/mapper/creanuc-creanuc_swap.  Priority:-1 extents:1 across:1949692k SS
[   27.666430] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: errors=remount-ro
[   28.855642] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:1
[   28.896694] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:1 new != pci_command
[   28.923456] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:0
[   28.948388] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:0 new != pci_command
[   29.051347] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:1
[   29.098074] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:1 new != pci_command
[   29.098178] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:0
[   29.098179] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:0 new != pci_command
[   30.444371] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[   30.469109] e1000e 0000:00:19.0 eth0: 10/100 speed: disabling TSO
[   31.672206] device xen_ovs_bridge entered promiscuous mode

# GUEST START

[  907.751436] pciback 0000:00:1b.0: restoring config space at offset 0x10 (was 0x4, writing 0xf7d30004)
[  907.754006] pciback 0000:00:1b.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[  907.795373] xen-pciback pci-1-0: allocated pdev @ 0xffff8800588a7000
[  907.798453] xen-pciback pci-1-0: getting be setup
[  907.799859] xen-pciback pci-1-0: exporting dom 0 bus 0 slot 1b func 0
[  907.800628] xen_pciback: vpci: 0000:00:1b.0: assign to virtual slot 0
[  907.801573] pciback 0000:00:1b.0: registering for 1
[  907.802181] xen-pciback pci-1-0: Publishing pci roots
[  907.802732] xen-pciback pci-1-0: writing root 0 at 0000:00
[  907.806657] xen-pciback pci-1-0: fe state changed 1
[  908.427147] xen-pciback pci-1-0: fe state changed 3
[  908.427766] xen-pciback pci-1-0: Reading frontend config
[  908.428529] xen-pciback pci-1-0: Attaching to frontend resources - gnt_ref=8 evtchn=17
[  908.429294] xen-pciback pci-1-0: Attached!
[  908.429671] xen-pciback pci-1-0: Connecting...
[  908.431410] xen-pciback pci-1-0: Connected? 0
[  908.432926] pciback 0000:00:1b.0: Driver tried to write to a read-only configuration space field at offset 0x62, size 2. This may be harmless, but if you have problems with your device:
[  908.432926] 1) see permissive attribute in sysfs
[  908.432926] 2) report problems to the xen-devel mailing list along with details of your device obtained from lspci.
[  908.439770] xen-pciback pci-1-0: fe state changed 4
[  916.475692] xen-pciback: 0000:00:1b.0: enable
[  916.476108] pciback 0000:00:1b.0: enabling device (0000 -> 0002)
[  916.476775] xen: registering gsi 22 triggering 0 polarity 1
[  916.477289] Already setup the GSI :22
[  916.477629] pciback 0000:00:1b.0: ?!?!? acpi_pci_irq_enable: PCI INT A\xffffffe4\xfffffffc.Y -> GSI 22 (level, low) -> IRQ/rc 22
[  916.478556] pciback 0000:00:1b.0: xen-pciback[0000:00:1b.0]: #22 on  disable-> enable
[  916.479346] pciback 0000:00:1b.0: xen-pciback[0000:00:1b.0]: #22 on  enabled
[  916.480165] pciback 0000:00:1b.0: : 0000:00:1b.0: enable MSI irq:22
[  916.480815] pciback 0000:00:1b.0: ?!??!? pci_intx: enable:0
[  916.481332] pciback 0000:00:1b.0: ?!??!? pci_intx: enable:0 new != pci_command
[  916.482008] pciback 0000:00:1b.0: : 0000:00:1b.0: MSI: 55 irq: 68
[  916.482724] xen-pciback: 0000:00:1b.0: set bus master
[  916.483211] pciback 0000:00:1b.0: enabling bus mastering

# GUEST DESTROY

[  987.647481] pciback 0000:00:1b.0: restoring config space at offset 0x10 (was 0x4, writing 0xf7d30004)
[  987.650088] pciback 0000:00:1b.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[  987.652571] pciback 0000:00:1b.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100406)
[  987.655307] pciback 0000:00:1b.0: ?!??!? pci_intx: enable:0
[  987.667228] pciback 0000:00:1b.0: : 0000:00:1b.0: disable MSI irq:68
[  987.668081] pciback 0000:00:1b.0: ?!??!? pci_intx: enable:1
[  987.668817] pciback 0000:00:1b.0: : 0000:00:1b.0: MSI: 22 irq:22
[  987.671352] xen-pciback pci-1-0: fe state changed 7
[  987.672704] xen-pciback pci-1-0: Reconfiguring device ...
[  987.674509] xen-pciback pci-1-0: Detaching dev-0 ...
[  987.675734] xen-pciback pci-1-0: removing dom 0 bus 0 slot 0 func 0
[  987.696550] pciback 0000:00:1b.0: unregistering for 1
[  987.815389] pciback 0000:00:1b.0: restoring config space at offset 0x10 (was 0x4, writing 0xf7d30004)
[  987.837065] pciback 0000:00:1b.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[  987.854940] pciback 0000:00:1b.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100002)
[  987.872353] pciback 0000:00:1b.0: xen-pciback[0000:00:1b.0]: #22 on  enable-> disable
[  987.889576] pciback 0000:00:1b.0: xen-pciback[0000:00:1b.0]: #0 on  disabled
[  987.977309] xen-pciback pci-1-0: fe state changed 4
[  988.084658] xen-pciback pci-1-0: fe state changed 0
[  988.102811] xen-pciback pci-1-0: frontend is gone! unregister device

[-- Attachment #4: dmesg-dom0-shutdown.txt --]
[-- Type: text/plain, Size: 68346 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.18.0-rc1-creanuc-20141020-pcidebug-nosound-edg6+ (root@creanuc) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP Tue Oct 21 03:49:32 CEST 2014
[    0.000000] Command line: root=/dev/mapper/creanuc-creanuc_dom0 ro mem=1536M vga=791 nomodeset xen-pciback.hide=(02:00.0)(00:1b.0) debug loglevel=10
[    0.000000] Set 146116 page(s) to 1-1 mapping
[    0.000000] Remapped 612 page(s), last_pfn=393828
[    0.000000] Released 0 page(s)
[    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-0x000000001fffffff] usable
[    0.000000] Xen: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] Xen: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] Xen: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] Xen: [mem 0x0000000040005000-0x0000000060263fff] usable
[    0.000000] Xen: [mem 0x0000000060264000-0x00000000db9effff] unusable
[    0.000000] Xen: [mem 0x00000000db9f0000-0x00000000dbe6efff] reserved
[    0.000000] Xen: [mem 0x00000000dbe6f000-0x00000000dbe7efff] ACPI data
[    0.000000] Xen: [mem 0x00000000dbe7f000-0x00000000dbf9cfff] ACPI NVS
[    0.000000] Xen: [mem 0x00000000dbf9d000-0x00000000dc20cfff] reserved
[    0.000000] Xen: [mem 0x00000000dc20d000-0x00000000dc20dfff] unusable
[    0.000000] Xen: [mem 0x00000000dc20e000-0x00000000dc250fff] ACPI NVS
[    0.000000] Xen: [mem 0x00000000dc251000-0x00000000dcffffff] unusable
[    0.000000] Xen: [mem 0x00000000dd000000-0x00000000df9fffff] 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 0x00000000fed90000-0x00000000fed91fff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] Xen: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x000000021e5fffff] unusable
[    0.000000] e820: remove [mem 0x60000000-0xfffffffffffffffe] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: user-defined physical RAM map:
[    0.000000] user: [mem 0x0000000000000000-0x000000000009cfff] usable
[    0.000000] user: [mem 0x000000000009d800-0x00000000000fffff] reserved
[    0.000000] user: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] user: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] user: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] user: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] user: [mem 0x0000000040005000-0x000000005fffffff] usable
[    0.000000] user: [mem 0x0000000060264000-0x00000000db9effff] unusable
[    0.000000] user: [mem 0x00000000db9f0000-0x00000000dbe6efff] reserved
[    0.000000] user: [mem 0x00000000dbe6f000-0x00000000dbe7efff] ACPI data
[    0.000000] user: [mem 0x00000000dbe7f000-0x00000000dbf9cfff] ACPI NVS
[    0.000000] user: [mem 0x00000000dbf9d000-0x00000000dc20cfff] reserved
[    0.000000] user: [mem 0x00000000dc20d000-0x00000000dc20dfff] unusable
[    0.000000] user: [mem 0x00000000dc20e000-0x00000000dc250fff] ACPI NVS
[    0.000000] user: [mem 0x00000000dc251000-0x00000000dcffffff] unusable
[    0.000000] user: [mem 0x00000000dd000000-0x00000000df9fffff] reserved
[    0.000000] user: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] user: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] user: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] user: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] user: [mem 0x00000000fed90000-0x00000000fed91fff] reserved
[    0.000000] user: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] user: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] user: [mem 0x0000000100000000-0x000000021e5fffff] unusable
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI:                  /D53427RKE, BIOS RKPPT10H.86A.0017.2013.0425.1251 04/25/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x60000 max_arch_pfn = 0x400000000
[    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 0x5fe00000-0x5fffffff]
[    0.000000]  [mem 0x5fe00000-0x5fffffff] page 4k
[    0.000000] BRK [0x020b1000, 0x020b1fff] PGTABLE
[    0.000000] BRK [0x020b2000, 0x020b2fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x5c000000-0x5fdfffff]
[    0.000000]  [mem 0x5c000000-0x5fdfffff] page 4k
[    0.000000] BRK [0x020b3000, 0x020b3fff] PGTABLE
[    0.000000] BRK [0x020b4000, 0x020b4fff] PGTABLE
[    0.000000] BRK [0x020b5000, 0x020b5fff] PGTABLE
[    0.000000] BRK [0x020b6000, 0x020b6fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x1fffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
[    0.000000]  [mem 0x20200000-0x40003fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x40005000-0x5bffffff]
[    0.000000]  [mem 0x40005000-0x5bffffff] page 4k
[    0.000000] RAMDISK: [mem 0x04000000-0x0459bfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 Intel )
[    0.000000] ACPI: XSDT 0x00000000DBE73080 00007C (v01 Intel  D53427RK 00000011 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DBE7D100 00010C (v05 Intel  D53427RK 00000011 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000DBE73188 009F72 (v02 Intel  D53427RK 00000011 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000DBF9B080 000040
[    0.000000] ACPI: APIC 0x00000000DBE7D210 000072 (v03 Intel  D53427RK 00000011 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DBE7D288 000044 (v01 Intel  D53427RK 00000011 AMI  00010013)
[    0.000000] ACPI: TCPA 0x00000000DBE7D2D0 000032 (v02 APTIO4 NAPAASF  00000011 MSFT 01000013)
[    0.000000] ACPI: MCFG 0x00000000DBE7D308 00003C (v01 Intel  D53427RK 00000011 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DBE7D348 000038 (v01 Intel  D53427RK 00000011 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000DBE7D380 000315 (v01 SataRe SataTabl 00000011 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000DBE7D698 0009AA (v01 PmRef  Cpu0Ist  00000011 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000DBE7E048 000B22 (v01 PmRef  CpuPm    00000011 INTL 20051117)
[    0.000000] ACPI: XMAR 0x00000000DBE7EB70 0000B8 (v01 INTEL  SNB      00000011 INTL 00000001)
[    0.000000] ACPI: ASF! 0x00000000DBE7EC28 0000A5 (v32 INTEL   HCG     00000011 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] NUMA turned off
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000005fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x5fd16000-0x5fd19fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    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-0x1fffffff]
[    0.000000]   node   0: [mem 0x20200000-0x40003fff]
[    0.000000]   node   0: [mem 0x40005000-0x5fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00001000-0x5fffffff]
[    0.000000] On node 0 totalpages: 392603
[    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: 6080 pages used for memmap
[    0.000000]   DMA32 zone: 388607 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xdda00000-0xdf9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    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[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] 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: 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] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.5-unstable (preserve-AD)
[    0.000000] setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88005f600000 s80000 r8192 d30592 u524288
[    0.000000] pcpu-alloc: s80000 r8192 d30592 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] xen: PV spinlocks enabled
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 386438
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/mapper/creanuc-creanuc_dom0 ro mem=1536M vga=791 nomodeset xen-pciback.hide=(02:00.0)(00:1b.0) debug loglevel=10
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[    0.000000] software IO TLB [mem 0x59c00000-0x5dc00000] (64MB) mapped at [ffff880059c00000-ffff88005dbfffff]
[    0.000000] Memory: 1450140K/1570412K available (9086K kernel code, 964K rwdata, 3564K rodata, 988K init, 700K bss, 120272K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS:4352 nr_irqs:456 0
[    0.000000] xen:events: Using FIFO-based ABI
[    0.000000] xen: sci override: global_irq=9 trigger=0 polarity=0
[    0.000000] xen: registering gsi 9 triggering 0 polarity 0
[    0.000000] xen: --> pirq=9 -> irq=9 (gsi=9)
[    0.000000] xen: acpi sci 9
[    0.000000] xen: --> pirq=1 -> irq=1 (gsi=1)
[    0.000000] xen: --> pirq=2 -> irq=2 (gsi=2)
[    0.000000] xen: --> pirq=3 -> irq=3 (gsi=3)
[    0.000000] xen: --> pirq=4 -> irq=4 (gsi=4)
[    0.000000] xen: --> pirq=5 -> irq=5 (gsi=5)
[    0.000000] xen: --> pirq=6 -> irq=6 (gsi=6)
[    0.000000] xen: --> pirq=7 -> irq=7 (gsi=7)
[    0.000000] xen: --> pirq=8 -> irq=8 (gsi=8)
[    0.000000] xen: --> pirq=10 -> irq=10 (gsi=10)
[    0.000000] xen: --> pirq=11 -> irq=11 (gsi=11)
[    0.000000] xen: --> pirq=12 -> irq=12 (gsi=12)
[    0.000000] xen: --> pirq=13 -> irq=13 (gsi=13)
[    0.000000] xen: --> pirq=14 -> irq=14 (gsi=14)
[    0.000000] xen: --> pirq=15 -> irq=15 (gsi=15)
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Xen: using vcpuop timer interface
[    0.000000] installing Xen timer for CPU 0
[    0.000000] tsc: Detected 2294.840 MHz processor
[    9.087145] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.68 BogoMIPS (lpj=9179360)
[    9.087152] pid_max: default: 32768 minimum: 301
[    9.087164] ACPI: Core revision 20140828
[    9.118318] ACPI: All ACPI Tables successfully acquired
[    9.120033] Security Framework initialized
[    9.120534] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    9.121431] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    9.121775] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    9.121791] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    9.122126] Initializing cgroup subsys devices
[    9.122132] Initializing cgroup subsys freezer
[    9.122138] Initializing cgroup subsys net_cls
[    9.122143] Initializing cgroup subsys blkio
[    9.122148] Initializing cgroup subsys perf_event
[    9.122229] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    9.122229] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    9.122238] CPU: Physical Processor ID: 0
[    9.122241] CPU: Processor Core ID: 0
[    9.122767] mce: CPU supports 2 MCE banks
[    9.122791] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    9.122791] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    9.122977] Freeing SMP alternatives memory: 24K (ffffffff81fea000 - ffffffff81ff0000)
[    9.123880] cpu 0 spinlock event irq 25
[    9.123937] Performance Events: unsupported p6 CPU model 58 no PMU driver, software events only.
[    9.124204] NMI watchdog: disabled (cpu0): hardware events not enabled
[    9.124294] installing Xen timer for CPU 1
[    9.124308] cpu 1 spinlock event irq 32
[    9.125232] installing Xen timer for CPU 2
[    9.125245] cpu 2 spinlock event irq 39
[    9.126092] installing Xen timer for CPU 3
[    9.126103] cpu 3 spinlock event irq 46
[    9.126827] x86: Booted up 1 node, 4 CPUs
[    9.127176] devtmpfs: initialized
[    9.128217] xor: automatically using best checksumming function:
[    9.167663]    avx       : 11965.000 MB/sec
[    9.167872] NET: Registered protocol family 16
[    9.167888] xen:grant_table: Grant tables using version 1 layout
[    9.167905] Grant table initialized
[    9.168699] ACPI: bus type PCI registered
[    9.168872] dca service started, version 1.12.1
[    9.168921] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    9.168928] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    9.180273] PCI: Using configuration type 1 for base access
[    9.264173] raid6: sse2x1    4618 MB/s
[    9.332547] raid6: sse2x2    5760 MB/s
[    9.400889] raid6: sse2x4    6510 MB/s
[    9.400894] raid6: using algorithm sse2x4 (6510 MB/s)
[    9.400897] raid6: using ssse3x2 recovery algorithm
[    9.400997] ACPI: Added _OSI(Module Device)
[    9.401002] ACPI: Added _OSI(Processor Device)
[    9.401005] ACPI: Added _OSI(3.0 _SCP Extensions)
[    9.401009] ACPI: Added _OSI(Processor Aggregator Device)
[    9.403164] ACPI: SCI (ACPI GSI 9) not registered
[    9.405379] ACPI: Executed 1 blocks of module-level executable AML code
[    9.419688] ACPI: Dynamic OEM Table Load:
[    9.419705] ACPI: SSDT 0xFFFF880059228000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    9.428962] ACPI: Dynamic OEM Table Load:
[    9.428979] ACPI: SSDT 0xFFFF8800591A6000 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[    9.445743] ACPI: Dynamic OEM Table Load:
[    9.445759] ACPI: SSDT 0xFFFF8800591ACE00 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    9.456284] ACPI: Interpreter enabled
[    9.456301] ACPI: (supports S0 S5)
[    9.456305] ACPI: Using IOAPIC for interrupt routing
[    9.456370] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    9.465227] ACPI: Power Resource [FN00] (off)
[    9.465363] ACPI: Power Resource [FN01] (off)
[    9.465470] ACPI: Power Resource [FN02] (off)
[    9.465575] ACPI: Power Resource [FN03] (off)
[    9.465683] ACPI: Power Resource [FN04] (off)
[    9.466520] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    9.466532] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    9.467516] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[    9.468169] PCI host bridge to bus 0000:00
[    9.468175] pci_bus 0000:00: root bus resource [bus 00-3e]
[    9.468180] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    9.468185] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    9.468189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    9.468194] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    9.468198] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    9.468202] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    9.468207] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    9.468211] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    9.468215] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    9.468220] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff]
[    9.468224] pci_bus 0000:00: scanning bus
[    9.468248] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[    9.468263] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x5
[    9.468531] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
[    9.468579] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[    9.468606] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    9.468625] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    9.468938] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    9.469007] pci 0000:00:14.0: reg 0x10: [mem 0xf7d20000-0xf7d2ffff 64bit]
[    9.469252] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    9.469268] pci 0000:00:14.0: PME# disabled
[    9.469338] pci 0000:00:14.0: System wakeup disabled by ACPI
[    9.469446] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    9.469518] pci 0000:00:16.0: reg 0x10: [mem 0xf7d3c000-0xf7d3c00f 64bit]
[    9.469756] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    9.469774] pci 0000:00:16.0: PME# disabled
[    9.469941] pci 0000:00:16.3: [8086:1e3d] type 00 class 0x070002
[    9.469993] pci 0000:00:16.3: reg 0x10: [io  0xf0e0-0xf0e7]
[    9.470023] pci 0000:00:16.3: reg 0x14: [mem 0xf7d3a000-0xf7d3afff]
[    9.470411] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
[    9.470472] pci 0000:00:19.0: reg 0x10: [mem 0xf7d00000-0xf7d1ffff]
[    9.470499] pci 0000:00:19.0: reg 0x14: [mem 0xf7d39000-0xf7d39fff]
[    9.470529] pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
[    9.470752] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    9.470766] pci 0000:00:19.0: PME# disabled
[    9.470845] pci 0000:00:19.0: System wakeup disabled by ACPI
[    9.470951] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    9.471014] pci 0000:00:1a.0: reg 0x10: [mem 0xf7d38000-0xf7d383ff]
[    9.471274] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    9.471286] pci 0000:00:1a.0: PME# disabled
[    9.471384] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    9.471491] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    9.471551] pci 0000:00:1b.0: reg 0x10: [mem 0xf7d30000-0xf7d33fff 64bit]
[    9.471792] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    9.471802] pci 0000:00:1b.0: PME# disabled
[    9.471877] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    9.471973] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    9.472097] pci 0000:00:1c.0: calling pci_fixup_transparent_bridge+0x0/0x14
[    9.472242] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    9.472256] pci 0000:00:1c.0: PME# disabled
[    9.472326] pci 0000:00:1c.0: Enabling MPC IRBNCE
[    9.472337] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[    9.472387] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    9.472491] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
[    9.472621] pci 0000:00:1c.2: calling pci_fixup_transparent_bridge+0x0/0x14
[    9.472768] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    9.472783] pci 0000:00:1c.2: PME# disabled
[    9.472849] pci 0000:00:1c.2: Enabling MPC IRBNCE
[    9.472856] pci 0000:00:1c.2: Intel PCH root port ACS workaround enabled
[    9.472906] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    9.473031] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    9.473095] pci 0000:00:1d.0: reg 0x10: [mem 0xf7d37000-0xf7d373ff]
[    9.473388] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    9.473399] pci 0000:00:1d.0: PME# disabled
[    9.473500] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    9.473600] pci 0000:00:1f.0: [8086:1e56] type 00 class 0x060100
[    9.474043] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[    9.474114] pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
[    9.474144] pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
[    9.474174] pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
[    9.474202] pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
[    9.474231] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    9.474259] pci 0000:00:1f.2: reg 0x24: [mem 0xf7d36000-0xf7d367ff]
[    9.474436] pci 0000:00:1f.2: PME# supported from D3hot
[    9.474448] pci 0000:00:1f.2: PME# disabled
[    9.474606] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    9.474661] pci 0000:00:1f.3: reg 0x10: [mem 0xf7d35000-0xf7d350ff 64bit]
[    9.474737] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    9.474934] pci_bus 0000:00: fixups for bus
[    9.474944] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 0
[    9.475093] pci_bus 0000:01: scanning bus
[    9.475103] pci_bus 0000:01: fixups for bus
[    9.475107] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    9.475139] pci_bus 0000:01: bus scan returning with max=01
[    9.475153] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 0
[    9.475296] pci_bus 0000:02: scanning bus
[    9.475613] pci 0000:02:00.0: [8086:088e] type 00 class 0x028000
[    9.476029] pci 0000:02:00.0: reg 0x10: [mem 0xf7c00000-0xf7c01fff 64bit]
[    9.478074] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    9.478136] pci 0000:02:00.0: PME# disabled
[    9.478399] pci 0000:02:00.0: System wakeup disabled by ACPI
[    9.489777] pci_bus 0000:02: fixups for bus
[    9.489790] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    9.489813] pci 0000:00:1c.2:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    9.489835] pci_bus 0000:02: bus scan returning with max=02
[    9.489850] pci 0000:00:1c.0: scanning [bus 01-01] behind bridge, pass 1
[    9.489875] pci 0000:00:1c.2: scanning [bus 02-02] behind bridge, pass 1
[    9.489897] pci_bus 0000:00: bus scan returning with max=02
[    9.490421] xen: registering gsi 13 triggering 1 polarity 0
[    9.490708] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    9.490793] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    9.490873] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 10 11 12 14 15)
[    9.490952] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    9.491031] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
[    9.491114] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    9.491194] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
[    9.491276] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    9.491644] ACPI: Enabled 6 GPEs in block 00 to 3F
[    9.491732] xen:balloon: Initialising balloon driver
[    9.491974] xen_balloon: Initialising balloon driver
[    9.492191] vgaarb: setting as boot device: PCI:0000:00:02.0
[    9.492199] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    9.492207] vgaarb: loaded
[    9.492210] vgaarb: bridge control possible 0000:00:02.0
[    9.492316] SCSI subsystem initialized
[    9.492504] libata version 3.00 loaded.
[    9.492556] ACPI: bus type USB registered
[    9.492588] usbcore: registered new interface driver usbfs
[    9.492603] usbcore: registered new interface driver hub
[    9.492641] usbcore: registered new device driver usb
[    9.492686] pps_core: LinuxPPS API ver. 1 registered
[    9.492689] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    9.492698] PTP clock support registered
[    9.492753] wmi: Mapper loaded
[    9.492779] PCI: Using ACPI for IRQ routing
[    9.499192] PCI: pci_cache_line_size set to 64 bytes
[    9.499206] pci 0000:00:02.0: BAR 0: reserving [mem 0xf7800000-0xf7bfffff flags 0x140204] (d=0, p=0)
[    9.499213] pci 0000:00:02.0: BAR 2: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
[    9.499219] pci 0000:00:02.0: BAR 4: reserving [io  0xf000-0xf03f flags 0x40101] (d=0, p=0)
[    9.499231] pci 0000:00:14.0: BAR 0: reserving [mem 0xf7d20000-0xf7d2ffff flags 0x140204] (d=0, p=0)
[    9.499243] pci 0000:00:16.0: BAR 0: reserving [mem 0xf7d3c000-0xf7d3c00f flags 0x140204] (d=0, p=0)
[    9.499255] pci 0000:00:16.3: BAR 0: reserving [io  0xf0e0-0xf0e7 flags 0x40101] (d=0, p=0)
[    9.499261] pci 0000:00:16.3: BAR 1: reserving [mem 0xf7d3a000-0xf7d3afff flags 0x40200] (d=0, p=0)
[    9.499273] pci 0000:00:19.0: BAR 0: reserving [mem 0xf7d00000-0xf7d1ffff flags 0x40200] (d=0, p=0)
[    9.499279] pci 0000:00:19.0: BAR 1: reserving [mem 0xf7d39000-0xf7d39fff flags 0x40200] (d=0, p=0)
[    9.499285] pci 0000:00:19.0: BAR 2: reserving [io  0xf080-0xf09f flags 0x40101] (d=0, p=0)
[    9.499297] pci 0000:00:1a.0: BAR 0: reserving [mem 0xf7d38000-0xf7d383ff flags 0x40200] (d=0, p=0)
[    9.499309] pci 0000:00:1b.0: BAR 0: reserving [mem 0xf7d30000-0xf7d33fff flags 0x140204] (d=0, p=0)
[    9.499354] pci 0000:02:00.0: BAR 0: reserving [mem 0xf7c00000-0xf7c01fff flags 0x140204] (d=0, p=0)
[    9.499365] pci 0000:00:1d.0: BAR 0: reserving [mem 0xf7d37000-0xf7d373ff flags 0x40200] (d=0, p=0)
[    9.499378] pci 0000:00:1f.2: BAR 0: reserving [io  0xf0d0-0xf0d7 flags 0x40101] (d=0, p=0)
[    9.499384] pci 0000:00:1f.2: BAR 1: reserving [io  0xf0c0-0xf0c3 flags 0x40101] (d=0, p=0)
[    9.499389] pci 0000:00:1f.2: BAR 2: reserving [io  0xf0b0-0xf0b7 flags 0x40101] (d=0, p=0)
[    9.499395] pci 0000:00:1f.2: BAR 3: reserving [io  0xf0a0-0xf0a3 flags 0x40101] (d=0, p=0)
[    9.499400] pci 0000:00:1f.2: BAR 4: reserving [io  0xf060-0xf07f flags 0x40101] (d=0, p=0)
[    9.499406] pci 0000:00:1f.2: BAR 5: reserving [mem 0xf7d36000-0xf7d367ff flags 0x40200] (d=0, p=0)
[    9.499418] pci 0000:00:1f.3: BAR 0: reserving [mem 0xf7d35000-0xf7d350ff flags 0x140204] (d=0, p=0)
[    9.499424] pci 0000:00:1f.3: BAR 4: reserving [io  0xf040-0xf05f flags 0x40101] (d=0, p=0)
[    9.499505] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[    9.499509] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    9.499869] cfg80211: Calling CRDA to update world regulatory domain
[    9.500322] Switched to clocksource xen
[    9.500452] FS-Cache: Loaded
[    9.500529] CacheFiles: Loaded
[    9.500564] pnp: PnP ACPI init
[    9.500722] system 00:00: [io  0x0680-0x069f] has been reserved
[    9.500728] system 00:00: [io  0x1000-0x100f] has been reserved
[    9.500733] system 00:00: [io  0xffff] has been reserved
[    9.500737] system 00:00: [io  0xffff] has been reserved
[    9.500741] system 00:00: [io  0x0400-0x0453] could not be reserved
[    9.500746] system 00:00: [io  0x0458-0x047f] has been reserved
[    9.500750] system 00:00: [io  0x0500-0x057f] has been reserved
[    9.500755] system 00:00: [io  0x164e-0x164f] has been reserved
[    9.500761] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    9.500777] xen: registering gsi 8 triggering 1 polarity 0
[    9.500833] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    9.500906] system 00:02: [io  0x0454-0x0457] has been reserved
[    9.500912] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    9.501077] system 00:03: [io  0x0a00-0x0a1f] has been reserved
[    9.501082] system 00:03: [io  0x0a30-0x0a3f] has been reserved
[    9.501086] system 00:03: [io  0x0a20-0x0a2f] has been reserved
[    9.501091] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    9.501187] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    9.501193] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    9.501251] pnp 00:05: Plug and Play ACPI device, IDs PNP0c31 (active)
[    9.501531] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    9.501537] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    9.501542] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    9.501546] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    9.501551] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    9.501556] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    9.501560] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    9.501565] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    9.501570] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    9.501574] system 00:06: [mem 0xfee00000-0xfeefffff] has been reserved
[    9.501579] system 00:06: [mem 0xdfa00000-0xdfa00fff] has been reserved
[    9.501584] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    9.501822] system 00:07: [mem 0x20000000-0x201fffff] has been reserved
[    9.501828] system 00:07: [mem 0x40004000-0x40004fff] has been reserved
[    9.501833] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    9.501862] pnp: PnP ACPI: found 8 devices
[    9.501871] xen_pciback: wants to seize 0000:02:00.0
[    9.501876] xen_pciback: wants to seize 0000:00:1b.0
[    9.501887] pciback 0000:00:00.0: probing...
[    9.501897] pciback 0000:00:02.0: probing...
[    9.501905] pciback 0000:00:14.0: probing...
[    9.501912] pciback 0000:00:16.0: probing...
[    9.501919] pciback 0000:00:16.3: probing...
[    9.501926] pciback 0000:00:19.0: probing...
[    9.501933] pciback 0000:00:1a.0: probing...
[    9.501940] pciback 0000:00:1b.0: probing...
[    9.501944] pciback 0000:00:1b.0: seizing device
[    9.501947] pciback 0000:00:1b.0: pcistub_device_alloc
[    9.501951] pciback 0000:00:1b.0: deferring initialization
[    9.501958] pciback 0000:00:1c.0: probing...
[    9.501965] pciback 0000:00:1c.2: probing...
[    9.501972] pciback 0000:00:1d.0: probing...
[    9.501979] pciback 0000:00:1f.0: probing...
[    9.501986] pciback 0000:00:1f.2: probing...
[    9.501993] pciback 0000:00:1f.3: probing...
[    9.502000] pciback 0000:02:00.0: probing...
[    9.502004] pciback 0000:02:00.0: seizing device
[    9.502007] pciback 0000:02:00.0: pcistub_device_alloc
[    9.502011] pciback 0000:02:00.0: deferring initialization
[    9.514168] PM-Timer failed consistency check  (0xffffff) - aborting.
[    9.514229] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    9.514268] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    9.514286] pci 0000:00:1c.2:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    9.514314] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    9.514318] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    9.514323] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    9.514327] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    9.514331] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    9.514335] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    9.514340] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    9.514344] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[    9.514348] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[    9.514352] pci_bus 0000:00: resource 13 [mem 0xdfa00000-0xfeafffff]
[    9.514357] pci_bus 0000:02: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    9.514391] NET: Registered protocol family 2
[    9.514665] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    9.514781] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    9.514818] TCP: Hash tables configured (established 16384 bind 16384)
[    9.514840] TCP: reno registered
[    9.514856] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    9.514874] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    9.514928] NET: Registered protocol family 1
[    9.514955] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xac
[    9.514962] pci 0000:00:02.0: Video device with shadowed ROM
[    9.514972] pci 0000:00:14.0: calling quirk_usb_early_handoff+0x0/0x62b
[    9.515090] xen: registering gsi 16 triggering 0 polarity 1
[    9.515108] xen: --> pirq=16 -> irq=16 (gsi=16)
[    9.515137] pci 0000:00:14.0: ?!?!? acpi_pci_irq_enable: PCI INT At}\xffffffb9Y -> GSI 16 (level, low) -> IRQ/rc 16
[    9.515412] pci 0000:00:19.0: calling quirk_e100_interrupt+0x0/0x13c
[    9.515427] pci 0000:00:1a.0: calling quirk_usb_early_handoff+0x0/0x62b
[    9.515518] xen: registering gsi 16 triggering 0 polarity 1
[    9.515523] Already setup the GSI :16
[    9.515527] pci 0000:00:1a.0: ?!?!? acpi_pci_irq_enable: PCI INT At}\xffffffb9Y -> GSI 16 (level, low) -> IRQ/rc 16
[    9.565966] pci 0000:00:1d.0: calling quirk_usb_early_handoff+0x0/0x62b
[    9.566064] xen: registering gsi 23 triggering 0 polarity 1
[    9.566083] xen: --> pirq=23 -> irq=23 (gsi=23)
[    9.566113] pci 0000:00:1d.0: ?!?!? acpi_pci_irq_enable: PCI INT At}\xffffffb9Y -> GSI 23 (level, low) -> IRQ/rc 23
[    9.584663] PCI: CLS mismatch (64 != 32), using 64 bytes
[    9.584737] Trying to unpack rootfs image as initramfs...
[    9.590875] Freeing initrd memory: 5744K (ffff880004000000 - ffff88000459c000)
[    9.595544] DMA-API: preallocated 65536 debug entries
[    9.595552] DMA-API: debugging enabled by kernel config
[    9.596188] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[    9.596280] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x17
[    9.596295] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x17
[    9.596317] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x17
[    9.596360] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x17
[    9.596483] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    9.602728] AVX version of gcm_enc/dec engaged.
[    9.602733] AES CTR mode by8 optimization enabled
[    9.608634] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    9.614120] sha1_ssse3: Using AVX optimized SHA-1 implementation
[    9.614531] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    9.614573] audit: initializing netlink subsys (disabled)
[    9.614598] audit: type=2000 audit(1413857013.781:1): initialized
[    9.614947] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    9.617199] VFS: Disk quotas dquot_6.5.2
[    9.617248] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    9.617709] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    9.617951] FS-Cache: Netfs 'cifs' registered for caching
[    9.618078] Key type cifs.spnego registered
[    9.618090] Key type cifs.idmap registered
[    9.618101] ntfs: driver 2.1.31 [Flags: R/W].
[    9.618265] fuse init (API version 7.23)
[    9.618407] msgmni has been set to 2843
[    9.625657] alg: No test for stdrng (krng)
[    9.632102] NET: Registered protocol family 38
[    9.632137] bounce: pool size: 64 pages
[    9.632188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    9.632277] io scheduler noop registered
[    9.632284] io scheduler deadline registered
[    9.632330] io scheduler cfq registered (default)
[    9.632564] xen: registering gsi 16 triggering 0 polarity 1
[    9.632572] Already setup the GSI :16
[    9.632578] pcieport 0000:00:1c.0: ?!?!? acpi_pci_irq_enable: PCI INT A4|\xffffffb9Y -> GSI 16 (level, low) -> IRQ/rc 16
[    9.632701] pcieport 0000:00:1c.0: ?!??!? pci_intx: enable:0
[    9.632705] pcieport 0000:00:1c.0: ?!??!? pci_intx: enable:0 new != pci_command
[    9.632965] xen: registering gsi 18 triggering 0 polarity 1
[    9.632978] xen: --> pirq=18 -> irq=18 (gsi=18)
[    9.633006] pcieport 0000:00:1c.2: ?!?!? acpi_pci_irq_enable: PCI INT C4|\xffffffb9Y -> GSI 18 (level, low) -> IRQ/rc 18
[    9.633106] pcieport 0000:00:1c.2: ?!??!? pci_intx: enable:0
[    9.633111] pcieport 0000:00:1c.2: ?!??!? pci_intx: enable:0 new != pci_command
[    9.633334] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    9.633352] pcieport 0000:00:1c.0: ?!?!?!? pcie_pme_probe: srv->irq:54 ret: 0 
[    9.633357] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    9.633406] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    9.633411] pciback 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    9.633426] pcieport 0000:00:1c.2: ?!?!?!? pcie_pme_probe: srv->irq:55 ret: 0 
[    9.633431] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[    9.633503] vmlfb: initializing
[   14.632445] uvesafb: Getting VBE info block failed (eax=0x4f00, err=1)
[   14.632456] uvesafb: vbe_init() failed with -22
[   14.632468] uvesafb: probe of uvesafb.0 failed with error -22
[   14.632508] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[   14.632512] vesafb: scrolling: redraw
[   14.632516] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   14.633634] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90004500000, using 6144k, total 32704k
[   14.705595] Console: switching to colour frame buffer device 128x48
[   14.778111] fb0: VESA VGA frame buffer device
[   14.778763] vga16fb: initializing
[   14.779211] vga16fb: mapped to 0xffff8800000a0000
[   14.779846] checking generic (e0000000 1ff0000) vs hw (a0000 10000)
[   14.780871] fb1: VGA16 VGA frame buffer device
[   14.781490] intel_idle: MWAIT substates: 0x21120
[   14.782112] intel_idle: v0.4 model 0x3A
[   14.782629] intel_idle: lapic_timer_reliable_states 0xffffffff
[   14.783476] intel_idle: intel_idle yielding to none
[   14.784153] ipmi message handler version 39.2
[   14.784798] ipmi device interface
[   14.785273] IPMI System Interface driver.
[   14.785864] ipmi_si: Unable to find any System Interface(s)
[   14.786623] IPMI Watchdog: driver initialized
[   14.787216] Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot.
[   14.789367] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[   14.790505] ACPI: Power Button [PWRB]
[   14.791056] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[   14.792058] ACPI: Power Button [PWRF]
[   14.792673] fan PNP0C0B:00: ACPI: Fan [FAN0] (off)
[   14.793361] fan PNP0C0B:01: ACPI: Fan [FAN1] (off)
[   14.794047] fan PNP0C0B:02: ACPI: Fan [FAN2] (off)
[   14.794733] fan PNP0C0B:03: ACPI: Fan [FAN3] (off)
[   14.823623] fan PNP0C0B:04: ACPI: Fan [FAN4] (off)
[   14.872838] Monitor-Mwait will be used to enter C-1 state
[   14.900947] Monitor-Mwait will be used to enter C-2 state
[   14.929230] Warning: Processor Platform Limit not supported.
[   14.985064] thermal LNXTHERM:00: registered as thermal_zone0
[   15.012744] ACPI: Thermal Zone [TZ00] (28 C)
[   15.040318] thermal LNXTHERM:01: registered as thermal_zone1
[   15.067917] ACPI: Thermal Zone [TZ01] (30 C)
[   15.095256] Error: Driver 'processor_aggregator' is already registered, aborting...
[   15.122984] GHES: HEST is not enabled!
[   15.150504] ioatdma: Intel(R) QuickData Technology Driver 4.00
[   15.178735] xen:xen_evtchn: Event-channel device installed
[   15.206885] pciback 0000:02:00.0: initializing...
[   15.234175] pciback 0000:02:00.0: initializing config
[   15.261208] pciback 0000:02:00.0: enabling device
[   15.287548] xen: registering gsi 18 triggering 0 polarity 1
[   15.313800] Already setup the GSI :18
[   15.339821] pciback 0000:02:00.0: ?!?!? acpi_pci_irq_enable: PCI INT A\xffffffd4}\xffffffb9Y -> GSI 18 (level, low) -> IRQ/rc 18
[   15.367304] pciback 0000:02:00.0: save state of device
[   15.395036] pciback 0000:02:00.0: resetting (FLR, D3, etc) the device
[   15.524632] pciback 0000:02:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x104)
[   15.552609] pciback 0000:02:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xf7c00004)
[   15.580027] pciback 0000:02:00.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100106)
[   15.607165] pciback 0000:02:00.0: reset device
[   15.633522] pciback 0000:00:1b.0: initializing...
[   15.659347] pciback 0000:00:1b.0: initializing config
[   15.684997] pciback 0000:00:1b.0: enabling device
[   15.710521] xen: registering gsi 22 triggering 0 polarity 1
[   15.736106] xen: --> pirq=22 -> irq=22 (gsi=22)
[   15.761424] pciback 0000:00:1b.0: ?!?!? acpi_pci_irq_enable: PCI INT A\xffffffd4}\xffffffb9Y -> GSI 22 (level, low) -> IRQ/rc 22
[   15.788080] pciback 0000:00:1b.0: save state of device
[   15.814659] pciback 0000:00:1b.0: resetting (FLR, D3, etc) the device
[   15.944565] pciback 0000:00:1b.0: restoring config space at offset 0x10 (was 0x4, writing 0xf7d30004)
[   15.971871] pciback 0000:00:1b.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[   15.999016] pciback 0000:00:1b.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100006)
[   16.026321] pciback 0000:00:1b.0: reset device
[   16.053655] xen_pciback: backend is vpci
[   16.081255] xen_acpi_processor: Uploading Xen processor PM info
[   16.110574] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[   16.131991] xen: registering gsi 19 triggering 0 polarity 1
[   16.149158] xen: --> pirq=19 -> irq=19 (gsi=19)
[   16.165705] serial 0000:00:16.3: ?!?!? acpi_pci_irq_enable: PCI INT B\xffffffa4|\xffffffb9Y -> GSI 19 (level, low) -> IRQ/rc 19
[   16.203664] serial 0000:00:16.3: ttyS0 at I/O 0xf0e0 (irq = 19, base_baud = 115200) is a 16550A
[   16.221255] hpet_acpi_add: no address or irqs in _CRS
[   16.238558] Non-volatile memory driver v1.3
[   16.256060] Linux agpgart interface v0.103
[   16.273561] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[   16.292216] tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78)
[   16.368688] [drm] Initialized drm 1.1.0 20060810
[   16.395226] drm/i810 does not support SMP
[   16.417584] brd: module loaded
[   16.438469] loop: module loaded
[   16.457338] nbd: registered device at major 43
[   16.479542] drbd: initialized. Version: 8.4.5 (api:1/proto:86-101)
[   16.499709] drbd: built-in
[   16.519139] drbd: registered as block device major 147
[   16.538649] xen: registering gsi 16 triggering 0 polarity 1
[   16.557873] Already setup the GSI :16
[   16.576903] mei_me 0000:00:16.0: ?!?!? acpi_pci_irq_enable: PCI INT A\xffffffc4|\xffffffb9Y -> GSI 16 (level, low) -> IRQ/rc 16
[   16.596888] mei_me 0000:00:16.0: ?!??!? pci_intx: enable:0
[   16.616467] mei_me 0000:00:16.0: ?!??!? pci_intx: enable:0 new != pci_command
[   16.645899] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140828/utaddress-258)
[   16.685293] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   16.705734] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140828/utaddress-258)
[   16.746973] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   16.768454] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140828/utaddress-258)
[   16.812557] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   16.835641] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140828/utaddress-258)
[   16.882952] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   16.907811] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   16.932973] Loading iSCSI transport class v2.0-870.
[   16.958226] hv_vmbus: registering driver hv_storvsc
[   16.983216] ahci 0000:00:1f.2: version 3.0
[   17.007859] xen: registering gsi 19 triggering 0 polarity 1
[   17.032375] Already setup the GSI :19
[   17.056787] ahci 0000:00:1f.2: ?!?!? acpi_pci_irq_enable: PCI INT B\x14|\xffffffb9Y -> GSI 19 (level, low) -> IRQ/rc 19
[   17.081987] ahci 0000:00:1f.2: ?!??!? pci_intx: enable:0
[   17.106904] ahci 0000:00:1f.2: ?!??!? pci_intx: enable:0 new != pci_command
[   17.131981] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1 impl SATA mode
[   17.157006] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[   17.183249] scsi host0: ahci
[   17.208681] scsi host1: ahci
[   17.233515] scsi host2: ahci
[   17.258035] scsi host3: ahci
[   17.282487] scsi host4: ahci
[   17.305864] scsi host5: ahci
[   17.328619] ata1: SATA max UDMA/133 abar m2048@0xf7d36000 port 0xf7d36100 irq 59
[   17.351614] ata2: DUMMY
[   17.374321] ata3: DUMMY
[   17.396813] ata4: DUMMY
[   17.418769] ata5: DUMMY
[   17.440169] ata6: DUMMY
[   17.461310] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[   17.483248] eql: Equalizer2002: Simon Janes (simon@ncm.com) and David S. Miller (davem@redhat.com)
[   17.505770] libphy: Fixed MDIO Bus: probed
[   17.527997] tun: Universal TUN/TAP device driver, 1.6
[   17.550285] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   17.572702] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[   17.595149] e100: Copyright(c) 1999-2006 Intel Corporation
[   17.617663] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[   17.640420] e1000: Copyright (c) 1999-2006 Intel Corporation.
[   17.663210] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[   17.685649] e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
[   17.708091] xen: registering gsi 20 triggering 0 polarity 1
[   17.730689] xen: --> pirq=20 -> irq=20 (gsi=20)
[   17.752663] e1000e 0000:00:19.0: ?!?!? acpi_pci_irq_enable: PCI INT A\xffffff94|\xffffffb9Y -> GSI 20 (level, low) -> IRQ/rc 20
[   17.774932] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   17.796355] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   17.818411] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[   17.818459] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:0
[   17.818460] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:0 new != pci_command
[   17.881932] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[   17.902074] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[   17.923444] ata1.00: supports DRM functions and may not be fully accessible
[   17.946129] ata1.00: disabling queued TRIM support
[   17.964867] ata1.00: ATA-9: Crucial_CT120M500SSD3, MU05, max UDMA/133
[   17.990075] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[   18.013098] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[   18.025282] e1000e 0000:00:19.0 eth0: registered PHC clock
[   18.025284] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) ec:a8:6b:fb:27:84
[   18.025286] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[   18.025337] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
[   18.025356] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.2.15-k
[   18.025356] igb: Copyright (c) 2007-2014 Intel Corporation.
[   18.025374] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
[   18.025374] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[   18.025387] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 3.19.1-k
[   18.025387] ixgbe: Copyright (c) 1999-2014 Intel Corporation.
[   18.025405] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 2.12.1-k
[   18.025405] ixgbevf: Copyright (c) 2009 - 2012 Intel Corporation.
[   18.025416] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI
[   18.025417] ixgb: Copyright (c) 1999-2008 Intel Corporation.
[   18.025464] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, git-1.2.2
[   18.025465] ipw2100: Copyright(c) 2003-2006 Intel Corporation
[   18.025480] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kq
[   18.025480] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[   18.025495] libipw: 802.11 data/management/control stack, git-1.1.13
[   18.025496] libipw: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[   18.025498] Intel(R) Wireless WiFi driver for Linux, in-tree:
[   18.025498] Copyright(c) 2003- 2014 Intel Corporation
[   18.025535] iwl4965: Intel(R) Wireless WiFi 4965 driver for Linux, in-tree:
[   18.025535] iwl4965: Copyright(c) 2003-2011 Intel Corporation
[   18.025547] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[   18.025548] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[   18.025560] xen_netfront: Initialising Xen virtual ethernet driver
[   18.025761] xen: registering gsi 16 triggering 0 polarity 1
[   18.025763] Already setup the GSI :16
[   18.025766] xhci_hcd 0000:00:14.0: ?!?!? acpi_pci_irq_enable: PCI INT A\xffffff84|\xffffffb9Y -> GSI 16 (level, low) -> IRQ/rc 16
[   18.025799] xhci_hcd 0000:00:14.0: enabling bus mastering
[   18.025810] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   18.025902] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[   18.026023] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[   18.026082] xhci_hcd 0000:00:14.0: ?!??!? pci_intx: enable:0
[   18.026083] xhci_hcd 0000:00:14.0: ?!??!? pci_intx: enable:0 new != pci_command
[   18.026159] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   18.026161] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   18.026162] usb usb1: Product: xHCI Host Controller
[   18.026163] usb usb1: Manufacturer: Linux 3.18.0-rc1-creanuc-20141020-pcidebug-nosound-edg6+ xhci-hcd
[   18.026164] usb usb1: SerialNumber: 0000:00:14.0
[   18.026344] hub 1-0:1.0: USB hub found
[   18.026358] hub 1-0:1.0: 4 ports detected
[   18.026672] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   18.026735] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[   18.026779] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[   18.026780] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   18.026781] usb usb2: Product: xHCI Host Controller
[   18.026782] usb usb2: Manufacturer: Linux 3.18.0-rc1-creanuc-20141020-pcidebug-nosound-edg6+ xhci-hcd
[   18.026783] usb usb2: SerialNumber: 0000:00:14.0
[   18.026930] hub 2-0:1.0: USB hub found
[   18.026942] hub 2-0:1.0: 4 ports detected
[   18.027290] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   18.027293] ehci-pci: EHCI PCI platform driver
[   18.027369] xen: registering gsi 16 triggering 0 polarity 1
[   18.027371] Already setup the GSI :16
[   18.027373] ehci-pci 0000:00:1a.0: ?!?!? acpi_pci_irq_enable: PCI INT A\xffffffb4|\xffffffb9Y -> GSI 16 (level, low) -> IRQ/rc 16
[   18.027397] ehci-pci 0000:00:1a.0: enabling bus mastering
[   18.027409] ehci-pci 0000:00:1a.0: EHCI Host Controller
[   18.027503] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[   18.027530] ehci-pci 0000:00:1a.0: debug port 2
[   18.031476] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[   18.031519] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7d38000
[   18.040342] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[   18.040374] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[   18.040376] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   18.040377] usb usb3: Product: EHCI Host Controller
[   18.040378] usb usb3: Manufacturer: Linux 3.18.0-rc1-creanuc-20141020-pcidebug-nosound-edg6+ ehci_hcd
[   18.040379] usb usb3: SerialNumber: 0000:00:1a.0
[   18.040554] hub 3-0:1.0: USB hub found
[   18.040560] hub 3-0:1.0: 3 ports detected
[   18.040757] xen: registering gsi 23 triggering 0 polarity 1
[   18.040759] Already setup the GSI :23
[   18.040761] ehci-pci 0000:00:1d.0: ?!?!? acpi_pci_irq_enable: PCI INT A\xffffffb4|\xffffffb9Y -> GSI 23 (level, low) -> IRQ/rc 23
[   18.040784] ehci-pci 0000:00:1d.0: enabling bus mastering
[   18.040796] ehci-pci 0000:00:1d.0: EHCI Host Controller
[   18.040889] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[   18.040915] ehci-pci 0000:00:1d.0: debug port 2
[   18.044841] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[   18.044883] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7d37000
[   18.056363] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[   18.056419] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[   18.056421] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   18.056423] usb usb4: Product: EHCI Host Controller
[   18.056424] usb usb4: Manufacturer: Linux 3.18.0-rc1-creanuc-20141020-pcidebug-nosound-edg6+ ehci_hcd
[   18.056425] usb usb4: SerialNumber: 0000:00:1d.0
[   18.056614] hub 4-0:1.0: USB hub found
[   18.056623] hub 4-0:1.0: 3 ports detected
[   18.056811] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   18.056820] ohci-pci: OHCI PCI platform driver
[   18.056834] ohci-platform: OHCI generic platform driver
[   18.056848] uhci_hcd: USB Universal Host Controller Interface driver
[   18.056900] usbcore: registered new interface driver usb-storage
[   18.056936] i8042: PNP: No PS/2 controller found. Probing ports directly.
[   18.356342] usb 3-1: new high-speed USB device number 2 using ehci-pci
[   18.404341] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[   18.619057] usb 3-1: New USB device found, idVendor=8087, idProduct=0024
[   18.619059] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   18.642532] hub 3-1:1.0: USB hub found
[   18.665608] hub 3-1:1.0: 6 ports detected
[   18.736590] usb 1-3: New USB device found, idVendor=0d8c, idProduct=013c
[   18.736592] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   18.736593] usb 1-3: Product: USB PnP Sound Device
[   18.736595] usb 1-3: Manufacturer: C-Media Electronics Inc.      
[   19.136186] i8042: No controller found
[   19.136211] hv_vmbus: registering driver hyperv_keyboard
[   19.136327] mousedev: PS/2 mouse device common for all mice
[   19.136504] rtc_cmos 00:01: RTC can wake from S4
[   19.136695] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[   19.136757] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[   19.136929] i2c /dev entries driver
[   19.137085] xen: registering gsi 18 triggering 0 polarity 1
[   19.137088] Already setup the GSI :18
[   19.137090] i801_smbus 0000:00:1f.3: ?!?!? acpi_pci_irq_enable: PCI INT C -> GSI 18 (level, low) -> IRQ/rc 18
[   19.137103] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140828/utaddress-258)
[   19.137104] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   19.137196] pps_ldisc: PPS line discipline registered
[   19.227450] w83627ehf: Found NCT6776F chip at 0xa30
[   19.291988] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[   19.292033] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   19.292058] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[   19.292145] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   19.292152] iTCO_vendor_support: vendor-support=0
[   19.292153] xen_wdt: Xen WatchDog Timer Driver v0.01
[   19.292177] xen_wdt: cannot register miscdev on minor=130 (-16)
[   19.292179] wdt: probe of wdt failed with error -16
[   19.292234] softdog: Software Watchdog Timer: 0.08 initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[   19.292291] device-mapper: uevent: version 1.0.3
[   19.292399] device-mapper: ioctl: 4.28.0-ioctl (2014-09-17) initialised: dm-devel@redhat.com
[   19.292623] device-mapper: multipath: version 1.7.0 loaded
[   19.292628] device-mapper: multipath round-robin: version 1.0.0 loaded
[   19.292707] leds_ss4200: no LED devices found
[   19.292735] hidraw: raw HID events driver (C) Jiri Kosina
[   19.351942] input: C-Media Electronics Inc.       USB PnP Sound Device as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.3/0003:0D8C:013C.0001/input/input2
[   19.352069] hid-generic 0003:0D8C:013C.0001: input,hidraw0: USB HID v1.00 Device [C-Media Electronics Inc.       USB PnP Sound Device] on usb-0000:00:14.0-3/input3
[   19.352082] usbcore: registered new interface driver usbhid
[   19.352082] usbhid: USB HID core driver
[   19.352093] hv_utils: Registering HyperV Utility Driver
[   19.352093] hv_vmbus: registering driver hv_util
[   19.352112] GACT probability on
[   19.352116] Mirror/redirect action on
[   19.352120] Simple TC action Loaded
[   19.352227] netem: version 1.3
[   19.352238] u32 classifier
[   19.352238]     Performance counters on
[   19.352238]     input device check on
[   19.352238]     Actions configured
[   19.352258] Netfilter messages via NETLINK v0.30.
[   19.352261] nfnl_acct: registering with nfnetlink.
[   19.352272] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   19.352360] ctnetlink v0.93: registering with nfnetlink.
[   19.352509] xt_time: kernel timezone is -0000
[   19.352514] ip_set: protocol 6
[   19.352541] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP)
[   19.352556] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[   19.352583] IPVS: Creating netns size=1984 id=0
[   19.352591] IPVS: ipvs loaded.
[   19.352594] IPVS: [rr] scheduler registered.
[   19.352597] IPVS: [wrr] scheduler registered.
[   19.352599] IPVS: [lc] scheduler registered.
[   19.352602] IPVS: [wlc] scheduler registered.
[   19.352606] IPVS: [lblc] scheduler registered.
[   19.352610] IPVS: [lblcr] scheduler registered.
[   19.352612] IPVS: [dh] scheduler registered.
[   19.352615] IPVS: [sh] scheduler registered.
[   19.352617] IPVS: [sed] scheduler registered.
[   19.352619] IPVS: [nq] scheduler registered.
[   19.352725] ip_tables: (C) 2000-2006 Netfilter Core Team
[   19.352755] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[   19.352761] arp_tables: (C) 2002 David S. Miller
[   19.352772] TCP: cubic registered
[   19.352773] Initializing XFRM netlink socket
[   19.352777] NET: Registered protocol family 17
[   19.352782] NET: Registered protocol family 15
[   19.352791] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[   19.352793] Ebtables v2.0 registered
[   19.352872] NET: Registered protocol family 33
[   19.352874] Key type rxrpc registered
[   19.352875] Key type rxrpc_s registered
[   19.352887] 8021q: 802.1Q VLAN Support v1.8
[   19.352893] lib80211: common routines for IEEE802.11 drivers
[   19.352894] lib80211_crypt: registered algorithm 'NULL'
[   19.352896] lib80211_crypt: registered algorithm 'WEP'
[   19.352898] lib80211_crypt: registered algorithm 'CCMP'
[   19.352900] lib80211_crypt: registered algorithm 'TKIP'
[   19.352907] Key type dns_resolver registered
[   19.352908] openvswitch: Open vSwitch switching datapath
[   19.353074] mce: Unable to init device /dev/mcelog (rc: -16)
[   19.353446] registered taskstats version 1
[   19.353883] Btrfs loaded
[   19.372636] usb 3-1.1: new full-speed USB device number 3 using ehci-pci
[   19.380354] usb 4-1: new high-speed USB device number 2 using ehci-pci
[   19.619700] usb 4-1: New USB device found, idVendor=8087, idProduct=0024
[   19.619702] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   19.638396] hub 4-1:1.0: USB hub found
[   19.656827] hub 4-1:1.0: 8 ports detected
[   19.838522] usb 3-1.1: New USB device found, idVendor=8087, idProduct=07da
[   19.838524] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   20.301272] usb 4-1.5: new low-speed USB device number 3 using ehci-pci
[   20.693615] usb 4-1.5: New USB device found, idVendor=046d, idProduct=c517
[   20.693616] usb 4-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   20.693618] usb 4-1.5: Product: USB Receiver
[   20.693619] usb 4-1.5: Manufacturer: Logitech
[   20.777701] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/0003:046D:C517.0002/input/input3
[   20.777828] logitech 0003:046D:C517.0002: input,hidraw1: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.0-1.5/input0
[   20.890159] logitech 0003:046D:C517.0003: fixing up Logitech keyboard report descriptor
[   20.890482] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.1/0003:046D:C517.0003/input/input4
[   20.890716] logitech 0003:046D:C517.0003: input,hiddev0,hidraw2: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.5/input1
[   22.186172] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[   22.186175] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[   22.251584] console [netcon0] enabled
[   22.272514] netconsole: network logging started
[   22.293382] ata1.00: supports DRM functions and may not be fully accessible
[   22.319851] rtc_cmos 00:01: setting system clock to 2014-10-21 02:03:45 UTC (1413857025)
[   22.341502] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[   22.363264] ata1.00: disabling queued TRIM support
[   22.400449] ata1.00: configured for UDMA/133
[   22.422424] scsi 0:0:0:0: Direct-Access     ATA      Crucial_CT120M50 MU05 PQ: 0 ANSI: 5
[   22.456199] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   22.456202] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[   22.456204] sd 0:0:0:0: [sda] 4096-byte physical blocks
[   22.456514] sd 0:0:0:0: [sda] Write Protect is off
[   22.456516] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   22.456594] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   22.457382]  sda: sda1
[   22.457912] sd 0:0:0:0: [sda] Attached SCSI disk
[   22.632498] Freeing unused kernel memory: 988K (ffffffff81ef3000 - ffffffff81fea000)
[   22.660794] Write protecting the kernel read-only data: 14336k
[   22.688749] Freeing unused kernel memory: 1140K (ffff8800018e3000 - ffff880001a00000)
[   22.712764] Freeing unused kernel memory: 532K (ffff880001d7b000 - ffff880001e00000)
[   22.865398] udevd[204]: starting version 175
[   23.185289] random: lvm urandom read with 99 bits of entropy available
[   23.416778] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[   23.880454] random: nonblocking pool is initialized
[   24.327373] udevd[524]: starting version 175
[   25.949918] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   26.203067] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[   27.810038] Adding 1949692k swap on /dev/mapper/creanuc-creanuc_swap.  Priority:-1 extents:1 across:1949692k SS
[   28.297112] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: errors=remount-ro
[   30.156662] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:1
[   30.185825] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:1 new != pci_command
[   30.185913] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:0
[   30.185914] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:0 new != pci_command
[   30.288445] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:1
[   30.316606] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:1 new != pci_command
[   30.316704] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:0
[   30.316705] e1000e 0000:00:19.0: ?!??!? pci_intx: enable:0 new != pci_command
[   31.745539] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[   31.772609] e1000e 0000:00:19.0 eth0: 10/100 speed: disabling TSO
[   32.153379] device xen_ovs_bridge entered promiscuous mode

# GUEST START

[  429.588641] pciback 0000:00:1b.0: restoring config space at offset 0x10 (was 0x4, writing 0xf7d30004)
[  429.591216] pciback 0000:00:1b.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[  429.628916] xen-pciback pci-1-0: allocated pdev @ 0xffff880055775180
[  429.632667] xen-pciback pci-1-0: getting be setup
[  429.635539] xen-pciback pci-1-0: exporting dom 0 bus 0 slot 1b func 0
[  429.636644] xen_pciback: vpci: 0000:00:1b.0: assign to virtual slot 0
[  429.638626] pciback 0000:00:1b.0: registering for 1
[  429.640194] xen-pciback pci-1-0: Publishing pci roots
[  429.640843] xen-pciback pci-1-0: writing root 0 at 0000:00
[  429.644420] xen-pciback pci-1-0: fe state changed 1
[  430.250012] xen-pciback pci-1-0: fe state changed 3
[  430.250629] xen-pciback pci-1-0: Reading frontend config
[  430.251342] xen-pciback pci-1-0: Attaching to frontend resources - gnt_ref=8 evtchn=17
[  430.252111] xen-pciback pci-1-0: Attached!
[  430.252509] xen-pciback pci-1-0: Connecting...
[  430.255366] xen-pciback pci-1-0: Connected? 0
[  430.257178] pciback 0000:00:1b.0: Driver tried to write to a read-only configuration space field at offset 0x62, size 2. This may be harmless, but if you have problems with your device:
[  430.257178] 1) see permissive attribute in sysfs
[  430.257178] 2) report problems to the xen-devel mailing list along with details of your device obtained from lspci.
[  430.263135] xen-pciback pci-1-0: fe state changed 4
[  436.605720] xen-pciback: 0000:00:1b.0: enable
[  436.606370] pciback 0000:00:1b.0: enabling device (0000 -> 0002)
[  436.607468] xen: registering gsi 22 triggering 0 polarity 1
[  436.608263] Already setup the GSI :22
[  436.608821] pciback 0000:00:1b.0: ?!?!? acpi_pci_irq_enable: PCI INT A\xffffffe4|0Y -> GSI 22 (level, low) -> IRQ/rc 22
[  436.610206] pciback 0000:00:1b.0: xen-pciback[0000:00:1b.0]: #22 on  disable-> enable
[  436.611379] pciback 0000:00:1b.0: xen-pciback[0000:00:1b.0]: #22 on  enabled
[  436.614643] pciback 0000:00:1b.0: : 0000:00:1b.0: enable MSI irq:22
[  436.615317] pciback 0000:00:1b.0: ?!??!? pci_intx: enable:0
[  436.615832] pciback 0000:00:1b.0: ?!??!? pci_intx: enable:0 new != pci_command
[  436.616523] pciback 0000:00:1b.0: : 0000:00:1b.0: MSI: 55 irq: 68
[  436.617396] xen-pciback: 0000:00:1b.0: set bus master
[  436.617901] pciback 0000:00:1b.0: enabling bus mastering

# GUEST SHUTDOWN

[  920.298644] xen-pciback pci-1-0: fe state changed 5
[  920.304330] xen-pciback pci-1-0: fe state changed 6
[  920.496680] pciback 0000:00:1b.0: restoring config space at offset 0x10 (was 0x4, writing 0xf7d30004)
[  920.499324] pciback 0000:00:1b.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[  920.500644] pciback 0000:00:1b.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100006)
[  920.501511] pciback 0000:00:1b.0: ?!??!? pci_intx: enable:0
[  920.501990] pciback 0000:00:1b.0: ?!??!? pci_intx: enable:0 new != pci_command
[  930.610597] xen-pciback pci-1-0: fe state changed 0
[  930.611991] xen-pciback pci-1-0: frontend is gone! unregister device
[  930.716513] pciback 0000:00:1b.0: restoring config space at offset 0x10 (was 0x4, writing 0xf7d30004)
[  930.719109] pciback 0000:00:1b.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[  930.738265] pciback 0000:00:1b.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100406)
[  930.756886] pciback 0000:00:1b.0: ?!??!? pci_intx: enable:0
[  930.775440] pciback 0000:00:1b.0: xen-pciback[0000:00:1b.0]: #22 on MSI enable-> disable
[  930.793832] pciback 0000:00:1b.0: xen-pciback[0000:00:1b.0]: #0 on MSI disabled
[  930.811527] pciback 0000:00:1b.0: ?!??!? pci_intx: enable:1
[  930.828828] pciback 0000:00:1b.0: ?!??!? pci_intx: enable:1 new != pci_command

[-- Attachment #5: dotconfig --]
[-- Type: application/octet-stream, Size: 97759 bytes --]

#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 3.18.0-rc1-creanuc-20141020-pcidebug-nosound-edg6 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_MMU=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_ZONE_DMA32=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_HAVE_INTEL_TXT=y
CONFIG_X86_64_SMP=y
CONFIG_X86_HT=y
CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11"
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_FHANDLE=y
CONFIG_USELIB=y
CONFIG_AUDIT=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
CONFIG_AUDITSYSCALL=y
CONFIG_AUDIT_WATCH=y
CONFIG_AUDIT_TREE=y

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_LEGACY_ALLOC_HWIRQ=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_GENERIC_IRQ_CHIP=y
CONFIG_IRQ_DOMAIN=y
# CONFIG_IRQ_DOMAIN_DEBUG is not set
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_DATA=y
CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
# CONFIG_NO_HZ_FULL is not set
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y

#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y

#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_PREEMPT_RCU is not set
# CONFIG_TASKS_RCU is not set
CONFIG_RCU_STALL_COMMON=y
# CONFIG_RCU_USER_QS is not set
CONFIG_RCU_FANOUT=64
CONFIG_RCU_FANOUT_LEAF=16
# CONFIG_RCU_FANOUT_EXACT is not set
CONFIG_RCU_FAST_NO_HZ=y
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_RCU_NOCB_CPU is not set
# CONFIG_BUILD_BIN2C is not set
# CONFIG_IKCONFIG is not set
CONFIG_LOG_BUF_SHIFT=17
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_SUPPORTS_INT128=y
# CONFIG_NUMA_BALANCING is not set
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_RESOURCE_COUNTERS=y
# CONFIG_MEMCG is not set
# CONFIG_CGROUP_HUGETLB is not set
CONFIG_CGROUP_PERF=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_CFS_BANDWIDTH is not set
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
# CONFIG_USER_NS is not set
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
CONFIG_RD_LZ4=y
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_HAVE_UID16=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
# CONFIG_EXPERT is not set
CONFIG_UID16=y
CONFIG_SGETMASK_SYSCALL=y
CONFIG_SYSFS_SYSCALL=y
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_PCI_QUIRKS=y
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLAB is not set
CONFIG_SLUB=y
CONFIG_SLUB_CPU_PARTIAL=y
# CONFIG_SYSTEM_TRUSTED_KEYRING is not set
# CONFIG_PROFILING is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_OPROFILE_NMI_TIMER=y
CONFIG_KPROBES=y
# CONFIG_JUMP_LABEL is not set
CONFIG_OPTPROBES=y
# CONFIG_UPROBES is not set
# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_KRETPROBES=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
CONFIG_HAVE_CC_STACKPROTECTOR=y
# CONFIG_CC_STACKPROTECTOR is not set
CONFIG_CC_STACKPROTECTOR_NONE=y
# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
# CONFIG_CC_STACKPROTECTOR_STRONG is not set
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
CONFIG_OLD_SIGSUSPEND3=y
CONFIG_COMPAT_OLD_SIGACTION=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_FORCE_LOAD=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_MODULE_SIG is not set
# CONFIG_MODULE_COMPRESS is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_THROTTLING=y
CONFIG_BLK_CMDLINE_PARSER=y

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
CONFIG_ACORN_PARTITION=y
# CONFIG_ACORN_PARTITION_CUMANA is not set
# CONFIG_ACORN_PARTITION_EESOX is not set
CONFIG_ACORN_PARTITION_ICS=y
# CONFIG_ACORN_PARTITION_ADFS is not set
# CONFIG_ACORN_PARTITION_POWERTEC is not set
CONFIG_ACORN_PARTITION_RISCIX=y
# CONFIG_AIX_PARTITION is not set
CONFIG_OSF_PARTITION=y
CONFIG_AMIGA_PARTITION=y
CONFIG_ATARI_PARTITION=y
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_UNIXWARE_DISKLABEL=y
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
CONFIG_SGI_PARTITION=y
CONFIG_ULTRIX_PARTITION=y
CONFIG_SUN_PARTITION=y
CONFIG_KARMA_PARTITION=y
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
# CONFIG_CMDLINE_PARTITION is not set
CONFIG_BLOCK_COMPAT=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_CFQ_GROUP_IOSCHED=y
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_PADATA=y
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
CONFIG_INLINE_READ_UNLOCK=y
CONFIG_INLINE_READ_UNLOCK_IRQ=y
CONFIG_INLINE_WRITE_UNLOCK=y
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_ARCH_USE_QUEUE_RWLOCK=y
CONFIG_QUEUE_RWLOCK=y
CONFIG_FREEZER=y

#
# Processor type and features
#
CONFIG_ZONE_DMA=y
CONFIG_SMP=y
CONFIG_X86_FEATURE_NAMES=y
CONFIG_X86_X2APIC=y
CONFIG_X86_MPPARSE=y
# CONFIG_X86_EXTENDED_PLATFORM is not set
# CONFIG_X86_INTEL_LPSS is not set
CONFIG_IOSF_MBI=m
# CONFIG_IOSF_MBI_DEBUG is not set
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
# CONFIG_PARAVIRT_DEBUG is not set
CONFIG_PARAVIRT_SPINLOCKS=y
CONFIG_XEN=y
CONFIG_XEN_DOM0=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_MAX_DOMAIN_MEMORY=500
CONFIG_XEN_SAVE_RESTORE=y
# CONFIG_XEN_DEBUG_FS is not set
CONFIG_XEN_PVH=y
# CONFIG_KVM_GUEST is not set
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
CONFIG_PARAVIRT_CLOCK=y
CONFIG_NO_BOOTMEM=y
# CONFIG_MEMTEST is not set
# CONFIG_MK8 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_MATOM is not set
CONFIG_GENERIC_CPU=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_GART_IOMMU=y
# CONFIG_CALGARY_IOMMU is not set
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_MAXSMP is not set
CONFIG_NR_CPUS=16
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
CONFIG_X86_MCE_AMD=y
CONFIG_X86_MCE_THRESHOLD=y
# CONFIG_X86_MCE_INJECT is not set
CONFIG_X86_THERMAL_VECTOR=y
CONFIG_X86_16BIT=y
CONFIG_X86_ESPFIX64=y
# CONFIG_I8K is not set
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=y
CONFIG_MICROCODE_AMD=y
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_MICROCODE_INTEL_EARLY=y
CONFIG_MICROCODE_AMD_EARLY=y
CONFIG_MICROCODE_EARLY=y
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_DIRECT_GBPAGES=y
CONFIG_NUMA=y
CONFIG_AMD_NUMA=y
CONFIG_X86_64_ACPI_NUMA=y
CONFIG_NODES_SPAN_OTHER_NODES=y
CONFIG_NUMA_EMU=y
CONFIG_NODES_SHIFT=6
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_PROC_KCORE_TEXT=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_NEED_MULTIPLE_NODES=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_ARCH_DISCARD_MEMBLOCK=y
CONFIG_MEMORY_ISOLATION=y
# CONFIG_MOVABLE_NODE is not set
# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
# CONFIG_MEMORY_HOTPLUG is not set
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_MEMORY_BALLOON=y
CONFIG_BALLOON_COMPACTION=y
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_NEED_BOUNCE_POOL=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MMU_NOTIFIER=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
CONFIG_MEMORY_FAILURE=y
# CONFIG_HWPOISON_INJECT is not set
CONFIG_TRANSPARENT_HUGEPAGE=y
# CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS is not set
CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y
# CONFIG_CLEANCACHE is not set
# CONFIG_FRONTSWAP is not set
# CONFIG_CMA is not set
# CONFIG_ZPOOL is not set
# CONFIG_ZBUD is not set
# CONFIG_ZSMALLOC is not set
CONFIG_GENERIC_EARLY_IOREMAP=y
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
CONFIG_X86_RESERVE_LOW=64
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_ARCH_RANDOM=y
CONFIG_X86_SMAP=y
CONFIG_EFI=y
CONFIG_EFI_STUB=y
# CONFIG_EFI_MIXED is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
# CONFIG_KEXEC_FILE is not set
CONFIG_CRASH_DUMP=y
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
# CONFIG_RANDOMIZE_BASE is not set
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_HOTPLUG_CPU=y
# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
# CONFIG_COMPAT_VDSO is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_USE_PERCPU_NUMA_NODE_ID=y

#
# Power management and ACPI options
#
# CONFIG_SUSPEND is not set
CONFIG_HIBERNATE_CALLBACKS=y
# CONFIG_HIBERNATION is not set
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
# CONFIG_PM_AUTOSLEEP is not set
# CONFIG_PM_WAKELOCKS is not set
CONFIG_PM_RUNTIME=y
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_PM_ADVANCED_DEBUG=y
CONFIG_PM_SLEEP_DEBUG=y
# CONFIG_DPM_WATCHDOG is not set
# CONFIG_PM_TRACE_RTC is not set
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
CONFIG_ACPI=y
CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
# CONFIG_ACPI_PROCFS_POWER is not set
# CONFIG_ACPI_EC_DEBUGFS is not set
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_IPMI=y
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_PROCESSOR_AGGREGATOR=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_NUMA=y
CONFIG_ACPI_CUSTOM_DSDT_FILE=""
# CONFIG_ACPI_CUSTOM_DSDT is not set
# CONFIG_ACPI_INITRD_TABLE_OVERRIDE is not set
# CONFIG_ACPI_DEBUG is not set
# CONFIG_ACPI_PCI_SLOT is not set
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_SBS=y
CONFIG_ACPI_HED=y
# CONFIG_ACPI_CUSTOM_METHOD is not set
# CONFIG_ACPI_BGRT is not set
# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set
CONFIG_HAVE_ACPI_APEI=y
CONFIG_HAVE_ACPI_APEI_NMI=y
CONFIG_ACPI_APEI=y
CONFIG_ACPI_APEI_GHES=y
CONFIG_ACPI_APEI_MEMORY_FAILURE=y
# CONFIG_ACPI_APEI_EINJ is not set
# CONFIG_ACPI_APEI_ERST_DEBUG is not set
# CONFIG_ACPI_EXTLOG is not set
CONFIG_SFI=y

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_COMMON=y
CONFIG_CPU_FREQ_STAT=y
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set

#
# x86 CPU frequency scaling drivers
#
CONFIG_X86_INTEL_PSTATE=y
CONFIG_X86_PCC_CPUFREQ=m
CONFIG_X86_ACPI_CPUFREQ=m
CONFIG_X86_ACPI_CPUFREQ_CPB=y
CONFIG_X86_POWERNOW_K8=m
# CONFIG_X86_AMD_FREQ_SENSITIVITY is not set
CONFIG_X86_SPEEDSTEP_CENTRINO=m
CONFIG_X86_P4_CLOCKMOD=m

#
# shared options
#
CONFIG_X86_SPEEDSTEP_LIB=m

#
# CPU Idle
#
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
CONFIG_INTEL_IDLE=y

#
# Memory power savings
#
CONFIG_I7300_IDLE_IOAT_CHANNEL=y
CONFIG_I7300_IDLE=y

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_XEN=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
# CONFIG_PCIEAER is not set
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
CONFIG_PCIEASPM_DEFAULT=y
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_PERFORMANCE is not set
CONFIG_PCIE_PME=y
CONFIG_PCI_MSI=y
CONFIG_PCI_DEBUG=y
# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
CONFIG_PCI_STUB=y
CONFIG_XEN_PCIDEV_FRONTEND=y
CONFIG_HT_IRQ=y
CONFIG_PCI_ATS=y
# CONFIG_PCI_IOV is not set
CONFIG_PCI_PRI=y
CONFIG_PCI_PASID=y
# CONFIG_PCI_IOAPIC is not set
CONFIG_PCI_LABEL=y

#
# PCI host controller drivers
#
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
# CONFIG_PCCARD is not set
# CONFIG_HOTPLUG_PCI is not set
# CONFIG_RAPIDIO is not set
# CONFIG_X86_SYSFB is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=y
CONFIG_COREDUMP=y
CONFIG_IA32_EMULATION=y
CONFIG_IA32_AOUT=y
# CONFIG_X86_X32 is not set
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_KEYS_COMPAT=y
CONFIG_X86_DEV_DMA_OPS=y
CONFIG_PMC_ATOM=y
CONFIG_NET=y
CONFIG_COMPAT_NETLINK_MESSAGES=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_DIAG is not set
CONFIG_UNIX=y
# CONFIG_UNIX_DIAG is not set
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=y
CONFIG_XFRM_USER=y
CONFIG_XFRM_SUB_POLICY=y
CONFIG_XFRM_MIGRATE=y
# CONFIG_XFRM_STATISTICS is not set
CONFIG_XFRM_IPCOMP=y
CONFIG_NET_KEY=y
CONFIG_NET_KEY_MIGRATE=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_FIB_TRIE_STATS=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_ROUTE_CLASSID=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
# CONFIG_NET_IP_TUNNEL is not set
# CONFIG_IP_MROUTE is not set
CONFIG_SYN_COOKIES=y
# CONFIG_NET_IPVTI is not set
# CONFIG_NET_UDP_TUNNEL is not set
# CONFIG_NET_FOU is not set
# CONFIG_GENEVE is not set
CONFIG_INET_AH=y
CONFIG_INET_ESP=y
CONFIG_INET_IPCOMP=y
CONFIG_INET_XFRM_TUNNEL=y
CONFIG_INET_TUNNEL=y
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_LRO=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_INET_UDP_DIAG is not set
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
# CONFIG_IPV6 is not set
# CONFIG_NETLABEL is not set
CONFIG_NETWORK_SECMARK=y
CONFIG_NET_PTP_CLASSIFY=y
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
# CONFIG_BRIDGE_NETFILTER is not set

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=y
CONFIG_NETFILTER_NETLINK_ACCT=y
CONFIG_NETFILTER_NETLINK_QUEUE=y
CONFIG_NETFILTER_NETLINK_LOG=y
CONFIG_NF_CONNTRACK=y
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_ZONES=y
CONFIG_NF_CONNTRACK_PROCFS=y
CONFIG_NF_CONNTRACK_EVENTS=y
# CONFIG_NF_CONNTRACK_TIMEOUT is not set
CONFIG_NF_CONNTRACK_TIMESTAMP=y
# CONFIG_NF_CT_PROTO_DCCP is not set
# CONFIG_NF_CT_PROTO_SCTP is not set
CONFIG_NF_CT_PROTO_UDPLITE=y
# CONFIG_NF_CONNTRACK_AMANDA is not set
# CONFIG_NF_CONNTRACK_FTP is not set
# CONFIG_NF_CONNTRACK_H323 is not set
# CONFIG_NF_CONNTRACK_IRC is not set
# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
# CONFIG_NF_CONNTRACK_SNMP is not set
# CONFIG_NF_CONNTRACK_PPTP is not set
# CONFIG_NF_CONNTRACK_SANE is not set
# CONFIG_NF_CONNTRACK_SIP is not set
# CONFIG_NF_CONNTRACK_TFTP is not set
CONFIG_NF_CT_NETLINK=y
# CONFIG_NF_CT_NETLINK_TIMEOUT is not set
# CONFIG_NETFILTER_NETLINK_QUEUE_CT is not set
CONFIG_NF_NAT=y
CONFIG_NF_NAT_NEEDED=y
CONFIG_NF_NAT_PROTO_UDPLITE=y
# CONFIG_NF_NAT_AMANDA is not set
# CONFIG_NF_NAT_FTP is not set
# CONFIG_NF_NAT_IRC is not set
# CONFIG_NF_NAT_SIP is not set
# CONFIG_NF_NAT_TFTP is not set
# CONFIG_NF_TABLES is not set
CONFIG_NETFILTER_XTABLES=y

#
# Xtables combined modules
#
CONFIG_NETFILTER_XT_MARK=y
CONFIG_NETFILTER_XT_CONNMARK=y
CONFIG_NETFILTER_XT_SET=y

#
# Xtables targets
#
CONFIG_NETFILTER_XT_TARGET_AUDIT=y
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=y
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=y
CONFIG_NETFILTER_XT_TARGET_CONNMARK=y
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y
CONFIG_NETFILTER_XT_TARGET_CT=y
CONFIG_NETFILTER_XT_TARGET_DSCP=y
CONFIG_NETFILTER_XT_TARGET_HL=y
# CONFIG_NETFILTER_XT_TARGET_HMARK is not set
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=y
CONFIG_NETFILTER_XT_TARGET_LED=y
# CONFIG_NETFILTER_XT_TARGET_LOG is not set
CONFIG_NETFILTER_XT_TARGET_MARK=y
# CONFIG_NETFILTER_XT_NAT is not set
CONFIG_NETFILTER_XT_TARGET_NETMAP=y
CONFIG_NETFILTER_XT_TARGET_NFLOG=y
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=y
# CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set
CONFIG_NETFILTER_XT_TARGET_RATEEST=y
CONFIG_NETFILTER_XT_TARGET_REDIRECT=y
CONFIG_NETFILTER_XT_TARGET_TEE=y
CONFIG_NETFILTER_XT_TARGET_TPROXY=y
CONFIG_NETFILTER_XT_TARGET_TRACE=y
CONFIG_NETFILTER_XT_TARGET_SECMARK=y
CONFIG_NETFILTER_XT_TARGET_TCPMSS=y
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=y

#
# Xtables matches
#
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y
# CONFIG_NETFILTER_XT_MATCH_BPF is not set
# CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
CONFIG_NETFILTER_XT_MATCH_CLUSTER=y
CONFIG_NETFILTER_XT_MATCH_COMMENT=y
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=y
# CONFIG_NETFILTER_XT_MATCH_CONNLABEL is not set
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=y
CONFIG_NETFILTER_XT_MATCH_CONNMARK=y
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y
CONFIG_NETFILTER_XT_MATCH_CPU=y
CONFIG_NETFILTER_XT_MATCH_DCCP=y
CONFIG_NETFILTER_XT_MATCH_DEVGROUP=y
CONFIG_NETFILTER_XT_MATCH_DSCP=y
CONFIG_NETFILTER_XT_MATCH_ECN=y
CONFIG_NETFILTER_XT_MATCH_ESP=y
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=y
CONFIG_NETFILTER_XT_MATCH_HELPER=y
CONFIG_NETFILTER_XT_MATCH_HL=y
# CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
CONFIG_NETFILTER_XT_MATCH_IPRANGE=y
CONFIG_NETFILTER_XT_MATCH_IPVS=y
# CONFIG_NETFILTER_XT_MATCH_L2TP is not set
CONFIG_NETFILTER_XT_MATCH_LENGTH=y
CONFIG_NETFILTER_XT_MATCH_LIMIT=y
CONFIG_NETFILTER_XT_MATCH_MAC=y
CONFIG_NETFILTER_XT_MATCH_MARK=y
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y
# CONFIG_NETFILTER_XT_MATCH_NFACCT is not set
CONFIG_NETFILTER_XT_MATCH_OSF=y
CONFIG_NETFILTER_XT_MATCH_OWNER=y
CONFIG_NETFILTER_XT_MATCH_POLICY=y
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y
CONFIG_NETFILTER_XT_MATCH_QUOTA=y
CONFIG_NETFILTER_XT_MATCH_RATEEST=y
CONFIG_NETFILTER_XT_MATCH_REALM=y
CONFIG_NETFILTER_XT_MATCH_RECENT=y
CONFIG_NETFILTER_XT_MATCH_SCTP=y
CONFIG_NETFILTER_XT_MATCH_SOCKET=y
CONFIG_NETFILTER_XT_MATCH_STATE=y
CONFIG_NETFILTER_XT_MATCH_STATISTIC=y
CONFIG_NETFILTER_XT_MATCH_STRING=y
CONFIG_NETFILTER_XT_MATCH_TCPMSS=y
CONFIG_NETFILTER_XT_MATCH_TIME=y
CONFIG_NETFILTER_XT_MATCH_U32=y
CONFIG_IP_SET=y
CONFIG_IP_SET_MAX=256
CONFIG_IP_SET_BITMAP_IP=y
CONFIG_IP_SET_BITMAP_IPMAC=y
CONFIG_IP_SET_BITMAP_PORT=y
CONFIG_IP_SET_HASH_IP=y
# CONFIG_IP_SET_HASH_IPMARK is not set
CONFIG_IP_SET_HASH_IPPORT=y
CONFIG_IP_SET_HASH_IPPORTIP=y
CONFIG_IP_SET_HASH_IPPORTNET=y
# CONFIG_IP_SET_HASH_MAC is not set
# CONFIG_IP_SET_HASH_NETPORTNET is not set
CONFIG_IP_SET_HASH_NET=y
# CONFIG_IP_SET_HASH_NETNET is not set
CONFIG_IP_SET_HASH_NETPORT=y
CONFIG_IP_SET_HASH_NETIFACE=y
CONFIG_IP_SET_LIST_SET=y
CONFIG_IP_VS=y
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=12

#
# IPVS transport protocol load balancing support
#
CONFIG_IP_VS_PROTO_TCP=y
CONFIG_IP_VS_PROTO_UDP=y
CONFIG_IP_VS_PROTO_AH_ESP=y
CONFIG_IP_VS_PROTO_ESP=y
CONFIG_IP_VS_PROTO_AH=y
CONFIG_IP_VS_PROTO_SCTP=y

#
# IPVS scheduler
#
CONFIG_IP_VS_RR=y
CONFIG_IP_VS_WRR=y
CONFIG_IP_VS_LC=y
CONFIG_IP_VS_WLC=y
# CONFIG_IP_VS_FO is not set
CONFIG_IP_VS_LBLC=y
CONFIG_IP_VS_LBLCR=y
CONFIG_IP_VS_DH=y
CONFIG_IP_VS_SH=y
CONFIG_IP_VS_SED=y
CONFIG_IP_VS_NQ=y

#
# IPVS SH scheduler
#
CONFIG_IP_VS_SH_TAB_BITS=8

#
# IPVS application helper
#
CONFIG_IP_VS_NFCT=y

#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=y
CONFIG_NF_CONNTRACK_IPV4=y
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
# CONFIG_NF_LOG_ARP is not set
# CONFIG_NF_LOG_IPV4 is not set
CONFIG_NF_REJECT_IPV4=y
CONFIG_NF_NAT_IPV4=y
# CONFIG_NF_NAT_MASQUERADE_IPV4 is not set
# CONFIG_NF_NAT_PPTP is not set
# CONFIG_NF_NAT_H323 is not set
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_AH=y
CONFIG_IP_NF_MATCH_ECN=y
CONFIG_IP_NF_MATCH_RPFILTER=y
CONFIG_IP_NF_MATCH_TTL=y
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
# CONFIG_IP_NF_TARGET_SYNPROXY is not set
# CONFIG_IP_NF_NAT is not set
CONFIG_IP_NF_MANGLE=y
CONFIG_IP_NF_TARGET_CLUSTERIP=y
CONFIG_IP_NF_TARGET_ECN=y
CONFIG_IP_NF_TARGET_TTL=y
CONFIG_IP_NF_RAW=y
CONFIG_IP_NF_SECURITY=y
CONFIG_IP_NF_ARPTABLES=y
CONFIG_IP_NF_ARPFILTER=y
CONFIG_IP_NF_ARP_MANGLE=y
CONFIG_BRIDGE_NF_EBTABLES=y
CONFIG_BRIDGE_EBT_BROUTE=y
CONFIG_BRIDGE_EBT_T_FILTER=y
CONFIG_BRIDGE_EBT_T_NAT=y
CONFIG_BRIDGE_EBT_802_3=y
CONFIG_BRIDGE_EBT_AMONG=y
CONFIG_BRIDGE_EBT_ARP=y
CONFIG_BRIDGE_EBT_IP=y
CONFIG_BRIDGE_EBT_LIMIT=y
CONFIG_BRIDGE_EBT_MARK=y
CONFIG_BRIDGE_EBT_PKTTYPE=y
CONFIG_BRIDGE_EBT_STP=y
CONFIG_BRIDGE_EBT_VLAN=y
CONFIG_BRIDGE_EBT_ARPREPLY=y
CONFIG_BRIDGE_EBT_DNAT=y
CONFIG_BRIDGE_EBT_MARK_T=y
CONFIG_BRIDGE_EBT_REDIRECT=y
CONFIG_BRIDGE_EBT_SNAT=y
CONFIG_BRIDGE_EBT_LOG=y
CONFIG_BRIDGE_EBT_NFLOG=y
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
CONFIG_STP=y
CONFIG_GARP=y
CONFIG_BRIDGE=y
CONFIG_BRIDGE_IGMP_SNOOPING=y
# CONFIG_BRIDGE_VLAN_FILTERING is not set
CONFIG_HAVE_NET_DSA=y
CONFIG_VLAN_8021Q=y
CONFIG_VLAN_8021Q_GVRP=y
# CONFIG_VLAN_8021Q_MVRP is not set
# CONFIG_DECNET is not set
CONFIG_LLC=y
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=y
CONFIG_NET_SCH_HTB=y
CONFIG_NET_SCH_HFSC=y
CONFIG_NET_SCH_PRIO=y
CONFIG_NET_SCH_MULTIQ=y
CONFIG_NET_SCH_RED=y
CONFIG_NET_SCH_SFB=y
CONFIG_NET_SCH_SFQ=y
CONFIG_NET_SCH_TEQL=y
CONFIG_NET_SCH_TBF=y
CONFIG_NET_SCH_GRED=y
CONFIG_NET_SCH_DSMARK=y
CONFIG_NET_SCH_NETEM=y
CONFIG_NET_SCH_DRR=y
CONFIG_NET_SCH_MQPRIO=y
CONFIG_NET_SCH_CHOKE=y
CONFIG_NET_SCH_QFQ=y
CONFIG_NET_SCH_CODEL=y
CONFIG_NET_SCH_FQ_CODEL=y
# CONFIG_NET_SCH_FQ is not set
# CONFIG_NET_SCH_HHF is not set
# CONFIG_NET_SCH_PIE is not set
CONFIG_NET_SCH_INGRESS=y
# CONFIG_NET_SCH_PLUG is not set

#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=y
CONFIG_NET_CLS_TCINDEX=y
CONFIG_NET_CLS_ROUTE4=y
CONFIG_NET_CLS_FW=y
CONFIG_NET_CLS_U32=y
CONFIG_CLS_U32_PERF=y
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=y
CONFIG_NET_CLS_RSVP6=y
CONFIG_NET_CLS_FLOW=y
CONFIG_NET_CLS_CGROUP=y
# CONFIG_NET_CLS_BPF is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=y
CONFIG_NET_EMATCH_NBYTE=y
CONFIG_NET_EMATCH_U32=y
CONFIG_NET_EMATCH_META=y
CONFIG_NET_EMATCH_TEXT=y
# CONFIG_NET_EMATCH_IPSET is not set
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=y
CONFIG_NET_ACT_GACT=y
CONFIG_GACT_PROB=y
CONFIG_NET_ACT_MIRRED=y
CONFIG_NET_ACT_IPT=m
CONFIG_NET_ACT_NAT=y
CONFIG_NET_ACT_PEDIT=y
CONFIG_NET_ACT_SIMP=y
CONFIG_NET_ACT_SKBEDIT=y
CONFIG_NET_ACT_CSUM=y
CONFIG_NET_CLS_IND=y
CONFIG_NET_SCH_FIFO=y
CONFIG_DCB=y
CONFIG_DNS_RESOLVER=y
# CONFIG_BATMAN_ADV is not set
CONFIG_OPENVSWITCH=y
# CONFIG_VSOCKETS is not set
# CONFIG_NETLINK_MMAP is not set
# CONFIG_NETLINK_DIAG is not set
# CONFIG_NET_MPLS_GSO is not set
# CONFIG_HSR is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
# CONFIG_CGROUP_NET_PRIO is not set
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_BPF_JIT=y
CONFIG_NET_FLOW_LIMIT=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_NET_TCPPROBE is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
CONFIG_AF_RXRPC=y
# CONFIG_AF_RXRPC_DEBUG is not set
# CONFIG_RXKAD is not set
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
CONFIG_WIRELESS_EXT=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_WEXT_SPY=y
CONFIG_WEXT_PRIV=y
CONFIG_CFG80211=y
# CONFIG_NL80211_TESTMODE is not set
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
# CONFIG_CFG80211_REG_DEBUG is not set
# CONFIG_CFG80211_DEFAULT_PS is not set
CONFIG_CFG80211_DEBUGFS=y
# CONFIG_CFG80211_INTERNAL_REGDB is not set
CONFIG_CFG80211_WEXT=y
CONFIG_LIB80211=y
CONFIG_LIB80211_CRYPT_WEP=y
CONFIG_LIB80211_CRYPT_CCMP=y
CONFIG_LIB80211_CRYPT_TKIP=y
# CONFIG_LIB80211_DEBUG is not set
CONFIG_MAC80211=y
CONFIG_MAC80211_HAS_RC=y
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_RC_MINSTREL_HT=y
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
# CONFIG_MAC80211_MESH is not set
CONFIG_MAC80211_LEDS=y
CONFIG_MAC80211_DEBUGFS=y
# CONFIG_MAC80211_MESSAGE_TRACING is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
# CONFIG_WIMAX is not set
CONFIG_RFKILL=y
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
# CONFIG_RFKILL_GPIO is not set
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
# CONFIG_NFC is not set
CONFIG_HAVE_BPF_JIT=y

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
# CONFIG_STANDALONE is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
CONFIG_SYS_HYPERVISOR=y
# CONFIG_GENERIC_CPU_DEVICES is not set
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=m
CONFIG_DMA_SHARED_BUFFER=y
# CONFIG_FENCE_TRACE is not set

#
# Bus devices
#
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
# CONFIG_MTD is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
# CONFIG_PARPORT is not set
CONFIG_PNP=y
# CONFIG_PNP_DEBUG_MESSAGES is not set

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
CONFIG_BLK_DEV_DRBD=y
# CONFIG_DRBD_FAULT_INJECTION is not set
CONFIG_BLK_DEV_NBD=y
# CONFIG_BLK_DEV_NVME is not set
# CONFIG_BLK_DEV_SKD is not set
# CONFIG_BLK_DEV_SX8 is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=65536
# CONFIG_BLK_DEV_XIP is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
CONFIG_XEN_BLKDEV_FRONTEND=y
CONFIG_XEN_BLKDEV_BACKEND=y
CONFIG_VIRTIO_BLK=m
# CONFIG_BLK_DEV_HD is not set
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_RSXX is not set

#
# Misc devices
#
# CONFIG_SENSORS_LIS3LV02D is not set
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
CONFIG_TIFM_CORE=m
# CONFIG_TIFM_7XX1 is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_BH1780 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
# CONFIG_VMWARE_BALLOON is not set
# CONFIG_BMP085_I2C is not set
# CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_SRAM is not set
# CONFIG_C2PORT is not set

#
# EEPROM support
#
CONFIG_EEPROM_AT24=m
CONFIG_EEPROM_LEGACY=m
CONFIG_EEPROM_MAX6875=m
CONFIG_EEPROM_93CX6=m
CONFIG_CB710_CORE=m
# CONFIG_CB710_DEBUG is not set
CONFIG_CB710_DEBUG_ASSUMPTIONS=y

#
# Texas Instruments shared transport line discipline
#
# CONFIG_TI_ST is not set
# CONFIG_SENSORS_LIS3_I2C is not set

#
# Altera FPGA firmware download module
#
# CONFIG_ALTERA_STAPL is not set
CONFIG_INTEL_MEI=y
CONFIG_INTEL_MEI_ME=y
# CONFIG_INTEL_MEI_TXE is not set
# CONFIG_VMWARE_VMCI is not set

#
# Intel MIC Bus Driver
#
# CONFIG_INTEL_MIC_BUS is not set

#
# Intel MIC Host Driver
#

#
# Intel MIC Card Driver
#
# CONFIG_GENWQE is not set
# CONFIG_ECHO is not set
# CONFIG_CXL_BASE is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

#
# SCSI device support
#
CONFIG_SCSI_MOD=y
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_NETLINK=y
# CONFIG_SCSI_MQ_DEFAULT is not set
# CONFIG_SCSI_PROC_FS is not set

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=y
CONFIG_SCSI_ISCSI_ATTRS=y
CONFIG_SCSI_SAS_ATTRS=y
CONFIG_SCSI_SAS_LIBSAS=y
CONFIG_SCSI_SAS_ATA=y
CONFIG_SCSI_SAS_HOST_SMP=y
CONFIG_SCSI_SRP_ATTRS=y
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
# CONFIG_BE2ISCSI is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_HPSA is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_3W_SAS is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_MVUMI is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_ESAS2R is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_MPT2SAS is not set
# CONFIG_SCSI_MPT3SAS is not set
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_VMWARE_PVSCSI is not set
# CONFIG_XEN_SCSI_FRONTEND is not set
CONFIG_HYPERV_STORAGE=y
# CONFIG_LIBFC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_ISCI is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_PMCRAID is not set
# CONFIG_SCSI_PM8001 is not set
# CONFIG_SCSI_BFA_FC is not set
# CONFIG_SCSI_VIRTIO is not set
# CONFIG_SCSI_CHELSIO_FCOE is not set
CONFIG_SCSI_DH=y
# CONFIG_SCSI_DH_RDAC is not set
# CONFIG_SCSI_DH_HP_SW is not set
# CONFIG_SCSI_DH_EMC is not set
# CONFIG_SCSI_DH_ALUA is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_ATA_ACPI=y
# CONFIG_SATA_ZPODD is not set
CONFIG_SATA_PMP=y

#
# Controllers with non-SFF native interface
#
CONFIG_SATA_AHCI=y
CONFIG_SATA_AHCI_PLATFORM=y
# CONFIG_SATA_INIC162X is not set
# CONFIG_SATA_ACARD_AHCI is not set
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y

#
# SFF controllers with custom DMA interface
#
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_SX4 is not set
CONFIG_ATA_BMDMA=y

#
# SATA SFF controllers with BMDMA
#
CONFIG_ATA_PIIX=y
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_SVW is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set

#
# PATA SFF controllers with BMDMA
#
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_ATP867X is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RDC is not set
# CONFIG_PATA_SCH is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_TOSHIBA is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set

#
# PIO-only SFF controllers
#
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_RZ1000 is not set

#
# Generic fallback / legacy drivers
#
# CONFIG_PATA_ACPI is not set
CONFIG_ATA_GENERIC=y
# CONFIG_PATA_LEGACY is not set
CONFIG_MD=y
# CONFIG_BLK_DEV_MD is not set
# CONFIG_BCACHE is not set
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_DEBUG=y
CONFIG_DM_BUFIO=y
CONFIG_DM_BIO_PRISON=y
CONFIG_DM_PERSISTENT_DATA=y
# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
CONFIG_DM_CRYPT=y
CONFIG_DM_SNAPSHOT=y
CONFIG_DM_THIN_PROVISIONING=y
# CONFIG_DM_CACHE is not set
# CONFIG_DM_ERA is not set
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_RAID is not set
# CONFIG_DM_ZERO is not set
CONFIG_DM_MULTIPATH=y
# CONFIG_DM_MULTIPATH_QL is not set
# CONFIG_DM_MULTIPATH_ST is not set
# CONFIG_DM_DELAY is not set
CONFIG_DM_UEVENT=y
# CONFIG_DM_FLAKEY is not set
# CONFIG_DM_VERITY is not set
# CONFIG_DM_SWITCH is not set
# CONFIG_TARGET_CORE is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_MII=y
CONFIG_NET_CORE=y
CONFIG_BONDING=y
CONFIG_DUMMY=y
CONFIG_EQUALIZER=y
CONFIG_NET_FC=y
CONFIG_IFB=y
# CONFIG_NET_TEAM is not set
CONFIG_MACVLAN=y
CONFIG_MACVTAP=y
# CONFIG_VXLAN is not set
CONFIG_NETCONSOLE=y
CONFIG_NETPOLL=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_TUN=y
CONFIG_VETH=y
# CONFIG_VIRTIO_NET is not set
# CONFIG_NLMON is not set
# CONFIG_ARCNET is not set

#
# CAIF transport drivers
#

#
# Distributed Switch Architecture drivers
#
# CONFIG_NET_DSA_MV88E6XXX is not set
# CONFIG_NET_DSA_MV88E6060 is not set
# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
# CONFIG_NET_DSA_MV88E6131 is not set
# CONFIG_NET_DSA_MV88E6123_61_65 is not set
# CONFIG_NET_DSA_MV88E6171 is not set
# CONFIG_NET_DSA_BCM_SF2 is not set
CONFIG_ETHERNET=y
CONFIG_MDIO=y
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_VENDOR_ADAPTEC is not set
CONFIG_NET_VENDOR_AGERE=y
# CONFIG_ET131X is not set
# CONFIG_NET_VENDOR_ALTEON is not set
# CONFIG_ALTERA_TSE is not set
# CONFIG_NET_VENDOR_AMD is not set
# CONFIG_NET_XGENE is not set
# CONFIG_NET_VENDOR_ARC is not set
# CONFIG_NET_VENDOR_ATHEROS is not set
# CONFIG_NET_VENDOR_BROADCOM is not set
# CONFIG_NET_VENDOR_BROCADE is not set
# CONFIG_NET_VENDOR_CHELSIO is not set
# CONFIG_NET_VENDOR_CISCO is not set
# CONFIG_CX_ECAT is not set
# CONFIG_DNET is not set
# CONFIG_NET_VENDOR_DEC is not set
# CONFIG_NET_VENDOR_DLINK is not set
# CONFIG_NET_VENDOR_EMULEX is not set
# CONFIG_NET_VENDOR_EXAR is not set
# CONFIG_NET_VENDOR_HP is not set
CONFIG_NET_VENDOR_INTEL=y
CONFIG_E100=y
CONFIG_E1000=y
CONFIG_E1000E=y
CONFIG_IGB=y
CONFIG_IGB_HWMON=y
CONFIG_IGB_DCA=y
CONFIG_IGBVF=y
CONFIG_IXGB=y
CONFIG_IXGBE=y
CONFIG_IXGBE_HWMON=y
CONFIG_IXGBE_DCA=y
CONFIG_IXGBE_DCB=y
CONFIG_IXGBEVF=y
# CONFIG_I40E is not set
# CONFIG_I40EVF is not set
# CONFIG_FM10K is not set
CONFIG_NET_VENDOR_I825XX=y
# CONFIG_IP1000 is not set
# CONFIG_JME is not set
# CONFIG_NET_VENDOR_MARVELL is not set
CONFIG_NET_VENDOR_MELLANOX=y
# CONFIG_MLX4_EN is not set
# CONFIG_MLX4_CORE is not set
# CONFIG_MLX5_CORE is not set
# CONFIG_NET_VENDOR_MICREL is not set
# CONFIG_NET_VENDOR_MYRI is not set
# CONFIG_FEALNX is not set
# CONFIG_NET_VENDOR_NATSEMI is not set
# CONFIG_NET_VENDOR_NVIDIA is not set
# CONFIG_NET_VENDOR_OKI is not set
# CONFIG_ETHOC is not set
# CONFIG_NET_PACKET_ENGINE is not set
# CONFIG_NET_VENDOR_QLOGIC is not set
CONFIG_NET_VENDOR_REALTEK=y
CONFIG_8139CP=y
CONFIG_8139TOO=y
# CONFIG_8139TOO_PIO is not set
CONFIG_8139TOO_TUNE_TWISTER=y
CONFIG_8139TOO_8129=y
# CONFIG_8139_OLD_RX_RESET is not set
CONFIG_R8169=y
# CONFIG_NET_VENDOR_RDC is not set
CONFIG_NET_VENDOR_SAMSUNG=y
# CONFIG_SXGBE_ETH is not set
# CONFIG_NET_VENDOR_SEEQ is not set
# CONFIG_NET_VENDOR_SILAN is not set
# CONFIG_NET_VENDOR_SIS is not set
# CONFIG_SFC is not set
# CONFIG_NET_VENDOR_SMSC is not set
# CONFIG_NET_VENDOR_STMICRO is not set
# CONFIG_NET_VENDOR_SUN is not set
# CONFIG_NET_VENDOR_TEHUTI is not set
# CONFIG_NET_VENDOR_TI is not set
# CONFIG_NET_VENDOR_VIA is not set
# CONFIG_NET_VENDOR_WIZNET is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_NET_SB1000 is not set
CONFIG_PHYLIB=y

#
# MII PHY device drivers
#
CONFIG_AT803X_PHY=y
CONFIG_AMD_PHY=y
CONFIG_MARVELL_PHY=y
CONFIG_DAVICOM_PHY=y
CONFIG_QSEMI_PHY=y
CONFIG_LXT_PHY=y
CONFIG_CICADA_PHY=y
CONFIG_VITESSE_PHY=y
CONFIG_SMSC_PHY=y
CONFIG_BROADCOM_PHY=y
# CONFIG_BCM7XXX_PHY is not set
CONFIG_BCM87XX_PHY=y
CONFIG_ICPLUS_PHY=y
CONFIG_REALTEK_PHY=y
CONFIG_NATIONAL_PHY=y
CONFIG_STE10XP=y
CONFIG_LSI_ET1011C_PHY=y
CONFIG_MICREL_PHY=y
CONFIG_FIXED_PHY=y
CONFIG_MDIO_BITBANG=y
CONFIG_MDIO_GPIO=y
# CONFIG_MDIO_BCM_UNIMAC is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
CONFIG_USB_NET_DRIVERS=y
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set
CONFIG_USB_USBNET=m
# CONFIG_USB_NET_AX8817X is not set
# CONFIG_USB_NET_AX88179_178A is not set
CONFIG_USB_NET_CDCETHER=m
# CONFIG_USB_NET_CDC_EEM is not set
# CONFIG_USB_NET_CDC_NCM is not set
# CONFIG_USB_NET_HUAWEI_CDC_NCM is not set
# CONFIG_USB_NET_CDC_MBIM is not set
# CONFIG_USB_NET_DM9601 is not set
# CONFIG_USB_NET_SR9700 is not set
# CONFIG_USB_NET_SR9800 is not set
# CONFIG_USB_NET_SMSC75XX is not set
# CONFIG_USB_NET_SMSC95XX is not set
# CONFIG_USB_NET_GL620A is not set
# CONFIG_USB_NET_NET1080 is not set
# CONFIG_USB_NET_PLUSB is not set
# CONFIG_USB_NET_MCS7830 is not set
CONFIG_USB_NET_RNDIS_HOST=m
# CONFIG_USB_NET_CDC_SUBSET is not set
# CONFIG_USB_NET_ZAURUS is not set
# CONFIG_USB_NET_CX82310_ETH is not set
# CONFIG_USB_NET_KALMIA is not set
# CONFIG_USB_NET_QMI_WWAN is not set
# CONFIG_USB_HSO is not set
# CONFIG_USB_NET_INT51X1 is not set
# CONFIG_USB_IPHETH is not set
# CONFIG_USB_SIERRA_NET is not set
# CONFIG_USB_VL600 is not set
CONFIG_WLAN=y
# CONFIG_LIBERTAS_THINFIRM is not set
# CONFIG_AIRO is not set
# CONFIG_ATMEL is not set
# CONFIG_AT76C50X_USB is not set
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
# CONFIG_USB_NET_RNDIS_WLAN is not set
# CONFIG_RTL8180 is not set
# CONFIG_RTL8187 is not set
# CONFIG_ADM8211 is not set
# CONFIG_MAC80211_HWSIM is not set
# CONFIG_MWL8K is not set
# CONFIG_ATH_CARDS is not set
# CONFIG_B43 is not set
# CONFIG_B43LEGACY is not set
# CONFIG_BRCMSMAC is not set
# CONFIG_BRCMFMAC is not set
# CONFIG_HOSTAP is not set
CONFIG_IPW2100=y
# CONFIG_IPW2100_MONITOR is not set
# CONFIG_IPW2100_DEBUG is not set
CONFIG_IPW2200=y
# CONFIG_IPW2200_MONITOR is not set
CONFIG_IPW2200_QOS=y
# CONFIG_IPW2200_DEBUG is not set
CONFIG_LIBIPW=y
CONFIG_LIBIPW_DEBUG=y
CONFIG_IWLWIFI=y
CONFIG_IWLWIFI_LEDS=y
CONFIG_IWLDVM=y
CONFIG_IWLMVM=y
# CONFIG_IWLWIFI_BCAST_FILTERING is not set
# CONFIG_IWLWIFI_UAPSD is not set

#
# Debugging Options
#
# CONFIG_IWLWIFI_DEBUG is not set
# CONFIG_IWLWIFI_DEBUGFS is not set
CONFIG_IWLEGACY=y
CONFIG_IWL4965=y
CONFIG_IWL3945=y

#
# iwl3945 / iwl4965 Debugging Options
#
# CONFIG_IWLEGACY_DEBUG is not set
# CONFIG_IWLEGACY_DEBUGFS is not set
# CONFIG_LIBERTAS is not set
# CONFIG_HERMES is not set
# CONFIG_P54_COMMON is not set
# CONFIG_RT2X00 is not set
# CONFIG_RTL_CARDS is not set
# CONFIG_WL_TI is not set
# CONFIG_ZD1211RW is not set
# CONFIG_MWIFIEX is not set
# CONFIG_CW1200 is not set
# CONFIG_RSI_91X is not set

#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#
# CONFIG_WAN is not set
CONFIG_XEN_NETDEV_FRONTEND=y
CONFIG_XEN_NETDEV_BACKEND=y
# CONFIG_VMXNET3 is not set
# CONFIG_HYPERV_NET is not set
# CONFIG_ISDN is not set

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=y
CONFIG_INPUT_POLLDEV=y
CONFIG_INPUT_SPARSEKMAP=y
# CONFIG_INPUT_MATRIXKMAP is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ADP5588=m
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1070 is not set
CONFIG_KEYBOARD_QT2160=m
CONFIG_KEYBOARD_LKKBD=m
# CONFIG_KEYBOARD_GPIO is not set
# CONFIG_KEYBOARD_GPIO_POLLED is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_MATRIX is not set
CONFIG_KEYBOARD_LM8323=m
# CONFIG_KEYBOARD_LM8333 is not set
CONFIG_KEYBOARD_MAX7359=m
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
CONFIG_KEYBOARD_NEWTON=m
CONFIG_KEYBOARD_OPENCORES=m
CONFIG_KEYBOARD_STOWAWAY=m
CONFIG_KEYBOARD_SUNKBD=m
CONFIG_KEYBOARD_XTKBD=m
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=m
CONFIG_SERIO_CT82C710=m
CONFIG_SERIO_PCIPS2=m
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
CONFIG_SERIO_ALTERA_PS2=m
# CONFIG_SERIO_PS2MULT is not set
# CONFIG_SERIO_ARC_PS2 is not set
CONFIG_HYPERV_KEYBOARD=y
CONFIG_GAMEPORT=m
CONFIG_GAMEPORT_NS558=m
CONFIG_GAMEPORT_L4=m
CONFIG_GAMEPORT_EMU10K1=m
CONFIG_GAMEPORT_FM801=m

#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_VT_CONSOLE_SLEEP=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_NONSTANDARD=y
# CONFIG_ROCKETPORT is not set
# CONFIG_CYCLADES is not set
# CONFIG_MOXA_INTELLIO is not set
# CONFIG_MOXA_SMARTIO is not set
# CONFIG_SYNCLINK is not set
# CONFIG_SYNCLINKMP is not set
# CONFIG_SYNCLINK_GT is not set
# CONFIG_NOZOMI is not set
# CONFIG_ISI is not set
# CONFIG_N_HDLC is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
# CONFIG_DEVKMEM is not set

#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_DW is not set
# CONFIG_SERIAL_8250_FINTEK is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_MFD_HSU=m
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_JSM=m
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
CONFIG_HVC_DRIVER=y
CONFIG_HVC_IRQ=y
CONFIG_HVC_XEN=y
CONFIG_HVC_XEN_FRONTEND=y
# CONFIG_VIRTIO_CONSOLE is not set
CONFIG_IPMI_HANDLER=y
# CONFIG_IPMI_PANIC_EVENT is not set
CONFIG_IPMI_DEVICE_INTERFACE=y
CONFIG_IPMI_SI=y
# CONFIG_IPMI_SI_PROBE_DEFAULTS is not set
CONFIG_IPMI_WATCHDOG=y
CONFIG_IPMI_POWEROFF=y
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_TIMERIOMEM=y
CONFIG_HW_RANDOM_INTEL=y
CONFIG_HW_RANDOM_AMD=y
CONFIG_HW_RANDOM_VIA=y
# CONFIG_HW_RANDOM_VIRTIO is not set
CONFIG_HW_RANDOM_TPM=y
CONFIG_NVRAM=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
CONFIG_HPET_MMAP=y
CONFIG_HPET_MMAP_DEFAULT=y
CONFIG_HANGCHECK_TIMER=y
CONFIG_TCG_TPM=y
CONFIG_TCG_TIS=y
# CONFIG_TCG_TIS_I2C_ATMEL is not set
# CONFIG_TCG_TIS_I2C_INFINEON is not set
# CONFIG_TCG_TIS_I2C_NUVOTON is not set
# CONFIG_TCG_NSC is not set
# CONFIG_TCG_ATMEL is not set
# CONFIG_TCG_INFINEON is not set
# CONFIG_TCG_ST33_I2C is not set
# CONFIG_TCG_XEN is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
CONFIG_HMC_DRV=m
# CONFIG_XILLYBUS is not set

#
# I2C support
#
CONFIG_I2C=y
CONFIG_ACPI_I2C_OPREGION=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
CONFIG_I2C_CHARDEV=y
# CONFIG_I2C_MUX is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=y

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
CONFIG_I2C_ALI1535=y
CONFIG_I2C_ALI1563=y
CONFIG_I2C_ALI15X3=y
CONFIG_I2C_AMD756=y
CONFIG_I2C_AMD756_S4882=y
CONFIG_I2C_AMD8111=y
CONFIG_I2C_I801=y
CONFIG_I2C_ISCH=y
CONFIG_I2C_ISMT=y
CONFIG_I2C_PIIX4=y
CONFIG_I2C_NFORCE2=y
CONFIG_I2C_NFORCE2_S4985=y
CONFIG_I2C_SIS5595=y
CONFIG_I2C_SIS630=y
CONFIG_I2C_SIS96X=y
CONFIG_I2C_VIA=y
CONFIG_I2C_VIAPRO=y

#
# ACPI drivers
#
CONFIG_I2C_SCMI=y

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_CBUS_GPIO is not set
# CONFIG_I2C_DESIGNWARE_PCI is not set
# CONFIG_I2C_GPIO is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_PXA_PCI is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_XILINX is not set

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_DIOLAN_U2C is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_SPI is not set
# CONFIG_SPMI is not set
# CONFIG_HSI is not set

#
# PPS support
#
CONFIG_PPS=y
# CONFIG_PPS_DEBUG is not set

#
# PPS clients support
#
# CONFIG_PPS_CLIENT_KTIMER is not set
CONFIG_PPS_CLIENT_LDISC=y
# CONFIG_PPS_CLIENT_GPIO is not set

#
# PPS generators support
#

#
# PTP clock support
#
CONFIG_PTP_1588_CLOCK=y

#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
CONFIG_GPIOLIB=y
CONFIG_GPIO_DEVRES=y
CONFIG_GPIO_ACPI=y
# CONFIG_DEBUG_GPIO is not set
# CONFIG_GPIO_SYSFS is not set

#
# Memory mapped GPIO drivers:
#
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_DWAPB is not set
# CONFIG_GPIO_IT8761E is not set
# CONFIG_GPIO_F7188X is not set
# CONFIG_GPIO_SCH311X is not set
# CONFIG_GPIO_SCH is not set
# CONFIG_GPIO_ICH is not set
# CONFIG_GPIO_VX855 is not set
# CONFIG_GPIO_LYNXPOINT is not set

#
# I2C GPIO expanders:
#
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set
# CONFIG_GPIO_PCF857X is not set
# CONFIG_GPIO_SX150X is not set
# CONFIG_GPIO_ADP5588 is not set

#
# PCI GPIO expanders:
#
# CONFIG_GPIO_BT8XX is not set
# CONFIG_GPIO_AMD8111 is not set
# CONFIG_GPIO_INTEL_MID is not set
CONFIG_GPIO_ML_IOH=y
# CONFIG_GPIO_RDC321X is not set

#
# SPI GPIO expanders:
#
# CONFIG_GPIO_MCP23S08 is not set

#
# AC97 GPIO expanders:
#

#
# LPC GPIO expanders:
#

#
# MODULbus GPIO expanders:
#

#
# USB GPIO expanders:
#
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_GENERIC_ADC_BATTERY is not set
# CONFIG_TEST_POWER is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_BATTERY_BQ27x00 is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_PCF50633 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_LP8727 is not set
# CONFIG_CHARGER_GPIO is not set
# CONFIG_CHARGER_BQ2415X is not set
# CONFIG_CHARGER_BQ24190 is not set
# CONFIG_CHARGER_BQ24735 is not set
# CONFIG_CHARGER_SMB347 is not set
# CONFIG_POWER_RESET is not set
# CONFIG_POWER_AVS is not set
CONFIG_HWMON=y
CONFIG_HWMON_VID=y
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7410 is not set
# CONFIG_SENSORS_ADT7411 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_ASC7621 is not set
CONFIG_SENSORS_K8TEMP=y
CONFIG_SENSORS_K10TEMP=y
CONFIG_SENSORS_FAM15H_POWER=y
# CONFIG_SENSORS_APPLESMC is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
CONFIG_SENSORS_I5K_AMB=y
CONFIG_SENSORS_F71805F=y
CONFIG_SENSORS_F71882FG=y
CONFIG_SENSORS_F75375S=y
# CONFIG_SENSORS_FSCHMD is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_G760A is not set
# CONFIG_SENSORS_G762 is not set
# CONFIG_SENSORS_GPIO_FAN is not set
# CONFIG_SENSORS_HIH6130 is not set
# CONFIG_SENSORS_IBMAEM is not set
# CONFIG_SENSORS_IBMPEX is not set
# CONFIG_SENSORS_IIO_HWMON is not set
CONFIG_SENSORS_CORETEMP=y
# CONFIG_SENSORS_IT87 is not set
CONFIG_SENSORS_JC42=y
# CONFIG_SENSORS_POWR1220 is not set
# CONFIG_SENSORS_LINEAGE is not set
# CONFIG_SENSORS_LTC2945 is not set
# CONFIG_SENSORS_LTC4151 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4222 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LTC4260 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_MAX16065 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX1668 is not set
# CONFIG_SENSORS_MAX197 is not set
# CONFIG_SENSORS_MAX6639 is not set
# CONFIG_SENSORS_MAX6642 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_MAX6697 is not set
# CONFIG_SENSORS_HTU21 is not set
# CONFIG_SENSORS_MCP3021 is not set
CONFIG_SENSORS_LM63=y
CONFIG_SENSORS_LM73=y
CONFIG_SENSORS_LM75=y
CONFIG_SENSORS_LM77=y
CONFIG_SENSORS_LM78=y
CONFIG_SENSORS_LM80=y
CONFIG_SENSORS_LM83=y
CONFIG_SENSORS_LM85=y
CONFIG_SENSORS_LM87=y
CONFIG_SENSORS_LM90=y
CONFIG_SENSORS_LM92=y
CONFIG_SENSORS_LM93=y
# CONFIG_SENSORS_LM95234 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_LM95245 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_NTC_THERMISTOR is not set
# CONFIG_SENSORS_NCT6683 is not set
# CONFIG_SENSORS_NCT6775 is not set
# CONFIG_SENSORS_PCF8591 is not set
CONFIG_PMBUS=y
CONFIG_SENSORS_PMBUS=y
# CONFIG_SENSORS_ADM1275 is not set
# CONFIG_SENSORS_LM25066 is not set
# CONFIG_SENSORS_LTC2978 is not set
# CONFIG_SENSORS_MAX16064 is not set
# CONFIG_SENSORS_MAX34440 is not set
# CONFIG_SENSORS_MAX8688 is not set
# CONFIG_SENSORS_TPS40422 is not set
# CONFIG_SENSORS_UCD9000 is not set
# CONFIG_SENSORS_UCD9200 is not set
# CONFIG_SENSORS_ZL6100 is not set
# CONFIG_SENSORS_SHT15 is not set
# CONFIG_SENSORS_SHT21 is not set
# CONFIG_SENSORS_SHTC1 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
# CONFIG_SENSORS_EMC6W201 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_SCH56XX_COMMON is not set
# CONFIG_SENSORS_SCH5627 is not set
# CONFIG_SENSORS_SCH5636 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_ADC128D818 is not set
# CONFIG_SENSORS_ADS1015 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_INA209 is not set
# CONFIG_SENSORS_INA2XX is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP103 is not set
# CONFIG_SENSORS_TMP401 is not set
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_VIA_CPUTEMP is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
CONFIG_SENSORS_W83781D=y
CONFIG_SENSORS_W83791D=y
CONFIG_SENSORS_W83792D=y
CONFIG_SENSORS_W83793=y
CONFIG_SENSORS_W83795=y
# CONFIG_SENSORS_W83795_FANCTRL is not set
CONFIG_SENSORS_W83L785TS=y
CONFIG_SENSORS_W83L786NG=y
CONFIG_SENSORS_W83627HF=y
CONFIG_SENSORS_W83627EHF=y

#
# ACPI drivers
#
CONFIG_SENSORS_ACPI_POWER=y
# CONFIG_SENSORS_ATK0110 is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_HWMON=y
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
# CONFIG_THERMAL_GOV_FAIR_SHARE is not set
CONFIG_THERMAL_GOV_STEP_WISE=y
CONFIG_THERMAL_GOV_USER_SPACE=y
# CONFIG_THERMAL_EMULATION is not set
CONFIG_INTEL_POWERCLAMP=y
CONFIG_X86_PKG_TEMP_THERMAL=y
# CONFIG_ACPI_INT3403_THERMAL is not set
# CONFIG_INTEL_SOC_DTS_THERMAL is not set

#
# Texas Instruments thermal drivers
#
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set

#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=y
# CONFIG_XILINX_WATCHDOG is not set
# CONFIG_DW_WATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
CONFIG_F71808E_WDT=y
CONFIG_SP5100_TCO=y
# CONFIG_SBC_FITPC2_WATCHDOG is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_IBMASR is not set
# CONFIG_WAFER_WDT is not set
CONFIG_I6300ESB_WDT=y
CONFIG_IE6XX_WDT=y
CONFIG_ITCO_WDT=y
CONFIG_ITCO_VENDOR_SUPPORT=y
# CONFIG_IT8712F_WDT is not set
# CONFIG_IT87_WDT is not set
# CONFIG_HP_WATCHDOG is not set
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
# CONFIG_NV_TCO is not set
# CONFIG_60XX_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_SMSC_SCH311X_WDT is not set
# CONFIG_SMSC37B787_WDT is not set
# CONFIG_VIA_WDT is not set
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_SBC_EPX_C3_WATCHDOG is not set
# CONFIG_MEN_A21_WDT is not set
CONFIG_XEN_WDT=y

#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set

#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set
CONFIG_BCMA_POSSIBLE=y

#
# Broadcom specific AMBA
#
# CONFIG_BCMA is not set

#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
# CONFIG_MFD_AS3711 is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_AAT2870_CORE is not set
# CONFIG_MFD_BCM590XX is not set
# CONFIG_MFD_AXP20X is not set
# CONFIG_MFD_CROS_EC is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9063 is not set
# CONFIG_MFD_MC13XXX_I2C is not set
CONFIG_HTC_PASIC3=m
# CONFIG_HTC_I2CPLD is not set
CONFIG_LPC_ICH=y
CONFIG_LPC_SCH=y
# CONFIG_INTEL_SOC_PMIC is not set
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_MAX14577 is not set
# CONFIG_MFD_MAX77686 is not set
# CONFIG_MFD_MAX77693 is not set
# CONFIG_MFD_MAX8907 is not set
# CONFIG_MFD_MAX8925 is not set
# CONFIG_MFD_MAX8997 is not set
# CONFIG_MFD_MAX8998 is not set
# CONFIG_MFD_MENF21BMC is not set
# CONFIG_MFD_VIPERBOARD is not set
# CONFIG_MFD_RETU is not set
CONFIG_MFD_PCF50633=m
CONFIG_PCF50633_ADC=m
CONFIG_PCF50633_GPIO=m
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RTSX_PCI is not set
# CONFIG_MFD_RTSX_USB is not set
# CONFIG_MFD_RC5T583 is not set
# CONFIG_MFD_RN5T618 is not set
# CONFIG_MFD_SEC_CORE is not set
# CONFIG_MFD_SI476X_CORE is not set
CONFIG_MFD_SM501=m
# CONFIG_MFD_SM501_GPIO is not set
# CONFIG_MFD_SMSC is not set
# CONFIG_ABX500_CORE is not set
# CONFIG_MFD_SYSCON is not set
# CONFIG_MFD_TI_AM335X_TSCADC is not set
# CONFIG_MFD_LP3943 is not set
# CONFIG_MFD_LP8788 is not set
# CONFIG_MFD_PALMAS is not set
# CONFIG_TPS6105X is not set
CONFIG_TPS65010=m
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65090 is not set
# CONFIG_MFD_TPS65217 is not set
# CONFIG_MFD_TPS65218 is not set
# CONFIG_MFD_TPS6586X is not set
# CONFIG_MFD_TPS65910 is not set
# CONFIG_MFD_TPS65912 is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_MFD_TPS80031 is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TWL6040_CORE is not set
CONFIG_MFD_WL1273_CORE=m
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_TC3589X is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_MFD_ARIZONA_I2C is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X_I2C is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_REGULATOR is not set
# CONFIG_MEDIA_SUPPORT is not set

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
CONFIG_AGP_SIS=y
CONFIG_AGP_VIA=y
CONFIG_INTEL_GTT=y
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
CONFIG_VGA_SWITCHEROO=y

#
# Direct Rendering Manager
#
CONFIG_DRM=y
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_KMS_FB_HELPER=y
# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
CONFIG_DRM_TTM=y

#
# I2C encoder or helper chips
#
CONFIG_DRM_I2C_CH7006=m
CONFIG_DRM_I2C_SIL164=m
# CONFIG_DRM_I2C_NXP_TDA998X is not set
# CONFIG_DRM_PTN3460 is not set
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_NOUVEAU is not set
CONFIG_DRM_I810=y
CONFIG_DRM_I915=y
CONFIG_DRM_I915_KMS=y
CONFIG_DRM_I915_FBDEV=y
# CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
# CONFIG_DRM_VMWGFX is not set
CONFIG_DRM_GMA500=y
CONFIG_DRM_GMA600=y
CONFIG_DRM_GMA3600=y
# CONFIG_DRM_UDL is not set
# CONFIG_DRM_AST is not set
# CONFIG_DRM_MGAG200 is not set
CONFIG_DRM_CIRRUS_QEMU=y
# CONFIG_DRM_QXL is not set
# CONFIG_DRM_BOCHS is not set

#
# Frame buffer Devices
#
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_CMDLINE=y
CONFIG_FB_DDC=y
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
CONFIG_FB_CIRRUS=y
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
CONFIG_FB_ARC=m
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
CONFIG_FB_VGA16=y
CONFIG_FB_UVESA=y
CONFIG_FB_VESA=y
CONFIG_FB_EFI=y
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
CONFIG_FB_I740=y
CONFIG_FB_LE80578=y
CONFIG_FB_CARILLO_RANCH=m
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_VIA is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_SM501 is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
# CONFIG_FB_VIRTUAL is not set
CONFIG_XEN_FBDEV_FRONTEND=y
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_BROADSHEET is not set
# CONFIG_FB_AUO_K190X is not set
# CONFIG_FB_HYPERV is not set
# CONFIG_FB_SIMPLE is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
# CONFIG_LCD_CLASS_DEVICE is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_GENERIC is not set
# CONFIG_BACKLIGHT_APPLE is not set
# CONFIG_BACKLIGHT_SAHARA is not set
# CONFIG_BACKLIGHT_ADP8860 is not set
# CONFIG_BACKLIGHT_ADP8870 is not set
# CONFIG_BACKLIGHT_PCF50633 is not set
# CONFIG_BACKLIGHT_LM3639 is not set
# CONFIG_BACKLIGHT_GPIO is not set
# CONFIG_BACKLIGHT_LV5207LP is not set
# CONFIG_BACKLIGHT_BD6107 is not set
CONFIG_VGASTATE=y
CONFIG_HDMI=y

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
# CONFIG_LOGO is not set
# CONFIG_SOUND is not set

#
# HID support
#
CONFIG_HID=y
# CONFIG_HID_BATTERY_STRENGTH is not set
CONFIG_HIDRAW=y
# CONFIG_UHID is not set
CONFIG_HID_GENERIC=y

#
# Special HID drivers
#
CONFIG_HID_A4TECH=y
# CONFIG_HID_ACRUX is not set
CONFIG_HID_APPLE=y
# CONFIG_HID_APPLEIR is not set
# CONFIG_HID_AUREAL is not set
CONFIG_HID_BELKIN=y
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
# CONFIG_HID_CP2112 is not set
CONFIG_HID_CYPRESS=y
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELECOM is not set
# CONFIG_HID_ELO is not set
CONFIG_HID_EZKEY=y
# CONFIG_HID_HOLTEK is not set
# CONFIG_HID_GT683R is not set
# CONFIG_HID_HUION is not set
# CONFIG_HID_KEYTOUCH is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_ICADE is not set
# CONFIG_HID_TWINHAN is not set
CONFIG_HID_KENSINGTON=y
# CONFIG_HID_LCPOWER is not set
# CONFIG_HID_LENOVO is not set
CONFIG_HID_LOGITECH=y
CONFIG_HID_LOGITECH_DJ=y
CONFIG_LOGITECH_FF=y
CONFIG_LOGIRUMBLEPAD2_FF=y
CONFIG_LOGIG940_FF=y
CONFIG_LOGIWHEELS_FF=y
# CONFIG_HID_MAGICMOUSE is not set
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MONTEREY=y
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_NTRIG is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PENMOUNT is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_ROCCAT is not set
# CONFIG_HID_SAITEK is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SONY is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEELSERIES is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_RMI is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_HYPERV_MOUSE is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TIVO is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_THINGM is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_WIIMOTE is not set
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
CONFIG_HID_SENSOR_HUB=y

#
# USB HID support
#
CONFIG_USB_HID=y
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y

#
# I2C HID support
#
# CONFIG_I2C_HID is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
CONFIG_USB_DYNAMIC_MINORS=y
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_OTG_FSM is not set
CONFIG_USB_MON=y
# CONFIG_USB_WUSB_CBAF is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_PCI=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_EHCI_PCI=y
# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
# CONFIG_USB_ISP1362_HCD is not set
# CONFIG_USB_FUSBH200_HCD is not set
# CONFIG_USB_FOTG210_HCD is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_PCI=y
CONFIG_USB_OHCI_HCD_PLATFORM=y
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_HCD_TEST_MODE is not set

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_REALTEK is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
# CONFIG_USB_STORAGE_ENE_UB6250 is not set
# CONFIG_USB_UAS is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USBIP_CORE is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC2 is not set
# CONFIG_USB_CHIPIDEA is not set

#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_YUREX is not set
# CONFIG_USB_EZUSB_FX2 is not set
# CONFIG_USB_HSIC_USB3503 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set

#
# USB Physical Layer drivers
#
# CONFIG_USB_PHY is not set
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_USB_GPIO_VBUS is not set
# CONFIG_USB_ISP1301 is not set
# CONFIG_USB_GADGET is not set
# CONFIG_USB_LED_TRIG is not set
# CONFIG_UWB is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y

#
# LED drivers
#
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_LM3642 is not set
CONFIG_LEDS_PCA9532=y
# CONFIG_LEDS_PCA9532_GPIO is not set
# CONFIG_LEDS_GPIO is not set
CONFIG_LEDS_LP3944=y
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 is not set
# CONFIG_LEDS_LP5562 is not set
# CONFIG_LEDS_LP8501 is not set
CONFIG_LEDS_CLEVO_MAIL=y
CONFIG_LEDS_PCA955X=y
# CONFIG_LEDS_PCA963X is not set
CONFIG_LEDS_BD2802=y
CONFIG_LEDS_INTEL_SS4200=y
CONFIG_LEDS_LT3593=y
# CONFIG_LEDS_DELL_NETBOOKS is not set
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_LM355x is not set

#
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
#
# CONFIG_LEDS_BLINKM is not set

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
# CONFIG_LEDS_TRIGGER_ONESHOT is not set
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
CONFIG_LEDS_TRIGGER_BACKLIGHT=y
# CONFIG_LEDS_TRIGGER_CPU is not set
# CONFIG_LEDS_TRIGGER_GPIO is not set
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y

#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
# CONFIG_LEDS_TRIGGER_CAMERA is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
CONFIG_RTC_DRV_DS1307=y
CONFIG_RTC_DRV_DS1374=y
CONFIG_RTC_DRV_DS1672=y
# CONFIG_RTC_DRV_DS3232 is not set
CONFIG_RTC_DRV_MAX6900=y
CONFIG_RTC_DRV_RS5C372=y
CONFIG_RTC_DRV_ISL1208=y
# CONFIG_RTC_DRV_ISL12022 is not set
# CONFIG_RTC_DRV_ISL12057 is not set
CONFIG_RTC_DRV_X1205=y
# CONFIG_RTC_DRV_PCF2127 is not set
# CONFIG_RTC_DRV_PCF8523 is not set
CONFIG_RTC_DRV_PCF8563=y
# CONFIG_RTC_DRV_PCF85063 is not set
CONFIG_RTC_DRV_PCF8583=y
CONFIG_RTC_DRV_M41T80=y
# CONFIG_RTC_DRV_M41T80_WDT is not set
CONFIG_RTC_DRV_BQ32K=y
CONFIG_RTC_DRV_S35390A=y
CONFIG_RTC_DRV_FM3130=y
CONFIG_RTC_DRV_RX8581=y
CONFIG_RTC_DRV_RX8025=y
# CONFIG_RTC_DRV_EM3027 is not set
# CONFIG_RTC_DRV_RV3029C2 is not set

#
# SPI RTC drivers
#

#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
CONFIG_RTC_DRV_DS1286=y
CONFIG_RTC_DRV_DS1511=y
CONFIG_RTC_DRV_DS1553=y
CONFIG_RTC_DRV_DS1742=y
CONFIG_RTC_DRV_DS2404=y
# CONFIG_RTC_DRV_EFI is not set
CONFIG_RTC_DRV_STK17TA8=y
CONFIG_RTC_DRV_M48T86=y
CONFIG_RTC_DRV_M48T35=y
CONFIG_RTC_DRV_M48T59=y
CONFIG_RTC_DRV_MSM6242=y
CONFIG_RTC_DRV_BQ4802=y
CONFIG_RTC_DRV_RP5C01=y
CONFIG_RTC_DRV_V3020=y
# CONFIG_RTC_DRV_PCF50633 is not set

#
# on-CPU RTC drivers
#
# CONFIG_RTC_DRV_XGENE is not set

#
# HID Sensor RTC drivers
#
CONFIG_RTC_DRV_HID_SENSOR_TIME=y
CONFIG_DMADEVICES=y
# CONFIG_DMADEVICES_DEBUG is not set

#
# DMA Devices
#
# CONFIG_INTEL_MID_DMAC is not set
CONFIG_INTEL_IOATDMA=y
# CONFIG_DW_DMAC_CORE is not set
# CONFIG_DW_DMAC is not set
# CONFIG_DW_DMAC_PCI is not set
CONFIG_DMA_ENGINE=y
CONFIG_DMA_ACPI=y

#
# DMA Clients
#
CONFIG_ASYNC_TX_DMA=y
# CONFIG_DMATEST is not set
CONFIG_DMA_ENGINE_RAID=y
CONFIG_DCA=y
# CONFIG_AUXDISPLAY is not set
# CONFIG_UIO is not set
# CONFIG_VFIO is not set
# CONFIG_VIRT_DRIVERS is not set
CONFIG_VIRTIO=y

#
# Virtio drivers
#
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_BALLOON=y
# CONFIG_VIRTIO_MMIO is not set

#
# Microsoft Hyper-V guest support
#
CONFIG_HYPERV=y
CONFIG_HYPERV_UTILS=y
# CONFIG_HYPERV_BALLOON is not set

#
# Xen driver support
#
CONFIG_XEN_BALLOON=y
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_DEV_EVTCHN=y
CONFIG_XEN_BACKEND=y
CONFIG_XENFS=y
CONFIG_XEN_COMPAT_XENFS=y
CONFIG_XEN_SYS_HYPERVISOR=y
CONFIG_XEN_XENBUS_FRONTEND=y
CONFIG_XEN_GNTDEV=y
CONFIG_XEN_GRANT_DEV_ALLOC=y
CONFIG_SWIOTLB_XEN=y
CONFIG_XEN_PCIDEV_BACKEND=y
CONFIG_XEN_PRIVCMD=y
CONFIG_XEN_ACPI_PROCESSOR=y
CONFIG_XEN_MCE_LOG=y
CONFIG_XEN_HAVE_PVMMU=y
CONFIG_XEN_EFI=y
# CONFIG_STAGING is not set
CONFIG_X86_PLATFORM_DEVICES=y
# CONFIG_ACER_WMI is not set
# CONFIG_ACERHDF is not set
# CONFIG_ALIENWARE_WMI is not set
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_DELL_WMI is not set
# CONFIG_DELL_WMI_AIO is not set
# CONFIG_DELL_SMO8800 is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_FUJITSU_TABLET is not set
# CONFIG_AMILO_RFKILL is not set
# CONFIG_HP_ACCEL is not set
# CONFIG_HP_WIRELESS is not set
# CONFIG_HP_WMI is not set
# CONFIG_MSI_LAPTOP is not set
# CONFIG_PANASONIC_LAPTOP is not set
# CONFIG_COMPAL_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_IDEAPAD_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_SENSORS_HDAPS is not set
CONFIG_INTEL_MENLOW=y
CONFIG_ACPI_WMI=y
# CONFIG_MSI_WMI is not set
# CONFIG_TOPSTAR_LAPTOP is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_TOSHIBA_BT_RFKILL is not set
# CONFIG_TOSHIBA_HAPS is not set
# CONFIG_ACPI_CMPC is not set
# CONFIG_INTEL_IPS is not set
# CONFIG_IBM_RTL is not set
# CONFIG_SAMSUNG_LAPTOP is not set
CONFIG_MXM_WMI=y
# CONFIG_INTEL_OAKTRAIL is not set
# CONFIG_SAMSUNG_Q10 is not set
# CONFIG_APPLE_GMUX is not set
# CONFIG_INTEL_RST is not set
# CONFIG_INTEL_SMARTCONNECT is not set
# CONFIG_PVPANIC is not set
# CONFIG_CHROME_PLATFORMS is not set

#
# SOC (System On Chip) specific Drivers
#
# CONFIG_SOC_TI is not set

#
# Hardware Spinlock drivers
#

#
# Clock Source drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_I8253_LOCK=y
CONFIG_CLKBLD_I8253=y
# CONFIG_ATMEL_PIT is not set
# CONFIG_SH_TIMER_CMT is not set
# CONFIG_SH_TIMER_MTU2 is not set
# CONFIG_SH_TIMER_TMU is not set
# CONFIG_EM_TIMER_STI is not set
# CONFIG_MAILBOX is not set
CONFIG_IOMMU_API=y
CONFIG_IOMMU_SUPPORT=y
CONFIG_AMD_IOMMU=y
# CONFIG_AMD_IOMMU_STATS is not set
# CONFIG_AMD_IOMMU_V2 is not set
CONFIG_DMAR_TABLE=y
CONFIG_INTEL_IOMMU=y
# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
CONFIG_INTEL_IOMMU_FLOPPY_WA=y
CONFIG_IRQ_REMAP=y

#
# Remoteproc drivers
#
# CONFIG_STE_MODEM_RPROC is not set

#
# Rpmsg drivers
#

#
# SOC (System On Chip) specific Drivers
#
# CONFIG_PM_DEVFREQ is not set
# CONFIG_EXTCON is not set
# CONFIG_MEMORY is not set
CONFIG_IIO=y
# CONFIG_IIO_BUFFER is not set
# CONFIG_IIO_TRIGGER is not set

#
# Accelerometers
#
# CONFIG_BMA180 is not set
# CONFIG_BMC150_ACCEL is not set
# CONFIG_HID_SENSOR_ACCEL_3D is not set
# CONFIG_IIO_ST_ACCEL_3AXIS is not set
# CONFIG_MMA8452 is not set
# CONFIG_KXCJK1013 is not set

#
# Analog to digital converters
#
# CONFIG_AD7291 is not set
# CONFIG_AD799X is not set
# CONFIG_MAX1363 is not set
# CONFIG_MCP3422 is not set
# CONFIG_NAU7802 is not set
# CONFIG_TI_ADC081C is not set

#
# Amplifiers
#

#
# Hid Sensor IIO Common
#
CONFIG_HID_SENSOR_IIO_COMMON=y
# CONFIG_HID_SENSOR_IIO_TRIGGER is not set

#
# Digital to analog converters
#
# CONFIG_AD5064 is not set
# CONFIG_AD5380 is not set
# CONFIG_AD5446 is not set
# CONFIG_MAX517 is not set
# CONFIG_MCP4725 is not set

#
# Frequency Synthesizers DDS/PLL
#

#
# Clock Generator/Distribution
#

#
# Phase-Locked Loop (PLL) frequency synthesizers
#

#
# Digital gyroscope sensors
#
# CONFIG_BMG160 is not set
# CONFIG_HID_SENSOR_GYRO_3D is not set
# CONFIG_IIO_ST_GYRO_3AXIS is not set
# CONFIG_ITG3200 is not set

#
# Humidity sensors
#
# CONFIG_DHT11 is not set
# CONFIG_SI7005 is not set

#
# Inertial measurement units
#
# CONFIG_INV_MPU6050_IIO is not set

#
# Light sensors
#
# CONFIG_ADJD_S311 is not set
# CONFIG_AL3320A is not set
# CONFIG_APDS9300 is not set
# CONFIG_CM32181 is not set
# CONFIG_CM36651 is not set
# CONFIG_GP2AP020A00F is not set
# CONFIG_ISL29125 is not set
# CONFIG_HID_SENSOR_ALS is not set
# CONFIG_HID_SENSOR_PROX is not set
# CONFIG_LTR501 is not set
# CONFIG_TCS3414 is not set
# CONFIG_TCS3472 is not set
# CONFIG_SENSORS_TSL2563 is not set
# CONFIG_TSL4531 is not set
# CONFIG_VCNL4000 is not set

#
# Magnetometer sensors
#
# CONFIG_AK8975 is not set
# CONFIG_AK09911 is not set
# CONFIG_MAG3110 is not set
# CONFIG_HID_SENSOR_MAGNETOMETER_3D is not set
# CONFIG_IIO_ST_MAGN_3AXIS is not set

#
# Inclinometer sensors
#
# CONFIG_HID_SENSOR_INCLINOMETER_3D is not set
# CONFIG_HID_SENSOR_DEVICE_ROTATION is not set

#
# Pressure sensors
#
# CONFIG_HID_SENSOR_PRESS is not set
# CONFIG_MPL115 is not set
# CONFIG_MPL3115 is not set
# CONFIG_IIO_ST_PRESS is not set
# CONFIG_T5403 is not set

#
# Lightning sensors
#

#
# Temperature sensors
#
# CONFIG_MLX90614 is not set
# CONFIG_TMP006 is not set
# CONFIG_NTB is not set
# CONFIG_VME_BUS is not set
# CONFIG_PWM is not set
# CONFIG_IPACK_BUS is not set
# CONFIG_RESET_CONTROLLER is not set
# CONFIG_FMC is not set

#
# PHY Subsystem
#
# CONFIG_GENERIC_PHY is not set
# CONFIG_BCM_KONA_USB2_PHY is not set
# CONFIG_POWERCAP is not set
# CONFIG_MCB is not set
# CONFIG_THUNDERBOLT is not set

#
# Firmware Drivers
#
CONFIG_EDD=y
# CONFIG_EDD_OFF is not set
CONFIG_FIRMWARE_MEMMAP=y
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
CONFIG_DMIID=y
# CONFIG_DMI_SYSFS is not set
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
# CONFIG_ISCSI_IBFT_FIND is not set
# CONFIG_GOOGLE_FIRMWARE is not set

#
# EFI (Extensible Firmware Interface) Support
#
# CONFIG_EFI_VARS is not set
CONFIG_EFI_RUNTIME_MAP=y
CONFIG_EFI_RUNTIME_WRAPPERS=y
CONFIG_UEFI_CPER=y

#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
CONFIG_BTRFS_FS=y
CONFIG_BTRFS_FS_POSIX_ACL=y
# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
# CONFIG_BTRFS_DEBUG is not set
# CONFIG_BTRFS_ASSERT is not set
# CONFIG_NILFS2_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
# CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
CONFIG_PRINT_QUOTA_WARNING=y
# CONFIG_QUOTA_DEBUG is not set
# CONFIG_QFMT_V1 is not set
# CONFIG_QFMT_V2 is not set
CONFIG_QUOTACTL=y
CONFIG_QUOTACTL_COMPAT=y
CONFIG_AUTOFS4_FS=y
CONFIG_FUSE_FS=y
# CONFIG_CUSE is not set

#
# Caches
#
CONFIG_FSCACHE=y
CONFIG_FSCACHE_STATS=y
# CONFIG_FSCACHE_HISTOGRAM is not set
# CONFIG_FSCACHE_DEBUG is not set
# CONFIG_FSCACHE_OBJECT_LIST is not set
CONFIG_CACHEFILES=y
# CONFIG_CACHEFILES_DEBUG is not set
# CONFIG_CACHEFILES_HISTOGRAM is not set

#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
# CONFIG_UDF_FS is not set

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="utf8"
CONFIG_NTFS_FS=y
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_VMCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
# CONFIG_CONFIGFS_FS is not set
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_ECRYPT_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_LOGFS is not set
# CONFIG_CRAMFS is not set
CONFIG_SQUASHFS=y
CONFIG_SQUASHFS_FILE_CACHE=y
# CONFIG_SQUASHFS_FILE_DIRECT is not set
CONFIG_SQUASHFS_DECOMP_SINGLE=y
# CONFIG_SQUASHFS_DECOMP_MULTI is not set
# CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set
# CONFIG_SQUASHFS_XATTR is not set
CONFIG_SQUASHFS_ZLIB=y
CONFIG_SQUASHFS_LZO=y
CONFIG_SQUASHFS_XZ=y
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
# CONFIG_SQUASHFS_EMBEDDED is not set
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_PSTORE=y
# CONFIG_PSTORE_CONSOLE is not set
# CONFIG_PSTORE_RAM is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
# CONFIG_F2FS_FS is not set
# CONFIG_EFIVAR_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
# CONFIG_NFS_FS is not set
# CONFIG_NFSD is not set
# CONFIG_CEPH_FS is not set
CONFIG_CIFS=y
# CONFIG_CIFS_STATS is not set
CONFIG_CIFS_WEAK_PW_HASH=y
CONFIG_CIFS_UPCALL=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
CONFIG_CIFS_ACL=y
CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set
CONFIG_CIFS_DFS_UPCALL=y
# CONFIG_CIFS_SMB2 is not set
CONFIG_CIFS_FSCACHE=y
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_MAC_ROMAN is not set
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
CONFIG_NLS_UTF8=y

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y

#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
CONFIG_BOOT_PRINTK_DELAY=y
# CONFIG_DYNAMIC_DEBUG is not set

#
# Compile-time checks and compiler options
#
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_INFO_REDUCED is not set
# CONFIG_DEBUG_INFO_SPLIT is not set
# CONFIG_DEBUG_INFO_DWARF4 is not set
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=2048
CONFIG_STRIP_ASM_SYMS=y
# CONFIG_READABLE_ASM is not set
CONFIG_UNUSED_SYMBOLS=y
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_ARCH_WANT_FRAME_POINTERS=y
# CONFIG_FRAME_POINTER is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
CONFIG_DEBUG_KERNEL=y

#
# Memory Debugging
#
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_VIRTUAL is not set
CONFIG_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
CONFIG_HAVE_ARCH_KMEMCHECK=y
CONFIG_DEBUG_SHIRQ=y

#
# Debug Lockups and Hangs
#
CONFIG_LOCKUP_DETECTOR=y
CONFIG_HARDLOCKUP_DETECTOR=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_PANIC_TIMEOUT=0
CONFIG_SCHED_DEBUG=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_SCHED_STACK_END_CHECK is not set
# CONFIG_TIMER_STATS is not set

#
# Lock Debugging (spinlocks, mutexes, etc...)
#
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_ATOMIC_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_LOCK_TORTURE_TEST is not set
# CONFIG_STACKTRACE is not set
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_PI_LIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_DEBUG_CREDENTIALS is not set

#
# RCU Debugging
#
# CONFIG_SPARSE_RCU_POINTER is not set
# CONFIG_TORTURE_TEST is not set
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=60
# CONFIG_RCU_CPU_STALL_INFO is not set
# CONFIG_RCU_TRACE is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y
# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_FENTRY=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set

#
# Runtime Testing
#
# CONFIG_LKDTM is not set
# CONFIG_TEST_LIST_SORT is not set
# CONFIG_KPROBES_SANITY_TEST is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
# CONFIG_PERCPU_TEST is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_TEST_STRING_HELPERS is not set
# CONFIG_TEST_KSTRTOX is not set
# CONFIG_TEST_RHASHTABLE is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
CONFIG_DMA_API_DEBUG=y
# CONFIG_TEST_LKM is not set
# CONFIG_TEST_USER_COPY is not set
# CONFIG_TEST_BPF is not set
# CONFIG_TEST_FIRMWARE is not set
# CONFIG_TEST_UDELAY is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_STRICT_DEVMEM=y
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
# CONFIG_EARLY_PRINTK_EFI is not set
# CONFIG_X86_PTDUMP is not set
CONFIG_DEBUG_RODATA=y
# CONFIG_DEBUG_RODATA_TEST is not set
CONFIG_DEBUG_SET_MODULE_RONX=y
# CONFIG_DEBUG_NX_TEST is not set
CONFIG_DOUBLEFAULT=y
# CONFIG_DEBUG_TLBFLUSH is not set
# CONFIG_IOMMU_DEBUG is not set
# CONFIG_IOMMU_STRESS is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
# CONFIG_X86_DECODER_SELFTEST is not set
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set
CONFIG_OPTIMIZE_INLINING=y
# CONFIG_DEBUG_NMI_SELFTEST is not set
# CONFIG_X86_DEBUG_STATIC_CPU_HAS is not set

#
# Security options
#
CONFIG_KEYS=y
# CONFIG_PERSISTENT_KEYRINGS is not set
# CONFIG_BIG_KEYS is not set
# CONFIG_TRUSTED_KEYS is not set
# CONFIG_ENCRYPTED_KEYS is not set
CONFIG_KEYS_DEBUG_PROC_KEYS=y
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
# CONFIG_SECURITY_NETWORK is not set
# CONFIG_SECURITY_PATH is not set
# CONFIG_INTEL_TXT is not set
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
# CONFIG_SECURITY_APPARMOR is not set
# CONFIG_SECURITY_YAMA is not set
CONFIG_INTEGRITY=y
# CONFIG_INTEGRITY_SIGNATURE is not set
CONFIG_INTEGRITY_AUDIT=y
# CONFIG_IMA is not set
# CONFIG_EVM is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_XOR_BLOCKS=y
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP=y
CONFIG_CRYPTO_PCOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_USER is not set
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_PCRYPT=y
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=y
# CONFIG_CRYPTO_MCRYPTD is not set
CONFIG_CRYPTO_AUTHENC=y
# CONFIG_CRYPTO_TEST is not set
CONFIG_CRYPTO_ABLK_HELPER=y
CONFIG_CRYPTO_GLUE_HELPER_X86=y

#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=y
CONFIG_CRYPTO_GCM=y
CONFIG_CRYPTO_SEQIV=y

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_CTS=m
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LRW=y
CONFIG_CRYPTO_PCBC=y
CONFIG_CRYPTO_XTS=y

#
# Hash modes
#
CONFIG_CRYPTO_CMAC=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=y
CONFIG_CRYPTO_VMAC=y

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32C_INTEL=y
# CONFIG_CRYPTO_CRC32 is not set
# CONFIG_CRYPTO_CRC32_PCLMUL is not set
CONFIG_CRYPTO_CRCT10DIF=y
# CONFIG_CRYPTO_CRCT10DIF_PCLMUL is not set
CONFIG_CRYPTO_GHASH=y
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_RMD128=y
CONFIG_CRYPTO_RMD160=y
CONFIG_CRYPTO_RMD256=y
CONFIG_CRYPTO_RMD320=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA1_SSSE3=y
# CONFIG_CRYPTO_SHA256_SSSE3 is not set
# CONFIG_CRYPTO_SHA512_SSSE3 is not set
# CONFIG_CRYPTO_SHA1_MB is not set
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
CONFIG_CRYPTO_TGR192=y
CONFIG_CRYPTO_WP512=y
CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=y

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_X86_64=y
CONFIG_CRYPTO_AES_NI_INTEL=y
CONFIG_CRYPTO_ANUBIS=y
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_BLOWFISH=y
CONFIG_CRYPTO_BLOWFISH_COMMON=y
CONFIG_CRYPTO_BLOWFISH_X86_64=y
CONFIG_CRYPTO_CAMELLIA=y
# CONFIG_CRYPTO_CAMELLIA_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 is not set
CONFIG_CRYPTO_CAST_COMMON=y
CONFIG_CRYPTO_CAST5=y
# CONFIG_CRYPTO_CAST5_AVX_X86_64 is not set
CONFIG_CRYPTO_CAST6=y
# CONFIG_CRYPTO_CAST6_AVX_X86_64 is not set
CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_DES3_EDE_X86_64 is not set
CONFIG_CRYPTO_FCRYPT=y
CONFIG_CRYPTO_KHAZAD=y
CONFIG_CRYPTO_SALSA20=y
CONFIG_CRYPTO_SALSA20_X86_64=y
CONFIG_CRYPTO_SEED=y
CONFIG_CRYPTO_SERPENT=y
# CONFIG_CRYPTO_SERPENT_SSE2_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX2_X86_64 is not set
CONFIG_CRYPTO_TEA=y
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
CONFIG_CRYPTO_TWOFISH_X86_64=y
CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=y
# CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_ZLIB=y
CONFIG_CRYPTO_LZO=y
# CONFIG_CRYPTO_LZ4 is not set
# CONFIG_CRYPTO_LZ4HC is not set

#
# Random Number Generation
#
CONFIG_CRYPTO_ANSI_CPRNG=y
# CONFIG_CRYPTO_DRBG_MENU is not set
CONFIG_CRYPTO_USER_API=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_USER_API_SKCIPHER=y
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_PADLOCK is not set
# CONFIG_CRYPTO_DEV_CCP is not set
# CONFIG_CRYPTO_DEV_QAT_DH895xCC is not set
# CONFIG_ASYMMETRIC_KEY_TYPE is not set
CONFIG_HAVE_KVM=y
# CONFIG_VIRTUALIZATION is not set
# CONFIG_BINARY_PRINTF is not set

#
# Library routines
#
CONFIG_RAID6_PQ=y
CONFIG_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_IO=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
CONFIG_CRC7=y
CONFIG_LIBCRC32C=y
CONFIG_CRC8=y
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_DECOMPRESS_LZ4=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=y
CONFIG_TEXTSEARCH_BM=y
CONFIG_TEXTSEARCH_FSM=y
CONFIG_INTERVAL_TREE=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_GLOB=y
# CONFIG_GLOB_SELFTEST is not set
CONFIG_NLATTR=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
CONFIG_LRU_CACHE=y
CONFIG_AVERAGE=y
CONFIG_CORDIC=y
# CONFIG_DDR is not set
CONFIG_UCS2_STRING=y
CONFIG_FONT_SUPPORT=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_ARCH_HAS_SG_CHAIN=y

[-- Attachment #6: lspci-tv.txt --]
[-- Type: text/plain, Size: 1179 bytes --]

-[0000:00]-+-00.0  Intel Corporation 3rd Gen Core processor DRAM Controller
           +-02.0  Intel Corporation 3rd Gen Core processor Graphics Controller
           +-14.0  Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller
           +-16.0  Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1
           +-16.3  Intel Corporation 7 Series/C210 Series Chipset Family KT Controller
           +-19.0  Intel Corporation 82579LM Gigabit Network Connection
           +-1a.0  Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2
           +-1b.0  Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller
           +-1c.0-[01]--
           +-1c.2-[02]----00.0  Intel Corporation Centrino Advanced-N 6235
           +-1d.0  Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1
           +-1f.0  Intel Corporation QS77 Express Chipset LPC Controller
           +-1f.2  Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode]
           \-1f.3  Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller

[-- Attachment #7: lspci-vvvknn-dom0-before.txt --]
[-- Type: text/plain, Size: 19180 bytes --]

00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev 09)
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>

00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09) (prog-if 00 [VGA controller])
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at f000 [size=64]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a4] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-

00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04) (prog-if 30 [XHCI])
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 61
	Region 0: Memory at f7d20000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: [70] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
		Address: 00000000fee00358  Data: 0000
	Kernel driver in use: xhci_hcd

00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 58
	Region 0: Memory at f7d3c000 (64-bit, non-prefetchable) [size=16]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee002d8  Data: 0000
	Kernel driver in use: mei_me

00:16.3 Serial controller [0700]: Intel Corporation 7 Series/C210 Series Chipset Family KT Controller [8086:1e3d] (rev 04) (prog-if 02 [16550])
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 19
	Region 0: I/O ports at f0e0 [size=8]
	Region 1: Memory at f7d3a000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [c8] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Kernel driver in use: serial

00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network Connection [8086:1502] (rev 04)
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 60
	Region 0: Memory at f7d00000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at f7d39000 (32-bit, non-prefetchable) [size=4K]
	Region 2: I/O ports at f080 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00338  Data: 0000
	Capabilities: [e0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: e1000e

00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04) (prog-if 20 [EHCI])
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at f7d38000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci

00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 22
	Region 0: Memory at f7d30000 (64-bit, non-prefetchable) [disabled] [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=1 ArbSelect=Fixed TC/VC=22
			Status:	NegoPending- InProgress-
	Capabilities: [130 v1] Root Complex Link
		Desc:	PortNumber=0f ComponentID=00 EltType=Config
		Link0:	Desc:	TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
			Addr:	00000000fed1c000
	Kernel driver in use: pciback

00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00238  Data: 0000
	Capabilities: [90] Subsystem: Intel Corporation Device [8086:204f]
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1c.2 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 [8086:1e14] (rev c4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f7c00000-f7cfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #3, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #2, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00278  Data: 0000
	Capabilities: [90] Subsystem: Intel Corporation Device [8086:204f]
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04) (prog-if 20 [EHCI])
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at f7d37000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci

00:1f.0 ISA bridge [0601]: Intel Corporation QS77 Express Chipset LPC Controller [8086:1e56] (rev 04)
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: lpc_ich

00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04) (prog-if 01 [AHCI 1.0])
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 59
	Region 0: I/O ports at f0d0 [size=8]
	Region 1: I/O ports at f0c0 [size=4]
	Region 2: I/O ports at f0b0 [size=8]
	Region 3: I/O ports at f0a0 [size=4]
	Region 4: I/O ports at f060 [size=32]
	Region 5: Memory at f7d36000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee002f8  Data: 0000
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci

00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04)
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at f7d35000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at f040 [size=32]

02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6235 [8086:088e] (rev 24)
	Subsystem: Intel Corporation Centrino Advanced-N 6235 AGN [8086:4060]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at f7c00000 (64-bit, non-prefetchable) [disabled] [size=8K]
	Capabilities: [c8] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 <32us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 80-00-0b-ff-ff-1e-ba-18
	Kernel driver in use: pciback


[-- Attachment #8: lspci-vvvknn-dom0-during.txt --]
[-- Type: text/plain, Size: 19208 bytes --]

00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev 09)
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>

00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09) (prog-if 00 [VGA controller])
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at f000 [size=64]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a4] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-

00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04) (prog-if 30 [XHCI])
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 61
	Region 0: Memory at f7d20000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: [70] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
		Address: 00000000fee00358  Data: 0000
	Kernel driver in use: xhci_hcd

00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 58
	Region 0: Memory at f7d3c000 (64-bit, non-prefetchable) [size=16]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee002d8  Data: 0000
	Kernel driver in use: mei_me

00:16.3 Serial controller [0700]: Intel Corporation 7 Series/C210 Series Chipset Family KT Controller [8086:1e3d] (rev 04) (prog-if 02 [16550])
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 19
	Region 0: I/O ports at f0e0 [size=8]
	Region 1: Memory at f7d3a000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [c8] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Kernel driver in use: serial

00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network Connection [8086:1502] (rev 04)
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 60
	Region 0: Memory at f7d00000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at f7d39000 (32-bit, non-prefetchable) [size=4K]
	Region 2: I/O ports at f080 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00338  Data: 0000
	Capabilities: [e0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: e1000e

00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04) (prog-if 20 [EHCI])
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at f7d38000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci

00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 68
	Region 0: Memory at f7d30000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00378  Data: 0000
	Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=1 ArbSelect=Fixed TC/VC=22
			Status:	NegoPending- InProgress-
	Capabilities: [130 v1] Root Complex Link
		Desc:	PortNumber=0f ComponentID=00 EltType=Config
		Link0:	Desc:	TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
			Addr:	00000000fed1c000
	Kernel driver in use: pciback

00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00238  Data: 0000
	Capabilities: [90] Subsystem: Intel Corporation Device [8086:204f]
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1c.2 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 [8086:1e14] (rev c4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f7c00000-f7cfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #3, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #2, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00278  Data: 0000
	Capabilities: [90] Subsystem: Intel Corporation Device [8086:204f]
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04) (prog-if 20 [EHCI])
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at f7d37000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci

00:1f.0 ISA bridge [0601]: Intel Corporation QS77 Express Chipset LPC Controller [8086:1e56] (rev 04)
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: lpc_ich

00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04) (prog-if 01 [AHCI 1.0])
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 59
	Region 0: I/O ports at f0d0 [size=8]
	Region 1: I/O ports at f0c0 [size=4]
	Region 2: I/O ports at f0b0 [size=8]
	Region 3: I/O ports at f0a0 [size=4]
	Region 4: I/O ports at f060 [size=32]
	Region 5: Memory at f7d36000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee002f8  Data: 0000
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci

00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04)
	Subsystem: Intel Corporation Device [8086:204f]
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at f7d35000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at f040 [size=32]

02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6235 [8086:088e] (rev 24)
	Subsystem: Intel Corporation Centrino Advanced-N 6235 AGN [8086:4060]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at f7c00000 (64-bit, non-prefetchable) [disabled] [size=8K]
	Capabilities: [c8] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 <32us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 80-00-0b-ff-ff-1e-ba-18
	Kernel driver in use: pciback


[-- Attachment #9: xl-dmesg-destroy.txt --]
[-- Type: text/plain, Size: 15182 bytes --]

 Xen 4.5-unstable
(XEN) Xen version 4.5-unstable (root@) (gcc (Debian 4.7.2-5) 4.7.2) debug=y Mon Oct 20 06:33:35 CEST 2014
(XEN) Latest ChangeSet: Thu Oct 9 10:17:32 2014 +0100 git:0c09b64
(XEN) Bootloader: GRUB 1.99-27+deb7u2
(XEN) Command line: dom0_mem=1536M,max:1536M loglvl=all loglvl_guest=all console_timestamps vga=gfx-1024x768x32 cpuidle cpufreq=xen iommu=on,verbose
(XEN) Video information:
(XEN)  VGA is graphics mode 1024x768, 32 bpp
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 1 MBR signatures
(XEN)  Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009d800 (usable)
(XEN)  000000000009d800 - 00000000000a0000 (reserved)
(XEN)  00000000000e0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 0000000020000000 (usable)
(XEN)  0000000020000000 - 0000000020200000 (reserved)
(XEN)  0000000020200000 - 0000000040004000 (usable)
(XEN)  0000000040004000 - 0000000040005000 (reserved)
(XEN)  0000000040005000 - 00000000db9f0000 (usable)
(XEN)  00000000db9f0000 - 00000000dbe6f000 (reserved)
(XEN)  00000000dbe6f000 - 00000000dbe7f000 (ACPI data)
(XEN)  00000000dbe7f000 - 00000000dbf9d000 (ACPI NVS)
(XEN)  00000000dbf9d000 - 00000000dc20d000 (reserved)
(XEN)  00000000dc20d000 - 00000000dc20e000 (usable)
(XEN)  00000000dc20e000 - 00000000dc251000 (ACPI NVS)
(XEN)  00000000dc251000 - 00000000dd000000 (usable)
(XEN)  00000000dd000000 - 00000000dfa00000 (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 - 000000021e600000 (usable)
(XEN) ACPI: RSDP 000F0490, 0024 (r2  Intel)
(XEN) ACPI: XSDT DBE73080, 007C (r1  Intel D53427RK       11 AMI     10013)
(XEN) ACPI: FACP DBE7D100, 010C (r5  Intel D53427RK       11 AMI     10013)
(XEN) ACPI: DSDT DBE73188, 9F72 (r2  Intel D53427RK       11 INTL 20051117)
(XEN) ACPI: FACS DBF9B080, 0040
(XEN) ACPI: APIC DBE7D210, 0072 (r3  Intel D53427RK       11 AMI     10013)
(XEN) ACPI: FPDT DBE7D288, 0044 (r1  Intel D53427RK       11 AMI     10013)
(XEN) ACPI: TCPA DBE7D2D0, 0032 (r2 APTIO4  NAPAASF       11 MSFT  1000013)
(XEN) ACPI: MCFG DBE7D308, 003C (r1  Intel D53427RK       11 MSFT       97)
(XEN) ACPI: HPET DBE7D348, 0038 (r1  Intel D53427RK       11 AMI.        5)
(XEN) ACPI: SSDT DBE7D380, 0315 (r1 SataRe SataTabl       11 INTL 20091112)
(XEN) ACPI: SSDT DBE7D698, 09AA (r1  PmRef  Cpu0Ist       11 INTL 20051117)
(XEN) ACPI: SSDT DBE7E048, 0B22 (r1  PmRef    CpuPm       11 INTL 20051117)
(XEN) ACPI: DMAR DBE7EB70, 00B8 (r1 INTEL      SNB        11 INTL        1)
(XEN) ACPI: ASF! DBE7EC28, 00A5 (r32 INTEL       HCG       11 TFSM    F4240)
(XEN) System RAM: 8107MB (8301808kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-000000021e600000
(XEN) Domain heap initialised
(XEN) vesafb: framebuffer at 0xe0000000, mapped to 0xffff82c000201000, using 4096k, total 32704k
(XEN) vesafb: mode is 1024x768x32, linelength=4096, font 8x14
(XEN) vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
(XEN) found SMP MP-table at 000fd730
(XEN) DMI 2.7 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x408
(XEN) ACPI: v5 SLEEP INFO: control[0:0], status[0:0]
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1:404,1:0], pm1x_evt[1:400,1:0]
(XEN) ACPI: 32/64X FACS address mismatch in FADT - dbf9b080/0000000000000000, using 32
(XEN) ACPI:             wakeup_vec[dbf9b08c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 7:10 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
(XEN) Processor #2 7:10 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
(XEN) Processor #1 7:10 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
(XEN) Processor #3 7:10 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) [VT-D]dmar.c:788: Host address width 36
(XEN) [VT-D]dmar.c:802: found ACPI_DMAR_DRHD:
(XEN) [VT-D]dmar.c:472:   dmaru->address = fed90000
(XEN) [VT-D]iommu.c:1146: drhd->address = fed90000 iommu->reg = ffff82c000602000
(XEN) [VT-D]iommu.c:1148: cap = c0000020e60262 ecap = f0101a
(XEN) [VT-D]dmar.c:383:  endpoint: 0000:00:02.0
(XEN) [VT-D]dmar.c:802: found ACPI_DMAR_DRHD:
(XEN) [VT-D]dmar.c:472:   dmaru->address = fed91000
(XEN) [VT-D]iommu.c:1146: drhd->address = fed91000 iommu->reg = ffff82c000604000
(XEN) [VT-D]iommu.c:1148: cap = c9008020660262 ecap = f0105a
(XEN) [VT-D]dmar.c:397:  IOAPIC: 0000:f0:1f.0
(XEN) [VT-D]dmar.c:361:  MSI HPET: 0000:f0:0f.0
(XEN) [VT-D]dmar.c:486:   flags: INCLUDE_ALL
(XEN) [VT-D]dmar.c:807: found ACPI_DMAR_RMRR:
(XEN) [VT-D]dmar.c:383:  endpoint: 0000:00:1d.0
(XEN) [VT-D]dmar.c:383:  endpoint: 0000:00:1a.0
(XEN) [VT-D]dmar.c:383:  endpoint: 0000:00:14.0
(XEN) [VT-D]dmar.c:676:   RMRR region: base_addr dbe06000 end_address dbe12fff
(XEN) [VT-D]dmar.c:807: found ACPI_DMAR_RMRR:
(XEN) [VT-D]dmar.c:383:  endpoint: 0000:00:02.0
(XEN) [VT-D]dmar.c:676:   RMRR region: base_addr dd800000 end_address df9fffff
(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 2294.833 MHz processor.
(XEN) Initing memory sharing.
(XEN) xstate_init: using cntxt_size: 0x340 and states: 0x7
(XEN) mce_intel.c:719: MCA Capability: BCAST 1 SER 0 CMCI 1 firstbank 0 extended MCE MSR 0
(XEN) Intel machine check reporting enabled
(XEN) alt table ffff82d0802d8cd0 -> ffff82d0802d9cf0
(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) [2014-10-21 02:53:23] Platform timer is 14.318MHz HPET
(XEN) [2014-10-21 02:53:23] Allocated console ring of 32 KiB.
(XEN) [2014-10-21 02:53:23] mwait-idle: MWAIT substates: 0x21120
(XEN) [2014-10-21 02:53:23] mwait-idle: v0.4 model 0x3a
(XEN) [2014-10-21 02:53:23] mwait-idle: lapic_timer_reliable_states 0xffffffff
(XEN) [2014-10-21 02:53:23] VMX: Supported advanced features:
(XEN) [2014-10-21 02:53:23]  - APIC MMIO access virtualisation
(XEN) [2014-10-21 02:53:23]  - APIC TPR shadow
(XEN) [2014-10-21 02:53:23]  - Extended Page Tables (EPT)
(XEN) [2014-10-21 02:53:23]  - Virtual-Processor Identifiers (VPID)
(XEN) [2014-10-21 02:53:23]  - Virtual NMI
(XEN) [2014-10-21 02:53:23]  - MSR direct-access bitmap
(XEN) [2014-10-21 02:53:23]  - Unrestricted Guest
(XEN) [2014-10-21 02:53:23] HVM: ASIDs enabled.
(XEN) [2014-10-21 02:53:23] HVM: VMX enabled
(XEN) [2014-10-21 02:53:23] HVM: Hardware Assisted Paging (HAP) detected
(XEN) [2014-10-21 02:53:23] HVM: HAP page sizes: 4kB, 2MB
(XEN) [2014-10-21 02:53:23] Brought up 4 CPUs
(XEN) [2014-10-21 02:53:23] ACPI sleep modes: S3
(XEN) [2014-10-21 02:53:23] mcheck_poll: Machine check polling timer started.
(XEN) [2014-10-21 02:53:23] *** LOADING DOMAIN 0 ***
(XEN) [2014-10-21 02:53:24] elf_parse_binary: phdr: paddr=0x1000000 memsz=0xd7b000
(XEN) [2014-10-21 02:53:24] elf_parse_binary: phdr: paddr=0x1e00000 memsz=0xf3000
(XEN) [2014-10-21 02:53:24] elf_parse_binary: phdr: paddr=0x1ef3000 memsz=0x13880
(XEN) [2014-10-21 02:53:24] elf_parse_binary: phdr: paddr=0x1f07000 memsz=0x3f8000
(XEN) [2014-10-21 02:53:24] elf_parse_binary: memory: 0x1000000 -> 0x22ff000
(XEN) [2014-10-21 02:53:24] elf_xen_parse_note: GUEST_OS = "linux"
(XEN) [2014-10-21 02:53:24] elf_xen_parse_note: GUEST_VERSION = "2.6"
(XEN) [2014-10-21 02:53:24] elf_xen_parse_note: XEN_VERSION = "xen-3.0"
(XEN) [2014-10-21 02:53:24] elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000
(XEN) [2014-10-21 02:53:24] elf_xen_parse_note: ENTRY = 0xffffffff81f071f0
(XEN) [2014-10-21 02:53:24] elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000
(XEN) [2014-10-21 02:53:24] elf_xen_parse_note: FEATURES = "!writable_page_tables|pae_pgdir_above_4gb|writable_descriptor_tables|auto_translated_physmap|supervisor_mode_kernel"
(XEN) [2014-10-21 02:53:24] elf_xen_parse_note: SUPPORTED_FEATURES = 0x90d
(XEN) [2014-10-21 02:53:24] elf_xen_parse_note: PAE_MODE = "yes"
(XEN) [2014-10-21 02:53:24] elf_xen_parse_note: LOADER = "generic"
(XEN) [2014-10-21 02:53:24] elf_xen_parse_note: unknown xen elf note (0xd)
(XEN) [2014-10-21 02:53:24] elf_xen_parse_note: SUSPEND_CANCEL = 0x1
(XEN) [2014-10-21 02:53:24] elf_xen_parse_note: MOD_START_PFN = 0x1
(XEN) [2014-10-21 02:53:24] elf_xen_parse_note: HV_START_LOW = 0xffff800000000000
(XEN) [2014-10-21 02:53:24] elf_xen_parse_note: PADDR_OFFSET = 0x0
(XEN) [2014-10-21 02:53:24] elf_xen_addr_calc_check: addresses:
(XEN) [2014-10-21 02:53:24]     virt_base        = 0xffffffff80000000
(XEN) [2014-10-21 02:53:24]     elf_paddr_offset = 0x0
(XEN) [2014-10-21 02:53:24]     virt_offset      = 0xffffffff80000000
(XEN) [2014-10-21 02:53:24]     virt_kstart      = 0xffffffff81000000
(XEN) [2014-10-21 02:53:24]     virt_kend        = 0xffffffff822ff000
(XEN) [2014-10-21 02:53:24]     virt_entry       = 0xffffffff81f071f0
(XEN) [2014-10-21 02:53:25]     p2m_base         = 0xffffffffffffffff
(XEN) [2014-10-21 02:53:25]  Xen  kernel: 64-bit, lsb, compat32
(XEN) [2014-10-21 02:53:25]  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x22ff000
(XEN) [2014-10-21 02:53:25] PHYSICAL MEMORY ARRANGEMENT:
(XEN) [2014-10-21 02:53:25]  Dom0 alloc.:   0000000210000000->0000000214000000 (375396 pages to be allocated)
(XEN) [2014-10-21 02:53:25]  Init. ramdisk: 000000021e064000->000000021e5ffa00
(XEN) [2014-10-21 02:53:25] VIRTUAL MEMORY ARRANGEMENT:
(XEN) [2014-10-21 02:53:25]  Loaded kernel: ffffffff81000000->ffffffff822ff000
(XEN) [2014-10-21 02:53:25]  Init. ramdisk: 0000000000000000->0000000000000000
(XEN) [2014-10-21 02:53:25]  Phys-Mach map: ffffffff822ff000->ffffffff825ff000
(XEN) [2014-10-21 02:53:25]  Start info:    ffffffff825ff000->ffffffff825ff4b4
(XEN) [2014-10-21 02:53:25]  Page tables:   ffffffff82600000->ffffffff82617000
(XEN) [2014-10-21 02:53:25]  Boot stack:    ffffffff82617000->ffffffff82618000
(XEN) [2014-10-21 02:53:25]  TOTAL:         ffffffff80000000->ffffffff82800000
(XEN) [2014-10-21 02:53:25]  ENTRY ADDRESS: ffffffff81f071f0
(XEN) [2014-10-21 02:53:25] Dom0 has maximum 4 VCPUs
(XEN) [2014-10-21 02:53:25] elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff81d7b000
(XEN) [2014-10-21 02:53:25] elf_load_binary: phdr 1 at 0xffffffff81e00000 -> 0xffffffff81ef3000
(XEN) [2014-10-21 02:53:25] elf_load_binary: phdr 2 at 0xffffffff81ef3000 -> 0xffffffff81f06880
(XEN) [2014-10-21 02:53:25] elf_load_binary: phdr 3 at 0xffffffff81f07000 -> 0xffffffff81ff0000
(XEN) [2014-10-21 02:53:27] [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:00:00.0 map
(XEN) [2014-10-21 02:53:27] Bogus DMIBAR 0xfed18001 on 0000:00:00.0
(XEN) [2014-10-21 02:53:27] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:02.0
(XEN) [2014-10-21 02:53:27] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:14.0
(XEN) [2014-10-21 02:53:27] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:16.0
(XEN) [2014-10-21 02:53:27] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:16.3
(XEN) [2014-10-21 02:53:27] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:19.0
(XEN) [2014-10-21 02:53:27] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1a.0
(XEN) [2014-10-21 02:53:27] [VT-D]iommu.c:1444: d0:PCIe: map 0000:00:1b.0
(XEN) [2014-10-21 02:53:27] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1d.0
(XEN) [2014-10-21 02:53:27] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1f.0
(XEN) [2014-10-21 02:53:27] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1f.2
(XEN) [2014-10-21 02:53:27] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1f.3
(XEN) [2014-10-21 02:53:27] [VT-D]iommu.c:1444: d0:PCIe: map 0000:02:00.0
(XEN) [2014-10-21 02:53:28] [VT-D]iommu.c:739: iommu_enable_translation: iommu->reg = ffff82c000602000
(XEN) [2014-10-21 02:53:28] [VT-D]iommu.c:739: iommu_enable_translation: iommu->reg = ffff82c000604000
(XEN) [2014-10-21 02:53:28] Scrubbing Free RAM on 1 nodes using 2 CPUs
(XEN) [2014-10-21 02:53:28] ..................................done.
(XEN) [2014-10-21 02:53:28] Initial low memory virq threshold set at 0x4000 pages.
(XEN) [2014-10-21 02:53:28] Std. Loglevel: All
(XEN) [2014-10-21 02:53:28] Guest Loglevel: All
(XEN) [2014-10-21 02:53:29] Xen is relinquishing VGA console.
(XEN) [2014-10-21 02:53:29] *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) [2014-10-21 02:53:29] Freed 292kB init memory.
(XEN) [2014-10-21 02:53:29] Bogus DMIBAR 0xfed18001 on 0000:00:00.0
(XEN) [2014-10-21 02:53:29] PCI add device 0000:00:00.0
(XEN) [2014-10-21 02:53:29] PCI add device 0000:00:02.0
(XEN) [2014-10-21 02:53:29] PCI add device 0000:00:14.0
(XEN) [2014-10-21 02:53:29] PCI add device 0000:00:16.0
(XEN) [2014-10-21 02:53:29] PCI add device 0000:00:16.3
(XEN) [2014-10-21 02:53:29] PCI add device 0000:00:19.0
(XEN) [2014-10-21 02:53:29] PCI add device 0000:00:1a.0
(XEN) [2014-10-21 02:53:29] PCI add device 0000:00:1b.0
(XEN) [2014-10-21 02:53:29] PCI add device 0000:00:1c.0
(XEN) [2014-10-21 02:53:29] PCI add device 0000:00:1c.2
(XEN) [2014-10-21 02:53:29] PCI add device 0000:00:1d.0
(XEN) [2014-10-21 02:53:29] PCI add device 0000:00:1f.0
(XEN) [2014-10-21 02:53:29] PCI add device 0000:00:1f.2
(XEN) [2014-10-21 02:53:29] PCI add device 0000:00:1f.3
(XEN) [2014-10-21 02:53:29] PCI add device 0000:02:00.0

# GUEST START

(XEN) [2014-10-21 03:08:29] [VT-D]iommu.c:1583: d0:PCIe: unmap 0000:00:1b.0
(XEN) [2014-10-21 03:08:29] [VT-D]iommu.c:1444: d1:PCIe: map 0000:00:1b.0
(d1) [2014-10-21 03:08:29] mapping kernel into physical memory
(d1) [2014-10-21 03:08:29] about to get started...

# GUEST DESTROY

(XEN) [2014-10-21 03:09:48] [VT-D]iommu.c:1583: d1:PCIe: unmap 0000:00:1b.0
(XEN) [2014-10-21 03:09:48] [VT-D]iommu.c:1444: d0:PCIe: map 0000:00:1b.0

[-- Attachment #10: xl-dmesg-shutdown.txt --]
[-- Type: text/plain, Size: 33312 bytes --]

 Xen 4.5-unstable
(XEN) Xen version 4.5-unstable (root@) (gcc (Debian 4.7.2-5) 4.7.2) debug=y Mon Oct 20 06:33:35 CEST 2014
(XEN) Latest ChangeSet: Thu Oct 9 10:17:32 2014 +0100 git:0c09b64
(XEN) Bootloader: GRUB 1.99-27+deb7u2
(XEN) Command line: dom0_mem=1536M,max:1536M loglvl=all loglvl_guest=all console_timestamps vga=gfx-1024x768x32 cpuidle cpufreq=xen iommu=on,verbose
(XEN) Video information:
(XEN)  VGA is graphics mode 1024x768, 32 bpp
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 1 MBR signatures
(XEN)  Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009d800 (usable)
(XEN)  000000000009d800 - 00000000000a0000 (reserved)
(XEN)  00000000000e0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 0000000020000000 (usable)
(XEN)  0000000020000000 - 0000000020200000 (reserved)
(XEN)  0000000020200000 - 0000000040004000 (usable)
(XEN)  0000000040004000 - 0000000040005000 (reserved)
(XEN)  0000000040005000 - 00000000db9f0000 (usable)
(XEN)  00000000db9f0000 - 00000000dbe6f000 (reserved)
(XEN)  00000000dbe6f000 - 00000000dbe7f000 (ACPI data)
(XEN)  00000000dbe7f000 - 00000000dbf9d000 (ACPI NVS)
(XEN)  00000000dbf9d000 - 00000000dc20d000 (reserved)
(XEN)  00000000dc20d000 - 00000000dc20e000 (usable)
(XEN)  00000000dc20e000 - 00000000dc251000 (ACPI NVS)
(XEN)  00000000dc251000 - 00000000dd000000 (usable)
(XEN)  00000000dd000000 - 00000000dfa00000 (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 - 000000021e600000 (usable)
(XEN) ACPI: RSDP 000F0490, 0024 (r2  Intel)
(XEN) ACPI: XSDT DBE73080, 007C (r1  Intel D53427RK       11 AMI     10013)
(XEN) ACPI: FACP DBE7D100, 010C (r5  Intel D53427RK       11 AMI     10013)
(XEN) ACPI: DSDT DBE73188, 9F72 (r2  Intel D53427RK       11 INTL 20051117)
(XEN) ACPI: FACS DBF9B080, 0040
(XEN) ACPI: APIC DBE7D210, 0072 (r3  Intel D53427RK       11 AMI     10013)
(XEN) ACPI: FPDT DBE7D288, 0044 (r1  Intel D53427RK       11 AMI     10013)
(XEN) ACPI: TCPA DBE7D2D0, 0032 (r2 APTIO4  NAPAASF       11 MSFT  1000013)
(XEN) ACPI: MCFG DBE7D308, 003C (r1  Intel D53427RK       11 MSFT       97)
(XEN) ACPI: HPET DBE7D348, 0038 (r1  Intel D53427RK       11 AMI.        5)
(XEN) ACPI: SSDT DBE7D380, 0315 (r1 SataRe SataTabl       11 INTL 20091112)
(XEN) ACPI: SSDT DBE7D698, 09AA (r1  PmRef  Cpu0Ist       11 INTL 20051117)
(XEN) ACPI: SSDT DBE7E048, 0B22 (r1  PmRef    CpuPm       11 INTL 20051117)
(XEN) ACPI: DMAR DBE7EB70, 00B8 (r1 INTEL      SNB        11 INTL        1)
(XEN) ACPI: ASF! DBE7EC28, 00A5 (r32 INTEL       HCG       11 TFSM    F4240)
(XEN) System RAM: 8107MB (8301808kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-000000021e600000
(XEN) Domain heap initialised
(XEN) vesafb: framebuffer at 0xe0000000, mapped to 0xffff82c000201000, using 4096k, total 32704k
(XEN) vesafb: mode is 1024x768x32, linelength=4096, font 8x14
(XEN) vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
(XEN) found SMP MP-table at 000fd730
(XEN) DMI 2.7 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x408
(XEN) ACPI: v5 SLEEP INFO: control[0:0], status[0:0]
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1:404,1:0], pm1x_evt[1:400,1:0]
(XEN) ACPI: 32/64X FACS address mismatch in FADT - dbf9b080/0000000000000000, using 32
(XEN) ACPI:             wakeup_vec[dbf9b08c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 7:10 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
(XEN) Processor #2 7:10 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
(XEN) Processor #1 7:10 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
(XEN) Processor #3 7:10 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) [VT-D]dmar.c:788: Host address width 36
(XEN) [VT-D]dmar.c:802: found ACPI_DMAR_DRHD:
(XEN) [VT-D]dmar.c:472:   dmaru->address = fed90000
(XEN) [VT-D]iommu.c:1146: drhd->address = fed90000 iommu->reg = ffff82c000602000
(XEN) [VT-D]iommu.c:1148: cap = c0000020e60262 ecap = f0101a
(XEN) [VT-D]dmar.c:383:  endpoint: 0000:00:02.0
(XEN) [VT-D]dmar.c:802: found ACPI_DMAR_DRHD:
(XEN) [VT-D]dmar.c:472:   dmaru->address = fed91000
(XEN) [VT-D]iommu.c:1146: drhd->address = fed91000 iommu->reg = ffff82c000604000
(XEN) [VT-D]iommu.c:1148: cap = c9008020660262 ecap = f0105a
(XEN) [VT-D]dmar.c:397:  IOAPIC: 0000:f0:1f.0
(XEN) [VT-D]dmar.c:361:  MSI HPET: 0000:f0:0f.0
(XEN) [VT-D]dmar.c:486:   flags: INCLUDE_ALL
(XEN) [VT-D]dmar.c:807: found ACPI_DMAR_RMRR:
(XEN) [VT-D]dmar.c:383:  endpoint: 0000:00:1d.0
(XEN) [VT-D]dmar.c:383:  endpoint: 0000:00:1a.0
(XEN) [VT-D]dmar.c:383:  endpoint: 0000:00:14.0
(XEN) [VT-D]dmar.c:676:   RMRR region: base_addr dbe06000 end_address dbe12fff
(XEN) [VT-D]dmar.c:807: found ACPI_DMAR_RMRR:
(XEN) [VT-D]dmar.c:383:  endpoint: 0000:00:02.0
(XEN) [VT-D]dmar.c:676:   RMRR region: base_addr dd800000 end_address df9fffff
(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 2294.841 MHz processor.
(XEN) Initing memory sharing.
(XEN) xstate_init: using cntxt_size: 0x340 and states: 0x7
(XEN) mce_intel.c:719: MCA Capability: BCAST 1 SER 0 CMCI 1 firstbank 0 extended MCE MSR 0
(XEN) Intel machine check reporting enabled
(XEN) alt table ffff82d0802d8cd0 -> ffff82d0802d9cf0
(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) [2014-10-21 02:03:26] Platform timer is 14.318MHz HPET
(XEN) [2014-10-21 02:03:26] Allocated console ring of 32 KiB.
(XEN) [2014-10-21 02:03:26] mwait-idle: MWAIT substates: 0x21120
(XEN) [2014-10-21 02:03:26] mwait-idle: v0.4 model 0x3a
(XEN) [2014-10-21 02:03:27] mwait-idle: lapic_timer_reliable_states 0xffffffff
(XEN) [2014-10-21 02:03:27] VMX: Supported advanced features:
(XEN) [2014-10-21 02:03:27]  - APIC MMIO access virtualisation
(XEN) [2014-10-21 02:03:27]  - APIC TPR shadow
(XEN) [2014-10-21 02:03:27]  - Extended Page Tables (EPT)
(XEN) [2014-10-21 02:03:27]  - Virtual-Processor Identifiers (VPID)
(XEN) [2014-10-21 02:03:27]  - Virtual NMI
(XEN) [2014-10-21 02:03:27]  - MSR direct-access bitmap
(XEN) [2014-10-21 02:03:27]  - Unrestricted Guest
(XEN) [2014-10-21 02:03:27] HVM: ASIDs enabled.
(XEN) [2014-10-21 02:03:27] HVM: VMX enabled
(XEN) [2014-10-21 02:03:27] HVM: Hardware Assisted Paging (HAP) detected
(XEN) [2014-10-21 02:03:27] HVM: HAP page sizes: 4kB, 2MB
(XEN) [2014-10-21 02:03:27] Brought up 4 CPUs
(XEN) [2014-10-21 02:03:27] ACPI sleep modes: S3
(XEN) [2014-10-21 02:03:27] mcheck_poll: Machine check polling timer started.
(XEN) [2014-10-21 02:03:27] *** LOADING DOMAIN 0 ***
(XEN) [2014-10-21 02:03:27] elf_parse_binary: phdr: paddr=0x1000000 memsz=0xd7b000
(XEN) [2014-10-21 02:03:27] elf_parse_binary: phdr: paddr=0x1e00000 memsz=0xf3000
(XEN) [2014-10-21 02:03:27] elf_parse_binary: phdr: paddr=0x1ef3000 memsz=0x13880
(XEN) [2014-10-21 02:03:27] elf_parse_binary: phdr: paddr=0x1f07000 memsz=0x3f8000
(XEN) [2014-10-21 02:03:27] elf_parse_binary: memory: 0x1000000 -> 0x22ff000
(XEN) [2014-10-21 02:03:27] elf_xen_parse_note: GUEST_OS = "linux"
(XEN) [2014-10-21 02:03:28] elf_xen_parse_note: GUEST_VERSION = "2.6"
(XEN) [2014-10-21 02:03:28] elf_xen_parse_note: XEN_VERSION = "xen-3.0"
(XEN) [2014-10-21 02:03:28] elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000
(XEN) [2014-10-21 02:03:28] elf_xen_parse_note: ENTRY = 0xffffffff81f071f0
(XEN) [2014-10-21 02:03:28] elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000
(XEN) [2014-10-21 02:03:28] elf_xen_parse_note: FEATURES = "!writable_page_tables|pae_pgdir_above_4gb|writable_descriptor_tables|auto_translated_physmap|supervisor_mode_kernel"
(XEN) [2014-10-21 02:03:28] elf_xen_parse_note: SUPPORTED_FEATURES = 0x90d
(XEN) [2014-10-21 02:03:28] elf_xen_parse_note: PAE_MODE = "yes"
(XEN) [2014-10-21 02:03:28] elf_xen_parse_note: LOADER = "generic"
(XEN) [2014-10-21 02:03:28] elf_xen_parse_note: unknown xen elf note (0xd)
(XEN) [2014-10-21 02:03:28] elf_xen_parse_note: SUSPEND_CANCEL = 0x1
(XEN) [2014-10-21 02:03:28] elf_xen_parse_note: MOD_START_PFN = 0x1
(XEN) [2014-10-21 02:03:28] elf_xen_parse_note: HV_START_LOW = 0xffff800000000000
(XEN) [2014-10-21 02:03:28] elf_xen_parse_note: PADDR_OFFSET = 0x0
(XEN) [2014-10-21 02:03:28] elf_xen_addr_calc_check: addresses:
(XEN) [2014-10-21 02:03:28]     virt_base        = 0xffffffff80000000
(XEN) [2014-10-21 02:03:28]     elf_paddr_offset = 0x0
(XEN) [2014-10-21 02:03:28]     virt_offset      = 0xffffffff80000000
(XEN) [2014-10-21 02:03:28]     virt_kstart      = 0xffffffff81000000
(XEN) [2014-10-21 02:03:28]     virt_kend        = 0xffffffff822ff000
(XEN) [2014-10-21 02:03:28]     virt_entry       = 0xffffffff81f071f0
(XEN) [2014-10-21 02:03:28]     p2m_base         = 0xffffffffffffffff
(XEN) [2014-10-21 02:03:28]  Xen  kernel: 64-bit, lsb, compat32
(XEN) [2014-10-21 02:03:28]  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x22ff000
(XEN) [2014-10-21 02:03:28] PHYSICAL MEMORY ARRANGEMENT:
(XEN) [2014-10-21 02:03:28]  Dom0 alloc.:   0000000210000000->0000000214000000 (375396 pages to be allocated)
(XEN) [2014-10-21 02:03:28]  Init. ramdisk: 000000021e064000->000000021e5ffa00
(XEN) [2014-10-21 02:03:28] VIRTUAL MEMORY ARRANGEMENT:
(XEN) [2014-10-21 02:03:28]  Loaded kernel: ffffffff81000000->ffffffff822ff000
(XEN) [2014-10-21 02:03:29]  Init. ramdisk: 0000000000000000->0000000000000000
(XEN) [2014-10-21 02:03:29]  Phys-Mach map: ffffffff822ff000->ffffffff825ff000
(XEN) [2014-10-21 02:03:29]  Start info:    ffffffff825ff000->ffffffff825ff4b4
(XEN) [2014-10-21 02:03:29]  Page tables:   ffffffff82600000->ffffffff82617000
(XEN) [2014-10-21 02:03:29]  Boot stack:    ffffffff82617000->ffffffff82618000
(XEN) [2014-10-21 02:03:29]  TOTAL:         ffffffff80000000->ffffffff82800000
(XEN) [2014-10-21 02:03:29]  ENTRY ADDRESS: ffffffff81f071f0
(XEN) [2014-10-21 02:03:29] Dom0 has maximum 4 VCPUs
(XEN) [2014-10-21 02:03:29] elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff81d7b000
(XEN) [2014-10-21 02:03:29] elf_load_binary: phdr 1 at 0xffffffff81e00000 -> 0xffffffff81ef3000
(XEN) [2014-10-21 02:03:29] elf_load_binary: phdr 2 at 0xffffffff81ef3000 -> 0xffffffff81f06880
(XEN) [2014-10-21 02:03:29] elf_load_binary: phdr 3 at 0xffffffff81f07000 -> 0xffffffff81ff0000
(XEN) [2014-10-21 02:03:31] [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:00:00.0 map
(XEN) [2014-10-21 02:03:31] Bogus DMIBAR 0xfed18001 on 0000:00:00.0
(XEN) [2014-10-21 02:03:31] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:02.0
(XEN) [2014-10-21 02:03:31] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:14.0
(XEN) [2014-10-21 02:03:31] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:16.0
(XEN) [2014-10-21 02:03:31] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:16.3
(XEN) [2014-10-21 02:03:31] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:19.0
(XEN) [2014-10-21 02:03:31] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1a.0
(XEN) [2014-10-21 02:03:31] [VT-D]iommu.c:1444: d0:PCIe: map 0000:00:1b.0
(XEN) [2014-10-21 02:03:31] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1d.0
(XEN) [2014-10-21 02:03:31] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1f.0
(XEN) [2014-10-21 02:03:31] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1f.2
(XEN) [2014-10-21 02:03:31] [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1f.3
(XEN) [2014-10-21 02:03:31] [VT-D]iommu.c:1444: d0:PCIe: map 0000:02:00.0
(XEN) [2014-10-21 02:03:31] [VT-D]iommu.c:739: iommu_enable_translation: iommu->reg = ffff82c000602000
(XEN) [2014-10-21 02:03:31] [VT-D]iommu.c:739: iommu_enable_translation: iommu->reg = ffff82c000604000
(XEN) [2014-10-21 02:03:31] Scrubbing Free RAM on 1 nodes using 2 CPUs
(XEN) [2014-10-21 02:03:31] ..................................done.
(XEN) [2014-10-21 02:03:32] Initial low memory virq threshold set at 0x4000 pages.
(XEN) [2014-10-21 02:03:32] Std. Loglevel: All
(XEN) [2014-10-21 02:03:32] Guest Loglevel: All
(XEN) [2014-10-21 02:03:32] Xen is relinquishing VGA console.
(XEN) [2014-10-21 02:03:33] *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) [2014-10-21 02:03:33] Freed 292kB init memory.
(XEN) [2014-10-21 02:03:33] Bogus DMIBAR 0xfed18001 on 0000:00:00.0
(XEN) [2014-10-21 02:03:33] PCI add device 0000:00:00.0
(XEN) [2014-10-21 02:03:33] PCI add device 0000:00:02.0
(XEN) [2014-10-21 02:03:33] PCI add device 0000:00:14.0
(XEN) [2014-10-21 02:03:33] PCI add device 0000:00:16.0
(XEN) [2014-10-21 02:03:33] PCI add device 0000:00:16.3
(XEN) [2014-10-21 02:03:33] PCI add device 0000:00:19.0
(XEN) [2014-10-21 02:03:33] PCI add device 0000:00:1a.0
(XEN) [2014-10-21 02:03:33] PCI add device 0000:00:1b.0
(XEN) [2014-10-21 02:03:33] PCI add device 0000:00:1c.0
(XEN) [2014-10-21 02:03:33] PCI add device 0000:00:1c.2
(XEN) [2014-10-21 02:03:33] PCI add device 0000:00:1d.0
(XEN) [2014-10-21 02:03:33] PCI add device 0000:00:1f.0
(XEN) [2014-10-21 02:03:33] PCI add device 0000:00:1f.2
(XEN) [2014-10-21 02:03:33] PCI add device 0000:00:1f.3
(XEN) [2014-10-21 02:03:33] PCI add device 0000:02:00.0

# GUEST START

(XEN) [2014-10-21 02:10:32] [VT-D]iommu.c:1583: d0:PCIe: unmap 0000:00:1b.0
(XEN) [2014-10-21 02:10:32] [VT-D]iommu.c:1444: d1:PCIe: map 0000:00:1b.0
(d1) [2014-10-21 02:10:32] mapping kernel into physical memory
(d1) [2014-10-21 02:10:32] about to get started...
(XEN) [2014-10-21 02:11:03] IRQ information:
(XEN) [2014-10-21 02:11:03]    IRQ:   0 affinity:1 vec:f0 type=IO-APIC-edge    status=00000000 timer_interrupt()
(XEN) [2014-10-21 02:11:03]    IRQ:   1 affinity:1 vec:38 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:11:03]    IRQ:   3 affinity:1 vec:40 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:11:03]    IRQ:   4 affinity:1 vec:48 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:11:03]    IRQ:   5 affinity:1 vec:50 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:11:03]    IRQ:   6 affinity:1 vec:58 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:11:03]    IRQ:   7 affinity:1 vec:60 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:11:03]    IRQ:   8 affinity:8 vec:51 type=IO-APIC-edge    status=00000030 in-flight=0 domain-list=0:  8(---),
(XEN) [2014-10-21 02:11:03]    IRQ:   9 affinity:f vec:70 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-10-21 02:11:03]    IRQ:  10 affinity:1 vec:78 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:11:03]    IRQ:  11 affinity:1 vec:88 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:11:03]    IRQ:  12 affinity:1 vec:90 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:11:03]    IRQ:  13 affinity:f vec:98 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:11:03]    IRQ:  14 affinity:1 vec:a0 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:11:03]    IRQ:  15 affinity:1 vec:a8 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:11:03]    IRQ:  16 affinity:8 vec:b0 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
(XEN) [2014-10-21 02:11:03]    IRQ:  18 affinity:f vec:c8 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-10-21 02:11:03]    IRQ:  19 affinity:f vec:21 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-10-21 02:11:03]    IRQ:  20 affinity:f vec:39 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-10-21 02:11:03]    IRQ:  22 affinity:8 vec:d8 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 22(---),
(XEN) [2014-10-21 02:11:03]    IRQ:  23 affinity:8 vec:b8 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 23(---),
(XEN) [2014-10-21 02:11:03]    IRQ:  24 affinity:f vec:28 type=DMA_MSI         status=00000000 iommu_page_fault()
(XEN) [2014-10-21 02:11:03]    IRQ:  25 affinity:f vec:30 type=DMA_MSI         status=00000000 iommu_page_fault()
(XEN) [2014-10-21 02:11:03]    IRQ:  26 affinity:1 vec:c0 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:279(---),
(XEN) [2014-10-21 02:11:03]    IRQ:  27 affinity:1 vec:d0 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:278(---),
(XEN) [2014-10-21 02:11:03]    IRQ:  28 affinity:1 vec:29 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:277(---),
(XEN) [2014-10-21 02:11:03]    IRQ:  29 affinity:4 vec:31 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:276(---),
(XEN) [2014-10-21 02:11:03]    IRQ:  30 affinity:2 vec:61 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:275(---),
(XEN) [2014-10-21 02:11:03]    IRQ:  31 affinity:8 vec:49 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:274(---),
(XEN) [2014-10-21 02:11:03]    IRQ:  32 affinity:4 vec:69 type=PCI-MSI         status=00000030 in-flight=0 domain-list=1: 55(---),
(XEN) [2014-10-21 02:11:03] Direct vector information:
(XEN) [2014-10-21 02:11:03]    0x20 -> irq_move_cleanup_interrupt()
(XEN) [2014-10-21 02:11:03]    0xf1 -> cmci_interrupt()
(XEN) [2014-10-21 02:11:03]    0xf2 -> intel_thermal_interrupt()
(XEN) [2014-10-21 02:11:03]    0xf9 -> pmu_apic_interrupt()
(XEN) [2014-10-21 02:11:03]    0xfa -> apic_timer_interrupt()
(XEN) [2014-10-21 02:11:03]    0xfb -> call_function_interrupt()
(XEN) [2014-10-21 02:11:03]    0xfc -> event_check_interrupt()
(XEN) [2014-10-21 02:11:03]    0xfd -> invalidate_interrupt()
(XEN) [2014-10-21 02:11:03]    0xfe -> error_interrupt()
(XEN) [2014-10-21 02:11:03]    0xff -> spurious_interrupt()
(XEN) [2014-10-21 02:11:03] IO-APIC interrupt information:
(XEN) [2014-10-21 02:11:03]     IRQ  0 Vec240:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ  1 Vec 56:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin  1: vec=38 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ  3 Vec 64:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin  3: vec=40 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ  4 Vec 72:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin  4: vec=48 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ  5 Vec 80:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin  5: vec=50 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ  6 Vec 88:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin  6: vec=58 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ  7 Vec 96:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin  7: vec=60 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ  8 Vec 81:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin  8: vec=51 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ  9 Vec112:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin  9: vec=70 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=L mask=1 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ 10 Vec120:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin 10: vec=78 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ 11 Vec136:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin 11: vec=88 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ 12 Vec144:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin 12: vec=90 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ 13 Vec152:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin 13: vec=98 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=1 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ 14 Vec160:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin 14: vec=a0 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ 15 Vec168:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin 15: vec=a8 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ 16 Vec176:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin 16: vec=b0 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ 18 Vec200:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin 18: vec=c8 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ 19 Vec 33:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin 19: vec=21 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ 20 Vec 57:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin 20: vec=39 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ 22 Vec216:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin 22: vec=d8 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:0
(XEN) [2014-10-21 02:11:03]     IRQ 23 Vec184:
(XEN) [2014-10-21 02:11:03]       Apic 0x00, Pin 23: vec=b8 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:0
(XEN) [2014-10-21 02:11:05] 'I' pressed -> dumping HVM irq info
(XEN) [2014-10-21 02:11:07] MSI information:
(XEN) [2014-10-21 02:11:07]  IOMMU   24 vec=28 lowest  edge   assert  log lowest dest=00000001 mask=1/0/?
(XEN) [2014-10-21 02:11:07]  IOMMU   25 vec=30 lowest  edge   assert  log lowest dest=00000001 mask=1/0/?
(XEN) [2014-10-21 02:11:07]  MSI     26 vec=c0 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-10-21 02:11:07]  MSI     27 vec=d0 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-10-21 02:11:07]  MSI     28 vec=29 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-10-21 02:11:07]  MSI     29 vec=31 lowest  edge   assert  log lowest dest=00000002 mask=0/1/?
(XEN) [2014-10-21 02:11:07]  MSI     30 vec=61 lowest  edge   assert  log lowest dest=00000002 mask=0/1/?
(XEN) [2014-10-21 02:11:07]  MSI     31 vec=49 lowest  edge   assert  log lowest dest=00000008 mask=0/1/?
(XEN) [2014-10-21 02:11:07]  MSI     32 vec=69 lowest  edge   assert  log lowest dest=00000004 mask=0/1/?

# GUEST SHUTDOWN

(XEN) [2014-10-21 02:18:43] [VT-D]iommu.c:1583: d1:PCIe: unmap 0000:00:1b.0
(XEN) [2014-10-21 02:18:43] [VT-D]iommu.c:1444: d0:PCIe: map 0000:00:1b.0
(XEN) [2014-10-21 02:18:54] irq.c:2120: dom1: forcing unbind of pirq 55
(XEN) [2014-10-21 02:24:22] IRQ information:
(XEN) [2014-10-21 02:24:22]    IRQ:   0 affinity:1 vec:f0 type=IO-APIC-edge    status=00000000 timer_interrupt()
(XEN) [2014-10-21 02:24:22]    IRQ:   1 affinity:1 vec:38 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:   3 affinity:1 vec:40 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:   4 affinity:1 vec:48 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:   5 affinity:1 vec:50 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:   6 affinity:1 vec:58 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:   7 affinity:1 vec:60 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:   8 affinity:8 vec:51 type=IO-APIC-edge    status=00000030 in-flight=0 domain-list=0:  8(---),
(XEN) [2014-10-21 02:24:22]    IRQ:   9 affinity:f vec:70 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:  10 affinity:1 vec:78 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:  11 affinity:1 vec:88 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:  12 affinity:1 vec:90 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:  13 affinity:f vec:98 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:  14 affinity:1 vec:a0 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:  15 affinity:1 vec:a8 type=IO-APIC-edge    status=00000002 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:  16 affinity:8 vec:b0 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 16(---),
(XEN) [2014-10-21 02:24:22]    IRQ:  18 affinity:f vec:c8 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:  19 affinity:f vec:21 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:  20 affinity:f vec:39 type=IO-APIC-level   status=00000002 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:  22 affinity:8 vec:d8 type=IO-APIC-level   status=00000022 mapped, unbound
(XEN) [2014-10-21 02:24:22]    IRQ:  23 affinity:8 vec:b8 type=IO-APIC-level   status=00000030 in-flight=0 domain-list=0: 23(---),
(XEN) [2014-10-21 02:24:22]    IRQ:  24 affinity:f vec:28 type=DMA_MSI         status=00000000 iommu_page_fault()
(XEN) [2014-10-21 02:24:22]    IRQ:  25 affinity:f vec:30 type=DMA_MSI         status=00000000 iommu_page_fault()
(XEN) [2014-10-21 02:24:22]    IRQ:  26 affinity:1 vec:c0 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:279(---),
(XEN) [2014-10-21 02:24:22]    IRQ:  27 affinity:1 vec:d0 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:278(---),
(XEN) [2014-10-21 02:24:22]    IRQ:  28 affinity:1 vec:29 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:277(---),
(XEN) [2014-10-21 02:24:22]    IRQ:  29 affinity:1 vec:31 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:276(---),
(XEN) [2014-10-21 02:24:22]    IRQ:  30 affinity:1 vec:61 type=PCI-MSI         status=00000010 in-flight=0 domain-list=0:275(---),
(XEN) [2014-10-21 02:24:22]    IRQ:  31 affinity:8 vec:49 type=PCI-MSI         status=00000030 in-flight=0 domain-list=0:274(---),
(XEN) [2014-10-21 02:24:22] Direct vector information:
(XEN) [2014-10-21 02:24:22]    0x20 -> irq_move_cleanup_interrupt()
(XEN) [2014-10-21 02:24:22]    0xf1 -> cmci_interrupt()
(XEN) [2014-10-21 02:24:22]    0xf2 -> intel_thermal_interrupt()
(XEN) [2014-10-21 02:24:22]    0xf9 -> pmu_apic_interrupt()
(XEN) [2014-10-21 02:24:22]    0xfa -> apic_timer_interrupt()
(XEN) [2014-10-21 02:24:22]    0xfb -> call_function_interrupt()
(XEN) [2014-10-21 02:24:22]    0xfc -> event_check_interrupt()
(XEN) [2014-10-21 02:24:22]    0xfd -> invalidate_interrupt()
(XEN) [2014-10-21 02:24:22]    0xfe -> error_interrupt()
(XEN) [2014-10-21 02:24:22]    0xff -> spurious_interrupt()
(XEN) [2014-10-21 02:24:22] IO-APIC interrupt information:
(XEN) [2014-10-21 02:24:22]     IRQ  0 Vec240:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ  1 Vec 56:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin  1: vec=38 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ  3 Vec 64:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin  3: vec=40 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ  4 Vec 72:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin  4: vec=48 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ  5 Vec 80:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin  5: vec=50 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ  6 Vec 88:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin  6: vec=58 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ  7 Vec 96:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin  7: vec=60 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ  8 Vec 81:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin  8: vec=51 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ  9 Vec112:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin  9: vec=70 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=L mask=1 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ 10 Vec120:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin 10: vec=78 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ 11 Vec136:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin 11: vec=88 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ 12 Vec144:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin 12: vec=90 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ 13 Vec152:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin 13: vec=98 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=1 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ 14 Vec160:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin 14: vec=a0 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ 15 Vec168:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin 15: vec=a8 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ 16 Vec176:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin 16: vec=b0 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ 18 Vec200:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin 18: vec=c8 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ 19 Vec 33:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin 19: vec=21 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ 20 Vec 57:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin 20: vec=39 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ 22 Vec216:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin 22: vec=d8 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:0
(XEN) [2014-10-21 02:24:22]     IRQ 23 Vec184:
(XEN) [2014-10-21 02:24:22]       Apic 0x00, Pin 23: vec=b8 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:0
(XEN) [2014-10-21 02:24:23] 'I' pressed -> dumping HVM irq info
(XEN) [2014-10-21 02:24:25] MSI information:
(XEN) [2014-10-21 02:24:25]  IOMMU   24 vec=28 lowest  edge   assert  log lowest dest=00000001 mask=1/0/?
(XEN) [2014-10-21 02:24:25]  IOMMU   25 vec=30 lowest  edge   assert  log lowest dest=00000001 mask=1/0/?
(XEN) [2014-10-21 02:24:25]  MSI     26 vec=c0 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-10-21 02:24:25]  MSI     27 vec=d0 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-10-21 02:24:25]  MSI     28 vec=29 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-10-21 02:24:25]  MSI     29 vec=31 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-10-21 02:24:25]  MSI     30 vec=61 lowest  edge   assert  log lowest dest=00000001 mask=0/1/?
(XEN) [2014-10-21 02:24:25]  MSI     31 vec=49 lowest  edge   assert  log lowest dest=00000008 mask=0/1/?

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

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

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

* Re: Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through.
  2014-10-21 13:43                             ` Sander Eikelenboom
@ 2014-10-21 14:52                               ` Jan Beulich
  0 siblings, 0 replies; 30+ messages in thread
From: Jan Beulich @ 2014-10-21 14:52 UTC (permalink / raw)
  To: Sander Eikelenboom; +Cc: xen-devel, David Vrabel

>>> On 21.10.14 at 15:43, <linux@eikelenboom.it> wrote:
> I am seeing a couple of "oddities" (although i could be misinterpreting 
> stuff):
> 
> - When MSI gets enabled on pci-passthrough during the boot of the guest, 
> dev->irq changes
>   (and with it the irq reported by lspci and reported at 
> /sys/bus/pci/devices/<BDF>/irq)
>   from 22 to 68. It probably is/shouldn't be used since we should be using 
> MSI (55) now.
>   However this "68" doesn't seem to be listed anywhere as irq, not in dom0 
> in /proc/interrupts, not
>   in the hypervisor output of the debug-keys "i, I, M".
> 
> 
> - After the guest is fully booted the hypervisor reports shows an irq mapped 
> to the guest, while 22 is still mapped to dom0:
>   (XEN) [2014-10-21 02:11:03]    IRQ:  22 affinity:8 vec:d8 type=IO-APIC-level   
> status=00000030 in-flight=0 domain-list=0: 22(---),
>   ...
>   (XEN) [2014-10-21 02:11:03]    IRQ:  32 affinity:4 vec:69 type=PCI-MSI        
>  status=00000030 in-flight=0 domain-list=1: 55(---),
>   MSI 55 corresponds to what dom0 reports .. but i can't place IRQ 32 though 
> .. it's not 22 .. it's not 68 ..

Just to make things difficult, 3.17's changes for IRQ domains result in
even more of a mix-up of numbers. When you quote any, please make
sure you properly separate
- Xen's IRQ number (for pin based IRQs this would normally equal the
  GSI)
- the IRQ number Xen assigns for Dom0 (or DomU)
- the IRQ number the Dom0 (or DomU) kernel uses internally

That said, I'm more than happy to look into issues you find with the
hypervisor, but I'm generally the wrong one to ask about problems
with upstream Linux (for the time being we continue to use forward
ported kernels here, and I'm simply lacking the time to also play
with upstream ones). And with what you reported here I don't think
there are indications of hypervisor side things going wrong (other
than is presumably the case with the $subject issue, which btw
hints at it being a bad idea to hijack another [already convoluted]
thread).

Jan

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

end of thread, other threads:[~2014-10-21 14:52 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-25 14:36 Xen-unstable: pci-passthrough "irq 16: nobody cared" on HVM guest shutdown on irq of device not passed through Sander Eikelenboom
2014-09-25 14:42 ` Andrew Cooper
2014-09-25 14:47   ` Sander Eikelenboom
2014-09-25 15:11 ` Jan Beulich
2014-09-25 15:49   ` Sander Eikelenboom
2014-09-25 16:14     ` Jan Beulich
2014-09-25 17:02       ` Sander Eikelenboom
2014-09-25 18:45         ` Sander Eikelenboom
2014-09-25 22:09           ` Sander Eikelenboom
2014-09-26  6:59             ` Jan Beulich
2014-09-26  9:18               ` Sander Eikelenboom
2014-09-26  9:43                 ` Jan Beulich
2014-09-26 10:02                   ` Sander Eikelenboom
2014-09-26 10:08                     ` Jan Beulich
2014-09-27 14:00                   ` Sander Eikelenboom
2014-09-27 18:02                     ` Konrad Rzeszutek Wilk
2014-09-27 18:23                       ` Sander Eikelenboom
2014-10-01 13:52                     ` Sander Eikelenboom
2014-10-01 14:19                       ` Jan Beulich
2014-10-07 13:41                       ` Konrad Rzeszutek Wilk
2014-10-07 14:50                         ` Jan Beulich
2014-10-08 12:56                           ` Konrad Rzeszutek Wilk
2014-10-08 20:33                             ` Sander Eikelenboom
2014-10-21 13:43                             ` Sander Eikelenboom
2014-10-21 14:52                               ` Jan Beulich
2014-09-26  6:54           ` Jan Beulich
2014-09-26  9:06             ` Sander Eikelenboom
2014-09-26  6:50         ` Jan Beulich
2014-09-26  9:00           ` Sander Eikelenboom
2014-09-26  9:09             ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.