X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=qm.conf.5-opts.adoc;fp=qm.conf.5-opts.adoc;h=3903135fa2a8ee8f37e1d35383c725ee9f1852ba;hp=e4e77550fdac6f2bd8672d5a8156dd8bd865ffc1;hb=ac70d7d134ce81431aa875c336bd547094326d9b;hpb=42449bdff931a4daf9c0b134e31071928be1ea77 diff --git a/qm.conf.5-opts.adoc b/qm.conf.5-opts.adoc index e4e7755..3903135 100644 --- a/qm.conf.5-opts.adoc +++ b/qm.conf.5-opts.adoc @@ -140,7 +140,7 @@ Freeze CPU at startup (use 'c' monitor command to start execution). Script that will be executed during various steps in the vms lifetime. -`hostpci[n]`: `[host=] [,mdev=] [,pcie=<1|0>] [,rombar=<1|0>] [,romfile=] [,x-vga=<1|0>]` :: +`hostpci[n]`: `[host=] [,legacy-igd=<1|0>] [,mdev=] [,pcie=<1|0>] [,rombar=<1|0>] [,romfile=] [,x-vga=<1|0>]` :: Map host PCI devices into guest. + @@ -158,6 +158,10 @@ of PCI virtual functions of the host. HOSTPCIID syntax is: + You can us the 'lspci' command to list existing PCI devices. +`legacy-igd`=`` ('default =' `0`);; + +Pass this device in legacy IGD mode, making it the primary and exclusive graphics device in the VM. Requires 'pc-i440fx' machine type and VGA set to 'none'. + `mdev`=`` ;; The type of mediated device to use. @@ -449,7 +453,7 @@ Set a name for the VM. Only used on the configuration web interface. cloud-init: Sets DNS server IP address for a container. Create will automatically use the setting from the host if neither searchdomain nor nameserver are set. -`net[n]`: `[model=] [,bridge=] [,firewall=<1|0>] [,link_down=<1|0>] [,macaddr=] [,queues=] [,rate=] [,tag=] [,trunks=] [,=]` :: +`net[n]`: `[model=] [,bridge=] [,firewall=<1|0>] [,link_down=<1|0>] [,macaddr=] [,mtu=] [,queues=] [,rate=] [,tag=] [,trunks=] [,=]` :: Specify network devices. @@ -484,6 +488,10 @@ A common MAC address with the I/G (Individual/Group) bit not set. Network Card Model. The 'virtio' model provides the best performance with very low CPU overhead. If your guest does not support this driver, it is usually best to use 'e1000'. +`mtu`=` (1 - 65520)` ;; + +Force MTU, for VirtIO only. Set to '1' to use the bridge MTU + `queues`=` (0 - 16)` ;; Number of packet queues to be used on the device.