| /misc/services/acrn_manager/ |
| A D | README.rst | 11 VM (aka UOS). The tool runs under the Service VM, and User VMs should be based 38 Add a VM 60 names so duplicate VM names are not allowed. If the 67 Use the ``delete`` command with a VM name to delete that VM: 85 Start VM 90 ``/usr/share/acrn/conf/add/`` to boot the VM. 96 Stop VM 142 VM can ask ``acrnd`` to set up a timer to make sure the User VM is running, even 143 if the Service VM is suspended or stopped. 153 acrnd - Daemon for ACRN VM Management [all …]
|
| /misc/sample_application/ |
| A D | README.rst | 9 application between a real-time VM and a standard VM using the 13 ``cyclictest`` to the User VM using the inter-vm shared memory feature that 18 can be accessed from the hypervisor's Service VM. 21 directory that corresponds to the VM that you are running, and then follow the
|
| /misc/sample_application/image_builder/ |
| A D | README.rst | 6 This directory contains the scripts to create VM images for ACRN sample 25 real-time VM image. After the kernel is built, copy those Debian packages (whose 32 To build the VM image for graphical HMI, run the following command under this 40 can be used as the file of a virtio-blk device of a post-launched VM. Installing 44 To build the VM image for running real-time applications, run the following
|
| A D | create_image.sh | 16 This script creates VM images based on Ubuntu cloud images. 18 VM type options: 19 hmi-vm create a VM with GNOME desktop 20 rt-vm create a VM with a preempt-RT-patched kernel and real-time test utilities
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/Scenario/ |
| A D | NewScenario.vue | 35 Partitioned <i>(Pre-launched VMs or with Main VM)</i> 44 <b>VM Configuration</b> 47 How many of each VM type do you want in your scenario? (You can change these later.) 54 <b v-if="scenarioTemplate!=='partitioned'">Service VM:</b> 57 <b v-if="scenarioTemplate=='partitioned'">Main VM:</b>
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/include/ |
| A D | event_queue.h | 17 VM, enumerator
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/ |
| A D | TabBox.vue | 31 <img src="/src/assets/images/Plus.svg" alt="Add Pre-launched VM"> 33 <div>Pre-launched VM</div> 68 <img src="/src/assets/images/Plus.svg" alt="Add Post-launched VM"> 70 <div>Post-launched VM</div>
|
| /misc/config_tools/service_vm_config/ |
| A D | README | 1 Please run serial_config.py to generate serial configuration file for service VM.
|
| /misc/debug_tools/acrn_trace/ |
| A D | README.rst | 9 ``acrntrace`` is a tool running on the Service VM to capture trace data. 18 The ``acrntrace`` tool runs on the Service VM to capture trace data and output 93 Here's a typical use of ``acrntrace`` to capture trace data from the Service VM, 97 1. On the Service VM, start capturing buffered trace data: 144 - If want to analyze cpu usage of each VM in cpu-sharing case, use ``--cpu_usage``
|
| /misc/config_tools/configurator/packages/configurator/src/lib/ |
| A D | acrn.ts | 47 VM: string, 57 VM: string, 377 VM: vmConfig.name, 417 VM: vmName, VCPU, TYPE, 435 VM: vmName, VCPU, TYPE, 587 META: {vmid: this.vmIDs[policy.VM]}, 590 VM: policy.VM
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/ |
| A D | CAT.vue | 16 Cache Allocation Technology (requires CPU Affinity configuration in each desired VM) 53 VM,ensure its cache chunks do not overlap with any other VM's cache chunks. 62 }}~{{ Math.max(...CACHE_ALLOCATION.processors) }} in each desired VM) 77 … {{ POLICY.VM }} vCPU {{ POLICY.VCPU }}{{ POLICY.TYPE === 'Unified' ? '' : "_" + POLICY.TYPE }} 83 … {{ POLICY.VM }} vCPU {{ POLICY.VCPU }}{{ POLICY.TYPE === 'Unified' ? '' : "_" + POLICY.TYPE }} 89 {{ POLICY.VM }}
|
| A D | cpu_affinity.vue | 12 <span> Enable a VM exclusively owns the physical CPUs assigned to it. </span>
|
| A D | IVSHMEM_REGION.vue | 96 </n-popover>VM name:
|
| /misc/debug_tools/acrn_crashlog/ |
| A D | README.rst | 11 the hypervisor, Service VM, and Android as a Guest (AaaG). 164 Service VM, the userspace crash log is collected with ``usercrash``, and the 166 or ``pstore``. For an AaaG VM, the log is collected by monitoring the change 167 of related folders on the Service VM image, such as ``/data/logs/``.
|
| /misc/packaging/ |
| A D | README.rst | 8 install the packages, and reboot the system with ACRN and an Ubuntu Service VM
|
| /misc/debug_tools/acrn_log/ |
| A D | README.rst | 10 as a Service VM service at boot, capturing two kinds of logs: 55 VM shell) to query or dynamically override the hypervisor log level
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | sender.c | 490 case VM: in crashlog_event_analyze() 544 case VM: in crashlog_new_event() 585 if (e->event_type == VM) { in crashlog_new_event() 633 case VM: in crashlog_send()
|
| A D | event_handler.c | 178 if (e->event_type == VM) { in event_handle()
|
| A D | channels.c | 198 e = create_event(VM, "polling", (void *)vme, 0, NULL, 0); in create_vm_event() 293 vm_job.type = VM; in channel_polling()
|
| A D | conf.rst | 263 Time interval in seconds of polling VM's image.
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ |
| A D | ConfigForm.vue | 13 Delete VM 33 :key="(currentActiveVMID===-1?'HV':`VM${currentActiveVMID}`)+currentFormMode+'ConfigForm'"
|
| /misc/config_tools/configurator/packages/configurator/src/pages/ |
| A D | Config.vue | 80 :key="(activeVMID===-1?'HV':`VM${activeVMID}`)+'ConfigForm'" 273 if (vmConfig['name'] && (/^VM(\d+)$/).test(vmConfig['name'])) { 317 …msg = "Post-launched VMs require the Service VM. If you proceed, all post-launched VMs and their s… 422 "Your configuration cannot be saved. " + "Make sure each VM has a unique name."); 485 alert("Please add at least one VM")
|