Changes between Version 1 and Version 2 of Ticket #18541, comment 13
- Timestamp:
- Aug 8, 2023, 6:46:49 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18541, comment 13
v1 v2 1 2 {{{3 1 I can confirm this happens here as well. 57197 is fine, 57199 is not. 4 2 5 3 When booting under QEMU with KVM enabled: 6 4 {{{ 7 5 extra data[0]: 0x0000000000000001 8 6 extra data[1]: 0x700f66026e0f660f … … 34 32 EFER=0000000000000d01 35 33 Code=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 }}} 36 35 37 36 When 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. … … 46 45 47 46 I 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 }}}