qemu-e2k/docs/devel
Markus Armbruster cdd2b228b9 qapi: Smooth visitor error checking in generated code
Use visitor functions' return values to check for failure.  Eliminate
error_propagate() that are now unnecessary.  Delete @err that are now
unused.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200707160613.848843-41-armbru@redhat.com>
2020-07-10 15:18:08 +02:00
..
atomics.rst atomics: update documentation 2020-04-13 02:56:03 -04:00
bitops.rst
blkdebug.txt
blkverify.txt
build-system.txt
clocks.rst docs/clocks: add device's clock documentation 2020-04-30 15:35:40 +01:00
conf.py
decodetree.rst
fuzzing.txt fuzz: add documentation to docs/devel/ 2020-02-22 08:26:48 +00:00
index.rst docs/clocks: add device's clock documentation 2020-04-30 15:35:40 +01:00
kconfig.rst docs: Be consistent about capitalization of 'Arm' 2020-03-12 11:20:20 +00:00
loads-stores.rst accel/tcg: Add endian-specific cpu_{ld, st}* operations 2020-05-11 11:22:06 +01:00
lockcnt.txt
memory.rst docs: add memory API reference 2019-12-17 19:36:58 +01:00
migration.rst docs/devel/migration: start a debugging section 2020-05-07 17:40:24 +01:00
multi-thread-tcg.txt docs: Be consistent about capitalization of 'Arm' 2020-03-12 11:20:20 +00:00
multiple-iothreads.txt
qapi-code-gen.txt qapi: Smooth visitor error checking in generated code 2020-07-10 15:18:08 +02:00
rcu.txt rcu: do not mention atomic_mb_read/set in documentation 2020-04-13 02:56:18 -04:00
replay.txt
reset.rst docs/devel/reset.rst: add doc about Resettable interface 2020-01-30 16:02:05 +00:00
s390-dasd-ipl.rst docs: rstfy s390 dasd ipl documentation 2020-02-26 18:57:07 +01:00
secure-coding-practices.rst
stable-process.rst docs/devel: fix stable process doc formatting 2020-01-27 12:13:09 +01:00
tcg-plugins.rst docs/devel: document query handle lifetimes 2020-02-25 20:20:23 +00:00
tcg.rst docs: Be consistent about capitalization of 'Arm' 2020-03-12 11:20:20 +00:00
testing.rst docs: Added details on TSan to testing.rst 2020-06-16 14:49:05 +01:00
tracing.txt docs/devel/tracing.txt: Recommend only trace_event_get_state_backends() 2020-01-30 21:33:50 +00:00
virtio-migration.txt
writing-qmp-commands.txt