<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/qapi/pragma.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/pragma.json?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/qapi/pragma.json?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2022-05-16T05:31:26+00:00</updated>
<entry>
<title>qapi/pragma: Tidy up comments</title>
<updated>2022-05-16T05:31:26+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2022-05-10T08:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=dd8f0f332f34a2466d855d1067386b04ff2eb6d9'/>
<id>urn:sha1:dd8f0f332f34a2466d855d1067386b04ff2eb6d9</id>
<content type='text'>
Commit 05ebf841ef "qapi: Enforce command naming rules" inserted new
code between a comment and the code it applies to.  Move the comment
back to its code, and add one for the new code.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;20220510081433.3289762-1-armbru@redhat.com&gt;
</content>
</entry>
<entry>
<title>schemas: add missing vim modeline</title>
<updated>2022-03-31T10:34:51+00:00</updated>
<author>
<name>Victor Toso</name>
</author>
<published>2022-03-25T22:16:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=bf37d537e6ae85187e65ae1acb2c091b62a6e581'/>
<id>urn:sha1:bf37d537e6ae85187e65ae1acb2c091b62a6e581</id>
<content type='text'>
This is the last qapi schema that is missing the modeline.
Fixes 7e7237cd2b "schemas: add missing vim modeline"

Signed-off-by: Victor Toso &lt;victortoso@redhat.com&gt;
Message-Id: &lt;20220325221605.53995-1-victortoso@redhat.com&gt;
Reviewed-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Reviewed-by: John Snow &lt;jsnow@redhat.com&gt;
Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
</content>
</entry>
<entry>
<title>block: Remove monitor command block_passwd</title>
<updated>2021-03-23T21:31:56+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2021-03-23T10:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=bdabafc6836edc0f34732cac473899cb4e77a296'/>
<id>urn:sha1:bdabafc6836edc0f34732cac473899cb4e77a296</id>
<content type='text'>
Command block_passwd always fails since

Commit c01c214b69 "block: remove all encryption handling APIs"
(v2.10.0) turned block_passwd into a stub that always fails, and
hardcoded encryption_key_missing to false in query-named-block-nodes
and query-block.

Commit ad1324e044 "block: remove 'encryption_key_missing' flag from
QAPI" just landed.  Complete the cleanup job: remove block_passwd.

Cc: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;20210323101951.3686029-1-armbru@redhat.com&gt;
Reviewed-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</content>
</entry>
<entry>
<title>qapi: Enforce enum member naming rules</title>
<updated>2021-03-23T21:31:43+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2021-03-23T09:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=407efbf9e776ade8e8d09b778851834f91b225a1'/>
<id>urn:sha1:407efbf9e776ade8e8d09b778851834f91b225a1</id>
<content type='text'>
Enum members should use '-', not '_'.  Enforce this.  Fix the fixable
offenders (all in tests/), and add the remainder to pragma
member-name-exceptions.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;20210323094025.3569441-28-armbru@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
</content>
</entry>
<entry>
<title>qapi: Enforce struct member naming rules</title>
<updated>2021-03-23T21:31:43+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2021-03-23T09:40:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5aceeac04de50e3a9d5c2a965379324659a94be0'/>
<id>urn:sha1:5aceeac04de50e3a9d5c2a965379324659a94be0</id>
<content type='text'>
Struct members, including command arguments, event data, and union
inline base members, should use '-', not '_'.  Enforce this.  Fix the
fixable offenders (all in tests/), and add the remainder to pragma
member-name-exceptions.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;20210323094025.3569441-27-armbru@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
</content>
</entry>
<entry>
<title>qapi: Enforce command naming rules</title>
<updated>2021-03-23T21:31:05+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2021-03-23T09:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=05ebf841efac494d8bd1f6d74642c3e9a3df4c19'/>
<id>urn:sha1:05ebf841efac494d8bd1f6d74642c3e9a3df4c19</id>
<content type='text'>
Command names should be lower-case.  Enforce this.  Fix the fixable
offenders (all in tests/), and add the remainder to pragma
command-name-exceptions.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;20210323094025.3569441-25-armbru@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
</content>
</entry>
<entry>
<title>qapi/pragma: Streamline comments on member-name-exceptions</title>
<updated>2021-03-23T21:31:05+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2021-03-23T09:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b48a1033041c52c2ae12bd38a2caa36fe46ef466'/>
<id>urn:sha1:b48a1033041c52c2ae12bd38a2caa36fe46ef466</id>
<content type='text'>
Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;20210323094025.3569441-21-armbru@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
</content>
</entry>
<entry>
<title>qapi: Rename pragma *-whitelist to *-exceptions</title>
<updated>2021-03-23T21:31:05+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2021-03-23T09:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b86df374784897c58b965939c9913c2a6c590426'/>
<id>urn:sha1:b86df374784897c58b965939c9913c2a6c590426</id>
<content type='text'>
Rename pragma returns-whitelist to command-returns-exceptions, and
name-case-whitelist to member-name-case-exceptions.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;20210323094025.3569441-20-armbru@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
</content>
</entry>
<entry>
<title>qapi/pragma: Tidy up after removal of deprecated commands</title>
<updated>2021-03-23T20:38:18+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2021-03-23T09:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=7552cbe1d0aacf2fd5b7f69cb65534891e9e23d3'/>
<id>urn:sha1:7552cbe1d0aacf2fd5b7f69cb65534891e9e23d3</id>
<content type='text'>
Commit cbde7be900 "migrate: remove QMP/HMP commands for speed,
downtime and cache size" neglected to remove query-migrate-cache-size
from pragma returns-whitelist.

Commit 8af54b9172 "machine: remove 'query-cpus' QMP command" neglected
to remove CpuInfo &amp; friends from pragma name-case-exceptions.

Remove these now.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;20210323094025.3569441-2-armbru@redhat.com&gt;
Reviewed-by: John Snow &lt;jsnow@redhat.com&gt;
</content>
</entry>
<entry>
<title>qapi: Create 'pragma' module</title>
<updated>2020-03-06T16:21:28+00:00</updated>
<author>
<name>Kevin Wolf</name>
</author>
<published>2020-02-24T14:30:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=9a9f909951516cfec8473f778fb24d6cc9366573'/>
<id>urn:sha1:9a9f909951516cfec8473f778fb24d6cc9366573</id>
<content type='text'>
We want to share the whitelists between the system emulator schema and
the storage daemon schema, so move all the pragmas from the main schema
file into a separate file that can be included from both.

Signed-off-by: Kevin Wolf &lt;kwolf@redhat.com&gt;
Message-Id: &lt;20200224143008.13362-16-kwolf@redhat.com&gt;
Acked-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
Signed-off-by: Kevin Wolf &lt;kwolf@redhat.com&gt;
</content>
</entry>
</feed>
