From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Marczykowski Subject: Re: High CPU temp, suspend problem - xen 4.1.5-pre, linux 3.7.x Date: Tue, 26 Mar 2013 17:45:29 +0100 Message-ID: <5151D0A9.7070100@invisiblethingslab.com> References: <5140E69F.9090803@invisiblethingslab.com> <20130315130240.GA8582@phenom.dumpdata.com> <514C79F3.5050504@invisiblethingslab.com> <20130322165651.GA4827@phenom.dumpdata.com> <515036BF.10105@invisiblethingslab.com> <20130325141701.GI11546@phenom.dumpdata.com> <515191CC.6060609@invisiblethingslab.com> <5151AC8C02000078000C88B9@nat28.tlf.novell.com> <5151A788.809@invisiblethingslab.com> <5151D4CC02000078000C8A1C@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5522263308990931250==" Return-path: In-Reply-To: <5151D4CC02000078000C8A1C@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: Konrad Rzeszutek Wilk , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============5522263308990931250== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig553A2A60623B12F06B663CA1" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig553A2A60623B12F06B663CA1 Content-Type: multipart/mixed; boundary="------------030409000505000800040002" This is a multi-part message in MIME format. --------------030409000505000800040002 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 26.03.2013 17:03, Jan Beulich wrote: >>>> On 26.03.13 at 14:50, Marek Marczykowski > wrote: >> On 26.03.2013 14:11, Jan Beulich wrote: >>>>>> On 26.03.13 at 13:17, Marek Marczykowski =20 >> wrote: >>>> Finally got serial console :) >>>> The debug=3Dy problem is (actually at resume): >>>> (XEN) Assertion 'test_bit(vector, cfg->used_vectors)' failed at io_a= pic.c:542 >>>> (XEN) ----[ Xen-4.1.5-rc1 x86_64 debug=3Dy Tainted: C ]---- >>>> (XEN) CPU: 0 >>>> (XEN) RIP: e008:[]=20 >>>> smp_irq_move_cleanup_interrupt+0x1c3/0x23d >>>> (XEN) RFLAGS: 0000000000010046 CONTEXT: hypervisor >>>> (XEN) rax: 0000000000000000 rbx: 00000000000000e9 rcx: ffff82c48= 029ff18 >>>> (XEN) rdx: 00000000000000e9 rsi: 000000000000002a rdi: ffff83042= 1060538 >>>> (XEN) rbp: ffff82c48029ff08 rsp: ffff82c48029feb8 r8: ffff88041= 820eb60 >>>> (XEN) r9: 0000000000000000 r10: 0000000000007ff0 r11: 000000000= 0000000 >>>> (XEN) r12: ffff830421080250 r13: ffff830421060534 r14: ffff82c48= 029ff18 >>>> (XEN) r15: ffff82c4802dd9e0 cr0: 000000008005003b cr4: 000000000= 00026f0 >>>> (XEN) cr3: 0000000300b81000 cr2: ffff880402070198 >>>> (XEN) ds: 0000 es: 0000 fs: 0000 gs: 0000 ss: 0000 cs: e00= 8 >>>> (XEN) Xen stack trace from rsp=3Dffff82c48029feb8: >>>> (XEN) 0000000000000000 000000000000e030 ffff82c48029ff18 ffff82c4= 802dd9e0 >>>> (XEN) ffff8802cac3c7c0 00000000ffff3729 00000000ffff3729 00000001= 3fff3728 >>>> (XEN) ffffffff81b907c0 00000000ffff3729 00007d3b7fd600c7 ffff82c4= 8014de60 >>>> (XEN) 00000000ffff3729 ffffffff81b907c0 000000013fff3728 00000000= ffff3729 >>>> (XEN) ffffffff81a01e18 00000000ffff3729 0000000000000000 00000000= 00007ff0 >>>> (XEN) 0000000000000000 ffff88041820eb60 ffff8803fd1820a8 ffffffff= 81b90a88 >>>> (XEN) 000000000000002a 000000000000002a 00000000ffff372a 00000020= 00000000 >>>> (XEN) ffffffff8105dd5a 000000000000e033 0000000000000246 ffffffff= 81a01db8 >>>> (XEN) 000000000000e02b 0000000000000000 0000000000000000 00000000= 00000000 >>>> (XEN) 0000000000000000 0000000000000000 ffff8300ca9a0000 00000000= 00000000 >>>> (XEN) 0000000000000000 >>>> (XEN) Xen call trace: >>>> (XEN) [] smp_irq_move_cleanup_interrupt+0x1c3/0= x23d >>>> (XEN) >>>> (XEN) >>>> (XEN) **************************************** >>>> (XEN) Panic on CPU 0: >>>> (XEN) Assertion 'test_bit(vector, cfg->used_vectors)' failed at io_a= pic.c:542 >>>> (XEN) **************************************** >>> >>> To make sense of this, we need to know the register (and maybe >>> stack) allocation at this point, to know which vector it was that >>> triggered the assertion. You can either do this analysis for us, or >>> point us at the xen-syms binary matching the xen.gz you used. >> >> "info scope smp_irq_move_cleanup_interrupt" said vector is in %rbx, so= 0xe9. >=20 > And that system isn't using a strange mixed mode IO-APIC/legacy > PIC model, where particularly IRQ 9 (usually ACPI SCI) gets > channeled through the legacy PIC? I don't know... > Could you attach the complete log, ideally with 'i' output logged > right before suspending? Sure, attached. > Is this reproducible with 4.2.x or 4.3-unstable? If not, but if readily= > reproducible with 4.1.5-rc1, could you try changing the containing > loop's upper bound from "< NR_VECTORS" to > "<=3D LAST_DYNAMIC_VECTOR"? I've tried 4.2.x some time ago and bug also exists there (but I had not console, so not sure if exactly the same). 4.3 seems to be not affected. --=20 Best Regards / Pozdrawiam, Marek Marczykowski Invisible Things Lab --------------030409000505000800040002 Content-Type: text/x-log; name="console-failed-resume.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="console-failed-resume.log" __ __ _ _ _ ____ _=20 \ \/ /___ _ __ | || | / | | ___| _ __ ___/ | \ // _ \ '_ \ | || |_ | | |___ \ __| '__/ __| | / \ __/ | | | |__ _|| |_ ___) |__| | | (__| | /_/\_\___|_| |_| |_|(_)_(_)____/ |_| \___|_| =20 (XEN) Xen version 4.1.5-rc1 (marmarek@marmarek.net) (gcc version 4.7.2 20= 120921 (Red Hat 4.7.2-2) (GCC) ) Tue Mar 26 13:07:36 CET 2013 (XEN) Latest ChangeSet: unavailable (XEN) Console output is synchronous. (XEN) Bootloader: PXELINUX 4.05 2011-12-09=20 (XEN) Command line: cpufreq=3Dverbose loglvl=3Dall guest_loglvl=3Dall com= 1=3D115200,8n1 sync_console console=3Dcom1,vga (XEN) Video information: (XEN) VGA is text mode 80x25, font 8x16 (XEN) VBE/DDC methods: V2; EDID transfer time: 1 seconds (XEN) Disc information: (XEN) Found 1 MBR signatures (XEN) Found 1 EDD information structures (XEN) Xen-e820 RAM map: (XEN) 0000000000000000 - 000000000009a800 (usable) (XEN) 000000000009a800 - 00000000000a0000 (reserved) (XEN) 00000000000e0000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 0000000020000000 (usable) (XEN) 0000000020000000 - 0000000020200000 (reserved) (XEN) 0000000020200000 - 0000000040000000 (usable) (XEN) 0000000040000000 - 0000000040200000 (reserved) (XEN) 0000000040200000 - 00000000ca61e000 (usable) (XEN) 00000000ca61e000 - 00000000ca662000 (reserved) (XEN) 00000000ca662000 - 00000000ca9b7000 (usable) (XEN) 00000000ca9b7000 - 00000000ca9e7000 (reserved) (XEN) 00000000ca9e7000 - 00000000cabe7000 (ACPI NVS) (XEN) 00000000cabe7000 - 00000000cabff000 (ACPI data) (XEN) 00000000cabff000 - 00000000cac00000 (usable) (XEN) 00000000cb800000 - 00000000cfa00000 (reserved) (XEN) 00000000fed1c000 - 00000000fed20000 (reserved) (XEN) 00000000ffc00000 - 00000000ffc20000 (reserved) (XEN) 0000000100000000 - 000000042e000000 (usable) (XEN) ACPI: RSDP 000FE300, 0024 (r2 DELL ) (XEN) ACPI: XSDT CABFDE18, 007C (r1 DELL CBX3 6222004 MSFT 1001= 3) (XEN) ACPI: FACP CAB77D98, 00F4 (r4 DELL CBX3 6222004 MSFT 1001= 3) (XEN) ACPI: DSDT CAB45018, 885D (r2 INT430 SYSFexxx 1001 INTL 2009090= 3) (XEN) ACPI: FACS CABD4D40, 0040 (XEN) ACPI: APIC CABFCF18, 00CC (r2 DELL CBX3 6222004 MSFT 1001= 3) (XEN) ACPI: TCPA CABD5D18, 0032 (r2 0 = 0) (XEN) ACPI: SSDT CAB78A98, 02F9 (r1 DELLTP TPM 3000 INTL 2009090= 3) (XEN) ACPI: MCFG CABD5C98, 003C (r1 DELL SNDYBRDG 6222004 MSFT 9= 7) (XEN) ACPI: HPET CABD5C18, 0038 (r1 A M I PCHHPET 6222004 AMI. = 3) (XEN) ACPI: BOOT CABD5B98, 0028 (r1 DELL CBX3 6222004 AMI 1001= 3) (XEN) ACPI: SSDT CAB5C018, 0804 (r1 PmRef Cpu0Ist 3000 INTL 2009090= 3) (XEN) ACPI: SSDT CAB5B018, 0996 (r1 PmRef CpuPm 3000 INTL 2009090= 3) (XEN) ACPI: DMAR CAB77C18, 00E8 (r1 INTEL SNB 1 INTL = 1) (XEN) ACPI: SLIC CAB65C18, 0176 (r3 DELL CBX3 6222004 MSFT 1001= 3) (XEN) System RAM: 16261MB (16651320kB) (XEN) No NUMA configuration found (XEN) Faking a node at 0000000000000000-000000042e000000 (XEN) Domain heap initialised (XEN) found SMP MP-table at 000f1e00 (XEN) DMI 2.6 present. (XEN) Using APIC driver default (XEN) ACPI: PM-Timer IO Port: 0x408 (XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[404,0], pm1x_evt[400,0] (XEN) ACPI: 32/64X FACS address mismatch in FADT - cabd4e40/00000000cabd4= d40, using 32 (XEN) ACPI: wakeup_vec[cabd4e4c], vec_size[20] (XEN) ACPI: Local APIC address 0xfee00000 (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) (XEN) Processor #0 6:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) (XEN) Processor #2 6:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled) (XEN) Processor #1 6:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled) (XEN) Processor #3 6:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled) (XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled) (XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled) (XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled) (XEN) ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled) (XEN) ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled) (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) PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63 (XEN) PCI: Not using MMCONFIG. (XEN) Table is not found! (XEN) Using ACPI (MADT) for SMP configuration information (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 2494.356 MHz processor. (XEN) Initing memory sharing. (XEN) mce_intel.c:1162: MCA Capability: BCAST 1 SER 0 CMCI 1 firstbank 0 = extended MCE MSR 0 (XEN) Intel machine check reporting enabled (XEN) Intel VT-d supported page sizes: 4kB. (XEN) Intel VT-d 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) Enabled directed EOI with ioapic_ack_old on! (XEN) ENABLING IO-APIC IRQs (XEN) -> Using old ACK method (XEN) ..TIMER: vector=3D0xF0 apic1=3D0 pin1=3D2 apic2=3D-1 pin2=3D-1 (XEN) TSC deadline timer enabled (XEN) Platform timer is 14.318MHz HPET (XEN) Allocated console ring of 32 KiB. (XEN) VMX: Supported advanced features: (XEN) - APIC MMIO access virtualisation (XEN) - APIC TPR shadow (XEN) - Extended Page Tables (EPT) (XEN) - Virtual-Processor Identifiers (VPID) (XEN) - Virtual NMI (XEN) - MSR direct-access bitmap (XEN) - Unrestricted Guest (XEN) HVM: ASIDs enabled. (XEN) HVM: VMX enabled (XEN) HVM: Hardware Assisted Paging (HAP) detected (XEN) HVM: HAP page sizes: 4kB, 2MB (XEN) Brought up 4 CPUs (XEN) ACPI sleep modes: S3 (XEN) mcheck_poll: Machine check polling timer started. (XEN) *** LOADING DOMAIN 0 *** (XEN) elf_parse_binary: phdr: paddr=3D0x1000000 memsz=3D0x815000 (XEN) elf_parse_binary: phdr: paddr=3D0x1a00000 memsz=3D0x7e0f0 (XEN) elf_parse_binary: phdr: paddr=3D0x1a7f000 memsz=3D0x14680 (XEN) elf_parse_binary: phdr: paddr=3D0x1a94000 memsz=3D0x58d000 (XEN) elf_parse_binary: memory: 0x1000000 -> 0x2021000 (XEN) elf_xen_parse_note: GUEST_OS =3D "linux" (XEN) elf_xen_parse_note: GUEST_VERSION =3D "2.6" (XEN) elf_xen_parse_note: XEN_VERSION =3D "xen-3.0" (XEN) elf_xen_parse_note: VIRT_BASE =3D 0xffffffff80000000 (XEN) elf_xen_parse_note: ENTRY =3D 0xffffffff81a94210 (XEN) elf_xen_parse_note: HYPERCALL_PAGE =3D 0xffffffff81001000 (XEN) elf_xen_parse_note: FEATURES =3D "!writable_page_tables|pae_pgdir_a= bove_4gb" (XEN) elf_xen_parse_note: PAE_MODE =3D "yes" (XEN) elf_xen_parse_note: LOADER =3D "generic" (XEN) elf_xen_parse_note: unknown xen elf note (0xd) (XEN) elf_xen_parse_note: SUSPEND_CANCEL =3D 0x1 (XEN) elf_xen_parse_note: HV_START_LOW =3D 0xffff800000000000 (XEN) elf_xen_parse_note: PADDR_OFFSET =3D 0x0 (XEN) elf_xen_addr_calc_check: addresses: (XEN) virt_base =3D 0xffffffff80000000 (XEN) elf_paddr_offset =3D 0x0 (XEN) virt_offset =3D 0xffffffff80000000 (XEN) virt_kstart =3D 0xffffffff81000000 (XEN) virt_kend =3D 0xffffffff82021000 (XEN) virt_entry =3D 0xffffffff81a94210 (XEN) p2m_base =3D 0xffffffffffffffff (XEN) Xen kernel: 64-bit, lsb, compat32 (XEN) Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x2021000 (XEN) PHYSICAL MEMORY ARRANGEMENT: (XEN) Dom0 alloc.: 0000000410000000->0000000418000000 (4025724 pages t= o be allocated) (XEN) Init. ramdisk: 000000042a30f000->000000042dfffa00 (XEN) VIRTUAL MEMORY ARRANGEMENT: (XEN) Loaded kernel: ffffffff81000000->ffffffff82021000 (XEN) Init. ramdisk: ffffffff82021000->ffffffff85d11a00 (XEN) Phys-Mach map: ffffffff85d12000->ffffffff87c27368 (XEN) Start info: ffffffff87c28000->ffffffff87c284b4 (XEN) Page tables: ffffffff87c29000->ffffffff87c6c000 (XEN) Boot stack: ffffffff87c6c000->ffffffff87c6d000 (XEN) TOTAL: ffffffff80000000->ffffffff88000000 (XEN) ENTRY ADDRESS: ffffffff81a94210 (XEN) Dom0 has maximum 4 VCPUs (XEN) elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff81815000= (XEN) elf_load_binary: phdr 1 at 0xffffffff81a00000 -> 0xffffffff81a7e0f0= (XEN) elf_load_binary: phdr 2 at 0xffffffff81a7f000 -> 0xffffffff81a93680= (XEN) elf_load_binary: phdr 3 at 0xffffffff81a94000 -> 0xffffffff81b1a000= (XEN) Scrubbing Free RAM: .done. (XEN) Xen trace buffers: disabled (XEN) Std. Loglevel: All (XEN) Guest Loglevel: All (XEN) ********************************************** (XEN) ******* WARNING: CONSOLE OUTPUT IS SYNCHRONOUS (XEN) ******* This option is intended to aid debugging of Xen by ensuring= (XEN) ******* that all output is synchronously delivered on the serial li= ne. (XEN) ******* However it can introduce SIGNIFICANT latencies and affect (XEN) ******* timekeeping. It is NOT recommended for production use! (XEN) ********************************************** (XEN) 3... 2... 1...=20 (XEN) Xen is relinquishing VGA console. (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input= to Xen) (XEN) Freed 232kB 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] Linux version 3.7.4-3.pvops.qubes.x86_64 (user@devel17) (g= cc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) ) #1 SMP Fri Mar 22 19:= 58:09 UTC 2013 [ 0.000000] Command line: root=3D/dev/mapper/qubes_test500-root_test r= o rd.lvm.lv=3Dqubes_test500/root_test rd.lvm.lv=3Dqubes_test500/lv_swap r= d.luks=3D0 rd.md.0 rd.dm=3D0 console=3Dtty0 console=3Dhvc0 no_console_sus= pend testrun=3Dd682e0a testcount=3D2 [ 0.000000] Freeing 9a-100 pfn range: 102 pages freed [ 0.000000] Freeing 20000-20200 pfn range: 512 pages freed [ 0.000000] Freeing 40000-40200 pfn range: 512 pages freed [ 0.000000] Freeing ca61e-ca662 pfn range: 68 pages freed [ 0.000000] Freeing ca9b7-cabff pfn range: 584 pages freed [ 0.000000] Freeing cac00-100000 pfn range: 218112 pages freed [ 0.000000] Released 219890 pages of unused memory [ 0.000000] Set 219890 page(s) to 1-1 mapping [ 0.000000] Populating 3e2a6d-41855f pfn range: 219890 pages added [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] Xen: [mem 0x0000000000000000-0x0000000000099fff] usable [ 0.000000] Xen: [mem 0x000000000009a800-0x00000000000fffff] reserved [ 0.000000] Xen: [mem 0x0000000000100000-0x000000001fffffff] usable [ 0.000000] Xen: [mem 0x0000000020000000-0x00000000201fffff] reserved [ 0.000000] Xen: [mem 0x0000000020200000-0x000000003fffffff] usable [ 0.000000] Xen: [mem 0x0000000040000000-0x00000000401fffff] reserved [ 0.000000] Xen: [mem 0x0000000040200000-0x00000000ca61dfff] usable [ 0.000000] Xen: [mem 0x00000000ca61e000-0x00000000ca661fff] reserved [ 0.000000] Xen: [mem 0x00000000ca662000-0x00000000ca9b6fff] usable [ 0.000000] Xen: [mem 0x00000000ca9b7000-0x00000000ca9e6fff] reserved [ 0.000000] Xen: [mem 0x00000000ca9e7000-0x00000000cabe6fff] ACPI NVS [ 0.000000] Xen: [mem 0x00000000cabe7000-0x00000000cabfefff] ACPI data= [ 0.000000] Xen: [mem 0x00000000cabff000-0x00000000cabfffff] usable [ 0.000000] Xen: [mem 0x00000000cb800000-0x00000000cf9fffff] reserved [ 0.000000] Xen: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] Xen: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved [ 0.000000] Xen: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] Xen: [mem 0x00000000ffc00000-0x00000000ffc1ffff] reserved [ 0.000000] Xen: [mem 0x0000000100000000-0x000000042dffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] DMI 2.6 present. [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn =3D 0x42e000 max_arch_pfn =3D 0x400000000 [ 0.000000] x2apic enabled by BIOS, switching to x2apic ops [ 0.000000] e820: last_pfn =3D 0xcac00 max_arch_pfn =3D 0x400000000 [ 0.000000] init_memory_mapping: [mem 0x00000000-0xcabfffff] [ 0.000000] init_memory_mapping: [mem 0x100000000-0x42dffffff] [ 0.000000] RAMDISK: [mem 0x02021000-0x05d11fff] [ 0.000000] ACPI: RSDP 00000000000fe300 00024 (v02 DELL ) [ 0.000000] ACPI: XSDT 00000000cabfde18 0007C (v01 DELL CBX3 062= 22004 MSFT 00010013) [ 0.000000] ACPI: FACP 00000000cab77d98 000F4 (v04 DELL CBX3 062= 22004 MSFT 00010013) [ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FA= CS tables! (20120913/tbfadt-394) [ 0.000000] ACPI BIOS Bug: Warning: 32/64X FACS address mismatch in FA= DT - 0xCABD4E40/0x00000000CABD4D40, using 32 (20120913/tbfadt-521) [ 0.000000] ACPI: DSDT 00000000cab45018 0885D (v02 INT430 SYSFexxx 000= 01001 INTL 20090903) [ 0.000000] ACPI: FACS 00000000cabd4e40 00040 [ 0.000000] ACPI: APIC 00000000cabfcf18 000CC (v02 DELL CBX3 062= 22004 MSFT 00010013) [ 0.000000] ACPI: TCPA 00000000cabd5d18 00032 (v02 000= 00000 00000000) [ 0.000000] ACPI: SSDT 00000000cab78a98 002F9 (v01 DELLTP TPM 000= 03000 INTL 20090903) [ 0.000000] ACPI: MCFG 00000000cabd5c98 0003C (v01 DELL SNDYBRDG 062= 22004 MSFT 00000097) [ 0.000000] ACPI: HPET 00000000cabd5c18 00038 (v01 A M I PCHHPET 062= 22004 AMI. 00000003) [ 0.000000] ACPI: BOOT 00000000cabd5b98 00028 (v01 DELL CBX3 062= 22004 AMI 00010013) [ 0.000000] ACPI: SSDT 00000000cab5c018 00804 (v01 PmRef Cpu0Ist 000= 03000 INTL 20090903) [ 0.000000] ACPI: SSDT 00000000cab5b018 00996 (v01 PmRef CpuPm 000= 03000 INTL 20090903) [ 0.000000] ACPI: XMAR 00000000cab77c18 000E8 (v01 INTEL SNB 000= 00001 INTL 00000001) [ 0.000000] ACPI: SLIC 00000000cab65c18 00176 (v03 DELL CBX3 062= 22004 MSFT 00010013) [ 0.000000] Setting APIC routing to cluster x2apic. [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00010000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x42dffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00010000-0x00099fff] [ 0.000000] node 0: [mem 0x00100000-0x1fffffff] [ 0.000000] node 0: [mem 0x20200000-0x3fffffff] [ 0.000000] node 0: [mem 0x40200000-0xca61dfff] [ 0.000000] node 0: [mem 0xca662000-0xca9b6fff] [ 0.000000] node 0: [mem 0xcabff000-0xcabfffff] [ 0.000000] node 0: [mem 0x100000000-0x42dffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 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 (acpi_id[0x05] lapic_id[0x04] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled) [ 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] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000 [ 0.000000] smpboot: Allowing 16 CPUs, 12 hotplug CPUs [ 0.000000] e820: [mem 0xcfa00000-0xfebfffff] available for PCI device= s [ 0.000000] Booting paravirtualized kernel on Xen [ 0.000000] Xen version: 4.1.5-rc1 (preserve-AD) [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1= 6 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff880418200000 s83584 r81= 92 d22912 u131072 [ 6.678990] Built 1 zonelists in Zone order, mobility grouping on. To= tal pages: 4101195 [ 6.678993] Kernel command line: root=3D/dev/mapper/qubes_test500-root= _test ro rd.lvm.lv=3Dqubes_test500/root_test rd.lvm.lv=3Dqubes_test500/lv= _swap rd.luks=3D0 rd.md.0 rd.dm=3D0 console=3Dtty0 console=3Dhvc0 no_cons= ole_suspend testrun=3Dd682e0a testcount=3D2 [ 6.679082] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 6.680036] Dentry cache hash table entries: 2097152 (order: 12, 16777= 216 bytes) [ 6.683103] Inode-cache hash table entries: 1048576 (order: 11, 838860= 8 bytes) [ 6.684423] __ex_table already sorted, skipping sort [ 6.708045] software IO TLB [mem 0x402400000-0x4063fffff] (64MB) mappe= d at [ffff880402400000-ffff8804063fffff] [ 6.749141] Memory: 15833904k/17530880k available (4699k kernel code, = 879624k absent, 817352k reserved, 6043k data, 600k init) [ 6.749188] Hierarchical RCU implementation. [ 6.749188] RCU dyntick-idle grace-period acceleration is enabled. [ 6.749189] RCU restricting CPUs from NR_CPUS=3D512 to nr_cpu_ids=3D4= =2E [ 6.749195] NR_IRQS:33024 nr_irqs:712 16 [ 6.749255] xen: sci override: global_irq=3D9 trigger=3D0 polarity=3D0= [ 6.749286] xen: acpi sci 9 [ 6.750932] Console: colour VGA+ 80x25 [ 6.757258] console [tty0] enabled [ 7.514612] console [hvc0] enabled [ 7.518141] installing Xen timer for CPU 0 [ 7.522307] tsc: Detected 2494.356 MHz processor [ 7.526981] Calibrating delay loop (skipped), value calculated using t= imer frequency.. 4988.71 BogoMIPS (lpj=3D9977424) [ 7.537626] pid_max: default: 32768 minimum: 301 [ 7.542338] Mount-cache hash table entries: 256 [ 7.547035] Initializing cgroup subsys cpuacct [ 7.551441] Initializing cgroup subsys devices [ 7.555945] Initializing cgroup subsys freezer [ 7.560452] Initializing cgroup subsys net_cls [ 7.564959] Initializing cgroup subsys blkio [ 7.569342] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 7.569342] ENERGY_PERF_BIAS: View and update with x86_energy_perf_pol= icy(8) [ 7.582509] CPU: Physical Processor ID: 0 [ 7.586534] CPU: Processor Core ID: 0 [ 7.590264] mce: CPU supports 7 MCE banks [ 7.594360] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0 [ 7.594360] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32 [ 7.594360] tlb_flushall_shift: 5 [ 7.609120] Freeing SMP alternatives: 20k freed [ 7.614752] ACPI: Core revision 20120913 [ 7.628886] Performance Events: unsupported p6 CPU model 42 no PMU dri= ver, software events only. [ 7.638014] installing Xen timer for CPU 1 [ 7.642325] installing Xen timer for CPU 2 [ 7.646590] installing Xen timer for CPU 3 [ 7.650775] Brought up 4 CPUs [ 7.653942] devtmpfs: initialized [ 7.658818] PM: Registering ACPI NVS region [mem 0xca9e7000-0xcabe6fff= ] (2097152 bytes) [ 7.666843] reboot: PCI series board detected. Selecting Dell Latitude= E6420-method for reboots. [ 7.675708] Grant tables using version 2 layout. [ 7.680312] Grant table initialized [ 7.683889] regulator-dummy: no parameters [ 7.688062] RTC time: 16:41:09, date: 03/26/13 [ 7.692571] NET: Registered protocol family 16 [ 7.697242] ACPI FADT declares the system doesn't support PCIe ASPM, s= o disable it [ 7.704801] ACPI: bus type pci registered [ 7.708992] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf80000= 00-0xfbffffff] (base 0xf8000000) [ 7.718289] PCI: not using MMCONFIG [ 7.721799] PCI: Using configuration type 1 for base access [ 7.727446] dmi type 0xB1 record - unknown flag [ 7.732579] bio: create slab at 0 [ 7.736685] ACPI: Added _OSI(Module Device) [ 7.740833] ACPI: Added _OSI(Processor Device) [ 7.745336] ACPI: Added _OSI(3.0 _SCP Extensions) [ 7.750181] ACPI: Added _OSI(Processor Aggregator Device) [ 7.762185] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored [ 7.996748] ACPI: SSDT 00000000ca9d7798 00727 (v01 PmRef Cpu0Cst 000= 03001 INTL 20090903) [ 8.005333] ACPI: Dynamic OEM Table Load: [ 8.009293] ACPI: SSDT (null) 00727 (v01 PmRef Cpu0Cst 000= 03001 INTL 20090903) [ 8.018079] ACPI: SSDT 00000000ca9d8a98 00303 (v01 PmRef ApIst 000= 03000 INTL 20090903) [ 8.027113] ACPI: Dynamic OEM Table Load: [ 8.031073] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 000= 03000 INTL 20090903) [ 8.039591] ACPI: SSDT 00000000ca9d6d98 00119 (v01 PmRef ApCst 000= 03000 INTL 20090903) [ 8.048170] ACPI: Dynamic OEM Table Load: [ 8.052131] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 000= 03000 INTL 20090903) [ 8.062710] ACPI: Interpreter enabled [ 8.066340] ACPI: (supports S0 S3 S5) [ 8.070052] ACPI: Using IOAPIC for interrupt routing [ 8.075118] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf80000= 00-0xfbffffff] (base 0xf8000000) [ 8.085030] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in A= CPI motherboard resources [ 8.164309] ACPI: EC: GPE =3D 0x10, I/O: command/status =3D 0x934, dat= a =3D 0x930 [ 8.176343] ACPI: No dock devices found. [ 8.180236] PCI: Using host bridge windows from ACPI; if necessary, us= e "pci=3Dnocrs" and report a bug [ 8.190035] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) [ 8.197216] PCI host bridge to bus 0000:00 [ 8.201279] pci_bus 0000:00: root bus resource [bus 00-3e] [ 8.206825] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 8.213063] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 8.219303] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bf= fff] [ 8.226238] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeaff= fff] [ 8.233170] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44= fff] [ 8.244014] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 8.257247] pci 0000:00:1c.1: PCI bridge to [bus 02] [ 8.270362] pci 0000:00:1c.2: PCI bridge to [bus 03-08] [ 8.275693] pci 0000:00:1c.3: PCI bridge to [bus 09] [ 8.288858] pci 0000:00:1c.5: PCI bridge to [bus 0a] [ 8.294253] pci0000:00: ACPI _OSC support notification failed, disabl= ing PCIe ASPM [ 8.301899] pci0000:00: Unable to request _OSC control (_OSC support = mask: 0x08) (XEN) PCI add device 00:00.0 (XEN) PCI add device 00:02.0 (XEN) PCI add device 00:16.0 (XEN) PCI add device 00:19.0 (XEN) PCI add device 00:1a.0 (XEN) PCI add device 00:1b.0 (XEN) PCI add device 00:1c.0 (XEN) PCI add device 00:1c.1 (XEN) PCI add device 00:1c.2 (XEN) PCI add device 00:1c.3 (XEN) PCI add device 00:1c.5 (XEN) PCI add device 00:1d.0 (XEN) PCI add device 00:1f.0 (XEN) PCI add device 00:1f.2 (XEN) PCI add device 00:1f.3 (XEN) PCI add device 02:00.0 (XEN) PCI add device 03:00.0 (XEN) PCI add device 0a:00.0 (XEN) PCI add device 0a:00.1 [ 8.360114] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14= 15) *11 [ 8.367421] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14= 15) *10 [ 8.374697] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14= 15) *11 [ 8.381978] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14= 15) *10 [ 8.389257] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 *5 6 7 10 12 1= 4 15) [ 8.396280] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14= 15) *0, disabled. [ 8.404422] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 1= 4 15) [ 8.411441] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14= 15) *0, disabled. [ 8.419561] xen/balloon: Initialising balloon driver. [ 8.425498] xen-balloon: Initialising balloon driver. [ 8.430559] xen/balloon: Xen selfballooning driver disabled for domain= 0. [ 8.437342] vgaarb: device added: PCI:0000:00:02.0,decodes=3Dio+mem,ow= ns=3Dio+mem,locks=3Dnone [ 8.445456] vgaarb: loaded [ 8.448184] vgaarb: bridge control possible 0000:00:02.0 [ 8.453693] PCI: Using ACPI for IRQ routing [ 8.463110] Switching to clocksource xen [ 8.468416] pnp: PnP ACPI init [ 8.471450] ACPI: bus type pnp registered [ 8.476316] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserve= d [ 8.483020] system 00:05: [io 0x0680-0x069f] has been reserved [ 8.488904] system 00:05: [io 0x1000-0x100f] has been reserved [ 8.494881] system 00:05: [io 0xffff] has been reserved [ 8.500253] system 00:05: [io 0xffff] has been reserved [ 8.505625] system 00:05: [io 0x0400-0x047f] has been reserved [ 8.511607] system 00:05: [io 0x0500-0x057f] has been reserved [ 8.517586] system 00:05: [io 0x164e-0x164f] has been reserved [ 8.524522] Already setup the GSI :4 [ 8.529963] system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserve= d [ 8.536548] system 00:0c: [mem 0xfed10000-0xfed17fff] has been reserve= d [ 8.543212] system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserve= d [ 8.549887] system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserve= d [ 8.556559] system 00:0c: [mem 0xf8000000-0xfbffffff] has been reserve= d [ 8.563231] system 00:0c: [mem 0xfed20000-0xfed3ffff] has been reserve= d [ 8.569905] system 00:0c: [mem 0xfed90000-0xfed93fff] has been reserve= d [ 8.576577] system 00:0c: [mem 0xfed45000-0xfed8ffff] has been reserve= d [ 8.583249] system 00:0c: [mem 0xff000000-0xffffffff] could not be res= erved [ 8.590271] system 00:0c: [mem 0xfee00000-0xfeefffff] could not be res= erved [ 8.612224] system 00:0e: [mem 0x20000000-0x201fffff] has been reserve= d [ 8.618804] system 00:0e: [mem 0x40000000-0x401fffff] has been reserve= d [ 8.625483] pnp: PnP ACPI: found 15 devices [ 8.629714] ACPI: ACPI bus type pnp unregistered [ 8.641256] PM-Timer failed consistency check (0x0xffffff) - aborting= =2E [ 8.647923] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 8.652879] pci 0000:00:1c.1: PCI bridge to [bus 02] [ 8.657891] pci 0000:00:1c.1: bridge window [mem 0xe2d00000-0xe2dfff= ff] [ 8.664745] pci 0000:00:1c.2: PCI bridge to [bus 03-08] [ 8.670017] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff] [ 8.676174] pci 0000:00:1c.2: bridge window [mem 0xe2200000-0xe2bfff= ff] [ 8.683022] pci 0000:00:1c.2: bridge window [mem 0xe0a00000-0xe13fff= ff 64bit pref] [ 8.690854] pci 0000:00:1c.3: PCI bridge to [bus 09] [ 8.695841] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff] [ 8.702002] pci 0000:00:1c.3: bridge window [mem 0xe1800000-0xe21fff= ff] [ 8.708848] pci 0000:00:1c.3: bridge window [mem 0xe0000000-0xe09fff= ff 64bit pref] [ 8.716679] pci 0000:00:1c.5: PCI bridge to [bus 0a] [ 8.721670] pci 0000:00:1c.5: bridge window [mem 0xe2c00000-0xe2cfff= ff] [ 8.728672] Already setup the GSI :17 [ 8.732397] NET: Registered protocol family 2 [ 8.736898] TCP established hash table entries: 262144 (order: 10, 419= 4304 bytes) [ 8.744934] TCP bind hash table entries: 65536 (order: 8, 1048576 byte= s) [ 8.751748] TCP: Hash tables configured (established 262144 bind 65536= ) [ 8.758341] TCP: reno registered [ 8.761615] UDP hash table entries: 8192 (order: 6, 262144 bytes) [ 8.767806] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)= [ 8.774493] NET: Registered protocol family 1 [ 8.778856] Already setup the GSI :16 [ 8.782632] Already setup the GSI :17 [ 8.786365] Already setup the GSI :18 [ 8.790120] Unpacking initramfs... [ 8.840431] Freeing initrd memory: 62404k freed [ 8.855935] Simple Boot Flag at 0xf3 set to 0x1 [ 8.860890] audit: initializing netlink socket (disabled) [ 8.866267] type=3D2000 audit(1364316070.634:1): initialized [ 8.890892] VFS: Disk quotas dquot_6.5.2 [ 8.894812] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 8.901450] msgmni has been set to 31047 [ 8.905558] Block layer SCSI generic (bsg) driver version 0.4 loaded (= major 252) [ 8.912948] io scheduler noop registered [ 8.916896] io scheduler deadline registered [ 8.921256] io scheduler cfq registered (default) [ 8.926652] ACPI: Requesting acpi_cpufreq (XEN) no cpu_id for acpi_id 5 (XEN) no cpu_id for acpi_id 6 (XEN) no cpu_id for acpi_id 7 (XEN) no cpu_id for acpi_id 8 [ 8.977651] Non-volatile memory driver v1.3 [ 8.982953] loop: module loaded [ 8.986081] libphy: Fixed MDIO Bus: probed [ 8.990238] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at= 0x60,0x64 irq 1,12 [ 8.998845] i8042: Warning: Keylock active [ 9.004271] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 9.009194] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 9.014494] mousedev: PS/2 mouse device common for all mice [ 9.020226] rtc_cmos 00:06: RTC can wake from S4 [ 9.025310] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 [ 9.031456] rtc0: alarms up to one year, y3k, 242 bytes nvram [ 9.037239] device-mapper: uevent: version 1.0.3 [ 9.042024] input: AT Translated Set 2 keyboard as /devices/platform/i= 8042/serio0/input/input0 [ 9.050643] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialise= d: dm-devel@redhat.com [ 9.059228] TCP: cubic registered [ 9.062599] NET: Registered protocol family 10 [ 9.067281] Key type dns_resolver registered [ 9.071791] registered taskstats version 1 [ 9.077346] Magic number: 5:764:692 [ 9.081364] rtc_cmos 00:06: setting system clock to 2013-03-26 16:41:1= 1 UTC (1364316071) [ 9.090824] Freeing unused kernel memory: 600k freed [ 9.096008] Write protecting the kernel read-only data: 10240k [ 9.104400] Freeing unused kernel memory: 1436k freed [ 9.109988] Freeing unused kernel memory: 1964k freed [ 9.155642] systemd[1]: systemd 197 running in system mode. (+PAM +LIB= WRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ) [ 9.168793] systemd[1]: Running in initial RAM disk. Welcome to Qubes 2 (R2) dracut-024-25.git20130205.fc18 (Initramfs)! [ 9.182572] systemd[1]: Inserted module 'autofs4' [ 9.187327] systemd[1]: No hostname configured. [ 9.191840] systemd[1]: Set hostname to . [ 9.197025] systemd[1]: Initializing machine ID from random generator.= [ 9.230251] systemd[1]: Starting Encrypted Volumes. [ OK ] Reached target Encrypted Volumes. [ 9.240161] systemd[1]: Reached target Encrypted Volumes. [ 9.245632] systemd[1]: Starting udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 9.255356] systemd[1]: Listening on udev Kernel Socket. [ 9.260800] systemd[1]: Starting udev Control Socket. [ OK ] Listening on udev Control Socket. [ 9.270670] systemd[1]: Listening on udev Control Socket. [ 9.276175] systemd[1]: Starting Journal Socket. [ OK ] Listening on Journal Socket. [ 9.285237] systemd[1]: Listening on Journal Socket. [ 9.290319] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 9.316394] systemd[1]: Started Load Kernel Modules. [ 9.321365] systemd[1]: Starting Journal Service... Starting Journal Service... [ OK ] Started Journal Service. [ 9.359272] systemd[1]: Started Journal Service. [ 9.364277] systemd[1]: Starting Sockets. [ OK ] Reached target Sockets. [ 9.372228] systemd[1]: Reached target Sockets. [ 9.376882] systemd[1]: Starting Swap. [ OK ] Reached target Swap. [ 9.384347] systemd[1]: Reached target Swap. [ 9.388752] systemd[1]: Starting Local File Systems. [ OK ] Reached target Local File Systems. [ 9.399136] systemd[1]: Reached target Local File Systems. [ 9.438492] pciback 0000:00:19.0: seizing device [ 9.443120] pciback 0000:02:00.0: seizing device [ 9.448176] Already setup the GSI :17 [ 9.659793] xen-pciback: backend is vpci [ OK ] Started dracut cmdline hook. Starting Setup Virtual Console... Starting dracut pre-udev hook... [ OK ] Started Setup Virtual Console. [ OK ] Reached target System Initialization. [ OK ] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [ 10.109354] systemd-udevd[123]: starting version 197 [ OK ] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [ 10.208145] input: DualPoint Stick as /devices/platform/i8042/serio1/i= nput/input1 [ 10.230525] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platfo= rm/i8042/serio1/input/input2 [ OK ] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... [ 10.509816] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0= C0D:00/input/input3 [ 10.518644] ACPI: Lid Switch [LID] [ 10.522122] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PN= P0C0C:00/input/input4 [ 10.530555] ACPI: Power Button [PBTN] [ 10.534259] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PN= P0C0E:00/input/input5 [ 10.542702] ACPI: Sleep Button [SBTN] [ 10.546418] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/in= put/input6 [ 10.553891] ACPI: Power Button [PWRF] [ OK ] Started udev Coldplug all Devices. Starting Show Plymouth Boot Screen... [ 10.580778] wmi: Mapper loaded [ 10.582203] Linux agpgart interface v0.103 [ 10.582760] ACPI: bus type usb registered [ 10.582786] usbcore: registered new interface driver usbfs [ 10.582795] usbcore: registered new interface driver hub [ 10.584646] usbcore: registered new device driver usb [ 10.585169] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver= [ 10.585207] Already setup the GSI :16 [ 10.598870] Already setup the GSI :18 [ 10.622141] xhci_hcd 0000:03:00.0: xHCI Host Controller [ 10.622143] ehci_hcd 0000:00:1a.0: EHCI Host Controller [ 10.623879] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bu= s number 1 [ 10.623920] ehci_hcd 0000:00:1a.0: debug port 2 [ 10.624411] sdhci: Secure Digital Host Controller Interface driver [ 10.624411] sdhci: Copyright(c) Pierre Ossman [ 10.624589] sdhci-pci 0000:0a:00.0: SDHCI controller found [1217:8221]= (rev 5) [ 10.624622] Already setup the GSI :17 [ 10.628247] [drm] Initialized drm 1.1.0 20060810 [ 10.636471] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xe2e70000 [ 10.676831] 0000:0a:00.0 supply vqmmc not found, using dummy regulator= [ 10.676914] SCSI subsystem initialized [ 10.679718] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [ 10.679746] usb usb1: New USB device found, idVendor=3D1d6b, idProduct= =3D0002 [ 10.679747] usb usb1: New USB device strings: Mfr=3D3, Product=3D2, Se= rialNumber=3D1 [ 10.679748] usb usb1: Product: EHCI Host Controller [ 10.679750] usb usb1: Manufacturer: Linux 3.7.4-3.pvops.qubes.x86_64 e= hci_hcd [ 10.679751] usb usb1: SerialNumber: 0000:00:1a.0 [ 10.679888] hub 1-0:1.0: USB hub found [ 10.679893] hub 1-0:1.0: 2 ports detected [ 10.680046] Already setup the GSI :17 [ 10.683760] ACPI: bus type scsi registered [ 10.687358] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bu= s number 2 [ 10.693191] xhci_hcd 0000:03:00.0: irq 18, io mem 0xe2200000 [ 10.752921] 0(XEN) physdev.c:168: dom0: wrong map_pirq type 3 000:0a:00.0 supply vmmc not found, using dummy regulator [ 10.752934] ehci_hcd 0000:00:1d.0: EHCI Host Controller [ 10.752942] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bu= s number 3 [ 10.752991] ehci_hcd 0000:00:1d.0: debug port 2 [ 10.760366] usb usb2: New USB device found, idVendor=3D1d6b, idProduct= =3D0002 [ 10.760368] usb usb2: New USB device strings: Mfr=3D3, Product=3D2, Se= rialNumber=3D1 [ 10.760370] usb usb2: Product: xHCI Host Controller [ 10.760371] usb usb2: Manufacturer: Linux 3.7.4-3.pvops.qubes.x86_64 x= hci_hcd [ 10.760372] usb usb2: SerialNumber: 0000:03:00.0 [ 10.760552] hub 2-0:1.0: USB hub found [ 10.760567] hub 2-0:1.0: 2 ports detected [ 10.760849] xhci_hcd 0000:03:00.0: xHCI Host Controller [ 10.760853] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bu= s number 4 [ 10.760914] usb usb4: New USB device found, idVendor=3D1d6b, idProduct= =3D0003 [ 10.760916] usb usb4: New USB device strings: Mfr=3D3, Product=3D2, Se= rialNumber=3D1 [ 10.760918] usb usb4: Product: xHCI Host Controller [ 10.760919] usb usb4: Manufacturer: Linux 3.7.4-3.pvops.qubes.x86_64 x= hci_hcd [ 10.760920] usb usb4: SerialNumber: 0000:03:00.0 [ 10.761038] hub 4-0:1.0: USB hub found [ 10.761053] hub 4-0:1.0: 2 ports detected [ 10.765383] ehci_hcd 0000:00:1d.0: irq 17, io mem 0xe2e50000 [ 10.775094] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 10.775113] usb usb3: New USB device found, idVendor=3D1d6b, idProduct= =3D0002 [ 10.775114] usb usb3: New USB device strings: Mfr=3D3, Product=3D2, Se= rialNumber=3D1 [ 10.775115] usb usb3: Product: EHCI Host Controller [ 10.775116] usb usb3: Manufacturer: Linux 3.7.4-3.pvops.qubes.x86_64 e= hci_hcd [ 10.775117] usb usb3: SerialNumber: 0000:00:1d.0 [ 10.775287] hub 3-0:1.0: USB hub found [ 10.775294] hub 3-0:1.0: 2 ports detected [ 10.775532] Already setup the GSI :16 [ 10.775737] pci 0000:00:00.0: Intel Sandybridge Chipset [ 10.930875] pci 0000:00:00.0: detected gtt size: 2097152K total, 26214= 4K mappable [ 10.931209] mmc0: Hardware doesn't report any support voltages. [ 10.945568] pci 0000:00:00.0: detected 65536K stolen memory Starting dracut initqueue hook... [ 10.997002] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010)= =2E [ 11.003583] [drm] Driver supports precise vblank timestamp query. [ 11.009806] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecode= s=3Dio+mem,decodes=3Dio+mem:owns=3Dio+mem [ 11.074669] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd= [ 11.095618] usb 4-1: Parent hub missing LPM exit latency info. Power = management will be impacted. [ 11.105280] usb 4-1: New USB device found, idVendor=3D125f, idProduct=3D= a11a [ 11.111989] usb 4-1: New USB device strings: Mfr=3D2, Product=3D3, Ser= ialNumber=3D1 [ 11.119169] usb 4-1: Product: CH11 [ 11.122604] usb 4-1: Manufacturer: ADATA [ 11.126593] usb 4-1: SerialNumber: C11A0302012071100127 [ 11.134062] Initializing USB Mass Storage driver... [ 11.139095] scsi0 : usb-storage 4-1:1.0 [ 11.143192] usbcore: registered new interface driver usb-storage [ 11.149257] USB Mass Storage support registered. [ 11.222402] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off [ 11.243216] usb 3-1: new high-speed USB device number 2 using ehci_hcd= [ 11.379901] usb 3-1: New USB device found, idVendor=3D8087, idProduct=3D= 0024 [ 11.386705] usb 3-1: New USB device strings: Mfr=3D0, Product=3D0, Ser= ialNumber=3D0 [ 11.394539] hub 3-1:1.0: USB hub found [ 11.398576] hub 3-1:1.0: 8 ports detected [ 11.515246] usb 1-1: new high-speed USB device number 2 using ehci_hcd= [ 11.623811] fbcon: inteldrmfb (fb0) is primary device [ 11.652022] usb 1-1: New USB device found, idVendor=3D8087, idProduct=3D= 0024 [ 11.652027] usb 1-1: New USB device strings: Mfr=3D0, Product=3D0, Ser= ialNumber=3D0 [ 11.652617] hub 1-1:1.0: USB hub found [ 11.652811] hub 1-1:1.0: 6 ports detected [ 11.727590] usb 3-1.6: new high-speed USB device number 3 using ehci_h= cd [ 11.829626] usb 3-1.6: New USB device found, idVendor=3D413c, idProduc= t=3D818d [ 11.829631] usb 3-1.6: New USB device strings: Mfr=3D1, Product=3D2, S= erialNumber=3D3 [ 11.829635] usb 3-1.6: Product: DW5550 [ 11.829638] usb 3-1.6: Manufacturer: Dell [ 11.829641] usb 3-1.6: SerialNumber: 88FA653FDF944970 [ 11.939525] usb 3-1.8: new full-speed USB device number 4 using ehci_h= cd [ 12.054482] usb 3-1.8: New USB device found, idVendor=3D0a5c, idProduc= t=3D5801 [ 12.054487] usb 3-1.8: New USB device strings: Mfr=3D1, Product=3D2, S= erialNumber=3D3 [ 12.054491] usb 3-1.8: Product: 5880 [ 12.054494] usb 3-1.8: Manufacturer: Broadcom Corp [ 12.054497] usb 3-1.8: SerialNumber: 0123456789ABCD [ 12.054953] usb 3-1.8: config 0 descriptor?? [ 12.135475] usb 1-1.1: new high-speed USB device number 3 using ehci_h= cd [ 12.145874] scsi 0:0:0:0: Direct-Access ADATA CH11 = AX00 PQ: 0 ANSI: 5 [ 12.150080] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 = GB/465 GiB) [ 12.150794] sd 0:0:0:0: [sda] Write Protect is off [ 12.151449] sd 0:0:0:0: [sda] No Caching mode page present [ 12.151452] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 12.153415] sd 0:0:0:0: [sda] No Caching mode page present [ 12.153418] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 12.228013] usb 1-1.1: New USB device found, idVendor=3D413c, idProduc= t=3D2513 [ 12.228018] usb 1-1.1: New USB device strings: Mfr=3D0, Product=3D0, S= erialNumber=3D0 [ 12.228618] hub 1-1.1:1.0: USB hub found [ 12.228866] hub 1-1.1:1.0: 2 ports detected [ 12.299515] usb 1-1.4: new full-speed USB device number 4 using ehci_h= cd [ 12.396416] usb 1-1.4: New USB device found, idVendor=3D413c, idProduc= t=3D8187 [ 12.396421] usb 1-1.4: New USB device strings: Mfr=3D1, Product=3D2, S= erialNumber=3D3 [ 12.396425] usb 1-1.4: Product: DW375 Bluetooth Module [ 12.396427] usb 1-1.4: Manufacturer: Dell Computer Corp [ 12.396430] usb 1-1.4: SerialNumber: D0DF9A40FE60 [ 12.435262] sda: sda1 sda2 [ 12.437911] sd 0:0:0:0: [sda] No Caching mode page present [ 12.437915] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 12.437920] sd 0:0:0:0: [sda] Attached SCSI disk [ 12.467406] usb 1-1.5: new high-speed USB device number 5 using ehci_h= cd [ 12.567527] usb 1-1.5: New USB device found, idVendor=3D05ca, idProduc= t=3D181c [ 12.567532] usb 1-1.5: New USB device strings: Mfr=3D1, Product=3D2, S= erialNumber=3D0 [ 12.567536] usb 1-1.5: Product: Laptop_Integrated_Webcam_FHD [ 12.567539] usb 1-1.5: Manufacturer: CN0CJ3P27248717F040SA01 [ 12.656041] Console: switching to colour frame buffer device 160x56 [ 12.940944] fb0: inteldrmfb frame buffer device [ 12.940945] drm: registered panic notifier [ OK ] Started Show Plymouth Boot Screen. [ OK ] Reached target Basic System. [ 13.080883] acpi device:37: registered as cooling_device4 [ 13.125027] ACPI: Video Device [VID] (multi-head: yes rom: no post: = no) [ 13.135242] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A= 08:00/LNXVIDEO:00/input/input7 [ 13.147924] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on = minor 0 [ 13.158515] Already setup the GSI :18 [ 13.164510] ahci: SSS flag set, parallel bus scan disabled [ 13.173329] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps = 0x3b impl SATA mode [ 13.182481] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo p= io slum part ems sxs apst=20 [ 13.225340] scsi1 : ahci [ 13.231562] scsi2 : ahci [ 13.237717] scsi3 : ahci [ 13.241424] scsi4 : ahci [ 13.247411] scsi5 : ahci [ 13.251151] scsi6 : ahci [ 13.254650] ata1: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40= 100 irq 74 [ 13.262979] ata2: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40= 180 irq 74 [ 13.271303] ata3: DUMMY [ 13.274668] ata4: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40= 280 irq 74 [ 13.283009] ata5: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40= 300 irq 74 [ 13.291334] ata6: SATA max UDMA/133 abar m2048@0xe2e40000 port 0xe2e40= 380 irq 74 [ 13.619246] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 13.663828] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by d= evice (Stat=3D0x51 Err=3D0x04) [ 13.676006] ata1.00: ATA-9: KINGSTON SV200S3256G, E111008a, max UDMA/1= 00 [ 13.683694] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/= 32), AA [ 13.705802] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by d= evice (Stat=3D0x51 Err=3D0x04) [ 13.715873] ata1.00: configured for UDMA/100 [ 13.727632] scsi 1:0:0:0: Direct-Access ATA KINGSTON SV200S3 = E111 PQ: 0 ANSI: 5 [ 13.741630] sd 1:0:0:0: [sdb] 500118192 512-byte logical blocks: (256 = GB/238 GiB) [ 13.752707] sd 1:0:0:0: [sdb] Write Protect is off [ 13.760410] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enable= d, doesn't support DPO or FUA [ 13.771155] sdb: sdb1 sdb2 [ 13.776218] sd 1:0:0:0: [sdb] Attached SCSI disk [ 14.123252] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 14.166750] ata2.00: ATAPI: HL-DT-ST DVD+/-RW GU60N, A103, max UDMA/13= 3 [ 14.195345] ata2.00: configured for UDMA/133 [ 14.215519] scsi 2:0:0:0: CD-ROM HL-DT-ST DVD+-RW GU60N = A103 PQ: 0 ANSI: 5 [ 14.559333] ata4: SATA link down (SStatus 0 SControl 300) [ 14.887252] ata5: SATA link down (SStatus 0 SControl 300) [ 15.215248] ata6: SATA link down (SStatus 0 SControl 300) [ 15.243268] sr0: scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2= cdda tray [ 15.254152] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 15.685628] bio: create slab at 1 [ 16.126307] EXT4-fs (dm-1): mounted filesystem with ordered data mode.= Opts: (null) [ 16.449579] EXT4-fs (dm-1): mounted filesystem with ordered data mode.= Opts: (null) [ 16.957050] systemd-journald[57]: Received SIGTERM Welcome to Qubes 2 (R2)! Starting Replay Read-Ahead Data... Starting Collect Read-Ahead Data... Expecting device dev-hvc0.device... [ OK ] Reached target Remote File Systems. [ OK ] Listening on Syslog Socket. [ OK ] Reached target Syslog. [ OK ] Listening on /dev/initctl Compatibility Named Pipe. [ OK ] Listening on Delayed Shutdown Socket. [ OK ] Set up automount Arbitrary Executable File Formats F...utomount = Point. [ OK ] Reached target Encrypted Volumes. Mounting Debug File System... Mounting POSIX Message Queue File System... [ OK ] Listening on LVM2 metadata daemon socket. [ OK ] Listening on Device-mapper event daemon FIFOs. Expecting device dev-mapper-qubes_test500\x2dlv_swap.device... Mounting Temporary Directory... [ OK ] Listening on udev Kernel Socket. [ OK ] Listening on udev Control Socket. Starting udev Coldplug all Devices... Starting udev Kernel Device Manager... [ OK ] Started Collect Read-Ahead Data. [ OK ] Stopped Trigger Flushing of Journal to Persistent Storage. Stopping Journal Service... [ OK ] Stopped Journal Service. Starting Journal Service... [ OK ] Started Journal Service. [ 19.382184] systemd-udevd[385]: starting version 197 [ OK ] Started Replay Read-Ahead Data. [ OK ] Started udev Kernel Device Manager. [ OK ] Mounted Debug File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Temporary Directory. Starting Load legacy module configuration... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... [ OK ] Started udev Coldplug all Devices. Starting udev Wait for Complete Device Initialization... G[ 20.181173] EXT4-fs (dm-1): re-mounted. Opts: (null) [ OK ] Started Remount Root and Kernel File Systems. [ OK ] Reached target Local File Systems (Pre). Starting Configure read-only root support... Starting Load Random Seed... [ OK ] Started Apply Kernel Variables. [ OK ] Found device /dev/hvc0. [ OK ] Started Load Random Seed. [ 21.106473] microcode: CPU0 sig=3D0x206a7, pf=3D0x10, revision=3D0x28 [ 21.362567] microcode: CPU1 sig=3D0x206a7, pf=3D0x10, revision=3D0x28 [ 21.371365] microcode: CPU2 sig=3D0x206a7, pf=3D0x10, revision=3D0x28 [ 21.380875] microcode: CPU3 sig=3D0x206a7, pf=3D0x10, revision=3D0x28 [ 21.389794] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 21.566282] ACPI: Deprecated procfs I/F for AC is loaded, please retry= with CONFIG_ACPI_PROCFS_POWER cleared [ 21.581082] ACPI: AC Adapter [AC] (on-line) [ 21.816001] dcdbas dcdbas: Dell Systems Management Base Driver (versio= n 5.6.0-3.2) [ 21.824446] tpm_tis 00:0b: 1.2 TPM (device-id 0x2001, rev-id 32) [ 21.858550] ACPI: Deprecated procfs I/F for battery is loaded, please = retry with CONFIG_ACPI_PROCFS_POWER cleared [ 21.869982] ACPI: Battery Slot [BAT0] (battery absent) [ 21.900587] ACPI: Deprecated procfs I/F for battery is loaded, please = retry with CONFIG_ACPI_PROCFS_POWER cleared [ 21.915363] ACPI: Battery Slot [BAT1] (battery absent) [ 21.931898] input: PC Speaker as /devices/platform/pcspkr/input/input8= [ 21.942478] thermal LNXTHERM:00: registered as thermal_zone0 [ 21.951326] ACPI: Thermal Zone [THM] (25 C) [ 21.972130] ACPI: Deprecated procfs I/F for battery is loaded, please = retry with CONFIG_ACPI_PROCFS_POWER cleared [ 21.983723] ACPI: Battery Slot [BAT2] (battery absent) [ 22.033106] Already setup the GSI :16 [ 22.047522] ACPI Warning: 0x0000000000000428-0x000000000000042f System= IO conflicts with Region \PMIO 1 (20120913/utaddress-251) [ 22.063073] ACPI: If an ACPI driver is available for this device, you = should use it instead of the native driver [ 22.077752] ACPI Warning: 0x0000000000000540-0x000000000000054f System= IO conflicts with Region \GPIO 1 (20120913/utaddress-251) [ 22.090205] ACPI: If an ACPI driver is available for this device, you = should use it instead of the native driver [ 22.101455] ACPI Warning: 0x0000000000000530-0x000000000000053f System= IO conflicts with Region \GPIO 1 (20120913/utaddress-251) [ 22.114329] ACPI: If an ACPI driver is available for this device, you = should use it instead of the native driver [ 22.125972] ACPI Warning: 0x0000000000000500-0x000000000000052f System= IO conflicts with Region \GPIO 1 (20120913/utaddress-251) [ 22.138744] ACPI: If an ACPI driver is available for this device, you = should use it instead of the native driver [ 22.150021] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 22.157511] Already setup the GSI :18 [ 22.165125] ACPI Warning: [ 22.167593] ACPI: If an ACPI driver is av= ailable for this device, you should use it instead of the native driver [ OK ] Started Setup Virtual Console.0x00000000000040 40-0x000000000000405f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI= 1 (20120913/utaddress-251) Starting Show Plymouth Boot Screen... [ 22.334874] parport_pc 00:09: reported by Plug and Play ACPI [ 22.344893] parport0: PC-style at 0x378, irq 7 [PCSPP,EPP] [ 22.351005] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [ 22.578683] iTCO_vendor_support: vendor-support=3D0 [ 22.704806] ppdev: user-space parallel port driver [ OK ] Started Configure read-only root support. [ OK ] Started Show Plymouth Boot Screen. [ 23.047579] input: Dell WMI hotkeys as /devices/virtual/input/input9 [ 23.056453] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10 [ 23.063945] iTCO_wdt: Found a Cougar Point TCO device (Version=3D2, TC= OBASE=3D0x0460) [ 23.073388] iTCO_wdt: initialized. heartbeat=3D30 sec (nowayout=3D0) [ 23.362380] Event-channel device installed. [ OK ] Found device /dev/mapper/qubes_test500-lv_swap. Activating swap /dev/mapper/qubes_test500-lv_swap... [ OK ] Started Load legacy module configuration. [ 24.166707] Adding 4947964k swap on /dev/mapper/qubes_test500-lv_swap.= Priority:-1 extents:1 across:4947964k=20 [ 24.183272] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1= b.0/input/input10 [ OK ] Activated swap /dev/mapper/qubes_test500-lv_swap. [ OK ] Reached target Swap. [ 24.338497] input: HDA Intel PCH HDMI/DP,pcm=3D8 as /devices/pci0000:0= 0/0000:00:1b.0/sound/card0/input11 [ 24.353237] input: HDA Intel PCH HDMI/DP,pcm=3D7 as /devices/pci0000:0= 0/0000:00:1b.0/sound/card0/input12 [ 24.367655] input: HDA Intel PCH HDMI/DP,pcm=3D3 as /devices/pci0000:0= 0/0000:00:1b.0/sound/card0/input13 [ 24.380740] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:= 00:1b.0/sound/card0/input14 [ 24.391069] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b= =2E0/sound/card0/input15 [ 24.401174] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000= :00:1b.0/sound/card0/input16 [ 24.411816] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/= 0000:00:1b.0/sound/card0/input17 [ OK ] Reached target Sound Card. [ 53.064668] cdc_acm 3-1.6:1.1: ttyACM0: USB ACM device [ 53.074976] Linux video capture interface: v2.00 [ 53.085225] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_F= HD (05ca:181c) [ 53.098384] cdc_wdm 3-1.6:1.5: cdc-wdm0: USB WDM device [ 53.099719] Bluetooth: Core ver 2.16 [ 53.099731] NET: Registered protocol family 31 [ 53.099732] Bluetooth: HCI device and connection manager initialized [ 53.099738] Bluetooth: HCI socket layer initialized [ 53.099740] Bluetooth: L2CAP socket layer initialized [ 53.099744] Bluetooth: SCO socket layer initialized [ 53.103964] usbcore: registered new interface driver btusb [ OK ] Reached target Bluetooth. [ 53.158010] input: Laptop_Integrated_Webcam_FHD as /devices/pci0000:00= /0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input18 [ 53.158130] usbcore: registered new interface driver uvcvideo [ 53.158131] USB Video Class driver (1.1.1) [ 53.185687] usb 3-1.6: MAC-Address: 02:80:37:ec:02:00 [ 53.185859] cdc_ncm 3-1.6:1.6 wwan0: register 'cdc_ncm' at usb-0000:00= :1d.0-1.6, Mobile Broadband Network Device, 02:80:37:ec:02:00 [ 53.185891] usbcore: registered new interface driver cdc_ncm [ 53.190943] cdc_acm 3-1.6:1.3: ttyACM1: USB ACM device [ 53.212171] cdc_acm 3-1.6:1.9: ttyACM2: USB ACM device [ 53.220872] usbcore: registered new interface driver cdc_acm [ 53.220873] cdc_acm: USB Abstract Control Model driver for USB modems = and ISDN adapters [ 53.221062] cdc_wdm 3-1.6:1.8: cdc-wdm1: USB WDM device [ 53.221086] usbcore: registered new interface driver cdc_wdm [ OK ] Started udev Wait for Complete Device Initialization. Starting Initialize storage subsystems (RAID, LVM, etc.)... [ OK ] Started Initialize storage subsystems (RAID, LVM, etc.). Starting Initialize storage subsystems (RAID, LVM, etc.)... [ OK ] Started Initialize storage subsystems (RAID, LVM, etc.). Starting Monitoring of LVM2 mirrors, snapshots etc. ...ress poll= ing... [ OK ] Started Monitoring of LVM2 mirrors, snapshots etc. u...ogress po= lling. [ OK ] Reached target Local File Systems. Starting Recreate Volatile Files and Directories... Starting Security Auditing Service... Starting Trigger Flushing of Journal to Persistent Storage... Starting Tell Plymouth To Write Out Runtime Data... [ OK ] Started Recreate Volatile Files and Directories. [ OK ] Started Security Auditing Service. [ OK ] Started Tell Plymouth To Write Out Runtime Data. [ OK ] Reached target System Initialization. Starting Console System Startup Logging... [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting LSB: Start/stop xenstored... Starting firewalld - dynamic firewall daemon... Starting Machine Check Exception Logging Daemon... Starting Self Monitoring and Reporting Technology (SMART) Daemon= =2E.. [ OK ] Started Self Monitoring and Reporting Technology (SMART) Daemon.= Starting Qubes Dom0 startup setup... Starting Initialize hardware monitoring sensors... Starting watchdog daemon... Starting irqbalance daemon... Starting Login Service... Starting RealtimeKit Scheduling Policy Service... Starting System Logging Service... [ OK ] Started System Logging Service. Starting D-Bus System Message Bus... [ OK ] Started D-Bus System Message Bus. Starting Accounts Service... [ 55.158503] ip_tables: (C) 2000-2006 Netfilter Core Team [ OK ] Started Console System Startup Logging. [ OK ] Started LSB: Start/stop xenstored. [ 55.193003] ip6_tables: (C) 2000-2006 Netfilter Core Team [ OK ] Started Machine Check Exception Logging Daemon. [ 55.224259] Ebtables v2.0 registered [ OK ] Started Qubes Dom0 startup setup. [ OK ] Started watchdog daemon. [ OK ] Started irqbalance daemon. Starting Qubes memory management daemon... Starting Qubes DispVM startup setup... Starting Qubes memory information reporter... [ OK ] Started Qubes memory information reporter. Starting Qubes block device cleaner (xen front/back)... [ OK ] Started Qubes block device cleaner (xen front/back). Starting LSB: Start/stop xenconsoled... [ 55.418436] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 55.454133] systemd-journald[387]: Received SIGUSR1 [ OK ] Started Initialize hardware monitoring sensors. [ OK ] Started Trigger Flushing of Journal to Persistent Storage. [ OK ] Started LSB: Start/stop xenconsoled. Starting Permit User Sessions... Starting Authorization Manager... [ OK ] Started Login Service. [ OK ] Started firewalld - dynamic firewall daemon. [ OK ] Started RealtimeKit Scheduling Policy Service. [ OK ] Started Permit User Sessions. Starting Command Scheduler... [ OK ] Started Command Scheduler. Starting Job spooling tools... [ OK ] Started Job spooling tools. Starting Wait for Plymouth Boot Screen to Quit... Starting Terminate Plymouth Boot Screen... [ OK ] Started Authorization Manager. [ OK ] Started Accounts Service. [ 57.154790] systemd-readahead[378]: Failed to read event: Value too la= rge for defined data type [ 58.461861] xen-pciback: vpci: 0000:00:19.0: assign to virtual slot 0 [ 58.468912] xen-pciback: vpci: 0000:02:00.0: assign to virtual slot 1 mapping kernel into physical memory about to get started... [ 59.057861] pciback 0000:00:19.0: Driver tried to write to a read-only= configuration space field at offset 0xd2, size 2. This may be harmless, = but if you have problems with your device: [ 59.057861] 1) see permissive attribute in sysfs [ 59.057861] 2) report problems to the xen-devel mailing list along wit= h details of your device obtained from lspci. [ 59.093423] pciback 0000:02:00.0: Driver tried to write to a read-only= configuration space field at offset 0xd2, size 2. This may be harmless, = but if you have problems with your device: [ 59.093423] 1) see permissive attribute in sysfs [ 59.093423] 2) report problems to the xen-devel mailing list along wit= h details of your device obtained from lspci. [ 60.485484] xen-blkback:ring-ref 9, event-channel 28, protocol 1 (x86_= 64-abi) [ 60.501922] xen-blkback:ring-ref 10, event-channel 29, protocol 1 (x86= _64-abi) [ 60.514535] xen-blkback:ring-ref 11, event-channel 30, protocol 1 (x86= _64-abi) [ 60.526625] xen-blkback:ring-ref 12, event-channel 31, protocol 1 (x86= _64-abi) Qubes release 2 (R2) Kernel 3.7.4-3.pvops.qubes.x86_64 on an x86_64 (hvc0) dom0 login: [ 67.255529] pciback 0000:00:19.0: enabling device (0000 ->= 0003) [ 67.261583] Already setup the GSI :20 [ 67.896825] pciback 0000:02:00.0: enabling device (0000 -> 0002) [ 67.902820] Already setup the GSI :17 (XEN) *** Serial input -> Xen (type 'CTRL-a' three times to switch input = to DOM0) mapping kernel into physical memory about to get started... [ 72.543916] dell_wmi: Received unknown WMI event (0x0) [ 74.235014] xen-blkback:ring-ref 9, event-channel 28, protocol 1 (x86_= 64-abi) [ 74.259436] xen-blkback:ring-ref 10, event-channel 29, protocol 1 (x86= _64-abi) [ 74.273215] xen-blkback:ring-ref 11, event-channel 30, protocol 1 (x86= _64-abi) [ 74.295309] xen-blkback:ring-ref 12, event-channel 31, protocol 1 (x86= _64-abi) (XEN) 'd' pressed -> dumping registers (XEN)=20 (XEN) *** Dumping CPU0 guest state (d0:v0): *** (XEN) ----[ Xen-4.1.5-rc1 x86_64 debug=3Dy Tainted: C ]---- (XEN) CPU: 0 (XEN) RIP: e033:[] (XEN) RFLAGS: 0000000000000286 EM: 0 CONTEXT: pv guest (XEN) rax: 0000000000000023 rbx: 00007fffff8c48c0 rcx: ffffffff810014= 6a (XEN) rdx: 000000000061b0b0 rsi: 00000000004133ad rdi: 0000000000a4e0= 04 (XEN) rbp: ffff8803a8a05e98 rsp: ffff8803a8a05e00 r8: 00007f20f9e824= f0 (XEN) r9: ffff880401e08680 r10: 0000000000000000 r11: 00000000000002= 86 (XEN) r12: 0000000000000003 r13: ffff8803fad914d0 r14: 00007fffff8c48= c0 (XEN) r15: 0000000000000003 cr0: 0000000080050033 cr4: 00000000000026= f0 (XEN) cr3: 000000025ff45000 cr2: 00007f20f8bb6150 (XEN) ds: 0000 es: 0000 fs: 0000 gs: 0000 ss: e02b cs: e033 (XEN) Guest stack trace from rsp=3Dffff8803a8a05e00: (XEN) 0000000000000202 0000000000000000 ffffffff812cf062 ffff8803fc80f= 780 (XEN) ffff8803a8a05f58 ffff8803a8a05f38 ffffffff8148f07c 0000000000000= 000 (XEN) ffff8803a8878100 0000000000000023 0000000000a4e004 0000000000413= 3ad (XEN) 000000000061b0b0 0000000000000000 00007f20f9e824f0 ffff8803af91a= e80 (XEN) 0000000000000003 ffff8803fad914d0 00007fffff8c48c0 ffff8803a8a05= f28 (XEN) ffffffff81154b73 ffff88041820b210 0000000000a40000 00007fffff8c4= efb (XEN) 0000000000a4b900 ffff8803a8a05f18 ffffffff810040b3 ffff88041820b= 210 (XEN) ffff88041820ba10 ffff88041820b210 ffff88041820ba10 ffff8803fc96f= e78 (XEN) ffff8803af91ae80 0000000000000003 0000000000305000 00007fffff8c4= 8c0 (XEN) 0000000000000000 ffff8803a8a05f78 ffffffff81154cbb ffff8803a8a05= f48 (XEN) 000000008148f2d9 0000000000000000 0000000000a4b050 00007fffff8c4= 890 (XEN) 00007f20f8deb284 00007fffff8c4efb 0000000000a4b900 00007fffff8c4= 860 (XEN) ffffffff814933a9 0000000000000202 00007fffff8c45f0 00000000000c0= 000 (XEN) 0000000000000000 0000000000000010 0000000000000000 00007fffff8c4= 8c0 (XEN) 0000000000305000 0000000000000003 0000000000000010 00007f20f8b25= 0c7 (XEN) 000000000000e033 0000000000000202 00007fffff8c4858 000000000000e= 02b (XEN) 0000000000000000 0000000000000000 0000000000000000 0000000000000= 000 (XEN) 0000000000000000 0000000000000000 0000000000000000 0000000000000= 000 (XEN) 0000000000000000 0000000000000000 0000000000000000 0000000000000= 000 (XEN) 0000000000000000 0000000000000000 0000000000000000 0000000000000= 000 (XEN)=20 (XEN) *** Dumping CPU1 host state: *** (XEN) ----[ Xen-4.1.5-rc1 x86_64 debug=3Dy Tainted: C ]---- (XEN) CPU: 1 (XEN) RIP: e008:[] lapic_timer_nop+0x0/0x6 (XEN) RFLAGS: 0000000000000246 CONTEXT: hypervisor (XEN) rax: 0000000000003f40 rbx: ffff830421043650 rcx: 00000000000000= 01 (XEN) rdx: 0000000000000000 rsi: ffff830421041c80 rdi: 0000000098a268= 89 (XEN) rbp: ffff83042102fef0 rsp: ffff83042102fe68 r8: 00000019ae0a4d= 09 (XEN) r9: ffff830007ef0060 r10: 00000019ee7364ba r11: 0000ffff0000ff= ff (XEN) r12: ffff830421043710 r13: 00000019eaa4c0c8 r14: 00000019eb3b6c= c0 (XEN) r15: ffff830421041080 cr0: 000000008005003b cr4: 00000000000026= f0 (XEN) cr3: 0000000265d1e000 cr2: 00007f30abbfb960 (XEN) ds: 002b es: 002b fs: 0000 gs: 0000 ss: e010 cs: e008 (XEN) Xen stack trace from rsp=3Dffff83042102fe68: (XEN) ffff82c480198427 ffff830421041200 00000000ca662000 fffffffffffff= fff (XEN) aaaaaaaaaaaaaa00 aaaaaaaaaaaaaaaa 00000019ee7364ba 0000000000000= 000 (XEN) 0000000000000000 ffffffffffffffff 000023f5000172da 0000000000000= 000 (XEN) ffff83042102ff18 ffff83042102ff18 00000000ffffffff 0000000000000= 002 (XEN) ffff830421041080 ffff83042102ff10 ffff82c4801549ce ffff8300ca662= 000 (XEN) ffff8300ca666000 ffff83042102fdc8 0000000000000000 0000000000000= 000 (XEN) 0000000000000000 0000000000000001 ffff880402105f00 ffff880402105= fd8 (XEN) 0000000000000246 0000000000000001 0000000000000000 0000000000000= 000 (XEN) 0000000000000000 ffffffff810013aa ffffffff81a2a858 00000000deadb= eef (XEN) 00000000deadbeef 0000010000000000 ffffffff810013aa 000000000000e= 033 (XEN) 0000000000000246 ffff880402105ee8 000000000000e02b 000000000020f= ea1 (XEN) 000000000020fea0 000000000020fe9f 000000000020fe9e 0000000000000= 001 (XEN) ffff8300ca662000 0000003fa0d63a80 000000000020fe9a (XEN) Xen call trace: (XEN) [] lapic_timer_nop+0x0/0x6 (XEN) [] idle_loop+0x4b/0x59 (XEN) =20 (XEN) *** Dumping CPU2 host state: *** (XEN) ----[ Xen-4.1.5-rc1 x86_64 debug=3Dy Tainted: C ]---- (XEN) CPU: 2 (XEN) RIP: e008:[] lapic_timer_nop+0x0/0x6 (XEN) RFLAGS: 0000000000000246 CONTEXT: hypervisor (XEN) rax: 0000000000003f40 rbx: ffff830421043a60 rcx: 00000000000000= 01 (XEN) rdx: 0000000000000000 rsi: ffff830421026c80 rdi: 00000000b296c5= 39 (XEN) rbp: ffff83042101fef0 rsp: ffff83042101fe68 r8: 00000019ae0a4d= 09 (XEN) r9: ffff830007a76060 r10: 0000001a04e49482 r11: 0000ffff0000ff= ff (XEN) r12: ffff830421043b20 r13: 00000019f1935d2f r14: 00000019f5a32e= b7 (XEN) r15: ffff830421026080 cr0: 000000008005003b cr4: 00000000000026= f0 (XEN) cr3: 000000040b51d000 cr2: ffff88000a593310 (XEN) ds: 002b es: 002b fs: 0000 gs: 0000 ss: e010 cs: e008 (XEN) Xen stack trace from rsp=3Dffff83042101fe68: (XEN) ffff82c480198427 ffff88040210fd30 00000000ca2fc000 fffffffffffff= fff (XEN) aaaaaaaaaaaaaa00 aaaaaaaaaaaaaaaa 0000001a04e49482 0000000000000= 000 (XEN) 0000000000000000 ffffffffffffffff 00000b5a00004eda 0000000000000= 000 (XEN) ffff83042101ff18 ffff83042101ff18 00000000ffffffff 0000000000000= 002 (XEN) ffff830421026080 ffff83042101ff10 ffff82c4801549ce ffff8300ca2fc= 000 (XEN) ffff8300ca61a000 ffff83042101fdc8 0000000000000000 0000000000000= 000 (XEN) 0000000000000000 0000000000000003 ffff88040210ff00 ffff88040210f= fd8 (XEN) 0000000000000246 0000000000000001 0000000000000000 0000000000000= 000 (XEN) 0000000000000000 ffffffff810013aa ffffffff81a2a858 00000000deadb= eef (XEN) 00000000deadbeef 0000010000000000 ffffffff810013aa 000000000000e= 033 (XEN) 0000000000000246 ffff88040210fee8 000000000000e02b 000000000020d= ea1 (XEN) 000000000020dea0 000000000020de9f 000000000020de9e 0000000000000= 002 (XEN) ffff8300ca2fc000 0000003fa0d48a80 000000000020de9a (XEN) Xen call trace: (XEN) [] lapic_timer_nop+0x0/0x6 (XEN) [] idle_loop+0x4b/0x59 (XEN) =20 (XEN) *** Dumping CPU3 host state: *** (XEN) ----[ Xen-4.1.5-rc1 x86_64 debug=3Dy Tainted: C ]---- (XEN) CPU: 3 (XEN) RIP: e008:[] lapic_timer_nop+0x0/0x6 (XEN) RFLAGS: 0000000000000246 CONTEXT: hypervisor (XEN) rax: 0000000000003f40 rbx: ffff83042100a010 rcx: 00000000000000= 01 (XEN) rdx: 0000000000000000 rsi: ffff830421020c80 rdi: 00000000cc8848= 3a (XEN) rbp: ffff830421017ef0 rsp: ffff830421017e68 r8: 00000019ae0a4d= 09 (XEN) r9: ffff830007a78060 r10: 0000001a0f45c0d0 r11: 0000ffff0000ff= ff (XEN) r12: ffff83042100a0d0 r13: 00000019fe1b130f r14: 0000001a0009cc= 25 (XEN) r15: ffff830421020080 cr0: 000000008005003b cr4: 00000000000026= f0 (XEN) cr3: 0000000116b88000 cr2: 00007f30abbfb960 (XEN) ds: 0000 es: 0000 fs: 0000 gs: 0000 ss: e010 cs: e008 (XEN) Xen stack trace from rsp=3Dffff830421017e68: (XEN) ffff82c480198427 ffff830007ef4000 00000000ca9a2000 fffffffffffff= fff (XEN) ffff82c4802b8a00 ffff82c4802b8880 ffffffffffffffff 0000000000000= 000 (XEN) 0000000000000000 ffff830421017ee0 00000a7c000021ef ffff830421017= f18 (XEN) ffff830421017f18 ffff830421017f18 00000000ffffffff 0000000000000= 002 (XEN) ffff830421020080 ffff830421017f10 ffff82c4801549ce ffff8300ca9a2= 000 (XEN) ffff830007ef4000 ffff830421017dc8 0000000000000000 ffff88000c766= c80 (XEN) ffffffff81ada2e0 0000000000000000 ffffffff81a01e88 ffffffff81a01= fd8 (XEN) 0000000000000246 0000000000000001 0000000000000000 0000000000000= 000 (XEN) 0000000000000000 ffffffff810013aa ffffffff81a2a858 00000000deadb= eef (XEN) 00000000deadbeef 0000010000000000 ffffffff810013aa 000000000000e= 033 (XEN) 0000000000000246 ffffffff81a01e70 000000000000e02b 000000000020c= ea1 (XEN) 000000000020cea0 000000000020ce9f 000000000020ce9e 0000000000000= 003 (XEN) ffff8300ca9a2000 0000003fa0d42a80 000000000020ce9a (XEN) Xen call trace: (XEN) [] lapic_timer_nop+0x0/0x6 (XEN) [] idle_loop+0x4b/0x59 (XEN) =20 (XEN) 'c' pressed -> printing ACPI Cx structures (XEN) =3D=3Dcpu0=3D=3D (XEN) active state: C1 (XEN) max_cstate: C7 (XEN) states: (XEN) C1: type[C1] latency[000] usage[00015106] method[ HALT] duratio= n[3487008611] (XEN) *C2: type[C2] latency[080] usage[00002882] method[SYSIO] duratio= n[1309079505] (XEN) *C3: type[C3] latency[109] usage[00025035] method[SYSIO] duratio= n[81515998645] (XEN) C0: usage[00043018] duration[25573511918] (XEN) PC3[0] PC6[0] PC7[0] (XEN) CC3[0] CC6[0] (XEN) =3D=3Dcpu1=3D=3D (XEN) active state: C3 (XEN) max_cstate: C7 (XEN) states: (XEN) C1: type[C1] latency[000] usage[00017879] method[ HALT] duratio= n[4365237847] (XEN) C2: type[C2] latency[080] usage[00003062] method[SYSIO] duratio= n[1658518403] (XEN) *C3: type[C3] latency[109] usage[00021490] method[SYSIO] duratio= n[80308964622] (XEN) C0: usage[00042430] duration[25591765423] (XEN) PC3[0] PC6[0] PC7[0] (XEN) CC3[0] CC6[0] (XEN) =3D=3Dcpu2=3D=3D (XEN) active state: C3 (XEN) max_cstate: C7 (XEN) states: (XEN) C1: type[C1] latency[000] usage[00023770] method[ HALT] duratio= n[5010549092] (XEN) C2: type[C2] latency[080] usage[00003092] method[SYSIO] duratio= n[1851960502] (XEN) *C3: type[C3] latency[109] usage[00022457] method[SYSIO] duratio= n[80283005727] (XEN) C0: usage[00049319] duration[24817617896] (XEN) PC3[0] PC6[0] PC7[0] (XEN) CC3[0] CC6[0] (XEN) =3D=3Dcpu3=3D=3D (XEN) active state: C3 (XEN) max_cstate: C7 (XEN) states: (XEN) C1: type[C1] latency[000] usage[00017217] method[ HALT] duratio= n[4455153364] (XEN) C2: type[C2] latency[080] usage[00002789] method[SYSIO] duratio= n[1354471895] (XEN) C3: type[C3] latency[109] usage[00022043] method[SYSIO] duratio= n[81489684715] (XEN) C0: usage[00042046] duration[24702472966] (XEN) PC3[0] PC6[0] PC7[0] (XEN) CC3[0] CC6[0] (XEN) Guest interrupt information: (XEN) IRQ: 0 affinity:00000000,00000000,00000000,00000001 vec:f0 typ= e=3DIO-APIC-edge status=3D00000000 mapped, unbound (XEN) IRQ: 1 affinity:00000000,00000000,00000000,00000008 vec:22 typ= e=3DIO-APIC-edge status=3D00000050 in-flight=3D0 domain-list=3D0: 1(-= ---), (XEN) IRQ: 2 affinity:ffffffff,ffffffff,ffffffff,ffffffff vec:e2 typ= e=3DXT-PIC status=3D00000000 mapped, unbound (XEN) IRQ: 3 affinity:00000000,00000000,00000000,00000001 vec:40 typ= e=3DIO-APIC-edge status=3D00000002 mapped, unbound (XEN) IRQ: 4 affinity:00000000,00000000,00000000,00000001 vec:f1 typ= e=3DIO-APIC-edge status=3D00000000 mapped, unbound (XEN) IRQ: 5 affinity:00000000,00000000,00000000,00000001 vec:48 typ= e=3DIO-APIC-edge status=3D00000002 mapped, unbound (XEN) IRQ: 6 affinity:00000000,00000000,00000000,00000001 vec:50 typ= e=3DIO-APIC-edge status=3D00000002 mapped, unbound (XEN) IRQ: 7 affinity:00000000,00000000,00000000,00000002 vec:ba typ= e=3DIO-APIC-edge status=3D00000050 in-flight=3D0 domain-list=3D0: 7(-= ---), (XEN) IRQ: 8 affinity:00000000,00000000,00000000,00000001 vec:60 typ= e=3DIO-APIC-edge status=3D00000050 in-flight=3D0 domain-list=3D0: 8(-= ---), (XEN) IRQ: 9 affinity:00000000,00000000,00000000,00000001 vec:b0 typ= e=3DIO-APIC-level status=3D00000050 in-flight=3D0 domain-list=3D0: 9(-= ---), (XEN) IRQ: 10 affinity:00000000,00000000,00000000,00000001 vec:70 typ= e=3DIO-APIC-edge status=3D00000002 mapped, unbound (XEN) IRQ: 11 affinity:00000000,00000000,00000000,00000001 vec:78 typ= e=3DIO-APIC-edge status=3D00000002 mapped, unbound (XEN) IRQ: 12 affinity:00000000,00000000,00000000,00000002 vec:21 typ= e=3DIO-APIC-edge status=3D00000050 in-flight=3D0 domain-list=3D0: 12(-= ---), (XEN) IRQ: 13 affinity:00000000,00000000,00000000,0000000f vec:90 typ= e=3DIO-APIC-edge status=3D00000002 mapped, unbound (XEN) IRQ: 14 affinity:00000000,00000000,00000000,00000001 vec:98 typ= e=3DIO-APIC-edge status=3D00000002 mapped, unbound (XEN) IRQ: 15 affinity:00000000,00000000,00000000,00000001 vec:a0 typ= e=3DIO-APIC-edge status=3D00000002 mapped, unbound (XEN) IRQ: 16 affinity:00000000,00000000,00000000,00000002 vec:83 typ= e=3DIO-APIC-level status=3D00000050 in-flight=3D0 domain-list=3D0: 16(-= S--), (XEN) IRQ: 17 affinity:00000000,00000000,00000000,00000008 vec:3b typ= e=3DIO-APIC-level status=3D00000050 in-flight=3D0 domain-list=3D0: 17(-= S--), (XEN) IRQ: 18 affinity:00000000,00000000,00000000,00000008 vec:39 typ= e=3DIO-APIC-level status=3D00000002 mapped, unbound (XEN) IRQ: 19 affinity:00000000,00000000,00000000,0000000f vec:c8 typ= e=3DIO-APIC-level status=3D00000002 mapped, unbound (XEN) IRQ: 20 affinity:00000000,00000000,00000000,00000008 vec:9d typ= e=3DIO-APIC-level status=3D00000050 in-flight=3D0 domain-list=3D0: 20(-= S--), (XEN) IRQ: 22 affinity:00000000,00000000,00000000,0000000f vec:c2 typ= e=3DIO-APIC-level status=3D00000002 mapped, unbound (XEN) IRQ: 23 affinity:00000000,00000000,00000000,0000000f vec:a8 typ= e=3DIO-APIC-edge status=3D00000002 mapped, unbound (XEN) IRQ: 24 affinity:00000000,00000000,00000000,00000001 vec:28 typ= e=3DDMA_MSI status=3D00000000 mapped, unbound (XEN) IRQ: 25 affinity:00000000,00000000,00000000,00000001 vec:30 typ= e=3DDMA_MSI status=3D00000000 mapped, unbound (XEN) IRQ: 26 affinity:00000000,00000000,00000000,00000001 vec:25 typ= e=3DPCI-MSI status=3D00000010 in-flight=3D0 domain-list=3D0:279(P= S--), (XEN) IRQ: 27 affinity:00000000,00000000,00000000,00000008 vec:71 typ= e=3DPCI-MSI status=3D00000050 in-flight=3D0 domain-list=3D0:278(-= S--), (XEN) IRQ: 28 affinity:00000000,00000000,00000000,00000008 vec:79 typ= e=3DPCI-MSI status=3D00000050 in-flight=3D0 domain-list=3D0:277(-= S--), (XEN) IRQ: 29 affinity:00000000,00000000,00000000,00000008 vec:81 typ= e=3DPCI-MSI status=3D00000050 in-flight=3D0 domain-list=3D0:276(-= S--), (XEN) IRQ: 30 affinity:00000000,00000000,00000000,00000008 vec:89 typ= e=3DPCI-MSI status=3D00000050 in-flight=3D0 domain-list=3D0:275(-= S--), (XEN) IRQ: 31 affinity:00000000,00000000,00000000,00000008 vec:5c typ= e=3DPCI-MSI status=3D00000050 in-flight=3D0 domain-list=3D0:274(-= S--), (XEN) IRQ: 32 affinity:00000000,00000000,00000000,00000004 vec:50 typ= e=3DPCI-MSI status=3D00000050 in-flight=3D0 domain-list=3D0:273(-= S--), (XEN) IRQ: 33 affinity:00000000,00000000,00000000,00000002 vec:b2 typ= e=3DPCI-MSI status=3D00000050 in-flight=3D0 domain-list=3D0:272(-= S--), (XEN) IRQ: 34 affinity:00000000,00000000,00000000,00000002 vec:d2 typ= e=3DPCI-MSI status=3D00000050 in-flight=3D0 domain-list=3D0:271(-= S--), (XEN) IRQ: 35 affinity:00000000,00000000,00000000,00000004 vec:dc typ= e=3DPCI-MSI status=3D00000010 in-flight=3D0 domain-list=3D1: 55(-= ---), (XEN) IO-APIC interrupt information: (XEN) IRQ 0 Vec240: (XEN) Apic 0x00, Pin 2: vec=3Df0 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D0 irr=3D0 trig=3DE mask=3D0 dest_id:0 (XEN) IRQ 1 Vec 34: (XEN) Apic 0x00, Pin 1: vec=3D22 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D0 irr=3D0 trig=3DE mask=3D0 dest_id:0 (XEN) IRQ 3 Vec 64: (XEN) Apic 0x00, Pin 3: vec=3D40 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D0 irr=3D0 trig=3DE mask=3D0 dest_id:0 (XEN) IRQ 4 Vec241: (XEN) Apic 0x00, Pin 4: vec=3Df1 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D0 irr=3D0 trig=3DE mask=3D0 dest_id:0 (XEN) IRQ 5 Vec 72: (XEN) Apic 0x00, Pin 5: vec=3D48 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D0 irr=3D0 trig=3DE mask=3D0 dest_id:0 (XEN) IRQ 6 Vec 80: (XEN) Apic 0x00, Pin 6: vec=3D50 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D0 irr=3D0 trig=3DE mask=3D0 dest_id:0 (XEN) IRQ 7 Vec186: (XEN) Apic 0x00, Pin 7: vec=3Dba delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D0 irr=3D0 trig=3DE mask=3D0 dest_id:0 (XEN) IRQ 8 Vec 96: (XEN) Apic 0x00, Pin 8: vec=3D60 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D0 irr=3D0 trig=3DE mask=3D0 dest_id:0 (XEN) IRQ 9 Vec176: (XEN) Apic 0x00, Pin 9: vec=3Db0 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D0 irr=3D0 trig=3DL mask=3D0 dest_id:0 (XEN) IRQ 10 Vec112: (XEN) Apic 0x00, Pin 10: vec=3D70 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D0 irr=3D0 trig=3DE mask=3D0 dest_id:0 (XEN) IRQ 11 Vec120: (XEN) Apic 0x00, Pin 11: vec=3D78 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D0 irr=3D0 trig=3DE mask=3D0 dest_id:0 (XEN) IRQ 12 Vec 33: (XEN) Apic 0x00, Pin 12: vec=3D21 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D0 irr=3D0 trig=3DE mask=3D0 dest_id:0 (XEN) IRQ 13 Vec144: (XEN) Apic 0x00, Pin 13: vec=3D90 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D0 irr=3D0 trig=3DE mask=3D1 dest_id:0 (XEN) IRQ 14 Vec152: (XEN) Apic 0x00, Pin 14: vec=3D98 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D0 irr=3D0 trig=3DE mask=3D0 dest_id:0 (XEN) IRQ 15 Vec160: (XEN) Apic 0x00, Pin 15: vec=3Da0 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D0 irr=3D0 trig=3DE mask=3D0 dest_id:0 (XEN) IRQ 16 Vec131: (XEN) Apic 0x00, Pin 16: vec=3D83 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D1 irr=3D0 trig=3DL mask=3D0 dest_id:0 (XEN) IRQ 17 Vec 59: (XEN) Apic 0x00, Pin 17: vec=3D3b delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D1 irr=3D0 trig=3DL mask=3D0 dest_id:0 (XEN) IRQ 18 Vec 57: (XEN) Apic 0x00, Pin 18: vec=3D39 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D1 irr=3D0 trig=3DL mask=3D1 dest_id:0 (XEN) IRQ 19 Vec200: (XEN) Apic 0x00, Pin 19: vec=3Dc8 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D1 irr=3D0 trig=3DL mask=3D1 dest_id:0 (XEN) IRQ 20 Vec157: (XEN) Apic 0x00, Pin 20: vec=3D9d delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D1 irr=3D0 trig=3DL mask=3D0 dest_id:0 (XEN) IRQ 22 Vec194: (XEN) Apic 0x00, Pin 22: vec=3Dc2 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D1 irr=3D0 trig=3DL mask=3D1 dest_id:0 (XEN) IRQ 23 Vec168: (XEN) Apic 0x00, Pin 23: vec=3Da8 delivery=3DLoPri dest=3DL status=3D= 0 polarity=3D0 irr=3D0 trig=3DE mask=3D1 dest_id:0 [ 123.064409] PM: Syncing filesystems ... done. [ 123.124075] Freezing user space processes ... (elapsed 0.01 seconds) d= one. [ 123.145929] Freezing remaining freezable tasks ... (elapsed 0.01 secon= ds) done. [ 123.166637] sd 1:0:0:0: [sdb] Synchronizing SCSI cache [ 123.168019] xhci_hcd 0000:03:00.0: WARN Event TRB for slot 1 ep 3 with= no TDs queued? [ 123.168090] xhci_hcd 0000:03:00.0: WARN Event TRB for slot 1 ep 2 with= no TDs queued? [ 123.168168] xhci_hcd 0000:03:00.0: WARN Event TRB for slot 1 ep 0 with= no TDs queued? [ 123.195516] sd 1:0:0:0: [sdb] Stopping disk [ 123.591705] parport_pc 00:09: disabled (XEN) mce_intel.c:1162: MCA Capability: BCAST 1 SER 0 CMCI 1 firstbank 0 = extended MCE MSR 0 (XEN) CPU0 CMCI LVT vector (0xf7) already installed (XEN) CPU0: Thermal LVT vector (0xfa) already installed (XEN) Finishing wakeup from ACPI S3 state. (XEN) Enabling non-boot CPUs ... [ 124.460159] Broke affinity for irq 16 [ 124.460175] Broke affinity for irq 17 [ 124.460177] Broke affinity for irq 68 [ 124.460179] Broke affinity for irq 74 [ 125.605393] ACPI: Low-level resume complete [ 125.624465] PM: Restoring platform NVS memory [ 125.709964] Enabling non-boot CPUs ... [ 125.713783] installing Xen timer for CPU 1 [ 125.723180] CPU1 is up [ 125.755647] installing Xen timer for CPU 2 [ 125.764981] CPU2 is up [ 125.797455] installing Xen timer for CPU 3 [ 125.806777] CPU3 is up [ 125.810157] ACPI: Waking up from system sleep state S3 [ 126.431228] ehci_hcd 0000:00:1a.0: wake-up capability disabled by ACPI= [ 126.503226] ehci_hcd 0000:00:1d.0: wake-up capability disabled by ACPI= [ 126.585218] xhci_hcd 0000:03:00.0: wake-up capability disabled by ACPI= [ 126.592091] PM: noirq resume of devices complete after 238.720 msecs [ 126.598468] PM: early resume of devices complete after 0.079 msecs [ 126.636074] Already setup the GSI :20 [ 126.639672] Already setup the GSI :16 [ 126.643401] Already setup the GSI :22 [ 126.647320] Already setup the GSI :17 [ 126.650997] Already setup the GSI :18 [ 126.654741] usb usb2: root hub lost power or was reset [ 126.659818] usb usb4: root hub lost power or was reset (XEN) Assertion 'test_bit(vector, cfg->used_vectors)' failed at io_apic.c= :542 (XEN) ----[ Xen-4.1.5-rc1 x86_64 debug=3Dy Tainted: C ]---- (XEN) CPU: 0 (XEN) RIP: e008:[] smp_irq_move_cleanup_interrupt+0x= 1c3/0x23d (XEN) RFLAGS: 0000000000010046 CONTEXT: hypervisor (XEN) rax: 0000000000000000 rbx: 00000000000000e9 rcx: ffff82c48029ff= 18 (XEN) rdx: 00000000000000e9 rsi: 0000000000000286 rdi: ffff8304210605= 38 (XEN) rbp: ffff82c48029fb28 rsp: ffff82c48029fad8 r8: 00000000000000= 08 (XEN) r9: 00000000ffffffff r10: ffff82c48021d160 r11: 00000000000002= 46 (XEN) r12: ffff830421080250 r13: ffff830421060534 r14: ffff82c48029ff= 18 (XEN) r15: ffff82c4802dd9e0 cr0: 000000008005003b cr4: 00000000000026= f0 (XEN) cr3: 0000000265c5d000 cr2: ffff8804020701f8 (XEN) ds: 0000 es: 0000 fs: 0000 gs: 0000 ss: e010 cs: e008 (XEN) Xen stack trace from rsp=3Dffff82c48029fad8: (XEN) 0000000000000000 00000000020701f0 ffff82c48029ff18 ffff82c4802dd= 9e0 (XEN) ffff82c48029fe58 0000000000000001 0000000000000050 0000000080030= 034 (XEN) 0000000000000000 0000000000000003 00007d3b7fd604a7 ffff82c48014d= e60 (XEN) 0000000000000003 0000000000000000 0000000080030034 0000000000000= 050 (XEN) ffff82c48029fbe8 0000000000000001 0000000000000246 ffff82c48021d= 160 (XEN) 00000000ffffffff 0000000000000008 0000000000000000 0000000000000= 001 (XEN) 0000000000000cfc 0000000000000286 ffff82c48025a9c0 0000002000000= 000 (XEN) ffff82c4801226c0 000000000000e008 0000000000000286 ffff82c48029f= be8 (XEN) 000000000000e010 0000000000000286 ffff82c48029fc18 ffff82c480175= 890 (XEN) ffff82c48029fc18 0000000000000034 0000000000000030 0000000000000= 000 (XEN) ffff82c48029fc38 ffff82c48021042e ffff82c48029fc58 ffff82c480175= 890 (XEN) ffff82c48029fc88 ffff82c48013db18 000000000000002f 1100000000000= 082 (XEN) ffff82c48029fc78 0000000000000003 0000000000000000 0000000000000= 000 (XEN) 0000000000000000 0000000000000000 ffff82c48029fcc8 ffff82c48015f= d16 (XEN) ffff82c48029fe10 ffff830421050ac0 ffff82c48029fe10 0000000000000= 003 (XEN) 0000000000000000 0000000000000000 ffff82c48029fd58 ffff82c480160= 1bc (XEN) 000000000000002f 0000000000000082 000782c48029fd08 ffff82c48029f= e10 (XEN) 0000006a00000008 ffff82c48029fe78 0000000300000068 0000000000000= 000 (XEN) 0000000000000202 ffff82c48029fe78 ffff82c48029fe10 ffff82c48029f= e78 (XEN) ffff82c48029fe10 ffff830421050ac0 0000000000000000 0000000000000= 01d (XEN) Xen call trace: (XEN) [] smp_irq_move_cleanup_interrupt+0x1c3/0x23d (XEN) [] irq_move_cleanup_interrupt+0x30/0x40 (XEN) [] _spin_unlock_irqrestore+0x22/0x24 (XEN) [] pci_conf_read+0xb0/0xc1 (XEN) [] pci_conf_read8+0x7e/0x80 (XEN) [] pci_find_cap_offset+0x58/0xaf (XEN) [] msix_set_enable+0x4e/0xb2 (XEN) [] msix_capability_init+0xa6/0x5fa (XEN) [] pci_enable_msi+0x19b/0x49b (XEN) [] map_domain_pirq+0x281/0x3df (XEN) [] do_physdev_op+0xa2b/0x1508 (XEN) [] syscall_enter+0xc8/0x122 (XEN) =20 (XEN)=20 (XEN) **************************************** (XEN) Panic on CPU 0: (XEN) Assertion 'test_bit(vector, cfg->used_vectors)' failed at io_apic.c= :542 (XEN) **************************************** (XEN)=20 (XEN) Reboot in five seconds... (XEN) Resetting with ACPI MEMORY or I/O RESET_REG. --------------030409000505000800040002-- --------------enig553A2A60623B12F06B663CA1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQEcBAEBAgAGBQJRUdCpAAoJENuP0xzK19csI4kIAI3FsbL6bR9U52i9SRdV/8Tj 7Pv5qGcYyIuMhpOcAg4TRopH5zSLq3jKzcObb84/nNRkmd1x5DG8WZ2JIAgYpFjn 9e4MmOMToAAp49elx+DbABG/kwRpr2jPTb9ofBg/x2NElW8nntHbh0ZE9rSaObmY J7gwbzxvjQd+RrChVJ46t1SL+ncN+0CHkffbMR2ZoFjsByUrB9HLPFzPEL2dEOCD wKvsuCpOdVYOAQa1BB9nZ91F2+wD7/Kw9I2WTTS0VWQbgaaihjj+uhjn4PJ4+Yt0 q2Ktsj5RvWRYxNNcXf1AW75snjNXktEZa95r4Y4EnS2VjAUBoEa/5YebTzGiZWI= =g+DL -----END PGP SIGNATURE----- --------------enig553A2A60623B12F06B663CA1-- --===============5522263308990931250== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --===============5522263308990931250==--