projects
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e176e2d
)
virt: detect OpenStack Nova instance
author
Michael Biebl
<biebl@debian.org>
Sun, 7 Aug 2022 13:21:12 +0000
(15:21 +0200)
committer
Michael Biebl
<biebl@debian.org>
Sun, 7 Aug 2022 13:25:09 +0000
(14:25 +0100)
(cherry picked from commit
01d9fbccddd694bc584aed24eaa0543f831dc929
)
Gbp-Pq: Name virt-detect-OpenStack-Nova-instance.patch
src/basic/virt.c
patch
|
blob
|
history
diff --git
a/src/basic/virt.c
b/src/basic/virt.c
index 54befd95c7506b78325a2bb2ebdba4563c1b7a03..78ee1b824710a59240bad768ea7a68ca4d6d4f85 100644
(file)
--- a/
src/basic/virt.c
+++ b/
src/basic/virt.c
@@
-149,6
+149,7
@@
static int detect_vm_dmi(void) {
int id;
} dmi_vendor_table[] = {
{ "KVM", VIRTUALIZATION_KVM },
+ { "OpenStack", VIRTUALIZATION_KVM }, /* Detect OpenStack instance as KVM in non x86 architecture */
{ "QEMU", VIRTUALIZATION_QEMU },
{ "VMware", VIRTUALIZATION_VMWARE }, /* https://kb.vmware.com/s/article/1009458 */
{ "VMW", VIRTUALIZATION_VMWARE },