aboutsummaryrefslogtreecommitdiff
path: root/qga
diff options
context:
space:
mode:
authorTomáš Golembiovský <tgolembi@redhat.com>2018-04-20 20:12:45 +0200
committerMichael Roth <mdroth@linux.vnet.ibm.com>2018-07-03 15:20:50 -0500
commit84ece8ef6c70ea1852ec47805531017b75d46d68 (patch)
tree3692c784ba999886c4f1b1d701de4d0eb3fc2227 /qga
parent509b97fd079c9666ae7318bae6e1273fd5d6b574 (diff)
downloadqemu-84ece8ef6c70ea1852ec47805531017b75d46d68.zip
qemu-84ece8ef6c70ea1852ec47805531017b75d46d68.tar.gz
qemu-84ece8ef6c70ea1852ec47805531017b75d46d68.tar.bz2
qga/schema: fix documentation for GuestOSInfo
The documentation for kernel-version and kernel-release on Windows was swapped. Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'qga')
-rw-r--r--qga/qapi-schema.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
index 2df6356..dfbc4a5 100644
--- a/qga/qapi-schema.json
+++ b/qga/qapi-schema.json
@@ -1173,10 +1173,10 @@
#
# @kernel-release:
# * POSIX: release field returned by uname(2)
-# * Windows: version number of the OS
+# * Windows: build number of the OS
# @kernel-version:
# * POSIX: version field returned by uname(2)
-# * Windows: build number of the OS
+# * Windows: version number of the OS
# @machine:
# * POSIX: machine field returned by uname(2)
# * Windows: one of x86, x86_64, arm, ia64