From a80d97d3ab57857afec63d63d66611b104eb7da4 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Fri, 30 May 2025 09:40:12 +0200 Subject: [PATCH] add new hyperlink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75b0246..cd44213 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The best parameters are defined as parameters that are: There are two kinds of definition for QEMU: **session-driven** virtual machines, and **system-driven** virtual machines. -- **System-driven virtual machines** are running with higher privileges. If one intend to share a physical device with a virtual machine using VFIO passthrough, this is the definition to use. More information [here](https://blog.wikichoon.com/2016/01/qemusystem-vs-qemusession.html). +- **System-driven virtual machines** are running with higher privileges. If one intend to share a physical device with a virtual machine using VFIO passthrough, this is the definition to use. More information [here](https://blog.wikichoon.com/2016/01/qemusystem-vs-qemusession.html) or [here](https://wiki.libvirt.org/FAQ.html#what-is-the-difference-between-qemu-system-and-qemu-session-which-one-should-i-use) - **Session-driven virtual machines** are running with user-derived privileges.