Cite This Page
Bibliographic details for TODO
- Page name: TODO
- Author: KVM contributors
- Publisher: KVM, .
- Date of last revision: 25 October 2015 10:37 UTC
- Date retrieved: 16 January 2026 00:37 UTC
- Permanent URL: https://linux-kvm.org/index.php?title=TODO&oldid=173554
- Page Version ID: 173554
Citation styles for TODO
APA style
TODO. (2015, October 25). KVM, . Retrieved 00:37, January 16, 2026 from https://linux-kvm.org/index.php?title=TODO&oldid=173554.
MLA style
"TODO." KVM, . 25 Oct 2015, 10:37 UTC. 16 Jan 2026, 00:37 <https://linux-kvm.org/index.php?title=TODO&oldid=173554>.
MHRA style
KVM contributors, 'TODO', KVM, , 25 October 2015, 10:37 UTC, <https://linux-kvm.org/index.php?title=TODO&oldid=173554> [accessed 16 January 2026]
Chicago style
KVM contributors, "TODO," KVM, , https://linux-kvm.org/index.php?title=TODO&oldid=173554 (accessed January 16, 2026).
CBE/CSE style
KVM contributors. TODO [Internet]. KVM, ; 2015 Oct 25, 10:37 UTC [cited 2026 Jan 16]. Available from: https://linux-kvm.org/index.php?title=TODO&oldid=173554.
Bluebook style
TODO, https://linux-kvm.org/index.php?title=TODO&oldid=173554 (last visited January 16, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "KVM",
title = "TODO --- KVM{,} ",
year = "2015",
url = "https://linux-kvm.org/index.php?title=TODO&oldid=173554",
note = "[Online; accessed 16-January-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 = "TODO --- KVM{,} ",
year = "2015",
url = "\url{https://linux-kvm.org/index.php?title=TODO&oldid=173554}",
note = "[Online; accessed 16-January-2026]"
}