You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally, the guest will be terminated when ctrl-c is pressed. This
causes the guest to exit unexpectedly.
This change addresses this issue by removing ISIG flag in c_lflag in termios
and adds a key sequence ctrl-a x to terminate the guest.
Close#25
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,8 @@ containing concatenated `bootsect.o + setup.o + misc.o + piggy.o`. `initrd` is t
42
42
initial RAM disk image, which is an optional argument.
43
43
`disk-image` is the path to disk image which can be mounted as a block device via virtio. For the reference Linux guest, ext4 filesystem is used for disk image.
44
44
45
+
To exit kvm-host, press "Ctrl-A", release both keys, and then press "x".
46
+
45
47
## License
46
48
47
49
`kvm-host` is released under the BSD 2 clause license. Use of this source code is governed by
0 commit comments