Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-08-03' into staging

QAPI patches patches for 2020-08-03

# gpg: Signature made Mon 03 Aug 2020 10:08:30 BST
# gpg:                using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
# gpg:                issuer "armbru@redhat.com"
# gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full]
# gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>" [full]
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653

* remotes/armbru/tags/pull-qapi-2020-08-03:
  schemas: Add vim modeline
  qapi: Delete unwanted indentation of top-level expressions
  qapi/machine.json: Fix missing newline in doc comment

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
Peter Maydell
2020-08-03 12:21:57 +01:00
35 changed files with 53 additions and 16 deletions
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
#
# Copyright (C) 2018 Red Hat, Inc.
#
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
#
# Copyright (C) 2018 Red Hat, Inc.
#
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
#
# QAPI authz definitions
+14 -13
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
##
# == Block core (VM unrelated)
@@ -1847,9 +1848,9 @@
#
# Since: 4.0
##
{ 'enum': 'BlockPermission',
'data': [ 'consistent-read', 'write', 'write-unchanged', 'resize',
'graph-mod' ] }
{ 'enum': 'BlockPermission',
'data': [ 'consistent-read', 'write', 'write-unchanged', 'resize',
'graph-mod' ] }
##
# @XDbgBlockGraphEdge:
#
@@ -2155,8 +2156,8 @@
# <- { "return": {} }
#
##
{ 'command': 'block-dirty-bitmap-enable',
'data': 'BlockDirtyBitmap' }
{ 'command': 'block-dirty-bitmap-enable',
'data': 'BlockDirtyBitmap' }
##
# @block-dirty-bitmap-disable:
@@ -2176,8 +2177,8 @@
# <- { "return": {} }
#
##
{ 'command': 'block-dirty-bitmap-disable',
'data': 'BlockDirtyBitmap' }
{ 'command': 'block-dirty-bitmap-disable',
'data': 'BlockDirtyBitmap' }
##
# @block-dirty-bitmap-merge:
@@ -2208,8 +2209,8 @@
# <- { "return": {} }
#
##
{ 'command': 'block-dirty-bitmap-merge',
'data': 'BlockDirtyBitmapMerge' }
{ 'command': 'block-dirty-bitmap-merge',
'data': 'BlockDirtyBitmapMerge' }
##
# @BlockDirtyBitmapSha256:
@@ -2220,8 +2221,8 @@
#
# Since: 2.10
##
{ 'struct': 'BlockDirtyBitmapSha256',
'data': {'sha256': 'str'} }
{ 'struct': 'BlockDirtyBitmapSha256',
'data': {'sha256': 'str'} }
##
# @x-debug-block-dirty-bitmap-sha256:
@@ -2235,8 +2236,8 @@
#
# Since: 2.10
##
{ 'command': 'x-debug-block-dirty-bitmap-sha256',
'data': 'BlockDirtyBitmap', 'returns': 'BlockDirtyBitmapSha256' }
{ 'command': 'x-debug-block-dirty-bitmap-sha256',
'data': 'BlockDirtyBitmap', 'returns': 'BlockDirtyBitmapSha256' }
##
# @blockdev-mirror:
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
##
# = Block devices
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
#
##
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
##
# = Common data types
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
#
##
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
#
##
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
#
# This work is licensed under the terms of the GNU GPL, version 2 or later.
# See the COPYING file in the top-level directory.
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
##
# = QMP errors
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
#
# Copyright (C) 2015 Red Hat, Inc.
#
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
##
# == Background jobs
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
#
# This work is licensed under the terms of the GNU GPL, version 2 or later.
# See the COPYING file in the top-level directory.
+3 -1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
#
# This work is licensed under the terms of the GNU GPL, version 2 or later.
# See the COPYING file in the top-level directory.
@@ -825,7 +826,8 @@
# @node-id: NUMA node ID the CPU belongs to
# @socket-id: socket number within node/board the CPU belongs to
# @die-id: die number within node/board the CPU belongs to (Since 4.1)
# @core-id: core number within die the CPU belongs to# @thread-id: thread number within core the CPU belongs to
# @core-id: core number within die the CPU belongs to
# @thread-id: thread number within core the CPU belongs to
#
# Note: currently there are 5 properties that could be present
# but management should be prepared to pass through other
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
#
##
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
#
##
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
#
##
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
#
##
+1
View File
@@ -1,4 +1,5 @@
# -*- Mode: Python -*-
# vim: filetype=python
##
# = Introduction
#

Some files were not shown because too many files have changed in this diff Show More