qga/schema: fix documentation for GuestOSInfo
authorTomáš Golembiovský <tgolembi@redhat.com>
Fri, 20 Apr 2018 18:12:45 +0000 (20:12 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 3 Jul 2018 20:20:50 +0000 (15:20 -0500)
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>
qga/qapi-schema.json

index 2df6356b8cadefe77a040e6a26fa0f4c97a6f9ee..dfbc4a5e32bde4070f12497c23973c604accfa7d 100644 (file)
 #
 # @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