From bac8a5d2822835cf47175d1162030653fadd5c09 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 15 Feb 2024 23:29:57 +0000 Subject: deploy: 4485708c972815bbb6df7f5a228683aa855d553d --- tools/qemu.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/qemu.html') diff --git a/tools/qemu.html b/tools/qemu.html index 25cf9b3..650ae67 100644 --- a/tools/qemu.html +++ b/tools/qemu.html @@ -365,10 +365,10 @@ qemu-system-x86_64 -monitor stdio -incoming tcp:0.0.0.0:12345 qemu-system-x86_64 -monitor stdio -cdrom <iso> # Save VM state to file. -(qemu) migrate "exec:gzip -c > vm.gz" +(qemu) migrate "exec:gzip -c > vm.gz" # Load VM from file. -qemu-system-x86_64 -monitor stdio -incoming "exec: gzip -d -c vm.gz" +qemu-system-x86_64 -monitor stdio -incoming "exec: gzip -d -c vm.gz"

The migration source machine and the migration target machine should be @@ -380,7 +380,7 @@ launched with the same parameters.

-cpu host \ -enable-kvm \ -kernel <dir>/arch/x86/boot/bzImage \ - -append "earlyprintk=ttyS0 console=ttyS0 nokaslr init=/init debug" \ + -append "earlyprintk=ttyS0 console=ttyS0 nokaslr init=/init debug" \ -initrd <dir>/initramfs.cpio.gz \ ... @@ -396,7 +396,7 @@ trace: test clean: $(RM) test test-bin test.o -
.section .text, "ax"
+
.section .text, "ax"
 
 .global _start
 _start:
-- 
cgit v1.2.3