Changes between Version 1 and Version 2 of Ticket #18541, comment 13


Ignore:
Timestamp:
Aug 8, 2023, 6:46:49 AM (16 months ago)
Author:
johnsonjh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18541, comment 13

    v1 v2  
    1 
    2 {{{
    31I can confirm this happens here as well.   57197 is fine, 57199 is not.
    42
    53When booting under QEMU with KVM enabled:
    6 
     4{{{
    75extra data[0]: 0x0000000000000001
    86extra data[1]: 0x700f66026e0f660f
     
    3432EFER=0000000000000d01
    3533Code=00 48 8b 0b 83 39 01 48 8b 51 08 0f 84 4b 01 00 00 48 01 c2 <66> 0f 6e 02 66 0f 70 c8 e0 44 0f b7 4d de 31 c0 31 f6 66 0f d6 8b 1c 01 00 00 bf ff 00 00
     34}}}
    3635
    3736When booting without KVM, it starts up but doesn't get to the desktop.  The serial log shows that the same ipro1000/em driver was the last thing initializing.
     
    4645
    4746I usually add -serial mon:stdio to capture the debug output from the serial, but it's not exciting.  Everything is normal until it crashes or hangs.
    48 }}}