index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
virt.c
Age
Commit message (
Expand
)
Author
2015-03-31
ARM: detect-virt: detect QEMU/KVM
Andrew Jones
2015-03-31
ARM: detect-virt: detect Xen
Andrew Jones
2015-03-31
detect-virt: use /proc/device-tree
Andrew Jones
2015-02-04
virt: add detect_vm_devicetree for powerpc arches
Chris J Arges
2014-12-10
virt: when detecting containers and /run/systemd/container cannot be read, ch...
Lennart Poettering
2014-10-02
virt: detect that we are running inside the docker container
Michal Sekletar
2014-07-18
systemd-detect-virt: detect s390 virtualization
Thomas Blume
2014-07-17
detect-virt: Fix Xen domU discovery
Thomas Blume
2014-06-10
systemd-detect-virt: only discover Xen domU
Thomas Blume
2014-05-28
virt: rework container detection logic
Lennart Poettering
2014-05-24
detect-virt: Remove string for Microsoft virtualization detection in DMI vend...
Reyad Attiyat
2014-02-24
virt: make Virtualization an anonymous enum
Thomas Hindoe Paaboel Andersen
2013-12-17
__thread --> thread_local for C11 compat
Shawn Landden
2013-11-28
virt: split detect_vm into separate functions
Zbigniew Jędrzejewski-Szmek
2013-10-31
virt: move caching of virtualization check results into detect_vm() and detec...
Lennart Poettering
2013-07-20
shared: fix build on !x86
Shawn Landden
2013-07-16
detect-virt: detect User-Mode Linux
Ramkumar Ramachandra
2013-04-18
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-17
systemd: ignore hw timestamps in containers
Zbigniew Jędrzejewski-Szmek
2013-04-05
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-03-07
virt: check for /sys/hypervisor/type for detecting xen PV
Lennart Poettering
2013-02-14
honor SELinux labels, when creating and writing config files
Harald Hoyer
2012-10-09
detect-virt: install with fs caps by default to allow unprivileged access
Lennart Poettering
2012-04-22
util: unify getenv() logic for other PID
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-10
util: move all to shared/ and split external dependencies in separate interna...
Kay Sievers