qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 02/34] qapi: Belatedly update doc comment for @wait deprec


From: Eric Blake
Subject: Re: [PATCH v3 02/34] qapi: Belatedly update doc comment for @wait deprecation
Date: Mon, 16 Mar 2020 10:10:59 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 3/15/20 9:46 AM, Markus Armbruster wrote:
Commit a9b305ba29 "socket: allow wait=false for client socket"
deprecated use of @wait for client socket chardevs, but neglected to
update char.json's doc comment.  Make up for that.

Signed-off-by: Markus Armbruster <address@hidden>
---
  qapi/char.json | 1 +
  1 file changed, 1 insertion(+)

Reviewed-by: Eric Blake <address@hidden>


diff --git a/qapi/char.json b/qapi/char.json
index 6907b2bfdb..daceb20f84 100644
--- a/qapi/char.json
+++ b/qapi/char.json
@@ -258,6 +258,7 @@
  # @server: create server socket (default: true)
  # @wait: wait for incoming connection on server
  #        sockets (default: false).
+#        Silently ignored with server: false.  This use is deprecated.
  # @nodelay: set TCP_NODELAY socket option (default: false)
  # @telnet: enable telnet protocol on server
  #          sockets (default: false)


--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]