Revision 05705ce2 qemu-monitor.hx

b/qemu-monitor.hx
35 35

  
36 36
NOTE: This document is temporary and will be replaced soon.
37 37

  
38
1. Regular Commands
38
1. Stability Considerations
39
===========================
40

  
41
The current QMP command set (described in this file) may be useful for a
42
number of use cases, however it's limited and several commands have bad
43
defined semantics, specially with regard to command completion.
44

  
45
These problems are going to be solved incrementally in the next QEMU releases
46
and we're going to establish a deprecation policy for badly defined commands.
47

  
48
If you're planning to adopt QMP, please observe the following:
49

  
50
    1. The deprecation policy will take efect and be documented soon, please
51
       check the documentation of each used command as soon as a new release of
52
       QEMU is available
53

  
54
    2. DO NOT rely on anything which is not explicit documented
55

  
56
    3. Errors, in special, are not documented. Applications should NOT check
57
       for specific errors classes or data (it's strongly recommended to only
58
       check for the "error" key)
59

  
60
2. Regular Commands
39 61
===================
40 62

  
41 63
Server's responses in the examples below are always a success response, please
......
1592 1614

  
1593 1615
SQMP
1594 1616

  
1595
2. Query Commands
1617
3. Query Commands
1596 1618
=================
1597 1619

  
1598 1620
EQMP

Also available in: Unified diff