aboutsummaryrefslogtreecommitdiffstats
path: root/guest
AgeCommit message (Expand)AuthorFilesLines
2019-04-26guest: sync disk before shutting downJean-Philippe Brucker1-0/+1
2019-02-01init: fix sysfs mount argumentsDmitry Monakhov1-1/+1
2019-01-22guest: Add generated file guest/guest_init.c to .gitignoreDave Martin1-0/+2
2015-10-27kvmtool/x86: implement guest_pre_initOleg Nesterov1-0/+2
2015-06-16guest/init: update reboot() callAndre Przywara1-2/+2
2015-06-16guest/init: add missing #includesAndre Przywara1-0/+2
2015-06-01kvm tools: fix zombie reaping in guest/init.cMarc Zyngier1-1/+5
2015-06-01kvm tools: add HOME env var to hostfsSasha Levin1-2/+3
2015-06-01kvm tools: Mount devpts to /dev/ptsAsias He1-0/+2
2015-06-01kvm tools: Export DISPLAY ENV as our default host ip addressAsias He1-1/+1
2015-06-01kvm tools: Make 'lkvm setup' work outside kernel/tools/kvm dirAsias He1-1/+0
2015-06-01kvm tools: Merge guest init and init_stage2.cAsias He2-56/+32
2015-06-01kvm tools: Remove bogus init printoutPekka Enberg1-2/+0
2015-06-01kvm tool: Exit init only when /bin/sh itself stopsSasha Levin1-1/+1
2015-06-01kvm tools: Don't panic guest when exiting from custom rootfsSasha Levin1-6/+18
2015-06-01kvm tools: Allow easily sandboxing applications within a guestSasha Levin1-1/+12
2015-06-01kvm tools: Split custom rootfs init into two stagesSasha Levin2-11/+37
2015-06-01kvm tools: Create /etc/passwd in shared rootfsSasha Levin1-0/+1
2015-06-01kvm tools: NULL-terminate init envPekka Enberg1-1/+1
2015-06-01kvm tools: Set active console before running /bin/shSasha Levin1-1/+7
2015-06-01kvm tools: Use kernel dhcp for network autoconfigurationSasha Levin2-26/+0
2015-06-01kvm tools: Add guestfs network autoconfigurationSasha Levin2-0/+26
2015-06-01kvm tools: Introduce 'kvm setup' commandPekka Enberg1-0/+40