[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xen-users
Subject:    Re: [Xen-users] IO-APIC Error on Xen 4.12 with Surface Laptop 3 (Intel) - Likely ACPI Issues (No DMA
From:       Dylanger Daly <dylangerdaly () gmail ! com>
Date:       2019-12-15 5:20:35
Message-ID: CAGn8yFyrm=TiBmR9H6qX1ZWZabU-bjEmFyK7fJ8SPcVyQkgWKg () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/related)]

[Attachment #4 (multipart/alternative)]


Hm, it seems this may not have anything to with the APIC ACPI Table,
perhaps it's the fact I'm unable to disable the HPET via BIOS, it looks
like Microsoft may have forced that ON, resulting in this crash/error.

Does anyone know if it's possible to disable HPET from within Xen?

On Sun, Dec 15, 2019 at 12:53 PM Dylanger Daly <dylangerdaly@gmail.com>
wrote:

> Another update, if I add 'nolapic' Xen seems to totally crash.
>
> SMP: Allowing 1 CPUs (1 hotplug CPUs)
> Xen BUG at x86_64/mm.c:692
> -- Call Trace --
> [<ffff82d08039de98>] zap_low_mappings+0x68/0x70
>
> Specific line is
> BUG_ON(num_online_cpus() != 1);
> Not totally sure how adding nolapic breaks this.
>
>
> On Sun, Dec 15, 2019 at 12:23 PM Dylanger Daly <dylangerdaly@gmail.com>
> wrote:
>
>> Hey Guys,
>>
>> I'm super sorry, I've been emailing from a domain that has a strict DMARC
>> Policy, I'll repost all of my messages here
>>
>> --
>>
>> Hello,
>>
>> I'm getting the following error when booting Xen 4.12 (Qubes OS)
>>
>> I'm running a Surface Laptop 3 Business Edition (i7-1065G7)
>>
>> I believe this issue has something to do with the ACPI Tables for APIC.
>>
>> IO-APIC + timer doesn't work! Boot with apic_verbosity=debug and send a
>> report. Then try booting with the 'noapic' option
>>
>> Added Logging:
>>
>> Enabling IO-APIC IRQs
>> ...
>> MP-BIOS bug: 8254 timer not connected to IO-APIC
>> ... trying to set up timer (IRQ0) through the 8259A ... failed.
>> ... trying to set up timer as Virtual Wire IRQ ... failed.
>> ... trying to set up timer as ExtINT IRQ...spurious 8259A interrupt: IRQ7
>> .
>> CPU0: No irq handler for vector e7 (IRQ -8)
>>
>> Adding noapic results in Xen booting however the device resets, I assume
>> the APIC is required to setup IOMMU.
>>
>> I'm not sure where to start looking, I can post my ACPI Tables if that
>> would help.
>>
>> If anyone can point me in the right direction any help would be
>> appreciated.
>>
>> Apologies if I'm posting in the wrong area.
>>
>> To provide some more information, Fedora 31 boots perfectly, so I believe
>> it's an issue specifically relating to Xen.
>>
>> Booting into Fedora 31 I can see some dmesg logs relating to APIC
>>
>> ACPI: APIC 0x0000000007BFE5000 00012C (v03 MSFT MSFT 00000002 MSFT
>> 20160422)
>> ACPI: Local APIC address 0xfee00000
>> IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
>> APIC: Switch to symmetric I/O mode setup
>> Using ACPI (MADT) for SMP configuration information
>> ACPI: HPET id: 0x8086a201 base: 0xfed00000
>> DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
>> ACPI: Using IOAPIC for interrupt routing.
>>
>> Another update, I observed that if I added acpi=noirq, it wouldn't error
>> out, meaning the issue I'm having is directly related to the APIC/MADT ACPI
>> Table on this laptop, with this in mind, I've attached the Surface Laptop
>> 3's APIC ACPI Table.
>>
>> Comparing the table against a Lenovo P43s (8th Gen Intel, known working
>> with Xen) the differences are as follows
>>
>> 6c6
>> <  * Disassembly of APIC, Sun Dec 15 11:38:46 2019
>> ---
>> >  * Disassembly of APIC, Sun Dec 15 11:43:24 2019
>> 16,21c16,21
>> < [009h 0009   1]                     Checksum : 56
>> < [00Ah 0010   6]                       Oem ID : "MSFT  "
>> < [010h 0016   8]                 Oem Table ID : "MSFT    "
>> < [018h 0024   4]                 Oem Revision : 00000002
>> < [01Ch 0028   4]              Asl Compiler ID : "MSFT"
>> < [020h 0032   4]        Asl Compiler Revision : 20160422
>> ---
>> > [009h 0009   1]                     Checksum : CA
>> > [00Ah 0010   6]                       Oem ID : "LENOVO"
>> > [010h 0016   8]                 Oem Table ID : "TP-N2I  "
>> > [018h 0024   4]                 Oem Revision : 00001580
>> > [01Ch 0028   4]              Asl Compiler ID : "PTEC"
>> > [020h 0032   4]        Asl Compiler Revision : 00000002
>> 62,64c62,64
>> < [04Fh 0079   1]                Local Apic ID : 01
>> < [050h 0080   4]        Flags (decoded below) : 00000001
>> <                            Processor Enabled : 1
>> ---
>> > [04Fh 0079   1]                Local Apic ID : FF
>> > [050h 0080   4]        Flags (decoded below) : 00000000
>> >                            Processor Enabled : 0
>> 70,72c70,72
>> < [057h 0087   1]                Local Apic ID : 03
>> < [058h 0088   4]        Flags (decoded below) : 00000001
>> <                            Processor Enabled : 1
>> ---
>> > [057h 0087   1]                Local Apic ID : FF
>> > [058h 0088   4]        Flags (decoded below) : 00000000
>> >                            Processor Enabled : 0
>> 78,80c78,80
>> < [05Fh 0095   1]                Local Apic ID : 05
>> < [060h 0096   4]        Flags (decoded below) : 00000001
>> <                            Processor Enabled : 1
>> ---
>> > [05Fh 0095   1]                Local Apic ID : FF
>> > [060h 0096   4]        Flags (decoded below) : 00000000
>> >                            Processor Enabled : 0
>> 86,88c86,88
>> < [067h 0103   1]                Local Apic ID : 07
>> < [068h 0104   4]        Flags (decoded below) : 00000001
>> <                            Processor Enabled : 1
>> ---
>> > [067h 0103   1]                Local Apic ID : FF
>> > [068h 0104   4]        Flags (decoded below) : 00000000
>> >                            Processor Enabled : 0
>> 310,312c310,312
>> <     0000: 41 50 49 43 2C 01 00 00 03 56 4D 53 46 54 20 20  //
>> APIC,....VMSFT
>> <     0010: 4D 53 46 54 20 20 20 20 02 00 00 00 4D 53 46 54  // MSFT
>>  ....MSFT
>> <     0020: 22 04 16 20 00 00 E0 FE 01 00 00 00 00 08 01 00  // "..
>> ............
>> ---
>> >     0000: 41 50 49 43 2C 01 00 00 03 CA 4C 45 4E 4F 56 4F  //
>> APIC,.....LENOVO
>> >     0010: 54 50 2D 4E 32 49 20 20 80 15 00 00 50 54 45 43  // TP-N2I
>>  ....PTEC
>> >     0020: 02 00 00 00 00 00 E0 FE 01 00 00 00 00 08 01 00  //
>> ................
>> 314,316c314,316
>> <     0040: 01 00 00 00 00 08 04 06 01 00 00 00 00 08 05 01  //
>> ................
>> <     0050: 01 00 00 00 00 08 06 03 01 00 00 00 00 08 07 05  //
>> ................
>> <     0060: 01 00 00 00 00 08 08 07 01 00 00 00 00 08 09 FF  //
>> ................
>> ---
>> >     0040: 01 00 00 00 00 08 04 06 01 00 00 00 00 08 05 FF  //
>> ................
>> >     0050: 00 00 00 00 00 08 06 FF 00 00 00 00 00 08 07 FF  //
>> ................
>> >     0060: 00 00 00 00 00 08 08 FF 00 00 00 00 00 08 09 FF  //
>> ................
>>
>>
>> A graphical diff:
>> [image: 2019-12-15-115439.png]
>> [image: 2019-12-15-115454.png]
>> It looks like Lenovo disables the Local APIC (lapic) where as the SL3
>> enables it.
>>
>> Other difference is the OEM ID, OEM Table ID and OEM Revision ID.
>>
>> Cheers!
>>
>

[Attachment #7 (text/html)]

<div dir="ltr"><div>Hm, it seems this may not have anything to with the APIC ACPI \
Table, perhaps it&#39;s the fact I&#39;m unable to disable the HPET via BIOS, it \
looks like Microsoft may have forced that ON, resulting in this \
crash/error.</div><div><br></div><div>Does anyone know if it&#39;s possible to \
disable HPET from within Xen?<br></div></div><br><div class="gmail_quote"><div \
dir="ltr" class="gmail_attr">On Sun, Dec 15, 2019 at 12:53 PM Dylanger Daly &lt;<a \
href="mailto:dylangerdaly@gmail.com">dylangerdaly@gmail.com</a>&gt; \
wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div \
dir="ltr"><div>Another update, if I add &#39;nolapic&#39; Xen seems to totally \
crash.</div><div><br></div><div>SMP: Allowing 1 CPUs (1 hotplug CPUs)</div><div>Xen \
BUG at x86_64/mm.c:692</div><div>-- Call Trace \
--</div><div>[&lt;ffff82d08039de98&gt;] \
zap_low_mappings+0x68/0x70</div><div><br></div><div>Specific line is</div><div><span \
style="font-family:monospace">BUG_ON(num_online_cpus() != 1);</span></div><div>Not \
totally sure how adding nolapic breaks this.<br></div><div><br></div></div><br><div \
class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Dec 15, 2019 at 12:23 \
PM Dylanger Daly &lt;<a href="mailto:dylangerdaly@gmail.com" \
target="_blank">dylangerdaly@gmail.com</a>&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hey \
Guys,</div><div><br></div><div>I&#39;m super sorry, I&#39;ve been emailing from a \
domain that has a strict DMARC Policy, I&#39;ll repost all of my messages \
here</div><div><br></div><div>--</div><div><br></div><div>Hello,<div \
dir="auto"><br></div><div dir="auto">I&#39;m getting the following error when booting \
Xen 4.12 (Qubes OS)</div><div dir="auto"><br></div><div dir="auto">I&#39;m running a \
Surface Laptop 3 Business Edition (i7-1065G7)</div><div dir="auto"><br></div><div \
dir="auto">I believe this issue has something to do with the ACPI Tables for \
APIC.</div><div dir="auto"><br></div><div dir="auto"><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">IO</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">-</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">APIC \
</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">+</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
timer doesn</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(0,136,0)">&#39;t \
work! Boot with apic_verbosity=debug and send a report. Then try booting with the \
&#39;</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">noapic</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(0,136,0)">&#39; \
option</span><br></div><div dir="auto"><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(0,136,0)"><br></span></div><div \
dir="auto"><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(0,136,0)">Added \
Logging:</span></div><div dir="auto"><br></div><div dir="auto"><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,0,102)">Enabling</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
IO</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">-</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">APIC \
</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,0,102)">IRQs</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)"><br></span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">...</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)"><br>MP</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">-</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">BIOS \
bug</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">:</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(0,102,102)">8254</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
timer  </span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(0,0,136)">not</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
connected to IO</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">-</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">APIC<br></span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">...</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
trying to  </span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(0,0,136)">set</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  up \
timer  </span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">(</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">IRQ0</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">)</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
through the  </span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(0,102,102)">8259A</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">...</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
failed</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">.</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)"><br></span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">...</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
trying to  </span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(0,0,136)">set</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  up \
timer  </span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(0,0,136)">as</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,0,102)">Virtual</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,0,102)">Wire</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
IRQ  </span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">...</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
failed</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">.</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)"><br></span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">...</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
trying to  </span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(0,0,136)">set</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  up \
timer  </span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(0,0,136)">as</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,0,102)">ExtINT</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
IRQ</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">...</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">spurious \
</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(0,102,102)">8259A</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
interrupt</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">:</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
IRQ7</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">.</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)"><br>CPU0</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">:</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,0,102)">No</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
irq handler  </span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(0,0,136)">for</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">  \
vector e7  </span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">(</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250)">IRQ  \
</span><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">-</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(0,102,102)">8</span><span \
style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)">)</span><br></div><div \
dir="auto"><span style="font-family:monospace;font-size:10.4px;background-color:rgb(250,250,250);color:rgb(102,102,0)"><br></span></div><div \
dir="auto">Adding noapic results in Xen booting however the device resets, I assume \
the APIC is required to setup IOMMU.</div><div dir="auto"><br></div><div \
dir="auto">I&#39;m not sure where to start looking, I can post my ACPI Tables if that \
would help.</div><div dir="auto"><br></div><div dir="auto">If anyone can point me  in \
the right direction any help would  be appreciated.</div><div \
dir="auto"><br></div><div dir="auto">Apologies if I&#39;m posting in the wrong \
area.</div><div dir="auto"><br></div><div dir="auto"><div>To provide some more \
information, Fedora 31 boots perfectly, so I believe it&#39;s an issue specifically \
relating to Xen.</div><div><br></div><div>Booting into Fedora 31 I can see some dmesg \
logs relating to APIC<br></div><div><br></div><div><span \
style="font-family:monospace">ACPI: APIC 0x0000000007BFE5000 00012C (v03 MSFT MSFT \
00000002 MSFT 20160422)</span></div><div><span style="font-family:monospace">ACPI: \
Local APIC address 0xfee00000<br></span></div><div><span \
style="font-family:monospace">IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, \
GSI 0-119</span></div><div><span style="font-family:monospace">APIC: Switch to \
symmetric I/O mode setup<br></span></div><div><span \
style="font-family:monospace">Using ACPI (MADT) for SMP configuration \
information</span></div><div><span style="font-family:monospace">ACPI: HPET id: \
0x8086a201 base: 0xfed00000</span></div><div><span \
style="font-family:monospace">DMAR-IR: x2apic is disabled because BIOS sets x2apic \
opt out bit.</span></div><div><span style="font-family:monospace">ACPI: Using IOAPIC \
for interrupt routing.</span></div><div><br></div><div><div>Another update, I \
observed that if I added acpi=noirq, it wouldn&#39;t  error out, meaning the issue \
I&#39;m having is directly related to the  APIC/MADT ACPI Table on this laptop, with \
this in mind, I&#39;ve attached  the Surface Laptop 3&#39;s APIC ACPI \
Table.</div><div><br></div><div>Comparing the table against a Lenovo P43s (8th Gen \
Intel, known working with Xen) the differences are as \
follows</div><div><br></div><div><span style="font-family:monospace">6c6<br>&lt;   * \
Disassembly of APIC, Sun Dec 15 11:38:46 2019<br>---<br>&gt;   * Disassembly of APIC, \
Sun Dec 15 11:43:24 2019<br>16,21c16,21<br>&lt; [009h 0009    1]                      \
Checksum : 56<br>&lt; [00Ah 0010    6]                                  Oem ID : \
&quot;MSFT   &quot;<br>&lt; [010h 0016    8]                         Oem Table ID : \
&quot;MSFT      &quot;<br>&lt; [018h 0024    4]                         Oem Revision \
: 00000002<br>&lt; [01Ch 0028    4]                     Asl Compiler ID : \
&quot;MSFT&quot;<br>&lt; [020h 0032    4]            Asl Compiler Revision : \
20160422<br>---<br>&gt; [009h 0009    1]                               Checksum : \
CA<br>&gt; [00Ah 0010    6]                                  Oem ID : \
&quot;LENOVO&quot;<br>&gt; [010h 0016    8]                         Oem Table ID : \
&quot;TP-N2I   &quot;<br>&gt; [018h 0024    4]                         Oem Revision : \
00001580<br>&gt; [01Ch 0028    4]                     Asl Compiler ID : \
&quot;PTEC&quot;<br>&gt; [020h 0032    4]            Asl Compiler Revision : \
00000002<br>62,64c62,64<br>&lt; [04Fh 0079    1]                        Local Apic ID \
: 01<br>&lt; [050h 0080    4]            Flags (decoded below) : 00000001<br>&lt;     \
Processor Enabled : 1<br>---<br>&gt; [04Fh 0079    1]                        Local \
Apic ID : FF<br>&gt; [050h 0080    4]            Flags (decoded below) : \
00000000<br>&gt;                                          Processor Enabled : \
0<br>70,72c70,72<br>&lt; [057h 0087    1]                        Local Apic ID : \
03<br>&lt; [058h 0088    4]            Flags (decoded below) : 00000001<br>&lt;       \
Processor Enabled : 1<br>---<br>&gt; [057h 0087    1]                        Local \
Apic ID : FF<br>&gt; [058h 0088    4]            Flags (decoded below) : \
00000000<br>&gt;                                          Processor Enabled : \
0<br>78,80c78,80<br>&lt; [05Fh 0095    1]                        Local Apic ID : \
05<br>&lt; [060h 0096    4]            Flags (decoded below) : 00000001<br>&lt;       \
Processor Enabled : 1<br>---<br>&gt; [05Fh 0095    1]                        Local \
Apic ID : FF<br>&gt; [060h 0096    4]            Flags (decoded below) : \
00000000<br>&gt;                                          Processor Enabled : \
0<br>86,88c86,88<br>&lt; [067h 0103    1]                        Local Apic ID : \
07<br>&lt; [068h 0104    4]            Flags (decoded below) : 00000001<br>&lt;       \
Processor Enabled : 1<br>---<br>&gt; [067h 0103    1]                        Local \
Apic ID : FF<br>&gt; [068h 0104    4]            Flags (decoded below) : \
00000000<br>&gt;                                          Processor Enabled : \
0<br>310,312c310,312<br>&lt;       0000: 41 50 49 43 2C 01 00 00 03 56 4D 53 46 54 20 \
20   // APIC,....VMSFT   <br>&lt;       0010: 4D 53 46 54 20 20 20 20 02 00 00 00 4D \
53 46 54   // MSFT      ....MSFT<br>&lt;       0020: 22 04 16 20 00 00 E0 FE 01 00 00 \
00 00 08 01 00   // &quot;.. ............<br>---<br>&gt;       0000: 41 50 49 43 2C \
01 00 00 03 CA 4C 45 4E 4F 56 4F   // APIC,.....LENOVO<br>&gt;       0010: 54 50 2D \
4E 32 49 20 20 80 15 00 00 50 54 45 43   // TP-N2I   ....PTEC<br>&gt;       0020: 02 \
00 00 00 00 00 E0 FE 01 00 00 00 00 08 01 00   // \
................<br>314,316c314,316<br>&lt;       0040: 01 00 00 00 00 08 04 06 01 00 \
00 00 00 08 05 01   // ................<br>&lt;       0050: 01 00 00 00 00 08 06 03 \
01 00 00 00 00 08 07 05   // ................<br>&lt;       0060: 01 00 00 00 00 08 \
08 07 01 00 00 00 00 08 09 FF   // ................<br>---<br>&gt;       0040: 01 00 \
00 00 00 08 04 06 01 00 00 00 00 08 05 FF   // ................<br>&gt;       0050: \
00 00 00 00 00 08 06 FF 00 00 00 00 00 08 07 FF   // ................<br>&gt;       \
0060: 00 00 00 00 00 08 08 FF 00 00 00 00 00 08 09 FF   // \
................</span></div><div><br></div><div><br></div><div>A graphical \
diff:</div><div><div><div><img src="cid:ii_k46bqjpf1" alt="2019-12-15-115439.png" \
</blockquote></div>
</blockquote></div>


["2019-12-15-115454.png" (image/png)]
["2019-12-15-115439.png" (image/png)]
[Attachment #10 (text/plain)]

_______________________________________________
Xen-users mailing list
Xen-users@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-users

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic