<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/docs/qmp, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/docs/qmp?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/docs/qmp?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2015-10-12T16:44:53+00:00</updated>
<entry>
<title>docs: Move files from docs/qmp/ to docs/</title>
<updated>2015-10-12T16:44:53+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2015-09-24T16:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=9b89b6a2872f1473ef82acdcb64c901982e0ef88'/>
<id>urn:sha1:9b89b6a2872f1473ef82acdcb64c901982e0ef88</id>
<content type='text'>
Giving QMP its own subdirectory in docs/ is hardly worthwhile when we
have just four files, and one of them isn't even in the subdirectory.
Move the files from docs/qmp/ to docs/, renaming docs/qmp/README to
docs/qmp-intro.

Update MAINTAINERS.  The new pattern also captures the fourth file
docs/writing-qmp-commands.txt.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;1443111117-29831-2-git-send-email-armbru@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Reviewed-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
</content>
</entry>
<entry>
<title>migration: create migration event</title>
<updated>2015-07-07T12:54:55+00:00</updated>
<author>
<name>Juan Quintela</name>
</author>
<published>2015-05-20T10:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=598cd2bda0845096d2f06500e45b4d0d399b384a'/>
<id>urn:sha1:598cd2bda0845096d2f06500e45b4d0d399b384a</id>
<content type='text'>
We have one argument that tells us what event has happened.

Signed-off-by: Juan Quintela &lt;quintela@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
</content>
</entry>
<entry>
<title>doc: fix qmp event type</title>
<updated>2015-05-14T15:25:46+00:00</updated>
<author>
<name>Michael S. Tsirkin</name>
</author>
<published>2015-05-11T15:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=777abdfe7bb47e582c8eb87dd6cecdf3fd9f86fc'/>
<id>urn:sha1:777abdfe7bb47e582c8eb87dd6cecdf3fd9f86fc</id>
<content type='text'>
Event name for hot unplug errors was wrong.
Make doc match code.

Cc: Zhu Guihua &lt;zhugh.fnst@cn.fujitsu.com&gt;
Reported-by: Eric Blake &lt;eblake@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging</title>
<updated>2015-05-11T15:25:33+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2015-05-11T15:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0403b0f539f40a21da60409b825b4653b273ab39'/>
<id>urn:sha1:0403b0f539f40a21da60409b825b4653b273ab39</id>
<content type='text'>
pc, virtio enhancements

Memory hot-unplug support for pc, MSI-X
mapping update speedup for virtio-pci,
misc refactorings and bugfixes.

Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;

# gpg: Signature made Mon May 11 08:23:43 2015 BST using RSA key ID D28D5469
# gpg: Good signature from "Michael S. Tsirkin &lt;mst@kernel.org&gt;"
# gpg:                 aka "Michael S. Tsirkin &lt;mst@redhat.com&gt;"

* remotes/mst/tags/for_upstream: (28 commits)
  acpi: update expected files for memory unplug
  virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsi
  virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-net
  pci: Merge pci_nic_init() into pci_nic_init_nofail()
  acpi: add a missing backslash to the \_SB scope.
  qmp-event: add event notification for memory hot unplug error
  acpi: add hardware implementation for memory hot unplug
  acpi: fix "Memory device control fields" register
  acpi: extend aml_field() to support UpdateRule
  acpi, mem-hotplug: add unplug cb for memory device
  acpi, mem-hotplug: add unplug request cb for memory device
  acpi, mem-hotplug: add acpi_memory_slot_status() to get MemStatus
  docs: update documentation for memory hot unplug
  virtio: coding style tweak
  pci: remove hard-coded bar size in msix_init_exclusive_bar()
  virtio-pci: speedup MSI-X masking and unmasking
  virtio: introduce vector to virtqueues mapping
  virtio-ccw: using VIRTIO_NO_VECTOR instead of 0 for invalid virtqueue
  monitor: check return value of qemu_find_net_clients_except()
  monitor: replace the magic number 255 with MAX_QUEUE_NUM
  ...

Conflicts:
	hw/s390x/s390-virtio-bus.c

[PMM: fixed conflict in s390_virtio_scsi_properties and
s390_virtio_net_properties arrays; since the result of the
two conflicting patches is to empty the property arrays
completely, the conflict resolution is to remove them entirely.]
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>docs: update BLOCK_IMAGE_CORRUPTED documentation</title>
<updated>2015-05-08T11:11:10+00:00</updated>
<author>
<name>Alberto Garcia</name>
</author>
<published>2015-05-07T14:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0caef8f6df4a9426bd6333ab843ce51ce005d7d0'/>
<id>urn:sha1:0caef8f6df4a9426bd6333ab843ce51ce005d7d0</id>
<content type='text'>
Label the "size" and "offset" fields in BLOCK_IMAGE_CORRUPTED as
optional, and clarify that the latter refers to the host's offset into
the image.

Signed-off-by: Alberto Garcia &lt;berto@igalia.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Signed-off-by: Michael Tokarev &lt;mjt@tls.msk.ru&gt;
</content>
</entry>
<entry>
<title>qapi: Document type-safety considerations</title>
<updated>2015-05-05T16:38:59+00:00</updated>
<author>
<name>Eric Blake</name>
</author>
<published>2015-05-04T15:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e790e666518e68134ca0570b6b4a707169ea3cb1'/>
<id>urn:sha1:e790e666518e68134ca0570b6b4a707169ea3cb1</id>
<content type='text'>
Go into more details about the various types of valid expressions
in a qapi schema, including tweaks to document fixes being done
later in the current patch series.  Also fix some stale and missing
documentation in the QMP specification.

Signed-off-by: Eric Blake &lt;eblake@redhat.com&gt;
Reviewed-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
</content>
</entry>
<entry>
<title>qapi: Add copyright declaration on docs</title>
<updated>2015-05-05T16:38:59+00:00</updated>
<author>
<name>Eric Blake</name>
</author>
<published>2015-05-04T15:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=6fb55451728e6dc74ae4e67e4f5ab557468f084e'/>
<id>urn:sha1:6fb55451728e6dc74ae4e67e4f5ab557468f084e</id>
<content type='text'>
While our top-level COPYING with its GPLv2+ license applies to
any documentation file that omits explicit instructions, these
days it's better to be a good example of calling out our
intentions.  Correct use of GPL requires the use of a copyright
statement, so I'm adding notice to two QAPI documents, by
attributing these files to the initial authors and major
contributors.  I used:

$ git blame --line-porcelain $file \
  | sed -n 's/^author //p' | sort | uniq -c | sort -rn

to determine authorship of these two files.  qmp-spec.txt blames
entirely to Red Hat (easy, since my contribution falls in that
category); while qapi-code-gen.txt has multiple contributors
representing multiple entities.  But since it was originally
supplied by Michael Roth, the notice I added there copies the
notice he has used in other files.  As there is no intended
change in license from the implicit one previously present from
the top level, I have not bothered to CC other contributors;
if we want to weaken things to something looser (such as LGPL)
so that there is no question that someone re-implementing the
spec is not forced to use GPL, that would be a different commit.

CC: Michael Roth &lt;mdroth@linux.vnet.ibm.com&gt;
Signed-off-by: Eric Blake &lt;eblake@redhat.com&gt;
Reviewed-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
</content>
</entry>
<entry>
<title>block: add 'node-name' field to BLOCK_IMAGE_CORRUPTED</title>
<updated>2015-04-28T13:36:09+00:00</updated>
<author>
<name>Alberto Garcia</name>
</author>
<published>2015-04-08T09:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=dc881b441d74b8fc6c9c007cd03d5d05bca388dd'/>
<id>urn:sha1:dc881b441d74b8fc6c9c007cd03d5d05bca388dd</id>
<content type='text'>
Since this event can occur in nodes that cannot have a device name
associated, include also a field with the node name.

Signed-off-by: Alberto Garcia &lt;berto@igalia.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Reviewed-by: Max Reitz &lt;mreitz@redhat.com&gt;
Message-id: 147cec5b3594f4bec0cb41c98afe5fcbfb67567c.1428485266.git.berto@igalia.com
Signed-off-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
Signed-off-by: Kevin Wolf &lt;kwolf@redhat.com&gt;
</content>
</entry>
<entry>
<title>qmp-event: add event notification for memory hot unplug error</title>
<updated>2015-04-27T19:09:07+00:00</updated>
<author>
<name>Zhu Guihua</name>
</author>
<published>2015-04-27T08:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=bc09e06113e79e5d70cf2b37015a26f2102cc03e'/>
<id>urn:sha1:bc09e06113e79e5d70cf2b37015a26f2102cc03e</id>
<content type='text'>
When memory hot unplug fails, this patch adds support to send
QMP event to notify mgmt about this failure.

Reviewed-by: Igor Mammedov &lt;imammedo@redhat.com&gt;
Signed-off-by: Zhu Guihua &lt;zhugh.fnst@cn.fujitsu.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>docs: document missing VSERPORT_CHANGE event</title>
<updated>2014-07-24T14:00:33+00:00</updated>
<author>
<name>Eric Blake</name>
</author>
<published>2014-07-23T12:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=032baddea36330384b3654fcbfafa74cc815471c'/>
<id>urn:sha1:032baddea36330384b3654fcbfafa74cc815471c</id>
<content type='text'>
The VSERPORT_CHANGE event was added in e2ae6159.  The patch for
this event was prepared at a time when this file was gone, even
though it got applied immediately after dfab4892 restored this
file.  Duplicate the documentation into this file, so that
anyone using this file instead of qapi will not miss out on this
new event.

* docs/qmp/qmp-events.txt (VSERPORT_CHANGE): Add.

Signed-off-by: Eric Blake &lt;eblake@redhat.com&gt;
Reviewed-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Reviewed-by: Wenchao Xia &lt;wenchaoqemu@gmail.com&gt;
Signed-off-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
</content>
</entry>
</feed>
