You are not logged in.
Hi guys,
i run a Arch Linux as Host for two VMs with a passed through graphics card.
poorly this thread: https://bbs.archlinux.org/viewtopic.php?id=162768&p=234 is closed, so i start one by myself concerning my problem.
My machine:
Intel Xeon X5650
Sapphire Pure Black X58
24 GB Ram DDR3
Nvidia GT 210 (host)
Nvidia GT 9600 (reserved for guest)
Nvidia GTX 680 (reserved for guest)
I use qemu 2.4.5 and linux-vfio-lts kernel 4.1.9-1 from AUR
kernel flags:
intel_iommu=on pci-stub.ids=10de:1180,10de:0622,8086:3a3e intel_iommu=verbose pcie_acs_override=downstream i915.enable_hd_vgaarb=1dmesg host:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.1.9-1-vfio-lts (arne@Bowser) (gcc version 5.2.0 (GCC) ) #1 SMP PREEMPT Sat Oct 3 03:30:19 CEST 2015
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-vfio-lts root=UUID=dcc1f6a9-5767-4910-828f-7cf44e0c6fc9 rw intel_iommu=on pci-stub.ids=10de:1180,10de:0622,8086:3a3e intel_iommu=verbose pcie_acs_override=downstream i915.enable_hd_vgaarb=1
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000af77ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000af780000-0x00000000af78dfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000af78e000-0x00000000af7cffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000af7d0000-0x00000000af7dffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000af7ec000-0x00000000afffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000064fffffff] usable
[ 0.000000] Warning: PCIe ACS overrides enabled; This may allow non-IOMMU protected peer-to-peer DMA
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: /PURE BLACK X58, BIOS 080016 01/11/2011
[ 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 = 0x650000 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-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-DFFFF uncachable
[ 0.000000] E0000-E3FFF write-protect
[ 0.000000] E4000-E7FFF write-through
[ 0.000000] E8000-EBFFF write-protect
[ 0.000000] EC000-EFFFF write-through
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask FC00000000 write-back
[ 0.000000] 1 base 0400000000 mask FE00000000 write-back
[ 0.000000] 2 base 0600000000 mask FFC0000000 write-back
[ 0.000000] 3 base 0640000000 mask FFF0000000 write-back
[ 0.000000] 4 base 00B0000000 mask FFF0000000 uncachable
[ 0.000000] 5 base 00C0000000 mask FFC0000000 uncachable
[ 0.000000] 6 base 00AF800000 mask FFFF800000 uncachable
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
[ 0.000000] e820: update [mem 0xaf800000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xaf780 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 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 [0x01b2f000, 0x01b2ffff] PGTABLE
[ 0.000000] BRK [0x01b30000, 0x01b30fff] PGTABLE
[ 0.000000] BRK [0x01b31000, 0x01b31fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x64fe00000-0x64fffffff]
[ 0.000000] [mem 0x64fe00000-0x64fffffff] page 2M
[ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x640000000-0x64fdfffff]
[ 0.000000] [mem 0x640000000-0x64fdfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x620000000-0x63fffffff]
[ 0.000000] [mem 0x620000000-0x63fffffff] page 1G
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xaf77ffff]
[ 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-0xaf5fffff] page 2M
[ 0.000000] [mem 0xaf600000-0xaf77ffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x61fffffff]
[ 0.000000] [mem 0x100000000-0x61fffffff] page 1G
[ 0.000000] RAMDISK: [mem 0x3768e000-0x37b3efff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000FA140 000024 (v02 ACPIAM)
[ 0.000000] ACPI: XSDT 0x00000000AF780100 00005C (v01 011111 XSDT1754 20110111 MSFT 00000097)
[ 0.000000] ACPI: FACP 0x00000000AF780290 0000F4 (v04 011111 FACP1754 20110111 MSFT 00000097)
[ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/64 (20150410/tbfadt-623)
[ 0.000000] ACPI: DSDT 0x00000000AF780480 005D0F (v02 1AEGH 1AEGHA44 00000A44 INTL 20051117)
[ 0.000000] ACPI: FACS 0x00000000AF78E000 000040
[ 0.000000] ACPI: FACS 0x00000000AF78E000 000040
[ 0.000000] ACPI: APIC 0x00000000AF780390 0000AC (v02 011111 APIC1754 20110111 MSFT 00000097)
[ 0.000000] ACPI: MCFG 0x00000000AF780440 00003C (v01 011111 OEMMCFG 20110111 MSFT 00000097)
[ 0.000000] ACPI: OEMB 0x00000000AF78E040 000082 (v01 011111 OEMB1754 20110111 MSFT 00000097)
[ 0.000000] ACPI: HPET 0x00000000AF78A480 000038 (v01 011111 OEMHPET 20110111 MSFT 00000097)
[ 0.000000] ACPI: DMAR 0x00000000AF78E0D0 000138 (v01 AMI OEMDMAR 00000001 MSFT 00000097)
[ 0.000000] ACPI: SSDT 0x00000000AF791410 000363 (v01 DpgPmm CpuPm 00000012 INTL 20051117)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000064fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x64fffa000-0x64fffdfff]
[ 0.000000] [ffffea0000000000-ffffea00193fffff] PMD -> [ffff880637600000-ffff88064f5fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000064fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000af77ffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000064fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000064fffffff]
[ 0.000000] On node 0 totalpages: 6289180
[ 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: 11166 pages used for memmap
[ 0.000000] DMA32 zone: 714624 pages, LIFO batch:31
[ 0.000000] Normal zone: 87040 pages used for memmap
[ 0.000000] Normal zone: 5570560 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] IOAPIC[0]: apic_id 6, 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: 0xffffffff base: 0xfed00000
[ 0.000000] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xaf780000-0xaf78dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xaf78e000-0xaf7cffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xaf7d0000-0xaf7dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xaf7e0000-0xaf7ebfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xaf7ec000-0xafffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xb0000000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffafffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
[ 0.000000] e820: [mem 0xb0000000-0xfedfffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:12 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff880637200000 s95576 r8192 d31400 u262144
[ 0.000000] pcpu-alloc: s95576 r8192 d31400 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 6190889
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-vfio-lts root=UUID=dcc1f6a9-5767-4910-828f-7cf44e0c6fc9 rw intel_iommu=on pci-stub.ids=10de:1180,10de:0622,8086:3a3e intel_iommu=verbose pcie_acs_override=downstream i915.enable_hd_vgaarb=1
[ 0.000000] Intel-IOMMU: enabled
[ 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] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 24679224K/25156720K available (5702K kernel code, 893K rwdata, 1732K rodata, 1180K init, 1152K bss, 477496K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=12.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[ 0.000000] NR_IRQS:8448 nr_irqs:520 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] clocksource hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3301.854 MHz processor
[ 0.000028] Calibrating delay loop (skipped), value calculated using timer frequency.. 6606.86 BogoMIPS (lpj=11006180)
[ 0.000030] pid_max: default: 32768 minimum: 301
[ 0.000035] ACPI: Core revision 20150410
[ 0.003671] ACPI: All ACPI Tables successfully acquired
[ 0.003694] Security Framework initialized
[ 0.003699] Yama: becoming mindful.
[ 0.005497] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[ 0.011642] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.014262] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.014293] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.014611] Initializing cgroup subsys blkio
[ 0.014614] Initializing cgroup subsys memory
[ 0.014620] Initializing cgroup subsys devices
[ 0.014623] Initializing cgroup subsys freezer
[ 0.014625] Initializing cgroup subsys net_cls
[ 0.014645] CPU: Physical Processor ID: 0
[ 0.014646] CPU: Processor Core ID: 0
[ 0.014654] mce: CPU supports 9 MCE banks
[ 0.014665] CPU0: Thermal monitoring enabled (TM1)
[ 0.014672] process: using mwait in idle threads
[ 0.014675] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[ 0.014676] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.014776] Freeing SMP alternatives memory: 20K (ffffffff81a08000 - ffffffff81a0d000)
[ 0.037757] ftrace: allocating 21571 entries in 85 pages
[ 0.046297] This system BIOS has enabled interrupt remapping
on a chipset that contains an erratum making that
feature unstable. To maintain system stability
interrupt remapping is being disabled. Please
contact your BIOS vendor for an update
[ 0.046301] Switched APIC routing to physical flat.
[ 0.046676] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.185532] smpboot: CPU0: Intel(R) Xeon(R) CPU X5650 @ 2.67GHz (fam: 06, model: 2c, stepping: 02)
[ 0.185549] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
[ 0.185563] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
[ 0.185565] ... version: 3
[ 0.185566] ... bit width: 48
[ 0.185567] ... generic registers: 4
[ 0.185568] ... value mask: 0000ffffffffffff
[ 0.185569] ... max period: 000000007fffffff
[ 0.185569] ... fixed-purpose events: 3
[ 0.185570] ... event mask: 000000070000000f
[ 0.262205] x86: Booting SMP configuration:
[ 0.262207] .... node #0, CPUs: #1
[ 0.275570] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.282200] #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
[ 0.432021] x86: Booted up 1 node, 12 CPUs
[ 0.432024] smpboot: Total of 12 processors activated (79276.35 BogoMIPS)
[ 0.443077] devtmpfs: initialized
[ 0.446589] PM: Registering ACPI NVS region [mem 0xaf78e000-0xaf7cffff] (270336 bytes)
[ 0.446661] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.446729] pinctrl core: initialized pinctrl subsystem
[ 0.446761] RTC time: 19:54:21, date: 10/04/15
[ 0.448042] NET: Registered protocol family 16
[ 0.458736] cpuidle: using governor ladder
[ 0.472062] cpuidle: using governor menu
[ 0.472109] ACPI: bus type PCI registered
[ 0.472111] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.472169] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.472171] PCI: not using MMCONFIG
[ 0.472172] PCI: Using configuration type 1 for base access
[ 0.485668] ACPI: Added _OSI(Module Device)
[ 0.485670] ACPI: Added _OSI(Processor Device)
[ 0.485671] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.485672] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.486947] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.488786] ACPI: Dynamic OEM Table Load:
[ 0.488797] ACPI: SSDT 0xFFFF880633198000 002A00 (v01 DpgPmm P001Ist 00000011 INTL 20051117)
[ 0.489287] ACPI: Dynamic OEM Table Load:
[ 0.489291] ACPI: SSDT 0xFFFF880633101800 0007FC (v01 PmRef P001Cst 00003001 INTL 20051117)
[ 0.489759] ACPI: Interpreter enabled
[ 0.489762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150410/hwxface-580)
[ 0.489765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150410/hwxface-580)
[ 0.489774] ACPI: (supports S0 S3 S4 S5)
[ 0.489776] ACPI: Using IOAPIC for interrupt routing
[ 0.489789] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.490538] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[ 0.490936] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.495423] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.495428] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.495599] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.495788] PCI host bridge to bus 0000:00
[ 0.495790] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.495792] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.495793] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.495795] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.495796] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[ 0.495797] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xdfffffff window]
[ 0.495799] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed8ffff window]
[ 0.495808] pci 0000:00:00.0: [8086:3405] type 00 class 0x060000
[ 0.495852] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 0.495914] pci 0000:00:02.0: [8086:3409] type 01 class 0x060400
[ 0.495956] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[ 0.495991] pci 0000:00:02.0: System wakeup disabled by ACPI
[ 0.496020] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400
[ 0.496063] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.496097] pci 0000:00:03.0: System wakeup disabled by ACPI
[ 0.496129] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400
[ 0.496171] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.496206] pci 0000:00:07.0: System wakeup disabled by ACPI
[ 0.496236] pci 0000:00:09.0: [8086:3410] type 01 class 0x060400
[ 0.496277] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[ 0.496311] pci 0000:00:09.0: System wakeup disabled by ACPI
[ 0.496344] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000
[ 0.496429] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000
[ 0.496512] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000
[ 0.496593] pci 0000:00:14.3: [8086:3438] type 00 class 0x080000
[ 0.496673] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
[ 0.496709] pci 0000:00:1a.0: reg 0x20: [io 0x9400-0x941f]
[ 0.496776] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.496807] pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
[ 0.496842] pci 0000:00:1a.1: reg 0x20: [io 0x9480-0x949f]
[ 0.496909] pci 0000:00:1a.1: System wakeup disabled by ACPI
[ 0.496938] pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300
[ 0.496974] pci 0000:00:1a.2: reg 0x20: [io 0x9800-0x981f]
[ 0.497043] pci 0000:00:1a.2: System wakeup disabled by ACPI
[ 0.497078] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
[ 0.497093] pci 0000:00:1a.7: reg 0x10: [mem 0xf4cf8000-0xf4cf83ff]
[ 0.497162] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.497196] pci 0000:00:1a.7: System wakeup disabled by ACPI
[ 0.497228] pci 0000:00:1b.0: [8086:3a3e] type 00 class 0x040300
[ 0.497242] pci 0000:00:1b.0: reg 0x10: [mem 0xf4cf4000-0xf4cf7fff 64bit]
[ 0.497300] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.497360] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
[ 0.497411] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.497447] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.497479] pci 0000:00:1c.4: [8086:3a48] type 01 class 0x060400
[ 0.497535] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.497571] pci 0000:00:1c.4: System wakeup disabled by ACPI
[ 0.497603] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
[ 0.497638] pci 0000:00:1d.0: reg 0x20: [io 0x9880-0x989f]
[ 0.497705] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.497735] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
[ 0.497770] pci 0000:00:1d.1: reg 0x20: [io 0x9c00-0x9c1f]
[ 0.497837] pci 0000:00:1d.1: System wakeup disabled by ACPI
[ 0.497867] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
[ 0.497902] pci 0000:00:1d.2: reg 0x20: [io 0xa000-0xa01f]
[ 0.497969] pci 0000:00:1d.2: System wakeup disabled by ACPI
[ 0.498005] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
[ 0.498021] pci 0000:00:1d.7: reg 0x10: [mem 0xf4cfa000-0xf4cfa3ff]
[ 0.498089] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.498124] pci 0000:00:1d.7: System wakeup disabled by ACPI
[ 0.498153] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 0.498219] pci 0000:00:1e.0: System wakeup disabled by ACPI
[ 0.498251] pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
[ 0.498320] pci 0000:00:1f.0: can't claim BAR 13 [io 0x0800-0x087f]: address conflict with ACPI CPU throttle [io 0x0810-0x0815]
[ 0.498324] pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
[ 0.498327] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0a00 (mask 00ff)
[ 0.498405] pci 0000:00:1f.2: [8086:3a22] type 00 class 0x010601
[ 0.498417] pci 0000:00:1f.2: reg 0x10: [io 0xa080-0xa087]
[ 0.498424] pci 0000:00:1f.2: reg 0x14: [io 0xa880-0xa883]
[ 0.498430] pci 0000:00:1f.2: reg 0x18: [io 0xa800-0xa807]
[ 0.498436] pci 0000:00:1f.2: reg 0x1c: [io 0xa480-0xa483]
[ 0.498442] pci 0000:00:1f.2: reg 0x20: [io 0xa400-0xa41f]
[ 0.498449] pci 0000:00:1f.2: reg 0x24: [mem 0xf4cfc000-0xf4cfc7ff]
[ 0.498480] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.498538] pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500
[ 0.498550] pci 0000:00:1f.3: reg 0x10: [mem 0xf4cfe000-0xf4cfe0ff 64bit]
[ 0.498567] pci 0000:00:1f.3: reg 0x20: [io 0x0400-0x041f]
[ 0.498670] pci 0000:07:00.0: [1033:0194] type 00 class 0x0c0330
[ 0.498686] pci 0000:07:00.0: reg 0x10: [mem 0xfbefe000-0xfbefffff 64bit]
[ 0.498759] pci 0000:07:00.0: PME# supported from D0 D3hot
[ 0.505391] pci 0000:00:02.0: PCI bridge to [bus 07]
[ 0.505397] pci 0000:00:02.0: bridge window [mem 0xfbe00000-0xfbefffff]
[ 0.505450] pci 0000:06:00.0: [10de:0a65] type 00 class 0x030000
[ 0.505459] pci 0000:06:00.0: reg 0x10: [mem 0xfa000000-0xfaffffff]
[ 0.505468] pci 0000:06:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.505476] pci 0000:06:00.0: reg 0x1c: [mem 0xce000000-0xcfffffff 64bit pref]
[ 0.505482] pci 0000:06:00.0: reg 0x24: [io 0xec00-0xec7f]
[ 0.505488] pci 0000:06:00.0: reg 0x30: [mem 0xfbd00000-0xfbd7ffff pref]
[ 0.505554] pci 0000:06:00.1: [10de:0be3] type 00 class 0x040300
[ 0.505563] pci 0000:06:00.1: reg 0x10: [mem 0xfbdfc000-0xfbdfffff]
[ 0.512054] pci 0000:00:03.0: PCI bridge to [bus 06]
[ 0.512059] pci 0000:00:03.0: bridge window [io 0xe000-0xefff]
[ 0.512062] pci 0000:00:03.0: bridge window [mem 0xfa000000-0xfbdfffff]
[ 0.512067] pci 0000:00:03.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref]
[ 0.512120] pci 0000:05:00.0: [10de:1180] type 00 class 0x030000
[ 0.512129] pci 0000:05:00.0: reg 0x10: [mem 0xf8000000-0xf8ffffff]
[ 0.512137] pci 0000:05:00.0: reg 0x14: [mem 0xc0000000-0xc7ffffff 64bit pref]
[ 0.512146] pci 0000:05:00.0: reg 0x1c: [mem 0xcc000000-0xcdffffff 64bit pref]
[ 0.512151] pci 0000:05:00.0: reg 0x24: [io 0xdc00-0xdc7f]
[ 0.512156] pci 0000:05:00.0: reg 0x30: [mem 0xf9f00000-0xf9f7ffff pref]
[ 0.512232] pci 0000:05:00.1: [10de:0e0a] type 00 class 0x040300
[ 0.512243] pci 0000:05:00.1: reg 0x10: [mem 0xf9ffc000-0xf9ffffff]
[ 0.518718] pci 0000:00:07.0: PCI bridge to [bus 05]
[ 0.518723] pci 0000:00:07.0: bridge window [io 0xd000-0xdfff]
[ 0.518726] pci 0000:00:07.0: bridge window [mem 0xf8000000-0xf9ffffff]
[ 0.518731] pci 0000:00:07.0: bridge window [mem 0xc0000000-0xcdffffff 64bit pref]
[ 0.518780] pci 0000:04:00.0: [10de:0622] type 00 class 0x030000
[ 0.518788] pci 0000:04:00.0: reg 0x10: [mem 0xf5000000-0xf5ffffff]
[ 0.518796] pci 0000:04:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.518803] pci 0000:04:00.0: reg 0x1c: [mem 0xf6000000-0xf7ffffff 64bit]
[ 0.518807] pci 0000:04:00.0: reg 0x24: [io 0xcc00-0xcc7f]
[ 0.518812] pci 0000:04:00.0: reg 0x30: [mem 0xf4f80000-0xf4ffffff pref]
[ 0.525378] pci 0000:00:09.0: PCI bridge to [bus 04]
[ 0.525382] pci 0000:00:09.0: bridge window [io 0xc000-0xcfff]
[ 0.525386] pci 0000:00:09.0: bridge window [mem 0xf4f00000-0xf7ffffff]
[ 0.525391] pci 0000:00:09.0: bridge window [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.525437] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.525490] pci 0000:02:00.0: [11ab:4380] type 00 class 0x020000
[ 0.525513] pci 0000:02:00.0: reg 0x10: [mem 0xf4edc000-0xf4edffff 64bit]
[ 0.525524] pci 0000:02:00.0: reg 0x18: [io 0xb800-0xb8ff]
[ 0.525562] pci 0000:02:00.0: reg 0x30: [mem 0xf4ee0000-0xf4efffff pref]
[ 0.525611] pci 0000:02:00.0: supports D1 D2
[ 0.525612] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.532046] pci 0000:00:1c.4: PCI bridge to [bus 02]
[ 0.532050] pci 0000:00:1c.4: bridge window [io 0xb000-0xbfff]
[ 0.532054] pci 0000:00:1c.4: bridge window [mem 0xf4e00000-0xf4efffff]
[ 0.532105] pci 0000:01:03.0: [104c:8023] type 00 class 0x0c0010
[ 0.532120] pci 0000:01:03.0: reg 0x10: [mem 0xf4dfb800-0xf4dfbfff]
[ 0.532128] pci 0000:01:03.0: reg 0x14: [mem 0xf4dfc000-0xf4dfffff]
[ 0.532189] pci 0000:01:03.0: supports D1 D2
[ 0.532190] pci 0000:01:03.0: PME# supported from D0 D1 D2 D3hot
[ 0.532249] pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode)
[ 0.532253] pci 0000:00:1e.0: bridge window [mem 0xf4d00000-0xf4dfffff]
[ 0.532258] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.532259] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.532261] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.532262] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[ 0.532264] pci 0000:00:1e.0: bridge window [mem 0xb0000000-0xdfffffff window] (subtractive decode)
[ 0.532265] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfed8ffff window] (subtractive decode)
[ 0.532824] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[ 0.532860] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[ 0.532893] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
[ 0.532929] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 14 *15)
[ 0.532964] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
[ 0.532999] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 *7 10 11 12 14 15)
[ 0.533034] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 6 7 10 11 12 14 15)
[ 0.533069] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 7 10 11 12 *14 15)
[ 0.533111] ACPI: Enabled 2 GPEs in block 00 to 3F
[ 0.533178] vgaarb: setting as boot device: PCI:0000:06:00.0
[ 0.533179] vgaarb: device added: PCI:0000:06:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.533182] vgaarb: device added: PCI:0000:05:00.0,decodes=io+mem,owns=none,locks=none
[ 0.533185] vgaarb: device added: PCI:0000:04:00.0,decodes=io+mem,owns=none,locks=none
[ 0.533186] vgaarb: loaded
[ 0.533186] vgaarb: bridge control possible 0000:04:00.0
[ 0.533187] vgaarb: bridge control possible 0000:05:00.0
[ 0.533188] vgaarb: bridge control possible 0000:06:00.0
[ 0.533235] PCI: Using ACPI for IRQ routing
[ 0.538437] PCI: Discovered peer bus ff
[ 0.538438] PCI: root bus ff: using default resources
[ 0.538439] PCI: Probing PCI hardware (bus ff)
[ 0.538460] ACPI: \: failed to evaluate _DSM (0x1001)
[ 0.538461] PCI host bridge to bus 0000:ff
[ 0.538462] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff]
[ 0.538464] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xffffffffff]
[ 0.538465] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
[ 0.538467] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[ 0.538471] pci 0000:ff:00.0: [8086:2c70] type 00 class 0x060000
[ 0.538504] pci 0000:ff:00.1: [8086:2d81] type 00 class 0x060000
[ 0.538536] pci 0000:ff:02.0: [8086:2d90] type 00 class 0x060000
[ 0.538567] pci 0000:ff:02.1: [8086:2d91] type 00 class 0x060000
[ 0.538598] pci 0000:ff:02.2: [8086:2d92] type 00 class 0x060000
[ 0.538629] pci 0000:ff:02.3: [8086:2d93] type 00 class 0x060000
[ 0.538663] pci 0000:ff:02.4: [8086:2d94] type 00 class 0x060000
[ 0.538696] pci 0000:ff:02.5: [8086:2d95] type 00 class 0x060000
[ 0.538728] pci 0000:ff:03.0: [8086:2d98] type 00 class 0x060000
[ 0.538758] pci 0000:ff:03.1: [8086:2d99] type 00 class 0x060000
[ 0.538788] pci 0000:ff:03.2: [8086:2d9a] type 00 class 0x060000
[ 0.538818] pci 0000:ff:03.4: [8086:2d9c] type 00 class 0x060000
[ 0.538849] pci 0000:ff:04.0: [8086:2da0] type 00 class 0x060000
[ 0.538879] pci 0000:ff:04.1: [8086:2da1] type 00 class 0x060000
[ 0.538910] pci 0000:ff:04.2: [8086:2da2] type 00 class 0x060000
[ 0.538940] pci 0000:ff:04.3: [8086:2da3] type 00 class 0x060000
[ 0.538972] pci 0000:ff:05.0: [8086:2da8] type 00 class 0x060000
[ 0.539002] pci 0000:ff:05.1: [8086:2da9] type 00 class 0x060000
[ 0.539032] pci 0000:ff:05.2: [8086:2daa] type 00 class 0x060000
[ 0.539062] pci 0000:ff:05.3: [8086:2dab] type 00 class 0x060000
[ 0.539094] pci 0000:ff:06.0: [8086:2db0] type 00 class 0x060000
[ 0.539124] pci 0000:ff:06.1: [8086:2db1] type 00 class 0x060000
[ 0.539155] pci 0000:ff:06.2: [8086:2db2] type 00 class 0x060000
[ 0.539186] pci 0000:ff:06.3: [8086:2db3] type 00 class 0x060000
[ 0.539225] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff
[ 0.539227] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[ 0.539230] PCI: pci_cache_line_size set to 64 bytes
[ 0.539301] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[ 0.539302] e820: reserve RAM buffer [mem 0xaf780000-0xafffffff]
[ 0.539383] NetLabel: Initializing
[ 0.539384] NetLabel: domain hash size = 128
[ 0.539385] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.539394] NetLabel: unlabeled traffic allowed by default
[ 0.539415] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.539418] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.541442] Switched to clocksource hpet
[ 0.545285] pnp: PnP ACPI init
[ 0.545335] system 00:00: [mem 0xfbf00000-0xfbffffff] has been reserved
[ 0.545337] system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved
[ 0.545339] system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved
[ 0.545340] system 00:00: [mem 0xfe000000-0xfebfffff] has been reserved
[ 0.545342] system 00:00: [mem 0xfec8a000-0xfec8afff] has been reserved
[ 0.545343] system 00:00: [mem 0xfed10000-0xfed10fff] has been reserved
[ 0.545346] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.545385] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.545697] system 00:02: [io 0x0a00-0x0adf] has been reserved
[ 0.545699] system 00:02: [io 0x0ae0-0x0aef] has been reserved
[ 0.545701] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.545812] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 0.545814] system 00:03: [io 0x0800-0x087f] could not be reserved
[ 0.545816] system 00:03: [io 0x0500-0x057f] could not be reserved
[ 0.545818] system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.545819] system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.545821] system 00:03: [mem 0xfed40000-0xfed8ffff] has been reserved
[ 0.545823] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.545894] system 00:04: [mem 0xffc00000-0xffefffff] has been reserved
[ 0.545896] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.545971] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.545973] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.545975] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.546023] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.546026] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.546145] system 00:07: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.546147] system 00:07: [mem 0x000c0000-0x000cffff] could not be reserved
[ 0.546148] system 00:07: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.546150] system 00:07: [mem 0x00100000-0xafffffff] could not be reserved
[ 0.546152] system 00:07: [mem 0xfed90000-0xffffffff] could not be reserved
[ 0.546154] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.546233] pnp: PnP ACPI: found 8 devices
[ 0.552168] clocksource acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.552195] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
[ 0.552198] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[ 0.552199] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000 add_align 100000
[ 0.552206] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 0.552217] pci 0000:00:1f.0: BAR 13: [io size 0x0080] has bogus alignment
[ 0.552219] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.552220] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.552222] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.552224] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.552225] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.552227] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.552228] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.552230] pci 0000:00:1c.0: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.552233] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf01fffff]
[ 0.552237] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf0200000-0xf03fffff 64bit pref]
[ 0.552240] pci 0000:00:1c.4: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
[ 0.552242] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 0.552244] pci 0000:00:02.0: PCI bridge to [bus 07]
[ 0.552247] pci 0000:00:02.0: bridge window [mem 0xfbe00000-0xfbefffff]
[ 0.552252] pci 0000:00:03.0: PCI bridge to [bus 06]
[ 0.552254] pci 0000:00:03.0: bridge window [io 0xe000-0xefff]
[ 0.552257] pci 0000:00:03.0: bridge window [mem 0xfa000000-0xfbdfffff]
[ 0.552259] pci 0000:00:03.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref]
[ 0.552263] pci 0000:00:07.0: PCI bridge to [bus 05]
[ 0.552264] pci 0000:00:07.0: bridge window [io 0xd000-0xdfff]
[ 0.552267] pci 0000:00:07.0: bridge window [mem 0xf8000000-0xf9ffffff]
[ 0.552270] pci 0000:00:07.0: bridge window [mem 0xc0000000-0xcdffffff 64bit pref]
[ 0.552273] pci 0000:00:09.0: PCI bridge to [bus 04]
[ 0.552275] pci 0000:00:09.0: bridge window [io 0xc000-0xcfff]
[ 0.552278] pci 0000:00:09.0: bridge window [mem 0xf4f00000-0xf7ffffff]
[ 0.552280] pci 0000:00:09.0: bridge window [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.552284] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.552286] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
[ 0.552289] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf01fffff]
[ 0.552292] pci 0000:00:1c.0: bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
[ 0.552296] pci 0000:00:1c.4: PCI bridge to [bus 02]
[ 0.552298] pci 0000:00:1c.4: bridge window [io 0xb000-0xbfff]
[ 0.552301] pci 0000:00:1c.4: bridge window [mem 0xf4e00000-0xf4efffff]
[ 0.552304] pci 0000:00:1c.4: bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
[ 0.552308] pci 0000:00:1e.0: PCI bridge to [bus 01]
[ 0.552312] pci 0000:00:1e.0: bridge window [mem 0xf4d00000-0xf4dfffff]
[ 0.552318] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.552319] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.552321] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.552322] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[ 0.552323] pci_bus 0000:00: resource 8 [mem 0xb0000000-0xdfffffff window]
[ 0.552325] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff window]
[ 0.552326] pci_bus 0000:07: resource 1 [mem 0xfbe00000-0xfbefffff]
[ 0.552327] pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
[ 0.552329] pci_bus 0000:06: resource 1 [mem 0xfa000000-0xfbdfffff]
[ 0.552330] pci_bus 0000:06: resource 2 [mem 0xce000000-0xdfffffff 64bit pref]
[ 0.552331] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
[ 0.552333] pci_bus 0000:05: resource 1 [mem 0xf8000000-0xf9ffffff]
[ 0.552334] pci_bus 0000:05: resource 2 [mem 0xc0000000-0xcdffffff 64bit pref]
[ 0.552335] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
[ 0.552336] pci_bus 0000:04: resource 1 [mem 0xf4f00000-0xf7ffffff]
[ 0.552338] pci_bus 0000:04: resource 2 [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.552339] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
[ 0.552340] pci_bus 0000:03: resource 1 [mem 0xf0000000-0xf01fffff]
[ 0.552342] pci_bus 0000:03: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref]
[ 0.552343] pci_bus 0000:02: resource 0 [io 0xb000-0xbfff]
[ 0.552344] pci_bus 0000:02: resource 1 [mem 0xf4e00000-0xf4efffff]
[ 0.552345] pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
[ 0.552347] pci_bus 0000:01: resource 1 [mem 0xf4d00000-0xf4dfffff]
[ 0.552348] pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7 window]
[ 0.552349] pci_bus 0000:01: resource 5 [io 0x0d00-0xffff window]
[ 0.552351] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.552352] pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff window]
[ 0.552354] pci_bus 0000:01: resource 8 [mem 0xb0000000-0xdfffffff window]
[ 0.552355] pci_bus 0000:01: resource 9 [mem 0xf0000000-0xfed8ffff window]
[ 0.552357] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff]
[ 0.552358] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xffffffffff]
[ 0.552380] NET: Registered protocol family 2
[ 0.552592] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.552970] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.553080] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.553120] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[ 0.553210] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[ 0.553320] NET: Registered protocol family 1
[ 0.554671] pci 0000:06:00.0: Video device with shadowed ROM
[ 0.554718] PCI: CLS 256 bytes, default 64
[ 0.554756] Unpacking initramfs...
[ 0.621350] Freeing initrd memory: 4804K (ffff88003768e000 - ffff880037b3f000)
[ 0.621360] dmar: Host address width 39
[ 0.621361] dmar: DRHD base: 0x000000fbfff000 flags: 0x0
[ 0.621375] dmar: IOMMU 0: reg_base_addr fbfff000 ver 1:0 cap c9008010e60262 ecap f020fa
[ 0.621376] dmar: DRHD base: 0x000000fbffe000 flags: 0x1
[ 0.621382] dmar: IOMMU 1: reg_base_addr fbffe000 ver 1:0 cap c9078010ef0462 ecap f020fe
[ 0.621383] dmar: RMRR base: 0x000000000ec000 end: 0x000000000effff
[ 0.621384] dmar: RMRR base: 0x000000af7ec000 end: 0x000000af7fffff
[ 0.621385] dmar: ATSR flags: 0x0
[ 0.621546] IOMMU: dmar0 using Queued invalidation
[ 0.621551] IOMMU: dmar1 using Queued invalidation
[ 0.621554] DMAR: Recommended TLB entries for ISOCH unit is 16; your BIOS set 20
[ 0.621555] IOMMU: Setting RMRR:
[ 0.621566] IOMMU: Setting identity map for device 0000:00:1a.0 [0xaf7ec000 - 0xaf7fffff]
[ 0.621592] IOMMU: Setting identity map for device 0000:00:1a.1 [0xaf7ec000 - 0xaf7fffff]
[ 0.621613] IOMMU: Setting identity map for device 0000:00:1a.2 [0xaf7ec000 - 0xaf7fffff]
[ 0.621634] IOMMU: Setting identity map for device 0000:00:1a.7 [0xaf7ec000 - 0xaf7fffff]
[ 0.621654] IOMMU: Setting identity map for device 0000:00:1d.0 [0xaf7ec000 - 0xaf7fffff]
[ 0.621676] IOMMU: Setting identity map for device 0000:00:1d.1 [0xaf7ec000 - 0xaf7fffff]
[ 0.621696] IOMMU: Setting identity map for device 0000:00:1d.2 [0xaf7ec000 - 0xaf7fffff]
[ 0.621716] IOMMU: Setting identity map for device 0000:00:1d.7 [0xaf7ec000 - 0xaf7fffff]
[ 0.621729] IOMMU: Setting identity map for device 0000:00:1a.0 [0xec000 - 0xeffff]
[ 0.621738] IOMMU: Setting identity map for device 0000:00:1a.1 [0xec000 - 0xeffff]
[ 0.621748] IOMMU: Setting identity map for device 0000:00:1a.2 [0xec000 - 0xeffff]
[ 0.621757] IOMMU: Setting identity map for device 0000:00:1a.7 [0xec000 - 0xeffff]
[ 0.621766] IOMMU: Setting identity map for device 0000:00:1d.0 [0xec000 - 0xeffff]
[ 0.621775] IOMMU: Setting identity map for device 0000:00:1d.1 [0xec000 - 0xeffff]
[ 0.621783] IOMMU: Setting identity map for device 0000:00:1d.2 [0xec000 - 0xeffff]
[ 0.621793] IOMMU: Setting identity map for device 0000:00:1d.7 [0xec000 - 0xeffff]
[ 0.621804] IOMMU: Prepare 0-16MiB unity mapping for LPC
[ 0.621811] IOMMU: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
[ 0.621940] PCI-DMA: Intel(R) Virtualization Technology for Directed I/O
[ 0.624108] microcode: CPU0 sig=0x206c2, pf=0x1, revision=0xc
[ 0.624113] microcode: CPU1 sig=0x206c2, pf=0x1, revision=0xc
[ 0.624118] microcode: CPU2 sig=0x206c2, pf=0x1, revision=0xc
[ 0.624123] microcode: CPU3 sig=0x206c2, pf=0x1, revision=0xc
[ 0.624129] microcode: CPU4 sig=0x206c2, pf=0x1, revision=0xc
[ 0.624133] microcode: CPU5 sig=0x206c2, pf=0x1, revision=0xc
[ 0.624139] microcode: CPU6 sig=0x206c2, pf=0x1, revision=0xc
[ 0.624144] microcode: CPU7 sig=0x206c2, pf=0x1, revision=0xc
[ 0.624149] microcode: CPU8 sig=0x206c2, pf=0x1, revision=0xc
[ 0.624153] microcode: CPU9 sig=0x206c2, pf=0x1, revision=0xc
[ 0.624157] microcode: CPU10 sig=0x206c2, pf=0x1, revision=0xc
[ 0.624162] microcode: CPU11 sig=0x206c2, pf=0x1, revision=0xc
[ 0.624198] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.624218] Scanning for low memory corruption every 60 seconds
[ 0.624485] futex hash table entries: 4096 (order: 6, 262144 bytes)
[ 0.624516] Initialise system trusted keyring
[ 0.624753] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.625858] zpool: loaded
[ 0.625860] zbud: loaded
[ 0.625985] VFS: Disk quotas dquot_6.6.0
[ 0.626015] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.626133] Key type big_key registered
[ 0.626297] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.626349] io scheduler noop registered
[ 0.626351] io scheduler deadline registered
[ 0.626374] io scheduler cfq registered (default)
[ 0.626675] pcieport 0000:00:1c.0: enabling device (0104 -> 0107)
[ 0.627029] aer 0000:00:02.0:pcie02: service driver aer loaded
[ 0.627047] aer 0000:00:03.0:pcie02: service driver aer loaded
[ 0.627064] aer 0000:00:07.0:pcie02: service driver aer loaded
[ 0.627080] aer 0000:00:09.0:pcie02: service driver aer loaded
[ 0.627092] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[ 0.627093] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
[ 0.627096] pcie_pme 0000:00:02.0:pcie01: service driver pcie_pme loaded
[ 0.627101] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt
[ 0.627103] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[ 0.627104] pci 0000:06:00.1: Signaling PME through PCIe PME interrupt
[ 0.627106] pcie_pme 0000:00:03.0:pcie01: service driver pcie_pme loaded
[ 0.627112] pcieport 0000:00:07.0: Signaling PME through PCIe PME interrupt
[ 0.627113] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[ 0.627114] pci 0000:05:00.1: Signaling PME through PCIe PME interrupt
[ 0.627116] pcie_pme 0000:00:07.0:pcie01: service driver pcie_pme loaded
[ 0.627123] pcieport 0000:00:09.0: Signaling PME through PCIe PME interrupt
[ 0.627124] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[ 0.627126] pcie_pme 0000:00:09.0:pcie01: service driver pcie_pme loaded
[ 0.627138] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 0.627141] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ 0.627153] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[ 0.627154] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[ 0.627157] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[ 0.627162] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.627185] pciehp 0000:00:1c.0:pcie04: Slot #0 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl- LLActRep+
[ 0.627218] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[ 0.627225] pciehp 0000:00:1c.4:pcie04: Slot #0 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl- LLActRep+
[ 0.627259] pciehp 0000:00:1c.4:pcie04: service driver pciehp loaded
[ 0.627262] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.627276] intel_idle: MWAIT substates: 0x1120
[ 0.627277] intel_idle: v0.4 model 0x2C
[ 0.627278] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.627594] GHES: HEST is not enabled!
[ 0.627642] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.627949] Linux agpgart interface v0.103
[ 0.628600] rtc_cmos 00:01: RTC can wake from S4
[ 0.628710] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 0.628735] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.628749] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.629010] NET: Registered protocol family 10
[ 0.629202] NET: Registered protocol family 17
[ 0.629563] Loading compiled-in X.509 certificates
[ 0.629572] registered taskstats version 1
[ 0.629932] Magic number: 3:232:950
[ 0.629943] tty tty7: hash matches
[ 0.629963] cpu cpu5: hash matches
[ 0.629979] memory memory3: hash matches
[ 0.630039] rtc_cmos 00:01: setting system clock to 2015-10-04 19:54:21 UTC (1443988461)
[ 0.630076] PM: Hibernation image not present or could not be loaded.
[ 0.631554] Freeing unused kernel memory: 1180K (ffffffff818e1000 - ffffffff81a08000)
[ 0.631555] Write protecting the kernel read-only data: 8192k
[ 0.633019] Freeing unused kernel memory: 428K (ffff880001595000 - ffff880001600000)
[ 0.634036] Freeing unused kernel memory: 316K (ffff8800017b1000 - ffff880001800000)
[ 0.639259] random: systemd-tmpfile urandom read with 1 bits of entropy available
[ 0.642472] pci-stub: add 10DE:1180 sub=FFFFFFFF:FFFFFFFF cls=00000000/00000000
[ 0.642481] pci-stub 0000:05:00.0: claimed by stub
[ 0.642487] pci-stub: add 10DE:0622 sub=FFFFFFFF:FFFFFFFF cls=00000000/00000000
[ 0.642495] pci-stub 0000:04:00.0: claimed by stub
[ 0.642502] pci-stub: add 8086:3A3E sub=FFFFFFFF:FFFFFFFF cls=00000000/00000000
[ 0.642508] pci-stub 0000:00:1b.0: claimed by stub
[ 0.644431] VFIO - User Level meta-driver version: 0.3
[ 0.656164] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[ 0.662021] [drm] Initialized drm 1.1.0 20060810
[ 0.670630] wmi: Mapper loaded
[ 0.676373] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.676376] ACPI: Power Button [PWRB]
[ 0.676408] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.676410] ACPI: Power Button [PWRF]
[ 0.682075] nouveau [ DEVICE][0000:06:00.0] BOOT0 : 0x0a8280b1
[ 0.682077] nouveau [ DEVICE][0000:06:00.0] Chipset: GT218 (NVA8)
[ 0.682079] nouveau [ DEVICE][0000:06:00.0] Family : NV50
[ 0.803341] nouveau [ VBIOS][0000:06:00.0] using image from PRAMIN
[ 0.803439] nouveau [ VBIOS][0000:06:00.0] BIT signature found
[ 0.803440] nouveau [ VBIOS][0000:06:00.0] version 70.18.64.00.05
[ 0.803687] nouveau [ PMC][0000:06:00.0] MSI interrupts enabled
[ 0.803711] nouveau [ PFB][0000:06:00.0] RAM type: DDR3
[ 0.803712] nouveau [ PFB][0000:06:00.0] RAM size: 1024 MiB
[ 0.803714] nouveau [ PFB][0000:06:00.0] ZCOMP: 960 tags
[ 0.806309] nouveau [ VOLT][0000:06:00.0] GPU voltage: 900000uv
[ 1.624286] tsc: Refined TSC clocksource calibration: 3301.724 MHz
[ 1.624289] clocksource tsc: mask: 0xffffffffffffffff max_cycles: 0x2f97a91fa6a, max_idle_ns: 440795289936 ns
[ 1.870852] nouveau [ PTHERM][0000:06:00.0] FAN control: none / external
[ 1.870859] nouveau [ PTHERM][0000:06:00.0] fan management: automatic
[ 1.870862] nouveau [ PTHERM][0000:06:00.0] internal sensor: yes
[ 1.890886] nouveau [ CLK][0000:06:00.0] 03: core 135 MHz shader 270 MHz memory 135 MHz
[ 1.890888] nouveau [ CLK][0000:06:00.0] 07: core 405 MHz shader 810 MHz memory 405 MHz
[ 1.890891] nouveau [ CLK][0000:06:00.0] 0f: core 589 MHz shader 1402 MHz memory 600 MHz
[ 1.890911] nouveau [ CLK][0000:06:00.0] --: core 405 MHz shader 810 MHz memory 405 MHz
[ 1.891160] [TTM] Zone kernel: Available graphics memory: 12375962 kiB
[ 1.891162] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 1.891164] [TTM] Initializing pool allocator
[ 1.891172] [TTM] Initializing DMA pool allocator
[ 1.891183] nouveau [ DRM] VRAM: 1024 MiB
[ 1.891185] nouveau [ DRM] GART: 1048576 MiB
[ 1.891188] nouveau [ DRM] TMDS table version 2.0
[ 1.891190] nouveau [ DRM] DCB version 4.0
[ 1.891192] nouveau [ DRM] DCB outp 00: 01000302 00020030
[ 1.891194] nouveau [ DRM] DCB outp 01: 02000300 00000000
[ 1.891196] nouveau [ DRM] DCB outp 02: 02011362 00020010
[ 1.891198] nouveau [ DRM] DCB outp 03: 01022310 00000000
[ 1.891200] nouveau [ DRM] DCB conn 00: 00001030
[ 1.891202] nouveau [ DRM] DCB conn 01: 00002161
[ 1.891204] nouveau [ DRM] DCB conn 02: 00000200
[ 1.925030] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.925031] [drm] Driver supports precise vblank timestamp query.
[ 1.962513] nouveau [ DRM] MM: using COPY for buffer copies
[ 2.036806] nouveau [ DRM] allocated 1600x900 fb: 0x70000, bo ffff880631241c00
[ 2.036901] fbcon: nouveaufb (fb0) is primary device
[ 2.107647] Console: switching to colour frame buffer device 200x56
[ 2.109871] nouveau 0000:06:00.0: fb0: nouveaufb frame buffer device
[ 2.109873] nouveau 0000:06:00.0: registered panic notifier
[ 2.134168] [drm] Initialized nouveau 1.2.2 20120801 for 0000:06:00.0 on minor 0
[ 2.163153] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 2.163517] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.163547] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.167270] ACPI: bus type USB registered
[ 2.167289] usbcore: registered new interface driver usbfs
[ 2.167296] usbcore: registered new interface driver hub
[ 2.167354] usbcore: registered new device driver usb
[ 2.168343] xhci_hcd 0000:07:00.0: xHCI Host Controller
[ 2.168349] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 1
[ 2.168829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.169094] ehci-pci: EHCI PCI platform driver
[ 2.169258] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.172009] SCSI subsystem initialized
[ 2.173843] libata version 3.00 loaded.
[ 2.224059] firewire_ohci 0000:01:03.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[ 2.468410] xhci_hcd 0000:07:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x00000004
[ 2.468768] hub 1-0:1.0: USB hub found
[ 2.468780] hub 1-0:1.0: 2 ports detected
[ 2.468867] xhci_hcd 0000:07:00.0: xHCI Host Controller
[ 2.468871] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 2
[ 2.468923] ehci-pci 0000:00:1a.7: EHCI Host Controller
[ 2.468929] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 3
[ 2.468940] ehci-pci 0000:00:1a.7: debug port 1
[ 2.471749] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.471915] hub 2-0:1.0: USB hub found
[ 2.471922] hub 2-0:1.0: 2 ports detected
[ 2.472860] ehci-pci 0000:00:1a.7: cache line size of 256 is not supported
[ 2.472871] ehci-pci 0000:00:1a.7: irq 18, io mem 0xf4cf8000
[ 2.480627] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 2.480845] hub 3-0:1.0: USB hub found
[ 2.480852] hub 3-0:1.0: 6 ports detected
[ 2.481074] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 2.481078] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 4
[ 2.481087] ehci-pci 0000:00:1d.7: debug port 1
[ 2.484999] ehci-pci 0000:00:1d.7: cache line size of 256 is not supported
[ 2.485009] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf4cfa000
[ 2.493972] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 2.494175] hub 4-0:1.0: USB hub found
[ 2.494183] hub 4-0:1.0: 6 ports detected
[ 2.494413] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 2.494418] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 5
[ 2.494424] uhci_hcd 0000:00:1a.0: detected 2 ports
[ 2.494448] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009400
[ 2.494674] hub 5-0:1.0: USB hub found
[ 2.494684] hub 5-0:1.0: 2 ports detected
[ 2.494901] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 2.494906] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 6
[ 2.494911] uhci_hcd 0000:00:1a.1: detected 2 ports
[ 2.494933] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009480
[ 2.495202] hub 6-0:1.0: USB hub found
[ 2.495211] hub 6-0:1.0: 2 ports detected
[ 2.495422] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 2.495428] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 7
[ 2.495433] uhci_hcd 0000:00:1a.2: detected 2 ports
[ 2.495449] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009800
[ 2.495741] hub 7-0:1.0: USB hub found
[ 2.495755] hub 7-0:1.0: 2 ports detected
[ 2.495951] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 2.495956] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 8
[ 2.495961] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 2.495977] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009880
[ 2.496147] hub 8-0:1.0: USB hub found
[ 2.496162] hub 8-0:1.0: 2 ports detected
[ 2.496361] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 2.496365] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 9
[ 2.496370] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 2.496386] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009c00
[ 2.496616] hub 9-0:1.0: USB hub found
[ 2.496632] hub 9-0:1.0: 2 ports detected
[ 2.496827] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 2.496831] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 10
[ 2.496836] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 2.496852] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000a000
[ 2.497015] hub 10-0:1.0: USB hub found
[ 2.497023] hub 10-0:1.0: 2 ports detected
[ 2.497161] ahci 0000:00:1f.2: version 3.0
[ 2.497304] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 2.497337] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[ 2.497339] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs
[ 2.531267] scsi host0: ahci
[ 2.531568] scsi host1: ahci
[ 2.531873] scsi host2: ahci
[ 2.532226] scsi host3: ahci
[ 2.532512] scsi host4: ahci
[ 2.532744] scsi host5: ahci
[ 2.532788] ata1: SATA max UDMA/133 abar m2048@0xf4cfc000 port 0xf4cfc100 irq 41
[ 2.532790] ata2: SATA max UDMA/133 abar m2048@0xf4cfc000 port 0xf4cfc180 irq 41
[ 2.532792] ata3: SATA max UDMA/133 abar m2048@0xf4cfc000 port 0xf4cfc200 irq 41
[ 2.532793] ata4: SATA max UDMA/133 abar m2048@0xf4cfc000 port 0xf4cfc280 irq 41
[ 2.532795] ata5: SATA max UDMA/133 abar m2048@0xf4cfc000 port 0xf4cfc300 irq 41
[ 2.532797] ata6: SATA max UDMA/133 abar m2048@0xf4cfc000 port 0xf4cfc380 irq 41
[ 2.624051] Switched to clocksource tsc
[ 2.724135] firewire_core 0000:01:03.0: created device fw0: GUID 68006800f4df6800, S400
[ 2.850458] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.887266] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 2.910116] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 2.910385] usb-storage 2-1:1.0: Quirks match for vid 174c pid 55aa: 400000
[ 2.910557] scsi host6: usb-storage 2-1:1.0
[ 2.910638] usbcore: registered new interface driver usb-storage
[ 2.912420] usbcore: registered new interface driver uas
[ 2.967030] usb 6-1: new full-speed USB device number 2 using uhci_hcd
[ 2.980357] usb 8-1: new full-speed USB device number 2 using uhci_hcd
[ 3.043694] usb 3-6: new high-speed USB device number 3 using ehci-pci
[ 3.133768] usb 2-2: new SuperSpeed USB device number 3 using xhci_hcd
[ 3.153986] usb-storage 2-2:1.0: USB Mass Storage device detected
[ 3.154048] usb-storage 2-2:1.0: Quirks match for vid 174c pid 55aa: 400000
[ 3.154067] scsi host7: usb-storage 2-2:1.0
[ 3.170310] ata2: SATA link down (SStatus 0 SControl 300)
[ 3.203864] usb-storage 3-6:1.0: USB Mass Storage device detected
[ 3.204076] scsi host8: usb-storage 3-6:1.0
[ 3.313571] usb 4-3: new high-speed USB device number 4 using ehci-pci
[ 3.396858] usb 8-2: new full-speed USB device number 3 using uhci_hcd
[ 3.446616] hub 4-3:1.0: USB hub found
[ 3.446828] hub 4-3:1.0: 3 ports detected
[ 3.490168] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3.490920] ata3.00: ATA-8: ST2000DL001-9VT156, CC41, max UDMA/133
[ 3.490923] ata3.00: 3907029168 sectors, multi 0: LBA48
[ 3.491752] ata3.00: configured for UDMA/133
[ 3.491930] scsi 2:0:0:0: Direct-Access ATA ST2000DL001-9VT1 CC41 PQ: 0 ANSI: 5
[ 3.553462] usb 4-6: new high-speed USB device number 5 using ehci-pci
[ 3.678293] hub 4-6:1.0: USB hub found
[ 3.678460] hub 4-6:1.0: 4 ports detected
[ 3.743375] usb 4-3.2: new low-speed USB device number 6 using ehci-pci
[ 3.810025] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3.811897] ata4.00: supports DRM functions and may not be fully accessible
[ 3.811969] ata4.00: READ LOG DMA EXT failed, trying unqueued
[ 3.812012] ata4.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 3.812015] ata4.00: ATA-9: Samsung SSD 840 EVO 250GB, EXT0BB6Q, max UDMA/133
[ 3.812016] ata4.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[ 3.812164] ata4.00: supports DRM functions and may not be fully accessible
[ 3.812203] ata4.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 3.812206] ata4.00: configured for UDMA/133
[ 3.812356] scsi 3:0:0:0: Direct-Access ATA Samsung SSD 840 BB6Q PQ: 0 ANSI: 5
[ 3.837407] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.845056] usbcore: registered new interface driver usbhid
[ 3.845058] usbhid: USB HID core driver
[ 3.847749] input: Apple, Inc Apple Keyboard as /devices/pci0000:00/0000:00:1d.7/usb4/4-3/4-3.2/4-3.2:1.0/0003:05AC:0221.0001/input/input4
[ 3.900085] apple 0003:05AC:0221.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple, Inc Apple Keyboard] on usb-0000:00:1d.7-3.2/input0
[ 3.900664] input: Apple, Inc Apple Keyboard as /devices/pci0000:00/0000:00:1d.7/usb4/4-3/4-3.2/4-3.2:1.1/0003:05AC:0221.0002/input/input5
[ 3.953383] apple 0003:05AC:0221.0002: input,hidraw1: USB HID v1.11 Device [Apple, Inc Apple Keyboard] on usb-0000:00:1d.7-3.2/input1
[ 3.956592] usb 4-6.3: new full-speed USB device number 7 using ehci-pci
[ 4.065792] logitech-djreceiver 0003:046D:C52B.0005: hiddev0,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.7-6.3/input2
[ 4.129850] ata5: SATA link down (SStatus 0 SControl 300)
[ 4.177739] input: Logitech K400 as /devices/pci0000:00/0000:00:1d.7/usb4/4-6/4-6.3/4-6.3:1.2/0003:046D:C52B.0005/0003:046D:400E.0006/input/input6
[ 4.177901] logitech-hidpp-device 0003:046D:400E.0006: input,hidraw3: USB HID v1.11 Keyboard [Logitech K400] on usb-0000:00:1d.7-6.3:1
[ 4.207670] scsi 8:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 2
[ 4.449729] ata6: SATA link down (SStatus 0 SControl 300)
[ 5.179450] floppy0: no floppy controllers found
[ 5.179460] work still pending
[ 10.679392] scsi 7:0:0:0: Direct-Access SAMSUNG HD103SI 1AG0 PQ: 0 ANSI: 5
[ 10.937052] scsi 6:0:0:0: Direct-Access SAMSUNG HD103SJ 1AJ1 PQ: 0 ANSI: 5
[ 10.939262] sd 3:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 10.939280] sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[ 10.939284] sd 2:0:0:0: [sda] 4096-byte physical blocks
[ 10.939335] sd 3:0:0:0: [sdb] Write Protect is off
[ 10.939339] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 10.939339] sd 2:0:0:0: [sda] Write Protect is off
[ 10.939341] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 10.939361] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 10.939364] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 10.939418] sd 6:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 10.939461] sd 7:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 10.939976] sd 6:0:0:0: [sdc] Write Protect is off
[ 10.939979] sd 6:0:0:0: [sdc] Mode Sense: 23 00 00 00
[ 10.940020] sd 7:0:0:0: [sdd] Write Protect is off
[ 10.940022] sd 7:0:0:0: [sdd] Mode Sense: 23 00 00 00
[ 10.940527] sd 6:0:0:0: [sdc] No Caching mode page found
[ 10.940539] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[ 10.940664] sd 7:0:0:0: [sdd] No Caching mode page found
[ 10.940675] sd 7:0:0:0: [sdd] Assuming drive cache: write through
[ 10.940845] sd 8:0:0:0: [sde] 7598080 512-byte logical blocks: (3.89 GB/3.62 GiB)
[ 10.941502] sd 8:0:0:0: [sde] Write Protect is off
[ 10.941505] sd 8:0:0:0: [sde] Mode Sense: 03 00 00 00
[ 10.942132] sd 8:0:0:0: [sde] No Caching mode page found
[ 10.942140] sd 8:0:0:0: [sde] Assuming drive cache: write through
[ 10.942668] sdb: sdb1 sdb2 sdb3 sdb4
[ 10.943298] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 10.945455] sdd: sdd1 sdd2 sdd3
[ 10.946850] sd 7:0:0:0: [sdd] Attached SCSI disk
[ 10.955094] sdc: sdc1
[ 10.956618] sd 6:0:0:0: [sdc] Attached SCSI disk
[ 10.987051] sda: sda1 sda2
[ 10.988042] sd 2:0:0:0: [sda] Attached SCSI disk
[ 11.122929] sde: sde1
[ 11.125424] sd 8:0:0:0: [sde] Attached SCSI removable disk
[ 16.865698] random: nonblocking pool is initialized
[ 20.089858] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 20.962855] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 20.966475] systemd[1]: systemd 226 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
[ 20.966669] systemd[1]: Detected architecture x86-64.
[ 20.997509] systemd[1]: Set hostname to <Bowser>.
[ 21.856575] systemd[1]: Reached target Login Prompts.
[ 21.856672] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 21.856715] systemd[1]: Reached target Swap.
[ 21.882903] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 21.882954] systemd[1]: Reached target Encrypted Volumes.
[ 21.883014] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 21.883068] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 21.883296] systemd[1]: Created slice User and Session Slice.
[ 21.883356] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 21.883460] systemd[1]: Created slice System Slice.
[ 21.883506] systemd[1]: Reached target Slices.
[ 21.883609] systemd[1]: Created slice system-getty.slice.
[ 21.883672] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 21.883714] systemd[1]: Reached target Paths.
[ 21.883751] systemd[1]: Reached target Remote File Systems.
[ 21.883810] systemd[1]: Listening on Journal Socket.
[ 21.884096] systemd[1]: Mounting POSIX Message Queue File System...
[ 21.916722] systemd[1]: Starting Apply Kernel Variables...
[ 21.917044] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 21.924151] systemd[1]: Starting Set Up Additional Binary Formats...
[ 21.959133] systemd[1]: Mounting Temporary Directory...
[ 21.959479] systemd[1]: Mounting Configuration File System...
[ 21.959856] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 21.960203] systemd[1]: Mounting Debug File System...
[ 21.960281] systemd[1]: Listening on udev Control Socket.
[ 21.960349] systemd[1]: Listening on Journal Socket (/dev/log).
[ 21.960665] systemd[1]: Starting Journal Service...
[ 21.961025] systemd[1]: Mounting Huge Pages File System...
[ 21.961080] systemd[1]: Listening on udev Kernel Socket.
[ 21.961416] systemd[1]: Starting Setup Virtual Console...
[ 22.052852] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 298 (systemd-binfmt)
[ 22.053139] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[ 22.078698] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 22.120666] systemd[1]: Started Apply Kernel Variables.
[ 22.341686] systemd[1]: Mounted Huge Pages File System.
[ 22.342111] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[ 22.343232] systemd[1]: Mounted POSIX Message Queue File System.
[ 22.343452] systemd[1]: Mounted Temporary Directory.
[ 22.400488] systemd[1]: Mounted Debug File System.
[ 22.420714] EXT4-fs (sda2): re-mounted. Opts: data=ordered
[ 22.420807] systemd[1]: Mounted Configuration File System.
[ 22.421374] systemd[1]: Started Remount Root and Kernel File Systems.
[ 22.423072] systemd[1]: Starting Load/Save Random Seed...
[ 22.423602] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 22.435711] systemd[1]: Starting udev Coldplug all Devices...
[ 22.509361] systemd[1]: Started Set Up Additional Binary Formats.
[ 22.538227] systemd[1]: Started Load/Save Random Seed.
[ 22.676007] systemd[1]: Started udev Coldplug all Devices.
[ 23.359343] systemd[1]: Started Create Static Device Nodes in /dev.
[ 23.359874] systemd[1]: Starting udev Kernel Device Manager...
[ 23.360068] systemd[1]: Reached target Local File Systems (Pre).
[ 23.360276] systemd[1]: Reached target Local File Systems.
[ 23.383024] systemd[1]: Started Setup Virtual Console.
[ 23.501006] systemd[1]: Started Journal Service.
[ 23.527849] systemd-journald[303]: Received request to flush runtime journal from PID 1
[ 24.443728] i5500_temp 0000:00:14.3: Sensor seems to be disabled
[ 24.521452] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 24.523503] ACPI: Invalid active0 threshold
[ 24.523688] thermal LNXTHERM:00: registered as thermal_zone0
[ 24.523690] ACPI: Thermal Zone [THRM] (22 C)
[ 24.533470] SSE version of gcm_enc/dec engaged.
[ 24.608662] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 24.621792] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000084F (\PMRG) (20150410/utaddress-254)
[ 24.621797] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 24.621816] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 24.689587] EDAC MC: Ver: 3.0.0
[ 24.849629] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 24.855196] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:ff:03.0 (POLLED)
[ 24.855218] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:ff:03.0 (POLLED)
[ 24.855325] EDAC i7core: Driver loaded, 1 memory controller(s) found.
[ 25.190724] ppdev: user-space parallel port driver
[ 25.241321] gpio_ich: GPIO from 451 to 511 on gpio_ich
[ 25.241630] iTCO_vendor_support: vendor-support=0
[ 25.264172] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 25.264189] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[ 25.448301] sky2: driver version 1.30
[ 25.448428] sky2 0000:02:00.0: Yukon-2 UL 2 chip revision 0
[ 25.448668] sky2 0000:02:00.0 eth0: addr dc:9c:52:00:09:38
[ 26.201044] mousedev: PS/2 mouse device common for all mice
[ 26.324570] sky2 0000:02:00.0 enp2s0: renamed from eth0
[ 26.331982] input: Xbox 360 Wireless Receiver (XBOX) as /devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.0/input/input9
[ 26.332084] input: Xbox 360 Wireless Receiver (XBOX) as /devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.2/input/input10
[ 26.332162] input: Xbox 360 Wireless Receiver (XBOX) as /devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.4/input/input11
[ 26.332237] input: Xbox 360 Wireless Receiver (XBOX) as /devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.6/input/input12
[ 26.332293] usbcore: registered new interface driver xpad
[ 26.365972] Bluetooth: Core ver 2.20
[ 26.365985] NET: Registered protocol family 31
[ 26.365986] Bluetooth: HCI device and connection manager initialized
[ 26.365989] Bluetooth: HCI socket layer initialized
[ 26.365991] Bluetooth: L2CAP socket layer initialized
[ 26.365998] Bluetooth: SCO socket layer initialized
[ 26.514814] usbcore: registered new interface driver btusb
[ 26.514840] snd_hda_intel 0000:06:00.1: Disabling MSI
[ 26.514852] snd_hda_intel 0000:06:00.1: Handle VGA-switcheroo audio client
[ 26.514963] snd_hda_intel 0000:05:00.1: Disabling MSI
[ 26.514967] snd_hda_intel 0000:05:00.1: Handle VGA-switcheroo audio client
[ 27.160784] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/0000:06:00.1/sound/card0/input13
[ 27.160837] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/0000:06:00.1/sound/card0/input16
[ 27.160944] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/0000:06:00.1/sound/card0/input19
[ 27.161041] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/0000:06:00.1/sound/card0/input20
[ 27.161217] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:07.0/0000:05:00.1/sound/card1/input14
[ 27.161305] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:07.0/0000:05:00.1/sound/card1/input15
[ 27.161835] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:07.0/0000:05:00.1/sound/card1/input17
[ 27.162013] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:07.0/0000:05:00.1/sound/card1/input18
[ 27.589259] floppy0: no floppy controllers found
[ 29.928491] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[ 29.930778] sky2 0000:02:00.0 enp2s0: enabling interface
[ 29.931574] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[ 32.542847] sky2 0000:02:00.0 enp2s0: Link is up at 1000 Mbps, full duplex, flow control both
[ 32.542859] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[ 38.177156] fuse init (API version 7.23)
[ 48.996880] ntfs: driver 2.1.32 [Flags: R/W MODULE].
[ 49.027381] FAT-fs (sde1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 49.075957] ntfs: volume version 3.1.
[ 49.075963] ntfs: (device sdc1): load_system_files(): Volume is dirty. Mounting read-only. Run chkdsk and mount in Windows.5my script to run the windows vm:
#!/bin/bash
configfile=/etc/vfio/680+audio.cfg
vfiobind() {
dev="$1"
vendor=$(cat /sys/bus/pci/devices/$dev/vendor)
device=$(cat /sys/bus/pci/devices/$dev/device)
if [ -e /sys/bus/pci/devices/$dev/driver ]; then
echo $dev > /sys/bus/pci/devices/$dev/driver/unbind
fi
echo $vendor $device > /sys/bus/pci/drivers/vfio-pci/new_id
}
cat $configfile | while read line;do
echo $line | grep ^# >/dev/null 2>&1 && continue
vfiobind $line
done
sudo qemu-system-x86_64 -enable-kvm -M q35 -m 8192 -cpu core2duo,kvm=off \
-smp 4,sockets=1,cores=2,threads=2 -bios ~/bios.bin \
-boot d \
-drive file=Downloads/Win10_German_x64.iso,if=ide,index=1,media=cdrom \
-drive file=Downloads/virtio-win.iso,if=ide,index=2,media=cdrom \
-drive file=testII.img,if=virtio \
-device ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=rootbus \
-device vfio-pci,host=05:00.0,bus=rootbus,addr=00.0,multifunction=on,x-vga=on \
-device vfio-pci,host=00:1b.0,bus=rootbus,addr=00.1 \
-usbdevice host:046d:c52b \
-usbdevice host:045e:0291 \
-vga none -vnc :5 -monitor stdio
exit 0where 05:00.0 is my GTX 680 and 00:1b.0 is my onboard sound card.
/etc/vfio/680+audio reads
0000:05:00.0
0000:05:00.1
0000:00:1b.0since i read there are problems with nvidia drivers >337.88 i use those. I disabled windows autoupdate for drivers via windows update so the driver remains at 337.88.
When i try to start the VM however with the nvidia drivers installed i get Code 43 for the graphics card.
Funny thing is that it worked for a few reboots in a previous install and then again was unfixable broken...
Win10 Vm in combination with the GT 9600 runs fine but is useless for gaming performance ![]()
I really hope that you guys can help me. i read on some pages that people successfully passed through the GTX 680 with kvm but i seem to not get it how to do it correctly.
(as i said, it worked for a little time... valley benchmark: full fps, GTA 5: also ran smoothly)
Please let me know if you need any more information for troubleshooting.
Edit:
Also tried to use the emulated GPU as primary graphics and add the GTX 680 as a secondary GPU but results in the same error...
Edit2:
Flashed a Uefi-compatible Bios on the Card (GPU-z reports UEFI-Compability) but when trying to start the vm with ovmf i get no output
Edit3:
Also tried 'connecting' the GPU directly to pcie.0 -> still error 43
Cheers!
Last edited by arch-serv (2015-10-05 03:14:07)
Offline
update:
i did what i really didn't want to do: i hardmodded my gtx 680 into a 1/2 Grid K2 since it seems that the biggest problem are the nvidia drivers. Now when i start the vm i don't get any output on the screen. Also when shutting down the VM not fast enough my host freezes. Ideas?
Offline
Try the linux-lts kernel (4.1.9) and maybe even nvidia-lts. It looks like IOMMU or KVM or something breaks in kernel 4.2.1 or 4.2.2, causing all sorts of pass-through issues.
Source 1: https://bbs.archlinux.org/viewtopic.php?id=203240
Source 2: https://bbs.archlinux.org/viewtopic.php?id=203132
Edit: Ahh, nevermind, reread and saw you're already not on current.
Last edited by Physicist1616 (2015-10-07 02:54:04)
Offline
i am already in the vfio-users mailing list but maybe someone here might have an idea.
i was told that i would need to use the passed through card as a secondary device now that it is detected as quadro/grid, but when running windows guest device manager gives me a code 12 for the card. when trying the same configuration for a linux guest the nouveau driver goes berserk.
i am open for any input and ideas.
Offline