<div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace;display:inline">​​</div><div class="gmail_default" style="font-family:courier new,monospace">Hi,<br><br>I want to be able to install RPM packages (available in host system at some path) to the guest VM and want this facility to be available as a tool.<br>
<br>I am thinking of having a gemu guest agent (qemu-ga) running inside guest VM. I did not find any available command (&quot;virsh qemu-agent-command &lt;guest_vm&gt; ...&quot;) which can do the same.<br><br>I am planning to implement a command in qemu guest agent, which I can invoke from virsh like below.<br>
<br>    &quot;virsh qemu-agent-command vm_01          \<br>        &#39;{&quot;execute&quot;:&quot;guest-rpm-install&quot;,     \<br>          &quot;arguments&quot;:{&quot;path&quot;:&quot;/usr/local/bin/ABC.rpm&quot;}}<br>
      <br>I am able to pass arguments from host to guest VM but how am I supposed to pass the whole RPM image from host to guest (which the guest agent can receive and install)?<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">
Regards,<br></div><div class="gmail_default" style="font-family:courier new,monospace">~Puneet<br></div></div>