Lines Matching refs:Server
26 document, "Server" is either QEMU or the QEMU Guest Agent, and
56 All interactions transmitted by the Server are json-objects, always
61 Server Greeting
64 Right when connected the Server will issue a greeting message, which signals
65 that the connection has been successfully established and that the Server is
77 - The ``version`` member contains the Server's version information (the format
154 There are two possible responses which the Server will issue as the result
198 NOTE: Some errors can occur before the Server is able to read the ``id`` member;
205 As a result of state changes, the Server may send messages unilaterally
222 occurred in the Server. It is a fixed json-object with time in
265 ``->`` marks text sent by the Client and ``<-`` marks replies by the Server.
269 Server greeting
336 When a Client successfully establishes a connection, the Server is in
344 advertised in the `Server Greeting`_ which they support.
347 error, the Server enters Command mode where capabilities changes take
356 capabilities array (in the `Server Greeting`_). Thus, Clients can check
359 The QMP Server performs a type check on the arguments to a command. It
362 strictness of the Server catches wrong assumptions of Clients about
363 the Server's schema. Clients can assume that, when such validation
374 to any existing command in newer versions of the Server
380 Of course, the Server does guarantee to send valid JSON. But apart from