Add man page information for new sysinfo option

63784f4d-document-new-sysinfo-option.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=331
This commit is contained in:
Charles Arnold 2016-09-09 15:40:37 +00:00 committed by Git OBS Bridge
parent f2d7cb1fce
commit befe8c0ad7
3 changed files with 28 additions and 2 deletions

View File

@ -0,0 +1,23 @@
Subject: man: Document new --sysinfo option
From: Cole Robinson crobinso@redhat.com Thu Sep 8 11:42:45 2016 -0400
Date: Thu Sep 8 11:42:45 2016 -0400:
Git: 63784f4dd82caaf164fa93a1685cbe5272b68404
Index: virt-manager-1.4.0/man/virt-install.pod
===================================================================
--- virt-manager-1.4.0.orig/man/virt-install.pod
+++ virt-manager-1.4.0/man/virt-install.pod
@@ -135,6 +135,12 @@ Specify resource partitioning for the gu
Use --resource=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#resPartition>
+=item B<--sysinfo> OPT=VAL,[...]
+
+Configure sysinfo/SMBIOS values exposed to the guest OS. '--sysinfo host' can be used to expose the host's SMBIOS info to the VM, otherwise values can be manually specified.
+
+Use --sysinfo=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsSysinfo>
+
=item B<--vcpus> OPTIONS
Number of virtual cpus to configure for the guest. If 'maxvcpus' is specified,

View File

@ -17,6 +17,7 @@ Thu Sep 8 10:03:24 MDT 2016 - carnold@suse.com
b08647c2-xmlbuilder-05.patch
b31c0b44-Add-classes-for-defining-SMBios-information.patch
a3206f89-Add-the-sysinfo-option.patch
63784f4d-document-new-sysinfo-option.patch
-------------------------------------------------------------------
Fri Aug 19 10:28:19 MDT 2016 - carnold@suse.com

View File

@ -47,8 +47,9 @@ Patch7: 835ddc5f-xmlbuilder-04.patch
Patch8: b08647c2-xmlbuilder-05.patch
Patch9: b31c0b44-Add-classes-for-defining-SMBios-information.patch
Patch10: a3206f89-Add-the-sysinfo-option.patch
Patch11: 0425975f-use-virDomainMigrate3-API.patch
Patch12: 561f5cd3-drop-xenmigr-scheme-from-Xen-migration-URI.patch
Patch11: 63784f4d-document-new-sysinfo-option.patch
Patch12: 0425975f-use-virDomainMigrate3-API.patch
Patch13: 561f5cd3-drop-xenmigr-scheme-from-Xen-migration-URI.patch
# SUSE Only
Patch70: virtman-desktop.patch
Patch71: virtman-kvm.patch
@ -178,6 +179,7 @@ machine).
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
# SUSE Only
%patch70 -p1
%patch71 -p1