Home
last modified time | relevance | path

Searched full:run (Results 1 – 18 of 18) sorted by relevance

/kvmtool/Documentation/
H A Dkernel-debugging.txt3 1. Run the guest:
4 'lkvm run -k [vmlinuz] -p "kgdboc=ttyS1 kgdbwait" --tty 1'
9 2. Run GDB on the host:
H A Dio-testing.txt23 $ lkvm run ... --balloon
41 $ lkvm run ... --disk <raw or qcow2 image>
47 $ lkvm run ... --console virtio
70 $ lkvm run ... -n mode=tap,tapif=tap0,vhost=1
85 $ lkvm run ... --rng
114 $ lkvm run ... --disk scsi:naa.500140571c9308aa
135 $ lkvm run ... --vsock 12
H A Dkvmtool.113 .B run -k <kernel\-image> [\-c <cores>] [\-m <MB>] [\-p <command line>]
28 The number of virtual CPUs to run.
119 .B \-i, \-\-run
211 .B sandbox (\fIlkvm run arguments\fR) \-\- [sandboxed command]
220 \fB$\fR lkvm run -k bzImage
/kvmtool/
H A Dbuiltin-list.c14 static bool run; variable
24 OPT_BOOLEAN('i', "run", &run, "List running instances"),
130 if (!run && !rootfs) in kvm_cmd_list()
131 run = rootfs = true; in kvm_cmd_list()
138 if (run) { in kvm_cmd_list()
H A Dbuiltin-help.c38 printf("\n To start a simple non-privileged shell run '%s run'\n\n" in kvm_help()
H A Dbuiltin-sandbox.c2 #include "kvm/builtin-run.h"
H A Dkvm-cmd.c18 #include "kvm/builtin-run.h"
33 { "run", kvm_cmd_run, kvm_run_help, 0 },
H A DREADME83 ./lkvm run --disk linux-0.2.img \
87 sudo ./lkvm run --disk linux-0.2.img \
H A Dbuiltin-run.c1 #include "kvm/builtin-run.h"
64 "lkvm run [<options>] [<kernel image>]",
225 "Run this script when booting into custom" \
280 OPT_ARCH(RUN, cfg) \
360 pr_info("Please see '%s run --help' for more options.", in kernel_usage_with_options()
814 pr_info("# %s run -k %s -m %Lu -c %d --name %s", KVM_BINARY_NAME, in kvm_cmd_run_init()
819 pr_info("# %s run --firmware %s -m %Lu -c %d --name %s", KVM_BINARY_NAME, in kvm_cmd_run_init()
H A Dbuiltin-setup.c47 "This can be used later by the '-d' parameter of '%s run'.\n", in kvm_setup_help()
278 pr_info("%s run -d %s", KVM_BINARY_NAME, instance_name); in kvm_cmd_setup()
H A DMakefile50 OBJS += builtin-run.o
556 ./$(PROGRAM) run tests/pit/tick.bin
557 ./$(PROGRAM) run -d tests/boot/boot_test.iso -p "init=init"
H A DCOPYING105 when run, you must cause it, when started running for such
/kvmtool/include/
H A Dcommon-cmds.h8 {"run", "Start the virtual machine"},
18 {"sandbox", "Run a command in a sandboxed guest"},
/kvmtool/powerpc/
H A Dkvm-cpu.c184 struct kvm_run *run = vcpu->kvm_run; in kvm_cpu__handle_exit() local
185 switch(run->exit_reason) { in kvm_cpu__handle_exit()
187 run->papr_hcall.ret = spapr_hypercall(vcpu, run->papr_hcall.nr, in kvm_cpu__handle_exit()
188 (target_ulong*)run->papr_hcall.args); in kvm_cpu__handle_exit()
/kvmtool/arm/aarch64/include/kvm/
H A Dkvm-config-arch.h9 "Run AArch32 guest"), \
/kvmtool/include/kvm/
H A Dvirtio-pci.h45 * we have run guest code, as the OS is allowed to use that field
H A Dkvm.h86 int nrcpus; /* Number of cpus to run */
/kvmtool/arm/aarch64/include/asm/
H A Dkvm.h163 /* Bits for run->s.regs.device_irq_level */
487 /* run->fail_entry.hardware_entry_failure_reason codes. */