/xen-4.10.0-shim-comet/docs/misc/ |
A D | qemu-backends.txt | 6 from the domain id where the qemu instance is running $BACKEND_DOM, 11 Before signalling qemu is running by writing "running" to $QEMU/state 14 for the qdisk backend). In case qemu is running de-privileged (not as
|
A D | qemu-deprivilege.txt | 24 less secure but still better than running QEMU as root. Using this is as 34 Please note that running QEMU as non-root causes several features like
|
A D | xenpaging.txt | 12 memory. This allows the sum of all running guests to use more memory 28 Once the guest is running, run xenpaging with the guest_id and the path
|
A D | vtd-pi.txt | 36 assignment requirements. However, today when a VM is running with 47 - Direct delivery of external interrupts to running vCPUs without VMM 62 When a VM is running and an external interrupt from an assigned device occurs 80 However, after VT-d PI is supported, when a guest is running in non-root and an 252 1. When vCPU is running 255 - Set 'NDST' to the pCPU on which the vCPU will be running. 275 1. vCPU0 is running on pCPU0 276 2. vCPU0 is blocked and vCPU1 is currently running on pCPU0 295 to the per-cpu list belonging to the pCPU it was running. 326 interrupts from the same device (like NIC) will start running on all the CPUs
|
A D | kexec_and_kdump.txt | 8 And will thus affect all guests running on a machine. 53 need to be loaded into the running hypervisor or kernel using 161 Once you are running in a kexec-enabled hypervisor and dom0, 163 running kernel.
|
/xen-4.10.0-shim-comet/tools/ocaml/test/ |
A D | list_domains.ml | 9 and running = bool_as_char dominfo.Xenlight.Dominfo.running 'r' 16 printf "Dom %d: %c%c%c%c%c %LdKB\n" id running blocked paused shutdown dying memory
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_stream_read.c | 212 stream->running = false; in libxl__stream_read_init() 234 stream->running = true; in libxl__stream_read_start() 299 assert(stream->running); in libxl__stream_read_start_checkpoint() 317 if (stream->running) in libxl__stream_read_abort() 742 assert(stream->running); in stream_complete() 799 assert(stream->running); in stream_done() 802 stream->running = false; in stream_done() 955 assert(stream->running); in libxl__stream_read_checkpoint_state()
|
A D | libxl_stream_write.c | 214 stream->running = false; in libxl__stream_write_init() 238 stream->running = true; in libxl__stream_write_start() 291 assert(stream->running); in libxl__stream_write_start_checkpoint() 304 if (stream->running) in libxl__stream_write_abort() 576 assert(stream->running); in stream_complete() 611 assert(stream->running); in stream_done() 613 stream->running = false; in stream_done() 694 assert(stream->running); in libxl__stream_write_checkpoint_state()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-tscmode.pod.7 | 12 equally to both the OS and ALL apps that are running on this 27 or any running apps? If the sum exceeds about 10,000 rdtsc instructions 65 TSC-sensitive apps are running and it is necessary to understand 71 is certain that all apps running in this VM are TSC-resilient and 152 tasks when running on these recent machines. 163 We will refer to apps that might break if running on a TSC-unsafe 231 all apps running in this virtual machine. This means that all 234 support the rdtscp instruction; when running on older machines, 310 and, when the domain is running on a physical machine that either 323 determining if it is currently running on Xen, next whether [all …]
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | img2qcow.c | 71 static int running = 1, complete = 0; variable 239 while (running) { in main() 307 running = 0; in main()
|
A D | qcow2raw.c | 71 static int running = 1, complete = 0; variable 369 while (running) { in main() 432 running = 0; in main()
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xendomains.in | 50 # Directory to save running domains to when the system (dom0) is 74 # might want to shutdown the virtual machines that are still running 100 # in AUTO which are not running yet. 111 # all running domains will be. 126 # zombies are still running, so you don't need to enable this timeout just
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | gdbstub.c | 543 .running = ATOMIC_INIT(1), 590 if ( !atomic_dec_and_test(&gdb_ctx->running) ) in __trap_to_gdb() 593 atomic_inc(&gdb_ctx->running); in __trap_to_gdb() 635 atomic_inc(&gdb_ctx->running); in __trap_to_gdb()
|
A D | timer.c | 35 struct timer *running; member 407 BUG_ON(this_cpu(timers).running == timer); in kill_timer() 423 while ( per_cpu(timers, cpu).running == timer ) in kill_timer() 436 ts->running = t; in execute_timer() 440 ts->running = NULL; in execute_timer()
|
A D | Kconfig | 60 Allows a running Xen hypervisor to be replaced with another OS 87 running on them. 236 Allows a running Xen hypervisor to be dynamically patched using
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | gdbstub.h | 32 atomic_t running; member
|
/xen-4.10.0-shim-comet/tools/tests/mce-test/tools/ |
A D | README | 6 software level into a running Xen/dom0/VM. This is intended for
|
/xen-4.10.0-shim-comet/config/ |
A D | Paths.mk.in | 6 # and is generated after running ./configure. The master source is located
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | xenbaked.c | 108 int *running = NULL; variable 122 running = calloc(ncpu, sizeof(int)); in init_current() 132 if (running[cpu] == domain) in is_current() 142 return running[cpu]; 148 running[cpu] = domain; in set_current()
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/ |
A D | README | 6 kernel modules. It runs on dom0 running on xen hypervisor and allows debug 56 - make sure firewall is disabled on dom0 if running gdb on a different host.
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | migration.pandoc | 18 running. Live migration moves a running virtual machine between two
|
/xen-4.10.0-shim-comet/tools/debugger/kdd/ |
A D | kdd.c | 79 int running; /* Are the guest's processors active? */ member 473 if (s->running) in kdd_break() 475 s->running = 0; in kdd_break() 815 if (!s->running) in kdd_handle_pkt() 817 s->running = 1; in kdd_handle_pkt() 920 s->running = 1; in kdd_init()
|
/xen-4.10.0-shim-comet/docs/specs/ |
A D | libxl-migration-stream.pandoc | 17 The _domain image format_ is the context of a running domain used for 281 In COLO, Primary is running in below loop: 294 While Secondary is running in below loop:
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | vgic.c | 516 bool running; in vgic_vcpu_inject_irq() local 562 running = v->is_running; in vgic_vcpu_inject_irq() 564 if ( running && v != current ) in vgic_vcpu_inject_irq()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl.mli | 21 running : bool; RecordField 58 running : bool; RecordField
|