From 42dfa5e964754f527e814701e9949ca7950c3d8f Mon Sep 17 00:00:00 2001 From: Noel Ullreich Date: Mon, 3 Jul 2023 14:04:32 +0200 Subject: [PATCH] Consistency: change mainboard to motherboard To be consistent, replaced all instances of mainboard/main board with motherboard. Signed-off-by: Noel Ullreich --- ha-manager.adoc | 2 +- pve-system-requirements.adoc | 2 +- qm-pci-passthrough.adoc | 2 +- qm.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ha-manager.adoc b/ha-manager.adoc index 53330a1..52614ee 100644 --- a/ha-manager.adoc +++ b/ha-manager.adoc @@ -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 diff --git a/pve-system-requirements.adoc b/pve-system-requirements.adoc index bb474ac..bc3689d 100644 --- a/pve-system-requirements.adoc +++ b/pve-system-requirements.adoc @@ -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 diff --git a/qm-pci-passthrough.adoc b/qm-pci-passthrough.adoc index 1f68721..72e7fe9 100644 --- a/qm-pci-passthrough.adoc +++ b/qm-pci-passthrough.adoc @@ -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 diff --git a/qm.adoc b/qm.adoc index 1e0ea2b..62a3354 100644 --- a/qm.adoc +++ b/qm.adoc @@ -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 -- 2.39.5