diff options
author | johannst <johannst@users.noreply.github.com> | 2024-02-15 23:29:57 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2024-02-15 23:29:57 +0000 |
commit | bac8a5d2822835cf47175d1162030653fadd5c09 (patch) | |
tree | 28f312a114cf95ac799daac2a2caec4b8612d84d /tools/qemu.html | |
parent | bfc5ce4bc01e5eb28969eefcc01ecfefa2601fdf (diff) | |
download | notes-bac8a5d2822835cf47175d1162030653fadd5c09.tar.gz notes-bac8a5d2822835cf47175d1162030653fadd5c09.zip |
deploy: 4485708c972815bbb6df7f5a228683aa855d553d
Diffstat (limited to 'tools/qemu.html')
-rw-r--r-- | tools/qemu.html | 8 |
1 files changed, 4 insertions, 4 deletions
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" </code></pre> <blockquote> <p>The migration source machine and the migration target machine should be @@ -380,7 +380,7 @@ launched with the <strong>same</strong> parameters.</p> -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 \ ... </code></pre> @@ -396,7 +396,7 @@ trace: test clean: $(RM) test test-bin test.o </code></pre> -<pre><code class="language-x86asm">.section .text, "ax" +<pre><code class="language-x86asm">.section .text, "ax" .global _start _start: |