Re: [libvirt-users] qemu guest agent

2018-08-15 Thread Daniel P . Berrangé
On Wed, Aug 15, 2018 at 10:47:20AM +0200, Cobin Bluth wrote: > Hello Libvirt-Users! > > I have a quick question about the qemu guest agent. > Is it possible to use the guest agent from inside the guest in order to > query the name of its own domain? > > For example, I use a base-image.qcow2 with

[libvirt-users] qemu guest agent

2018-08-15 Thread Cobin Bluth
Hello Libvirt-Users! I have a quick question about the qemu guest agent. Is it possible to use the guest agent from inside the guest in order to query the name of its own domain? For example, I use a base-image.qcow2 with a baked-in hostname. I would like to include a little tool in my guest imag

Re: [libvirt-users] QEMU guest-agent safety in hostile VM?

2018-02-28 Thread Daniel P . Berrangé
On Wed, Feb 28, 2018 at 06:11:52PM +, procmem wrote: > Hi. Is it still considered risky to use the QEMU guest agent in an > untrusted guest? A warning on these lines was written in the manual a > few years back when the feature made its debut. I wanted to know if it > was hardened since. Anyth

[libvirt-users] QEMU guest-agent safety in hostile VM?

2018-02-28 Thread procmem
Hi. Is it still considered risky to use the QEMU guest agent in an untrusted guest? A warning on these lines was written in the manual a few years back when the feature made its debut. I wanted to know if it was hardened since. ___ libvirt-users mailing

Re: [libvirt-users] Qemu-guest agent

2015-05-22 Thread Michal Privoznik
On 21.05.2015 12:33, Umer Khan wrote: > Hi all, > > I am new to libvirt, I am trying to execute some commands inside guest > domains from my host machine using libvirt-Python API. So far I have been > able to open up a stream but I am not sure how to send commands on the > stream (through virDomai

[libvirt-users] Qemu-guest agent

2015-05-21 Thread Umer Khan
Hi all, I am new to libvirt, I am trying to execute some commands inside guest domains from my host machine using libvirt-Python API. So far I have been able to open up a stream but I am not sure how to send commands on the stream (through virDomainOpenConsole). After hours of searching through di