Displaying 2 results from an estimated 2 matches for "alsaid".
2014 Mar 24
2
Starting processes inside VMs using Libvirt?
...the number of domain,etc. I was wondering since the hypervisor
has control over the VMs, it is possible to use Libvirt to inject code into
the VM? Is it possible to start processes inside a particular VM using the
Libvirt API. If not, what would you recommend instead? Thanks in advance
Regards,
T.alsaid
2014 Mar 24
2
Re: Starting processes inside VMs using Libvirt?
...isor level, e,g
text,parameters,etc
so that it will be displayed in the VM screen or stored in a file so I can
read from the VM later..
It's best to be done on a live VM.
How can such a simple scenario be performed. Does it have to be through the
method of qemu-guest-agent??
Thanks alot,
T.alsaid
On Mon, Mar 24, 2014 at 5:17 PM, Eric Blake <eblake@redhat.com> wrote:
> On 03/24/2014 10:36 AM, Taimur Al Said wrote:
> > Hi there,
> >
> > I am a beginner with Libvirt. I was practicing using Python bindings with
> > libvirt to do some basic stuff like sta...