Searched refs:crash (Results 1 – 25 of 25) sorted by relevance
/xen/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.pandoc | 590 Specify sizes and optionally placement of the crash kernel reservation 592 set aside for a crash kernel (`<size>`) for a given range of installed 996 use executable superpages to crash the host. By default, executable 1282 sharept, intremap, intpost, crash-disable, 1354 * The `crash-disable` boolean controls disabling IOMMU functionality (DMAR/IR/QI) 1355 before switching to a crash kernel. This option is inactive by default and 1468 to use kexec functionality in the case of a crash. It represents 1470 so the crash kernel may find find them. Should be used in combination 1986 - The hypervisor generated SErrors will cause the whole system to crash 1989 All SErrors will cause the whole system to crash. This option should only
|
A D | xenstore.txt | 197 @releaseDomain occurs on any domain crash or
|
/xen/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/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/ |
A D | CODING_STYLE | 174 * Programmers can crash the guest. 177 executed in DEBUG builds, and cause the hypervisor to crash if it's 182 to crash if it's violated.
|
A D | SUPPORT.md | 182 ## Debugging, analysis, and crash post-mortem 221 This is primarily designed to allow "crash kernels", 222 which can do core dumps of memory to help with debugging in the event of a crash. 892 Pretty likely to still crash / fail to work.
|
A D | configure | 1331 --with-xen-dumpdir=DIR Path to directory for domU crash dumps.
|
/xen/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/tools/xenstat/xentop/ |
A D | xentop.c | 943 crash = 0, dying = 0, shutdown = 0; in do_summary() local 963 else if (xenstat_domain_crashed(domain)) crash++; in do_summary() 969 num_domains, run, block, pause, crash, dying, shutdown); in do_summary()
|
/xen/xen/ |
A D | Kconfig.debug | 122 a system crash.
|
/xen/m4/ |
A D | paths.m4 | 75 [Path to directory for domU crash dumps. [LOCALSTATEDIR/lib/xen/dump]]),
|
/xen/xen/common/ |
A D | Kconfig | 148 without rebooting. This is primarily used to execute a crash 149 environment to collect information on a Xen hypervisor or dom0 crash.
|
/xen/docs/man/ |
A D | xen-vbd-interface.7.pandoc | 128 they can crash due to minor number clashes. With these guests, the
|
A D | xl.cfg.5.pod.in | 272 it will crash. 978 created but may cause the VM to crash if a pass-through device accesses RDM. 980 leads to a VM crash. 2303 This group incorporates the crash control MSRs. These enlightenments 2304 allow Windows to write crash information such that it can be logged
|
A D | xl.1.pod.in | 374 restart on a crash. See L<xl.cfg(5)> for more info. 437 mem-set will make a domain unstable and cause it to crash. Be very
|
/xen/xen/arch/x86/ |
A D | Makefile | 21 obj-$(CONFIG_KEXEC) += crash.o
|
/xen/xen/arch/x86/hvm/vmx/ |
A D | vmx.c | 1326 goto crash; in vmx_load_pdptrs() 1337 goto crash; in vmx_load_pdptrs() 1363 crash: in vmx_load_pdptrs()
|
/xen/tools/libxl/ |
A D | libxl_types.idl | 212 (3, "crash"),
|
/xen/tools/ |
A D | configure | 1526 --with-xen-dumpdir=DIR Path to directory for domU crash dumps.
|
Completed in 54 milliseconds