<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/QMP/qemu-ga-client, branch master</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/QMP/qemu-ga-client?h=master</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/QMP/qemu-ga-client?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2013-09-18T12:57:02+00:00</updated>
<entry>
<title>QMP: add scripts/qmp</title>
<updated>2013-09-18T12:57:02+00:00</updated>
<author>
<name>Luiz Capitulino</name>
</author>
<published>2013-09-10T20:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=22f3946bc5db2090ffc4ea41f2b83d09e58b665e'/>
<id>urn:sha1:22f3946bc5db2090ffc4ea41f2b83d09e58b665e</id>
<content type='text'>
Populate it with all scripts stored in QMP/. Also fixes trailing
whitespaces in qmp-shell and qmp.py.

Signed-off-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
</content>
</entry>
<entry>
<title>QMP/qemu-ga-client: Make timeout longer for guest-fsfreeze-freeze command</title>
<updated>2013-09-09T19:17:57+00:00</updated>
<author>
<name>Tomoki Sekiyama</name>
</author>
<published>2013-08-07T15:40:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e2682db06a6c218f149ff990959c31f3b3d82003'/>
<id>urn:sha1:e2682db06a6c218f149ff990959c31f3b3d82003</id>
<content type='text'>
guest-fsfreeze-freeze command can take longer than 3 seconds when heavy
disk I/O is running. To avoid unexpected timeout, this changes the timeout
to 60 seconds (timeout of pre-commit phase of VSS).

Signed-off-by: Tomoki Sekiyama &lt;tomoki.sekiyama@hds.com&gt;
Reviewed-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Reviewed-by: Laszlo Ersek &lt;lersek@redhat.com&gt;
Reviewed-by: Michael Roth &lt;mdroth@linux.vnet.ibm.com&gt;
Signed-off-by: Michael Roth &lt;mdroth@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add qemu-ga-client script</title>
<updated>2012-09-26T13:45:02+00:00</updated>
<author>
<name>Ryota Ozaki</name>
</author>
<published>2012-09-14T12:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=f513cbf7503d8db3778df436beaf25f3d8260317'/>
<id>urn:sha1:f513cbf7503d8db3778df436beaf25f3d8260317</id>
<content type='text'>
This is an easy-to-use QEMU guest agent client written in
Python. It simply provides commands to call guest agent
functions like ping, fsfreeze and shutdown. Additionally,
it provides extra useful commands, e.g, cat, ifconfig and
reboot, by using guet agent functions.

Examples:
  $ export QGA_CLIENT_ADDRESS=/tmp/qga.sock
  $ qemu-ga-client ping

  $ qemu-ga-client cat /etc/resolv.conf
  # Generated by NetworkManager
  nameserver 10.0.2.3

  $ qemu-ga-client fsfreeze status
  thawed
  $ qemu-ga-client fsfreeze freeze
  2 filesystems frozen

The script communicates with a guest agent by means of
qmp.QEMUMonitorProtocol. Every commands are called with
timeout (3 sec.) to avoid blocking. The script always
calls sync command prior to issuing an actual command
(except for ping which doesn't need sync).

Signed-off-by: Ryota Ozaki &lt;ozaki.ryota@gmail.com&gt;
Signed-off-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
</content>
</entry>
</feed>
