All of lore.kernel.org
 help / color / mirror / Atom feed
* (xen 4.6 unstable) triple fault when execute fxsave during the procedure of guest iso install
@ 2015-06-24  9:14 Fanhenglong
  2015-06-24  9:25 ` Razvan Cojocaru
  2015-06-24 10:38 ` Jan Beulich
  0 siblings, 2 replies; 7+ messages in thread
From: Fanhenglong @ 2015-06-24  9:14 UTC (permalink / raw)
  To: xen-devel@lists.xen.org
  Cc: Liuqiming (John), Yanqiangjun, Huangpeng (Peter),
	Hanweidong (Randy)


[-- Attachment #1.1: Type: text/plain, Size: 2048 bytes --]

Hi everyone,


I want to debug the procedure of windows os install with windbg,
windbg executes instruction(fxsave) after the blank vm is started and before guest iso start to install,


fxsave trigger the following code path:
vmx_vmexit_handler(EXIT_REASON_EPT_VIOLATION)
->ept_handle_violation
->hvm_hap_nested_page_fault
->handle_mmio_with_translation
->handle_mmio
->hvm_emulate_one
->x86_emulate

X86_emulate return X86EMUL_UNHANDLEABLE

The xl dmesg log;
(d5) Writing SMBIOS tables ...
(d5) Loading OVMF ...
(XEN) d5v0 Over-allocation for domain 5: 2097409 > 2097408
(XEN) memory.c:155:d5v0 Could not allocate order=0 extent: id=5 memflags=0 (0 of 1)
(d5) Loading ACPI ...
(d5) vm86 TSS at fc012d00
(d5) BIOS map:
(d5)  ffe00000-ffffffff: Main BIOS
(d5) E820 table:
(d5)  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d5)  HOLE: 00000000:000a0000 - 00000000:000f0000
(d5)  [01]: 00000000:000f0000 - 00000000:00100000: RESERVED
(d5)  [02]: 00000000:00100000 - 00000000:f0000000: RAM
(d5)  HOLE: 00000000:f0000000 - 00000000:fc000000
(d5)  [03]: 00000000:fc000000 - 00000001:00000000: RESERVED
(d5)  [04]: 00000001:00000000 - 00000002:0f6ed000: RAM
(d5) Invoking OVMF ...
(XEN) stdvga.c:147:d5v0 entering stdvga and caching modes
(XEN) stdvga.c:151:d5v0 leaving stdvga
(XEN) irq.c:276: Dom5 PCI link 0 changed 5 -> 11
(XEN) irq.c:276: Dom5 PCI link 1 changed 10 -> 11
(XEN) irq.c:276: Dom5 PCI link 2 changed 11 -> 10
(XEN) irq.c:276: Dom5 PCI link 3 changed 5 -> 10
(XEN) MMIO emulation failed: d5v0 64bit @ 0028:efe54dab -> 0f ae 07 fc ff 75 10 48 8b 4d 08 48 89 e2 48 83
(XEN) MMIO emulation failed: d5v0 64bit @ 0028:efe54dab -> 0f ae 07 fc ff 75 10 48 8b 4d 08 48 89 e2 48 83
(XEN) MMIO emulation failed: d5v0 64bit @ 0028:efe54dab -> 0f ae 07 fc ff 75 10 48 8b 4d 08 48 89 e2 48 83
(XEN) d5v0 Triple fault - invoking HVM shutdown action 1



*
Now I can't use windbg tool,
Can anyone give me some advice to solve the problem?




Thanks





















[-- Attachment #1.2: Type: text/html, Size: 10136 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-06-25  0:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-24  9:14 (xen 4.6 unstable) triple fault when execute fxsave during the procedure of guest iso install Fanhenglong
2015-06-24  9:25 ` Razvan Cojocaru
2015-06-24  9:31   ` Andrew Cooper
2015-06-24 10:28     ` Razvan Cojocaru
2015-06-24 10:35     ` Wei Liu
2015-06-25  0:40   ` 答复: " Fanhenglong
2015-06-24 10:38 ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.