qemu-ga
Guest-side qemu-system agent
Install
- All systems
-
curl cmd.cat/qemu-ga.sh
- Debian
-
apt-get install qemu-guest-agent
- Ubuntu
-
apt-get install qemu-guest-agent
- Alpine
-
apk add qemu-guest-agent
- Arch Linux
-
pacman -S qemu-guest-agent
- Kali Linux
-
apt-get install qemu-guest-agent
- Fedora
-
dnf install qemu-guest-agent-2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install qemu-guest-agent
- Raspbian
-
apt-get install qemu-guest-agent
- Dockerfile
- dockerfile.run/qemu-ga
- Docker
-
docker run cmd.cat/qemu-ga qemu-ga
powered by Commando
qemu-guest-agent
Guest-side qemu-system agent
QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. This package provides a daemon (agent) to run inside qemu-system guests (full system emulation). It communicates with the host using a virtio-serial channel org.qemu.guest_agent.0, and allows one to perform some functions in the guest from the host, including: - querying and setting guest system time - performing guest filesystem sync operation - initiating guest shutdown or suspend to ram - accessing guest files - freezing/thawing guest filesystem operations - others. Install this package on a system which is running as guest inside qemu virtual machine. It is not used on the host.