Lines Matching full:should
14 New commands may be implemented in QMP only. New HMP commands should be
26 Generally speaking, the following steps should be taken in order to write a
33 the command should be exported by some QEMU subsystem. But it can also be
38 4. Write the HMP command equivalent. This is not required and should only be
52 First, QEMU should be started like this::
85 Then the server should respond::
138 return errors and take additional arguments. The Error argument should not
218 You should see "Hello, world" and "We love QEMU" in the terminal running QEMU,
225 QMP commands should use the error interface exported by the error.h header
253 The QMP server's response should be::
263 all QMP errors should have that error class. There are two exceptions
314 we should add it to the hmp-commands.hx file::
351 there is a requirement returned data should be explicitly modelled
353 command should never need to parse individual returned data fields. If
354 a field appears to need parsing, then it should be split into separate
355 fields corresponding to each distinct data item. This should be the
421 Notice the syntax ['OptionRomInfo']". This should be read as "returns
511 string, then you should g_free() to free it.
570 humans. These should all have feature 'unstable'. Note that the
623 monitor users, we should add it to the hmp-commands-info.hx file::