1
;;; qga.lisp --- QEMU Guest Agent
2
3
;;
4
5
;;; Commentary:
6
7
;; ref: https://wiki.qemu.org/Features/GuestAgent
8
9
;;; Code:
10
(in-package :box/qga)