On Thu, Feb 29, 2024 at 11:28:37AM +0100, Markus Armbruster wrote:
Stefano Garzarella <[email protected]> writes:
On Wed, Feb 28, 2024 at 01:32:17PM +0100, Markus Armbruster wrote:
Stefano Garzarella <[email protected]> writes:
[...]
+# @shm: if true, shm_open(3) is used to create/open POSIX shared memory
+# object; if false, an open(2) is used. (default: false) (since 9.0)
+#
Please format like this for consistency:
Sure.
# @shm: if true, shm_open(3) is used to create/open POSIX shared memory
# object; if false, an open(2) is used (default: false) (since 9.0)
I just noticed that I followed the property just above (@rom). Should we fix
that one?
Yes, please.
Done:
https://patchew.org/QEMU/[email protected]/
Thanks,
Stefano
See commit a937b6aa739 (qapi: Reformat doc comments to conform to
current conventions).