> Subject: [pve-devel] [PATCH] add qemu guest agent client > > This implement qemu guest agent client. > > I Have take the qmp client code and try to adapt it. Isn't there a way to reuse the qmp code? What exactly is the difference between QMP and QGA protocol? Can't we use a common base class?