Lines Matching +full:host +full:- +full:g
12 ----------------
16 host/*
17 Contains host test scripts, which drive test procedure on host system.
22 ----------------
29 * mce-inject
32 * page-types:
34 source (2.6.32 or newer, $KERNEL_SRC/Documentation/vm/page-types.c).
48 * (optionally) ssh-keygen
52 ---------------
53 - Start a process in the guest OS, get a virtual address from guest OS
55 - Translate this address untill we get the physical address on the host OS
57 - Software injects an SRAO MCE at that physical address from host OS
59 - (optionally) Write to the address from the guest, i.e attempt to
64 HOST system dmesg:
72 MCE 0x806324: Killing qemu-system-x86:8829 early due to hardware memory corruption
86 ---------------
87 1. Build *host* kernel with
94 and following config both on *host* and *guest*
98 NOTE: if the host machine doesn't support software error recovery
101 2. Use ssh-keygen to generate public and privite keys on the host OS,
103 on the host system.
104 3. compile and install qemu-kvm
105 the qemu-kvm source can be got from git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git.
106 Before compile qemu-kvm, a patch p2v.patch should be applied. This patch
108 Please ensure *SDL-devel* library is installed on the host machine, otherwise
111 e.g.
112 step 1: qemu-img create -f qcow2 test.img 10G
113 step 2: qemu-system-x86_64 -hda ./test.img -m 2048 -cdrom rhel6.iso -boot d
117 e.g.
121 kernel /boot/vmlinuz-2.6.32kvm ro root=/dev/sda1
122 initrd /boot/initramfs-2.6.32kvm.img
126 kernel /boot/vmlinuz-2.6.32kvm ro root=/dev/sda1 console=tty0 console=ttyS0,115200n8
127 initrd /boot/initramfs-2.6.32kvm.img
130 e.g.
135 e.g.
139 e.g.
144 ---------------
148 ./host_run.sh -h