Skip to content

Commit a4c2868

Browse files
committed
docs(ins): update wording
1 parent 07a1448 commit a4c2868

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/instances/reference-content/understanding-qemu-guest-agent.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ This page provides essential insights into this mechanism.
1717

1818
## What is the QGA?
1919

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.
2121

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).
2323

2424
## What are the features provided by QGA?
2525

@@ -31,8 +31,8 @@ Additional features may be added in the future.
3131

3232
## What are the performance impacts of running the QGA inside my VM?
3333

34-
The performance impact of running the QGA are negligible. The agent consumes very low amounts of RAM (<5 MB RAM) and CPU (<0.1% CPU) and there is no measurable I/O or network overhead while being idle.
35-
The only operation performed by the agent is reading/writing a file **in the VM** each time a public IP is attached/detached to the VM.
34+
The performance impact of running the QGA is negligible. The agent consumes very little RAM (<5 MB) and CPU (<0.1%), and there is no measurable I/O or network overhead when idle.
35+
The only operation the agent performs is reading from or writing to a file **in the VM** each time a public IP is attached to or detached from the VM.
3636

3737
## Checking QGA's status
3838

0 commit comments

Comments
 (0)