From c35063c20868061373aa538013dcf2c8b621d58c Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Mon, 3 Apr 2023 09:05:59 +0200 Subject: [PATCH] fix #4641: qm: fix typo Signed-off-by: Fiona Ebner --- qm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qm.adoc b/qm.adoc index 0726b29..f28043f 100644 --- a/qm.adoc +++ b/qm.adoc @@ -65,7 +65,7 @@ SCSI, IDE and SATA controllers, serial ports (the complete list can be seen in the `kvm(1)` man page) all of them emulated in software. All these devices are the exact software equivalent of existing hardware devices, and if the OS running in the guest has the proper drivers it will use the devices as if it -were running on real hardware. This allows QEMU to runs _unmodified_ operating +were running on real hardware. This allows QEMU to run _unmodified_ operating systems. This however has a performance cost, as running in software what was meant to