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: 11 March 2026 22:00 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 22:00, March 11, 2026 from https://linux-kvm.org/index.php?title=FAQ&oldid=174019.
MLA style
"FAQ." KVM, . 20 Dec 2020, 20:44 UTC. 11 Mar 2026, 22:00 <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 11 March 2026]
Chicago style
KVM contributors, "FAQ," KVM, , https://linux-kvm.org/index.php?title=FAQ&oldid=174019 (accessed March 11, 2026).
CBE/CSE style
KVM contributors. FAQ [Internet]. KVM, ; 2020 Dec 20, 20:44 UTC [cited 2026 Mar 11]. 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 March 11, 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 11-March-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 11-March-2026]"
}