From: Tomáš Golembiovský Date: Fri, 20 Apr 2018 18:12:45 +0000 (+0200) Subject: qga/schema: fix documentation for GuestOSInfo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=84ece8ef6c70ea1852ec47805531017b75d46d68;p=qemu.git qga/schema: fix documentation for GuestOSInfo The documentation for kernel-version and kernel-release on Windows was swapped. Signed-off-by: Tomáš Golembiovský Reviewed-by: Marc-André Lureau Signed-off-by: Michael Roth --- diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json index 2df6356b8c..dfbc4a5e32 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