index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
virt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include <threads.h> if possible to get thread_local definition
Cristian Rodríguez
2023-03-06
1
-0
/
+1
*
virt: correctly detect QEMU emulated pSeries guests
Frantisek Sumsal
2023-03-01
1
-0
/
+9
*
virt: fix container detection
Benjamin Tissoires
2023-01-05
1
-1
/
+1
*
virt: Support detection of LMHS SRE guests
Neil Moore
2022-12-02
1
-0
/
+3
*
basic/virt: treat missing /proc as sign of being in a chroot
Zbigniew Jędrzejewski-Szmek
2022-11-09
1
-0
/
+16
*
virt: fix alignment
Yu Watanabe
2022-08-25
1
-1
/
+1
*
virt: Support detection of Apple Virtualization.framework guests
Zhaofeng Li
2022-08-24
1
-14
/
+16
*
virt: detect KubeVirt instance
Fei Li
2022-07-29
1
-0
/
+1
*
virt: align tables
Yu Watanabe
2022-07-11
1
-71
/
+71
*
virt: fix detection of Parallels virtualization
Yu Watanabe
2022-06-29
1
-7
/
+11
*
basic/virt: use STRV_FOREACH instead of iteration with ELEMENTSOF
Zbigniew Jędrzejewski-Szmek
2022-05-08
1
-8
/
+9
*
virt: detect OpenStack Nova instance
w30023233
2022-04-19
1
-0
/
+1
*
virt: move array iterators to smaller scope, and use right type
Lennart Poettering
2022-04-04
1
-5
/
+2
*
virt: make virtualization enum a named type
Lennart Poettering
2022-04-04
1
-76
/
+80
*
virt: rework kvm with hyperv enlightenment checks a bit
Lennart Poettering
2022-04-04
1
-26
/
+25
*
Identify kvm + hv_passthrough as "kvm"
Brett Holman
2022-04-03
1
-0
/
+2
*
virt: use read_virtual_file() for reading /proc/self/setgroups
Lennart Poettering
2022-03-31
1
-8
/
+7
*
virt: simplify userns_has_mapping() by using fscanf() instead of scanf()
Lennart Poettering
2022-03-31
1
-15
/
+11
*
virt: Fix Xen Dom0 detection logic to no longer report as VM
Richard Neill
2022-02-16
1
-19
/
+21
*
virt: add detection for LoongArch 64bit
Xiaotian Wu
2021-12-22
1
-3
/
+3
*
Define FOREACH_DIRENT through FOREACH_DIRENT_ALL
Zbigniew Jędrzejewski-Szmek
2021-12-15
1
-4
/
+3
*
virt: Fix the detection for Hyper-V VMs
Boqun Feng
2021-11-23
1
-2
/
+3
*
change indicator used for later versions of VirtualBox (#21127)
Greg Zuro
2021-10-27
1
-1
/
+1
*
virt: Support detection for ARM64 Hyper-V guests
Boqun Feng
2021-10-13
1
-0
/
+1
*
virt: Fix Xen PV detection when nested inside another hypervisor
Bogdan Seniuc
2021-10-11
1
-40
/
+33
*
virt: Improve detection of EC2 metal instances
Benjamin Herrenschmidt
2021-09-13
1
-2
/
+30
*
virt: improve log message when we cannot read /sys/firmware/dmi/entries/0-0/raw
Yu Watanabe
2021-06-21
1
-4
/
+7
*
Use BIOS characteristics to distinguish EC2 bare-metal from VMs
Noah Meyerhans
2021-04-30
1
-4
/
+61
*
virt: detect Amazon EC2 Nitro instance
Bertrand Jacquin
2021-04-30
1
-3
/
+6
*
condition: add CPUFeature
Giedrius Statkevičius
2021-02-17
1
-0
/
+125
*
virt: detect cgroups namespaces
Sergey Bugaev
2021-02-10
1
-0
/
+75
*
virt: detect Docker and Podman containers
Sergey Bugaev
2021-02-10
1
-3
/
+47
*
treewide: tighten variable scope in loops (#18372)
Susant Sahani
2021-01-27
1
-2
/
+1
*
virt: fix path mentioned in log message
Lennart Poettering
2021-01-11
1
-2
/
+2
*
virt: debug log on unexpected error conditions
Lennart Poettering
2021-01-11
1
-10
/
+26
*
virt: merge three variable declarations
Lennart Poettering
2021-01-11
1
-3
/
+1
*
virt: drop /proc/1/sched hack
Lennart Poettering
2020-12-09
1
-19
/
+2
*
virt: Properly detect nested UML inside another hypervisor
Christopher Obbard
2020-12-02
1
-9
/
+11
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
basic/virt: Detect PowerVM hypervisor
Michal Suchanek
2020-10-06
1
-0
/
+6
*
virt: reference correct file path in log message
Lennart Poettering
2020-10-05
1
-1
/
+1
*
nspawn: provide $container and $container_uuid in /run/host too
Lennart Poettering
2020-08-20
1
-0
/
+10
*
basic/virt: treat "pouch" as a container type (id: pouch)
Wen Yang
2020-08-20
1
-0
/
+2
*
Revert "detect-virt: also detect "microsoft" as WSL"
Luca Boccassi
2020-04-28
1
-4
/
+2
*
virt: Use cache for VIRTUALIZATION_PROOT
Chris Down
2020-04-16
1
-2
/
+4
*
virt: Detect proot virtualisation by ptrace metadata
Chris Down
2020-04-15
1
-0
/
+19
*
detect-virt: also detect "microsoft" as WSL
Zbigniew Jędrzejewski-Szmek
2020-04-04
1
-6
/
+7
*
virt: do not define vm_from_string() for non-x86 architecture
Yu Watanabe
2020-01-21
1
-0
/
+2
*
virt: drop trailing white spaces
Yu Watanabe
2020-01-07
1
-1
/
+1
*
virt: use string table to detect VM or container
Yu Watanabe
2020-01-07
1
-44
/
+37
[next]