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
*
virt: make use of ns inode check in running_in_userns() and running_in_cgroup...
Lennart Poettering
9 days
1
-0
/
+16
*
detect-virt: check the inode number of the pid namespace
Luca Boccassi
9 days
1
-0
/
+19
*
tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...
Integral
2024-10-26
1
-10
/
+10
*
Add $SYSTEMD_IN_CHROOT to override chroot detection
Daan De Meyer
2024-08-16
1
-0
/
+7
*
detect-virt: detect hyperv-enlightened qemu as qemu, not as hyperv
Lennart Poettering
2024-04-20
1
-4
/
+16
*
basic/virt: Fix virtualbox detection on proprietary system via board_vendor
Friedrich Altheide
2024-03-24
1
-0
/
+1
*
virt: wrap comment, add missing punctuation
Zbigniew Jędrzejewski-Szmek
2024-02-27
1
-5
/
+5
*
detect-virt: allow detection via SMBIOS on RISC-V
Heinrich Schuchardt
2024-02-23
1
-1
/
+1
*
detect-virt: allow detection via device-tree on RISC-V
Heinrich Schuchardt
2024-02-23
1
-1
/
+1
*
detect-virt: fix Google Compute Engine support
mille-feuille
2024-02-09
1
-2
/
+3
*
virt: support detection of Apple Virtualization guests with cpuid
Black-Hole1
2024-01-19
1
-0
/
+1
*
virt: add Google Compute Engine support
Yu Watanabe
2024-01-09
1
-15
/
+17
*
virt: fix detection of avx2 and friends
Yu Watanabe
2024-01-08
1
-1
/
+1
*
basic/uid-range: add uid_map_read_one helper
Mike Yuan
2023-12-15
1
-12
/
+9
*
virt: also check if PID1 is in chroot
Yu Watanabe
2023-11-03
1
-4
/
+4
*
LoongArch: Replace __loongarch64 with __loongarch_lp64
Xiaotian Wu
2023-08-09
1
-3
/
+3
*
tree-wide: fix typos reported by Fossies Codespell report
Yu Watanabe
2023-07-12
1
-1
/
+1
*
virt: drop an unused assignment
Frantisek Sumsal
2023-07-02
1
-2
/
+0
*
stat-util: rename files_same() → inode_same()
Lennart Poettering
2023-05-19
1
-1
/
+1
*
virt: Further improve detection of EC2 metal instances
Benjamin Herrenschmidt
2023-04-17
1
-2
/
+4
*
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
[next]