aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-setup.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30Makefile: avoid using linker for embedding guest_init binariesMarc Zyngier1-10/+8
2015-10-27kvmtool/run: do not overwrite /virt/initOleg Nesterov1-3/+7
2015-10-27kvmtool/x86: implement guest_pre_initOleg Nesterov1-1/+13
2015-10-27kvmtool/setup: Introduce extract_file() helperOleg Nesterov1-10/+14
2015-09-15Make static libc and guest-init functionality optional.Dimitri John Ledkov1-5/+14
2015-06-01kvm tools: close opened fileCong Ding1-3/+3
2015-06-01kvm tools: remove duplicated include from builtin-setup.cWei Yongjun1-4/+0
2015-06-01kvm tools: add HOME env var to hostfsSasha Levin1-0/+1
2015-06-01kvm tools: Make 'lkvm setup' work outside kernel/tools/kvm dirAsias He1-2/+31
2015-06-01kvm tools: Fix "vm setup" help textPekka Enberg1-1/+1
2015-06-01kvm tools: change the binary name from kvm to lkvm in print messageWanlong Gao1-5/+6
2015-06-01kvm tools: change the binary name from kvm to lkvm for commands' usageWanlong Gao1-1/+1
2015-06-01kvm-tools: remove make_root_dir()Lai Jiangshan1-11/+0
2015-06-01kvm tools: Link ld.so.conf to the file on the hostSasha Levin1-0/+1
2015-06-01kvm tools: Create /etc/passwd in shared rootfsSasha Levin1-1/+14
2015-06-01kvm tools: Improve "kvm setup" info and error messagesPekka Enberg1-6/+9
2015-06-01kvm tools: Use kvm__get_dir() helper functionPekka Enberg1-5/+5
2015-06-01kvm tools: Use HOME_DIR and KVM_PID_FILE_PATH from <kvm/kvm.h>Pekka Enberg1-3/+0
2015-06-01kvm tools: Modify 'kvm setup' parametersSasha Levin1-4/+8
2015-06-01kvm tools: Add help and info messages to 'kvm setup'Sasha Levin1-1/+11
2015-06-01kvm tools: Use host's resolv.conf within the guestSasha Levin1-0/+9
2015-06-01kvm tools: Don't copy network autoconfiguration scriptSasha Levin1-13/+0
2015-06-01kvm tools: Modify 'kvm run' to use virt fsSasha Levin1-3/+10
2015-06-01kvm tools: Add guestfs network autoconfigurationSasha Levin1-0/+14
2015-06-01kvm tools, setup: Create private directoryHagen Paul Pfeifer1-0/+11
2015-06-01kvm tools, setup: Create /tmp in guest filesystemsPekka Enberg1-0/+1
2015-06-01kvm tools: Introduce 'kvm setup' commandPekka Enberg1-0/+185