X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=qm.conf.5-opts.adoc;h=6e007a8a195fd926e367e9366698cc0cbc31820f;hp=e29c0bd9c92e081636bf0a894149d44e00a8acaa;hb=63f956c8fad04141b71dd1330bcb06f6395b977d;hpb=c2993fe56c757a6b53001af4b2af6517ef598f1e diff --git a/qm.conf.5-opts.adoc b/qm.conf.5-opts.adoc index e29c0bd..6e007a8 100644 --- a/qm.conf.5-opts.adoc +++ b/qm.conf.5-opts.adoc @@ -77,6 +77,11 @@ Freeze CPU at startup (use 'c' monitor command to start execution). `hostpci[n]`: `[host=] [,pcie=<1|0>] [,rombar=<1|0>] [,x-vga=<1|0>]` :: Map host PCI devices into guest. ++ +NOTE: This option allows direct access to host hardware. So it is no longer +possible to migrate such machines - use with special care. ++ +CAUTION: Experimental! User reported problems with this option. `host`=`` ;; @@ -86,11 +91,6 @@ of PCI virtual functions of the host. HOSTPCIID syntax is: 'bus:dev.func' (hexadecimal numbers) + You can us the 'lspci' command to list existing PCI devices. -+ -NOTE: This option allows direct access to host hardware. So it is no longer -possible to migrate such machines - use with special care. -+ -CAUTION: Experimental! User reported problems with this option. `pcie`=`boolean` (default=`0`);; @@ -667,7 +667,6 @@ SCSI controller model `serial[n]`: `(/dev/.+|socket)` :: -+ Create a serial device inside the VM (n is 0 to 3), and pass through a host serial device (i.e. /dev/ttyS0), or create a unix socket on the host side (use 'qm terminal' to open a terminal connection).