5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-02-01 05:47:08 +03:00

26 Commits

Author SHA1 Message Date
Dominik Csapak
e2a867b28e qemu: add documentation about cluster device mapping
explain why someone would want it, how to configure and which privileges
are necessary

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2023-06-16 16:26:51 +02:00
Thomas Lamprecht
b3dc643ffb pci passthrough: rework IOMMU sections a bit
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-18 11:16:14 +01:00
Thomas Lamprecht
e6820561d4 pci passthrough: drop iommu.passthrough=1 kernel cmd opt, only for ARM
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-18 11:16:14 +01:00
Dominik Csapak
a4c6084830 pcie-passthrough: add short note about iommu passthrough mode
that explains in one sentence what it does, that it can increase
performance and how to activate it.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2022-11-18 11:16:14 +01:00
Dominik Csapak
e51a78cdbc pcie-passthrough: note that iommu activation is not always necessary
especially on newer kernels

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2022-11-18 11:16:14 +01:00
Nicholas Sherlock
cf2da2d85e pci-passthrough: add section about ID overrides
Signed-off-by: Nicholas Sherlock <n.sherlock@gmail.com>
2022-01-28 14:15:34 +01:00
Dominik Csapak
63f0bb9dd4 pci-passthrough: expand IOMMU section with notice about BIOS
note that one must enable IOMMU support in the BIOS/UEFI.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-10-27 13:21:58 +02:00
Dominik Csapak
0c54d61280 remove 'amd_iommu=on' from the passthrough docs
this is wrong and does nothing. see
https://www.kernel.org/doc/html/v5.11/admin-guide/kernel-parameters.html?highlight=amd_iommu

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-10-27 13:21:58 +02:00
Dominik Csapak
1fa8942419 fix #3557: qm/pci-passthrouh: add note about the 'All Functions' checkbox
So that a user coming from the web-interface can see what the checkbox does.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-07-30 14:49:01 +02:00
Oguz Bektas
3a433e9bb0 SPAM: [PATCH v2 docs] fix typos in various adoc files
checked for common misspellings. some of the changes (like favourite vs.
favorite or virtualization vs. virtualisation) are because of US vs. UK english

Reviewed-by: Dylan Whyte <d.whyte@proxmox.com>
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
2021-04-29 13:26:28 +02:00
Stefan Reiter
eebb350680 Fix typo in passthrough docs and improve 'Host Configuration' section
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2019-11-27 17:17:47 +01:00
Stefan Reiter
0aebb0d9fc efi boot: add note about update-initramfs hooks
and fix "edit kernel command line" to include actual refresh command

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2019-08-07 08:23:54 +02:00
Thomas Lamprecht
69055103c0 syste, booting: ensure all references are prefixed with sysboot_ namespace
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-07-10 15:25:50 +02:00
Stoiko Ivanov
1748211a7e Refer to the bootloader chapter in remaining docs
Editing the kernel commandline is described centrally in the bootloaders
chapter. Refer to it where appropriate (qm-pci-passthrough.adoc).

Additionally update the documentation on ZFS as rpool to the inclusion of
`systemd-boot`

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-07-10 15:05:11 +02:00
Stefan Reiter
a22d7c24eb Fixed some wording and typos
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2019-06-14 07:19:33 +02:00
Wolfgang Link
5e235b991b Fix dmesg command 2019-01-03 09:23:44 +01:00
Dominik Csapak
e582833bf1 add pcie passthrough to the wiki
and add a 'see also' chapter for the wiki with a link to the old
pci passthrough documentation (which i will change to contain
examples and other steps not suited for the reference documentation)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-12-05 11:47:47 +01:00
Dominik Csapak
5ee3d3cdea fix quoting
it seems the parser cannot handle the end of the quoting with '),' after
it, so `'), does not get detected as the end of the quote

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-12-05 11:47:43 +01:00
Thomas Lamprecht
082b32fb8d pci passthrough: fixup GPU passthrough notes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-26 12:48:30 +01:00
Dominik Csapak
1c1241f262 pci passthrough: add example for functions
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-11-26 12:33:52 +01:00
Dominik Csapak
13cae0c119 pci passthrough: add GPU passthrough notes
to make it clear how to use a GPU inside the vm

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-11-26 12:33:52 +01:00
Thomas Lamprecht
d25f097cfc qm pci passthrough: follow up enhancements
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-14 08:04:51 +01:00
Dominik Csapak
050192c59d add documentation for mediated devices
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-11-13 19:00:49 +01:00
Dominik Csapak
39d84f286a qm: remove 4th level heading and fix typos
manpages cannot have a 4th section, replace them with
titles

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-11-13 19:00:30 +01:00
Thomas Lamprecht
49f20f1b0f followup: typos, formatting and wording improvements
fix some typos like s/seperate/separate/ passhtrough, ...

Reword some sentences, try to reduces commas per sentence (while I
like them, others don't and they entangle your mind when reading a
bit).

Try to improve formatting, adding some emphasis on abbrevations or
other important things. Ensur all abbrev. are writen uppercase.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-13 09:24:49 +01:00
Dominik Csapak
6e4c46c4cb add documentation for pci passthrough and sr-iov
explain what it is and how to use it, especially the steps necessary
on the host and the various options under one chapter

most of this is also found on the wiki in the Pci_passthrough
article

we may want to condense the information there and link it as
'notes and examples'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-11-13 07:50:44 +01:00