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
Copy file name to clipboardExpand all lines: pages/instances/reference-content/understanding-qemu-guest-agent.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ This page provides essential insights into this mechanism.
17
17
18
18
## What is the QGA?
19
19
20
-
The QEMU Guest Agent (QGA) is a daemon intended to be run within virtual machines, facilitating communication between the guest OS and the QEMU hypervisor for tasks like system configuration and resource monitoring.
20
+
The QEMU Guest Agent (QGA) is a daemon designed to run inside virtual machines, enabling communication between the guest operating system and the QEMU hypervisor. It supports tasks such as system configuration and resource monitoring.
21
21
22
-
The source code for QGA is publicly available and located in the [QEMU repository on GitLab](https://gitlab.com/qemu-project/qemu/-/blob/master/docs/interop/qemu-ga.rst).
22
+
The QGA source code is publicly available in the [QEMU repository on GitLab](https://gitlab.com/qemu-project/qemu/-/blob/master/docs/interop/qemu-ga.rst).
23
23
24
24
## What are the features provided by QGA?
25
25
@@ -31,8 +31,8 @@ Additional features may be added in the future.
31
31
32
32
## What are the performance impacts of running the QGA inside my VM?
33
33
34
-
The performance impact of running the QGA are negligible. The agent consumes very low amounts of RAM (<5MBRAM)andCPU(<0.1%CPU)andthereisnomeasurableI/Oornetworkoverheadwhilebeingidle.
The performance impact of running the QGA is negligible. The agent consumes very little RAM (<5MB)andCPU(<0.1%),andthereisnomeasurableI/Oornetworkoverheadwhenidle.
0 commit comments