Cite This Page
Bibliographic details for FAQ
- Page name: FAQ
- Author: KVM contributors
- Publisher: KVM, .
- Date of last revision: 20 December 2020 20:44 UTC
- Date retrieved: 18 June 2026 08:34 UTC
- Permanent URL: https://linux-kvm.org/index.php?title=FAQ&oldid=174019
- Page Version ID: 174019
Citation styles for FAQ
APA style
FAQ. (2020, December 20). KVM, . Retrieved 08:34, June 18, 2026 from https://linux-kvm.org/index.php?title=FAQ&oldid=174019.
MLA style
"FAQ." KVM, . 20 Dec 2020, 20:44 UTC. 18 Jun 2026, 08:34 <https://linux-kvm.org/index.php?title=FAQ&oldid=174019>.
MHRA style
KVM contributors, 'FAQ', KVM, , 20 December 2020, 20:44 UTC, <https://linux-kvm.org/index.php?title=FAQ&oldid=174019> [accessed 18 June 2026]
Chicago style
KVM contributors, "FAQ," KVM, , https://linux-kvm.org/index.php?title=FAQ&oldid=174019 (accessed June 18, 2026).
CBE/CSE style
KVM contributors. FAQ [Internet]. KVM, ; 2020 Dec 20, 20:44 UTC [cited 2026 Jun 18]. Available from: https://linux-kvm.org/index.php?title=FAQ&oldid=174019.
Bluebook style
FAQ, https://linux-kvm.org/index.php?title=FAQ&oldid=174019 (last visited June 18, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "KVM",
title = "FAQ --- KVM{,} ",
year = "2020",
url = "https://linux-kvm.org/index.php?title=FAQ&oldid=174019",
note = "[Online; accessed 18-June-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "KVM",
title = "FAQ --- KVM{,} ",
year = "2020",
url = "\url{https://linux-kvm.org/index.php?title=FAQ&oldid=174019}",
note = "[Online; accessed 18-June-2026]"
}