<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/qapi-event.json, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/qapi-event.json?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/qapi-event.json?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2014-06-27T13:27:55+00:00</updated>
<entry>
<title>qapi: move event defines</title>
<updated>2014-06-27T13:27:55+00:00</updated>
<author>
<name>Wenchao Xia</name>
</author>
<published>2014-06-24T23:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=82d72d9d235c341e0b32ed1a1eb5e544d3b3a895'/>
<id>urn:sha1:82d72d9d235c341e0b32ed1a1eb5e544d3b3a895</id>
<content type='text'>
Signed-off-by: Wenchao Xia &lt;wenchaoqemu@gmail.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Signed-off-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
</content>
</entry>
<entry>
<title>qapi event: convert QUORUM events</title>
<updated>2014-06-23T15:12:28+00:00</updated>
<author>
<name>Wenchao Xia</name>
</author>
<published>2014-06-18T06:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=fe069d9d5946df0414b149acf49bce127e546f6b'/>
<id>urn:sha1:fe069d9d5946df0414b149acf49bce127e546f6b</id>
<content type='text'>
Signed-off-by: Wenchao Xia &lt;wenchaoqemu@gmail.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Signed-off-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
</content>
</entry>
<entry>
<title>qapi event: convert GUEST_PANICKED</title>
<updated>2014-06-23T15:12:28+00:00</updated>
<author>
<name>Wenchao Xia</name>
</author>
<published>2014-06-18T06:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3a4496903795e05c1e8367bb4c9862d5670f48d7'/>
<id>urn:sha1:3a4496903795e05c1e8367bb4c9862d5670f48d7</id>
<content type='text'>
'monitor.h' is still included in target-s390x/kvm.c, since I have
no good way to verify whether other code need it on my x86 host.

Signed-off-by: Wenchao Xia &lt;wenchaoqemu@gmail.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Signed-off-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
</content>
</entry>
<entry>
<title>qapi event: convert BALLOON_CHANGE</title>
<updated>2014-06-23T15:12:28+00:00</updated>
<author>
<name>Wenchao Xia</name>
</author>
<published>2014-06-18T06:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=aef9d3115fbaf2b1b904e333b46fe2b070fcbe96'/>
<id>urn:sha1:aef9d3115fbaf2b1b904e333b46fe2b070fcbe96</id>
<content type='text'>
Signed-off-by: Wenchao Xia &lt;wenchaoqemu@gmail.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Signed-off-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
</content>
</entry>
<entry>
<title>qmp: convert ACPI_DEVICE_OST event</title>
<updated>2014-06-23T15:12:28+00:00</updated>
<author>
<name>Igor Mammedov</name>
</author>
<published>2014-06-23T13:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5f41fbba903fc4e55b94c54cd97ea2d904371351'/>
<id>urn:sha1:5f41fbba903fc4e55b94c54cd97ea2d904371351</id>
<content type='text'>
... using new QAPI event infrastructure

Signed-off-by: Igor Mammedov &lt;imammedo@redhat.com&gt;
Signed-off-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
</content>
</entry>
<entry>
<title>qapi event: convert SPICE events</title>
<updated>2014-06-23T15:12:28+00:00</updated>
<author>
<name>Wenchao Xia</name>
</author>
<published>2014-06-18T06:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=7cfadb6b5291765d360137ac5cab78729bde0272'/>
<id>urn:sha1:7cfadb6b5291765d360137ac5cab78729bde0272</id>
<content type='text'>
SPICE_INITIALIZED, SPICE_CONNECTED, SPICE_DISCONNECTED and
SPICE_MIGRATE_COMPLETED are converted in one patch, since they
use some common functions. inet_strfamily() is removed since no
callers exist anymore.

Note that there is no existing doc for SPICE_MIGRATE_COMPLETED
in docs/qmp/qmp-events.txt before this patch.

Signed-off-by: Wenchao Xia &lt;wenchaoqemu@gmail.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Signed-off-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
</content>
</entry>
<entry>
<title>qapi event: convert VNC events</title>
<updated>2014-06-23T15:12:28+00:00</updated>
<author>
<name>Wenchao Xia</name>
</author>
<published>2014-06-18T06:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=fb6ba0d5256cca2f1e844c03a7a51dd0a7982ac2'/>
<id>urn:sha1:fb6ba0d5256cca2f1e844c03a7a51dd0a7982ac2</id>
<content type='text'>
Since VNC_CONNECTED, VNC_DISCONNECTED, VNC_INITIALIZED share some
common functions, convert them in one patch.

Signed-off-by: Wenchao Xia &lt;wenchaoqemu@gmail.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Signed-off-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
</content>
</entry>
<entry>
<title>qapi event: convert NIC_RX_FILTER_CHANGED</title>
<updated>2014-06-23T15:12:28+00:00</updated>
<author>
<name>Wenchao Xia</name>
</author>
<published>2014-06-18T06:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=061502790328ac8d09d39b2b580121dc2ac3f19f'/>
<id>urn:sha1:061502790328ac8d09d39b2b580121dc2ac3f19f</id>
<content type='text'>
Param name is declared as optional, since in code it is an optional
one.

Signed-off-by: Wenchao Xia &lt;wenchaoqemu@gmail.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Signed-off-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
</content>
</entry>
<entry>
<title>qapi event: convert DEVICE_DELETED</title>
<updated>2014-06-23T15:12:27+00:00</updated>
<author>
<name>Wenchao Xia</name>
</author>
<published>2014-06-18T06:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=24b699fb2b3229c6da0d93e80b69a16cc84cd3dd'/>
<id>urn:sha1:24b699fb2b3229c6da0d93e80b69a16cc84cd3dd</id>
<content type='text'>
Signed-off-by: Wenchao Xia &lt;wenchaoqemu@gmail.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Signed-off-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
</content>
</entry>
<entry>
<title>qapi event: convert WATCHDOG</title>
<updated>2014-06-23T15:12:27+00:00</updated>
<author>
<name>Wenchao Xia</name>
</author>
<published>2014-06-18T06:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=99eaf09c73b213e32e297b1d08d035abb5b268e9'/>
<id>urn:sha1:99eaf09c73b213e32e297b1d08d035abb5b268e9</id>
<content type='text'>
Signed-off-by: Wenchao Xia &lt;wenchaoqemu@gmail.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Signed-off-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
</content>
</entry>
</feed>
