Searched full:run (Results 1 – 18 of 18) sorted by relevance
/kvmtool/Documentation/ |
H A D | kernel-debugging.txt | 3 1. Run the guest: 4 'lkvm run -k [vmlinuz] -p "kgdboc=ttyS1 kgdbwait" --tty 1' 9 2. Run GDB on the host:
|
H A D | io-testing.txt | 23 $ 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 D | kvmtool.1 | 13 .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 D | builtin-list.c | 14 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 D | builtin-help.c | 38 printf("\n To start a simple non-privileged shell run '%s run'\n\n" in kvm_help()
|
H A D | builtin-sandbox.c | 2 #include "kvm/builtin-run.h"
|
H A D | kvm-cmd.c | 18 #include "kvm/builtin-run.h" 33 { "run", kvm_cmd_run, kvm_run_help, 0 },
|
H A D | README | 83 ./lkvm run --disk linux-0.2.img \ 87 sudo ./lkvm run --disk linux-0.2.img \
|
H A D | builtin-run.c | 1 #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 D | builtin-setup.c | 47 "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 D | Makefile | 50 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 D | COPYING | 105 when run, you must cause it, when started running for such
|
/kvmtool/include/ |
H A D | common-cmds.h | 8 {"run", "Start the virtual machine"}, 18 {"sandbox", "Run a command in a sandboxed guest"},
|
/kvmtool/powerpc/ |
H A D | kvm-cpu.c | 184 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 D | kvm-config-arch.h | 9 "Run AArch32 guest"), \
|
/kvmtool/include/kvm/ |
H A D | virtio-pci.h | 45 * we have run guest code, as the OS is allowed to use that field
|
H A D | kvm.h | 86 int nrcpus; /* Number of cpus to run */
|
/kvmtool/arm/aarch64/include/asm/ |
H A D | kvm.h | 163 /* Bits for run->s.regs.device_irq_level */ 487 /* run->fail_entry.hardware_entry_failure_reason codes. */
|