[Qemu-devel] guest-fsfreeze-freeze: Does it allow for any guest-fsfreeze_hook in Windows guest machine.

2014-07-10 Thread Puneet Bakshi
Hi, When guest agent command "guest-fsfreeze-freeze" is invoked on a linux VM, a hook is provided to do execute any pre-script before actually doing a freeze. int64_t qmp_guest_fsfreeze_freeze(Error **errp) { ::: execute_fsfreeze_hook(FSFREEZE_HOOK_FREEZE, &local_err); ::: } Can the

Re: [Qemu-devel] [libvirt] Where to get precompiled qga-vss.dll from ?

2014-07-08 Thread Puneet Bakshi
gent (with VSS support), which I can install on Windows to quisce the applications. *What I need * If I can get pre-compiled qga-vss.dll, I can copy it to Windows8 guest VM and hopefully work with guest-fsfreeze-* commands to quisce the applications. Can somebody point me to pre-compiled QEMU g

[Qemu-devel] Where to get precompiled qga-vss.dll from ?

2014-07-07 Thread Puneet Bakshi
Hi, I want to work with "guest-fsfreeze-*" commands in Windows 2008 guest VM. Host is CentOS 6.4. Windows 2008 is running QEMU VSS provider. When "guest-fsfreeze-*" commands are invoked from host, response received is "This is not supported". I am following http://lists.gnu.org/archive/html/qemu

Re: [Qemu-devel] [libvirt] Not able to run "virsh qemu-agent-command" when socat is working

2014-07-05 Thread Puneet Bakshi
[root@sdsr720-14 virtio-win]# virsh qemu-agent-command vm_win_05 '{ "execute":"guest-ping"}' [root@sdsr720-14 virtio-win]# Regards, ~Puneet On Wed, Jul 2, 2014 at 10:09 PM, Eric Blake wrote: > On 07/02/2014 01:13 AM, Puneet Bakshi wrote: > > Hi, >

[Qemu-devel] Not able to run "virsh qemu-agent-command" when socat is working

2014-07-02 Thread Puneet Bakshi
Hi, I am running qemu guest agent in Windows 2k8. I am able to execute "qemu-agent-commands" using socat but not through "virsh qemu-agent-command". *Guest VM xml* *Guest win2k8 is running following command* C:\qemu-ga> qemu-

Re: [Qemu-devel] Facing problems in running QEMU guest agents in Windows 2008 guest machine.

2014-07-01 Thread Puneet Bakshi
Can somebody point me to the working way of installing quemu guest agents in Windows 2008 guest machine? Regards, ~Puneet On Tue, Jul 1, 2014 at 3:57 PM, Puneet Bakshi wrote: > Hi, > > I have a CenOS host machine running KVM and a Windows 2008 guest machine. > I am able to run &

[Qemu-devel] Facing problems in running QEMU guest agents in Windows 2008 guest machine.

2014-07-01 Thread Puneet Bakshi
Hi, I have a CenOS host machine running KVM and a Windows 2008 guest machine. I am able to run "qemu-monitor-command" but not "qemu-agent-command". [root@sdsr720-14 Windows_ISO]# virsh qemu-monitor-command --hmp vm_win_05 'info network' Devices not on any VLAN: hostnet0: fd=23 peer=net0 net0

Re: [Qemu-devel] [libvirt] Regarding guest-file-write

2014-06-24 Thread Puneet Bakshi
On Tue, Jun 24, 2014 at 06:20:16PM +0530, Puneet Bakshi wrote: > > Hi, > > > > >From host, I wrote 26 alphabets in guest file (/tmp/testqga) using > > guest-file-write guest agent command (logs pasted below). I faced 2 > issues > > when doing that. > > >

[Qemu-devel] Regarding guest-file-write

2014-06-24 Thread Puneet Bakshi
Hi, >From host, I wrote 26 alphabets in guest file (/tmp/testqga) using guest-file-write guest agent command (logs pasted below). I faced 2 issues when doing that. 1a. It could wrote only 18bytes! Why could it not write all 26 characters? Are we supposed to track how much data is written and need

[Qemu-devel] [QEMU guest agent] How to transfer file from host to guest and do some operation on that

2014-06-12 Thread Puneet Bakshi
Adding subject. On Thu, Jun 12, 2014 at 8:15 PM, Puneet Bakshi wrote: > Hi, > > I want to be able to install RPM packages (available in host system at > some path) to the online guest VM and want this facility to be available as > a tool. > > I am thinking of having a gemu

Re: [Qemu-devel] [Qemu-discuss] How can we install RPMs in guest VM from host machine using QEMU guest agents

2014-06-12 Thread Puneet Bakshi
. get the result of that operation. Regards, ~Puneet On Thu, Jun 12, 2014 at 9:37 PM, Puneet Bakshi wrote: > Forgot to mention that these guest VMs can be UNIX based or Windows. > > > On Thu, Jun 12, 2014 at 9:36 PM, Puneet Bakshi > wrote: > >> Thanks Dale for responding.

[Qemu-devel] (no subject)

2014-06-12 Thread Puneet Bakshi
Hi, I want to be able to install RPM packages (available in host system at some path) to the online guest VM and want this facility to be available as a tool. I am thinking of having a gemu guest agent (qemu-ga) running inside guest VM. I did not find any available command ("virsh qemu-agent-comm