mem-prealloc: reduce large guest start-up and migration time.
[qemu/ar7.git] / tests / qapi-schema / reserved-command-q.json
blobbba0860c99f2aca85b77df9642932f8a4fb822e9
1 # C entity name collision
2 # We reject names like 'q-unix', because they can collide with the mangled
3 # name for 'unix' in generated C.
5 ##
6 # @unix:
7 ##
8 { 'command': 'unix' }
9 ##
10 # @q-unix:
12 { 'command': 'q-unix' }