Searched refs:crash (Results 1 – 23 of 23) sorted by relevance
/xen-4.10.0-shim-comet/docs/misc/ |
A D | kexec_and_kdump.txt | 96 It is possible to kdump from Xen or Linux to a Linux crash kernel. 97 It is not possible to use xen as a crash kernel. 101 Xen -> Linux | first hypervisor & | crash kernel 104 Linux -> Linux | first kernel | crash kernel 162 you can prepare to kdump by loading the crash kernel into the 168 CRASH_KERNEL_IMAGE: the crash kernel image 172 maxcpus=1 is required if the crash kernel is SMP 176 vmlinux image is used as the crash kernel 178 e.g. kexec -p /boot/crash-vmlinuz \ 181 On x86 systems the crash kernel may be either [all …]
|
A D | crashdb.txt | 1 Xen crash debugger notes 6 also a special key handler for making it crash, which is handy.
|
A D | xen-error-handling.txt | 15 allowing the crash to be deferred for the currently executing VCPU 61 Like BUG() and ASSERT() this will crash and reboot the host
|
A D | xenpaging.txt | 4 Usage of xenpaging can crash Xen or cause severe data corruption in the
|
A D | xen-command-line.markdown | 519 Specify sizes and optionally placement of the crash kernel reservation 521 set aside for a crash kernel (`<size>`) for a given range of installed 1193 to use kexec functionality in the case of a crash. It represents 1195 so the crash kernel may find find them. Should be used in combination 1617 generated SErrors will cause the whole system to crash. 1628 SErrors, so we have to crash the whole system when we get SErros with the 1635 All SErrors will crash the whole system. This option will avoid all overhead
|
A D | xenstore.txt | 185 @releaseDomain occurs on any domain crash or
|
/xen-4.10.0-shim-comet/docs/ |
A D | INDEX | 12 misc/crashdb Xen crash debugger notes
|
A D | configure | 1304 --with-xen-dumpdir=DIR Path to directory for domU crash dumps.
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | livepatch.pandoc | 57 host crash: 60 crash due to the content of the live patch being incorrect or the
|
A D | feature-levelling.pandoc | 194 end up running a guest which will subsequently crash. The CPUID policy should
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | util.c | 715 static void __attribute__((noreturn)) crash(void) in crash() function 729 crash(); in __assert_failed() 735 crash(); in __bug()
|
/xen-4.10.0-shim-comet/tools/xenstat/xentop/ |
A D | xentop.c | 867 crash = 0, dying = 0, shutdown = 0; in do_summary() local 888 else if (xenstat_domain_crashed(domain)) crash++; in do_summary() 894 num_domains, run, block, pause, crash, dying, shutdown); in do_summary()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | Kconfig | 61 without rebooting. This is primarily used to execute a crash 62 environment to collect information on a Xen hypervisor or dom0 crash.
|
/xen-4.10.0-shim-comet/m4/ |
A D | paths.m4 | 75 [Path to directory for domU crash dumps. [LOCALSTATEDIR/lib/xen/dump]]),
|
/xen-4.10.0-shim-comet/ |
A D | SUPPORT.md | 143 ## Debugging, analysis, and crash post-mortem 183 This is primarily designed to allow "crash kernels", 184 which can do core dumps of memory to help with debugging in the event of a crash. 766 Pretty likely to still crash / fail to work.
|
A D | configure | 1329 --with-xen-dumpdir=DIR Path to directory for domU crash dumps.
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-vbd-interface.markdown.7 | 128 they can crash due to minor number clashes. With these guests, the
|
A D | xl.cfg.pod.5.in | 271 it will crash. 894 created but may cause the VM to crash if a pass-through device accesses RDM. 896 leads to a VM crash. 2036 This group incorporates the crash control MSRs. These enlightenments 2037 allow Windows to write crash information such that it can be logged
|
A D | xl.pod.1.in | 374 restart on a crash. See L<xl.cfg(5)> for more info. 427 mem-set will make a domain unstable and cause it to crash. Be very
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | Makefile | 21 obj-$(CONFIG_KEXEC) += crash.o
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | vmx.c | 1479 goto crash; in vmx_load_pdptrs() 1490 goto crash; in vmx_load_pdptrs() 1516 crash: in vmx_load_pdptrs()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_types.idl | 205 (3, "crash"),
|
/xen-4.10.0-shim-comet/tools/ |
A D | configure | 1513 --with-xen-dumpdir=DIR Path to directory for domU crash dumps.
|
Completed in 47 milliseconds