| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | android_events.c | 47 if (!cursor || !vm) in next_vm_event() 112 struct vm_t *vm; in get_vms_history() local 118 if (!vm) in get_vms_history() 169 struct vm_t *vm; in detect_new_events() local 178 if (!vm || !vm->history_data) in detect_new_events() 198 vm))) { in detect_new_events() 294 if (!vm || !vm->history_data) in fire_detected_events() 322 struct vm_t *vm; in get_last_evt_detected() local 327 if (!vm) in get_last_evt_detected() 334 if (vmrecord_last(&sender->vmrecord, vm->name, vm->name_len, in get_last_evt_detected() [all …]
|
| A D | load_conf.c | 20 struct vm_t *vm; in print() local 57 for_each_vm(id, vm, conf) { in print() 58 if (!vm) in print() 60 print_id_item(name, vm, id); in print() 61 print_id_item(channel, vm, id); in print() 62 print_id_item(interval, vm, id); in print() 64 if (vm->syncevent[i]) in print() 341 struct vm_t *vm; in get_vm_by_name() local 343 for_each_vm(id, vm, conf) { in get_vm_by_name() 344 if (!vm) in get_vm_by_name() [all …]
|
| A D | channels.c | 181 static int create_vm_event(const char *msg, size_t len, const struct vm_t *vm) in create_vm_event() argument 196 vme->vm = vm; in create_vm_event() 262 struct vm_t *vm; in channel_polling() local 268 for_each_vm(id, vm, conf) { in channel_polling() 269 if (!vm) in channel_polling() 272 if (strcmp(vm->channel, "polling")) in channel_polling() 275 if (cfg_atoi(vm->interval, vm->interval_len, in channel_polling() 278 vm->interval); in channel_polling() 284 vm->interval); in channel_polling()
|
| A D | conf.rst | 34 <vm id='1'>Configuration of vm 1</vm> 35 <vm id='2'>Configuration of vm 2</vm> 248 <vm id="1" enable="true"> 256 </vm>
|
| A D | sender.c | 413 hist_raise_event(vme->vm->name, type, e->dir, "", eid); in crashlog_send_vmevent() 419 tlen, vme->vm->name, vme->vm->name_len, vmkey, klen, in crashlog_send_vmevent() 546 estr = vme->vm->name; in crashlog_new_event() 547 eslen = vme->vm->name_len; in crashlog_new_event()
|
| /misc/services/acrn_manager/ |
| A D | acrn_vm_ops.c | 144 if (!vm) { in _scan_alive_vm() 145 vm = calloc(1, sizeof(*vm)); in _scan_alive_vm() 146 if (!vm) { in _scan_alive_vm() 150 memcpy(vm->name, name, sizeof(vm->name) - 1); in _scan_alive_vm() 169 vm->state); in _scan_alive_vm() 248 if (!vm) { in _scan_added_vm() 249 vm = calloc(1, sizeof(*vm)); in _scan_added_vm() 250 if (!vm) { in _scan_added_vm() 254 memcpy(vm->name, name, sizeof(vm->name) - 1); in _scan_added_vm() 271 vm->state = vm->state_tmp; in _remove_dead_vm() [all …]
|
| A D | acrnd.c | 136 struct vmmngr_struct *vm; in acrnd_vm_timer_func() local 146 if (!vm) { in acrnd_vm_timer_func() 151 switch (vm->state) { in acrnd_vm_timer_func() 155 acrnd_run_vm(vm->name); in acrnd_vm_timer_func() 256 struct vmmngr_struct *vm; in active_all_vms() local 264 switch (vm->state) { in active_all_vms() 268 acrnd_run_vm(vm->name); in active_all_vms() 286 struct vmmngr_struct *vm; in stop_all_vms() local 303 struct vmmngr_struct *vm; in wakeup_suspended_vms() local 348 struct vmmngr_struct *vm; in handle_timer_req() local [all …]
|
| A D | README.rst | 82 vm-ubuntu stopped 83 vm-android stopped 94 # acrnctl start vm-ubuntu 103 # acrnctl stop vm-ubuntu vm1-14:59:30 vm-android 112 # acrnctl stop -f vm-ubuntu
|
| /misc/config_tools/service_vm_config/ |
| A D | serial_config.py | 21 def find_non_standard_uart(vm, scenario_etree, allocation_etree): argument 23 vmname = get_node("./name/text()", vm) 49 for vm in vm_list: 50 vuart_list = find_non_standard_uart(vm, scenario_etree, allocation_etree) 51 vmname = get_node("./name/text()", vm)
|
| /misc/config_tools/configurator/packages/configurator/src/pages/ |
| A D | Config.vue | 194 this.scenario.vm.map((vmConfig)=>{ 214 this.scenario.vm.map((vmConfig) => { 271 this.scenario.vm.map((vmConfig) => { 293 //checking while adding new vm 359 this.scenario.vm[vmIndex] = data 405 this.scenario.vm.sort((a, b) => { 415 vmNameArr.push(this.scenario.vm[i].name) 457 } else if (formPath === 'vm') { 458 vmid = scenarioData.vm[0]['@id'] 484 if (_.isEmpty(this.scenario.vm)) { [all …]
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/include/ |
| A D | load_conf.h | 148 struct vm_t *vm[VM_MAX]; member 167 #define for_each_vm(id, vm, conf) \ argument 169 id < VM_MAX && (vm = conf.vm[id]); \ 172 #define for_each_syncevent_vm(id, event, vm) \ argument 174 id < VM_EVENT_TYPE_MAX && (event = vm->syncevent[id]); \
|
| A D | android_events.h | 18 const struct vm_t *vm; member
|
| /misc/config_tools/launch_config/ |
| A D | README | 8 uosid : this is the relateive id for post launch vm in scenario info XML:[1..max post launch vm]
|
| /misc/packaging/ |
| A D | 100_ACRN | 30 if ls /boot/vmlinuz*acrn-service-vm* 1> /dev/null 2>&1;then 31 service_vm_kernel=$(ls -tr /boot/vmlinuz-*acrn-service-vm* | tail -1)
|
| A D | acrn-hypervisor.postinst | 36 if ls /boot/vmlinuz*acrn-service-vm* 1> /dev/null 2>&1;then 37 service_vm_kernel=$(ls -tr /boot/vmlinuz-*acrn-service-vm* | tail -1)
|
| /misc/config_tools/static_allocators/ |
| A D | intx.py | 155 for vm in scenario_etree.xpath("//vm"): 156 load_order = vm.find("load_order").text 157 vm_id = int(vm.get("id")) 159 pt_intx_text = get_node("pt_intx/text()", vm) 164 for pci_dev in vm.xpath("pci_devs/pci_dev/text()"): 175 lapic_passthru_flag = get_node("lapic_passthrough[text() = 'y']", vm)
|
| /misc/config_tools/library/ |
| A D | rdt.py | 140 for vm in vm_list: 141 vm_name = get_node("./text()", vm) 142 vcpu = get_node("../VCPU/text()", vm) 143 cache_type = get_node("../TYPE/text()", vm)
|
| A D | launch_cfg_lib.py | 612 for vm in list(acrn_config_utilities.get_config_root(scenario_info)): 613 if vm.tag == 'vm' and load_orders[int(vm.attrib['id'])] == 'POST_LAUNCHED_VM': 614 user_vmid = int(vm.attrib['id']) - sos_vm_id 616 for elem in list(vm):
|
| /misc/config_tools/configurator/packages/configurator/src/lib/ |
| A D | acrn.ts | 328 let result = all(this.scenario.vm.map(vmConfig => { 363 this.scenario.vm.map(vmConfig => { 442 this.scenario.vm.map(vmConfig => { 471 this.scenario.vm.map(vmConfig => { 521 this.scenario.vm.map(vmConfig => { 539 this.scenario.vm.map(vmConfig => { 604 this.scenario.vm.map(vmConfig => { 768 vm: [] 774 newScenario.vm.push(this.newVM(vmid, key))
|
| /misc/sample_application/image_builder/ |
| A D | README.rst | 37 ./create_image.sh hmi-vm 49 ./create_image.sh rt-vm
|
| A D | create_image.sh | 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/acpi_gen/ |
| A D | asl_gen.py | 886 for vm in scenario_root.findall('vm'): 887 vm_id = vm.attrib['id'] 888 load_order_node = vm.find('load_order') 891 for pci_dev_node in vm.findall('pci_devs/pci_dev'): 894 mmio_dev_nodes = vm.find('mmio_resources') 900 for pcpu_id in vm.findall('cpu_affinity//pcpu_id'): 909 for vm in scenario_root.findall('vm'): 910 vm_id = vm.attrib['id'] 911 vm_type_node = vm.find('vm_type') 912 load_order_node = vm.find('load_order')
|
| /misc/sample_application/ |
| A D | README.rst | 13 ``cyclictest`` to the User VM using the inter-vm shared memory feature that
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/ |
| A D | IVSHMEM_REGION.vue | 178 for (let i = 0; i < currentScenarioData.vm.length; i++) { 179 vmNames.push(currentScenarioData.vm[i].name)
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/Scenario/ |
| A D | NewScenario.vue | 101 // get vm num
|