Consistency: change mainboard to motherboard

To be consistent, replaced all instances of mainboard/main board with
motherboard.

Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
This commit is contained in:
Noel Ullreich 2023-07-03 14:04:32 +02:00 committed by Thomas Lamprecht
parent 9632a85d3a
commit 42dfa5e964
4 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,7 @@ usually at higher price.
* Eliminate single point of failure (redundant components)
** use an uninterruptible power supply (UPS)
** use redundant power supplies on the main boards
** use redundant power supplies in your servers
** use ECC-RAM
** use redundant network hardware
** use RAID for local storage

View File

@ -20,7 +20,7 @@ used in production.
* CPU: 64bit (Intel EMT64 or AMD64)
* Intel VT/AMD-V capable CPU/Mainboard for KVM full virtualization support
* Intel VT/AMD-V capable CPU/motherboard for KVM full virtualization support
* RAM: 1 GB RAM, plus additional RAM needed for guests

View File

@ -31,7 +31,7 @@ https://pve.proxmox.com/wiki/PCI_Passthrough[PCI Passthrough Examples].
Hardware
^^^^^^^^
Your hardware needs to support `IOMMU` (*I*/*O* **M**emory **M**anagement
**U**nit) interrupt remapping, this includes the CPU and the mainboard.
**U**nit) interrupt remapping, this includes the CPU and the motherboard.
Generally, Intel systems with VT-d and AMD systems with AMD-Vi support this.
But it is not guaranteed that everything will work out of the box, due

View File

@ -60,7 +60,7 @@ and PCI devices.
Emulated devices and paravirtualized devices
--------------------------------------------
The PC hardware emulated by QEMU includes a mainboard, network controllers,
The PC hardware emulated by QEMU includes a motherboard, network controllers,
SCSI, IDE and SATA controllers, serial ports (the complete list can be seen in
the `kvm(1)` man page) all of them emulated in software. All these devices
are the exact software equivalent of existing hardware devices, and if the OS