Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QEMU Guest Agent for Amazon Linux 2023

Pre-built RPM packages for QEMU Guest Agent, compatible with Proxmox VE.

Supported Architectures

  • x86_64 (AMD64)
  • aarch64 (ARM64)

Installation

Download from GitHub Releases

# For x86_64
wget https://github.com/tommywo/qemu-guest-agent-amazon-linux-2023/releases/download/v10.1.3/qemu-guest-agent-10.1.3-1.amzn2023.x86_64.rpm

# For ARM64
wget https://github.com/tommywo/qemu-guest-agent-amazon-linux-2023/releases/download/v10.1.3/qemu-guest-agent-10.1.3-1.amzn2023.aarch64.rpm

Install

sudo dnf install -y ./qemu-guest-agent-10.1.3-1.amzn2023.*.rpm

The service is automatically enabled after installation.

Prerequisites

  1. Enable "QEMU Guest Agent" in Proxmox VM Options
  2. Reboot the VM

Verify

From inside the VM:

sudo systemctl status qemu-guest-agent

From Proxmox host:

qm agent <vmid> ping
qm agent <vmid> network-get-interfaces

Building Locally

./build-local.sh

License

QEMU is licensed under GPLv2. Source: https://www.qemu.org

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages