/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/ |
A D | xenstat.c | 199 if (node->domains == NULL) { in xenstat_get_node() 215 tmp = realloc(node->domains, in xenstat_get_node() 221 node->domains = tmp; in xenstat_get_node() 285 free(node->domains); in xenstat_get_node() 295 if (node->domains) { in xenstat_free_node() 297 free(node->domains[i].name); in xenstat_free_node() 303 free(node->domains); in xenstat_free_node() 317 return &(node->domains[i]); in xenstat_node_domain() 492 node->domains[i].vcpus = malloc(node->domains[i].num_vcpus in xenstat_collect_vcpus() 531 free(node->domains[i].vcpus); in xenstat_free_vcpus() [all …]
|
A D | xenstat_solaris.c | 281 if (node->domains[i].id == 0) in xenstat_collect_networks() 283 if (!collect_dom_networks(node, priv, &node->domains[i])) in xenstat_collect_networks() 391 if (node->domains[i].id == 0) in xenstat_collect_vbds() 393 if (!collect_dom_vbds(node, priv, &node->domains[i])) in xenstat_collect_vbds()
|
A D | xenstat_priv.h | 51 xenstat_domain *domains; /* Array of length num_domains */ member
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xendomains.in | 6 # The xendomains script can send SysRq requests to domains on shutdown. 9 # of the domains ("s"). 50 # Directory to save running domains to when the system (dom0) is 51 # shut down. Will also be used to restore domains from if # XENDOMAINS_RESTORE 53 # (e.g. because you rather shut domains down). 86 # This variable determines whether saved domains from XENDOMAINS_SAVE 94 # This variable sets the directory where domains configurations 96 # Leave empty if you don't want to start domains automatically 99 # set: It will first restore saved domains and then only start domains 108 # If this variable is set to "true", only the domains started via config [all …]
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | connections.ml | 22 domains: (int, Connection.t) Hashtbl.t; RecordField 29 domains = Hashtbl.create 37; 42 Hashtbl.add cons.domains (Domain.get_id dom) con; 60 Hashtbl.find cons.domains 81 Hashtbl.remove cons.domains id; 94 Hashtbl.iter (fun k c -> fct c) cons.domains 106 cons.domains [] 186 Hashtbl.length cons.domains, !nb_ops_dom, !nb_watchs_dom) 190 let domains = Hashtbl.fold (fun _ con accu -> Connection.debug con :: accu) cons.domains [] in 191 String.concat "" (domains @ anonymous)
|
A D | process.ml | 86 let do_debug con t domains cons data = 115 let do_read con t domains cons data = 132 let do_write con t domains cons data = 141 let do_mkdir con t domains cons data = 149 let do_rm con t domains cons data = 166 let do_error con t domains cons data = 410 if Domains.exist domains domid then 411 Domains.find domains domid 432 Domains.del domains domid; 446 if Domains.exist domains domid [all …]
|
A D | xenstored.ml | 30 fct store cons domains c 54 let process_domains store cons domains = 62 Process.do_input store cons domains con; 63 Process.do_output store cons domains con; 66 Domains.iter domains do_io_domain 284 Domains.incr_conflict_credit domains; 295 DB.from_file store domains cons filename; 367 Process.do_output store cons domains con; 368 Process.do_input store cons domains con; 452 if Domains.all_at_max_credit domains [all …]
|
A D | domains.ml | 17 let debug fmt = Logging.debug "domains" fmt 18 let error fmt = Logging.error "domains" fmt 19 let warn fmt = Logging.warn "domains" fmt 21 type domains = { type 27 domains that are carrying some penalty and so are below the 28 maximum credit, and another queue for domains that have run out of 39 mutable n_paused: int; (* Number of domains with zero or negative credit *) 40 mutable n_penalised: int; (* Number of domains with less than maximum credit *) 75 (* Functions to handle queues of domains given that the domain might be deleted while in a queue. *)
|
A D | oxenstored.conf.in | 12 # Limits applied to domains whose writes cause other domains' transaction 40 # multiple other domains can suffer conflicts caused by any of those 41 # domains, so the flag must be set to true.
|
/xen-4.10.0-shim-comet/tools/xenstat/xentop/ |
A D | TODO | 3 Use prompting to search for domains 19 Full management: pause, destroy, create domains 32 Monitor only domains with specified domain IDs 34 Monitor only domains with specified node IDs
|
A D | xentop.c | 1108 xenstat_domain **domains; in top() local 1126 domains = calloc(num_domains, sizeof(xenstat_domain *)); in top() 1127 if(domains == NULL) in top() 1134 qsort(domains, num_domains, sizeof(xenstat_domain *), in top() 1143 adjust_field_widths(domains[i]); in top() 1151 do_domain(domains[i]); in top() 1153 do_vcpu(domains[i]); in top() 1155 do_network(domains[i]); in top() 1157 do_vbd(domains[i]); in top() 1159 do_tmem(domains[i]); in top() [all …]
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | guest_features.te | 1 # Allow all domains to use (unprivileged parts of) the tmem hypercall 4 # Allow all domains to use PMU (but not to change its settings --- that's what 9 # and stub domains for early boot output, so don't audit even when we deny it.
|
A D | xen.te | 84 # it does not need to be defined here and should not be used for domains. 86 # The system user and role are used for utility domains and pseudo-domains. In 87 # systems where users and roles are not being used for separation, all domains
|
A D | all_system_role.te | 1 # Allow all domains to use system_r so that systems that are not using the
|
A D | prot_domU.te | 3 # map memory belonging to those domains.
|
A D | domU.te | 17 # domains of other types, or add more make_device_model lines for this type.
|
A D | vm_role.cons | 29 # further limited to only restricting those domains using the vm_r role.
|
A D | xenstore.te | 14 # Xenstore queries domaininfo on all domains
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xsm-flask.txt | 8 controls over Xen domains, allowing the policy writer to define what 9 interactions between domains, devices, and the hypervisor are permitted. 12 - Prevent two domains from communicating via event channels or grants 13 - Control which domains can use device passthrough (and which devices) 14 - Restrict or audit operations performed by privileged domains 24 functions into their own domains, via the XSM mechanisms described in 30 supposedly-only-semi-privileged disaggregated management domains. But 31 such management domains are (in such a design) to be seen as 45 other-than-fully-trusted domains. 48 driver domains, or stub xenstored - even if those bugs do no worse [all …]
|
A D | vtpm-platforms.txt | 17 vTPM Manager and vTPMs. The vtpmmgr, vtpm, and guest domains are created using 66 Starting domains: 94 vtpmmgr domain. The two guest domains may be instantiated using pv-grub or 113 Once these commands are complete, the domains are unpaused and may boot. The XSM 121 This example may be extended to allow dynamic creation of domains by using a 123 a pair of domains using an unused XSM user field: a vTPM and a pv-grub domain
|
A D | stubdom.txt | 16 The enable IOEMU stub domains set the following in your domain 23 information on device model stub domains
|
/xen-4.10.0-shim-comet/tools/ocaml/test/ |
A D | list_domains.ml | 22 let domains = Xenlight.Dominfo.list ctx in 23 List.iter (fun d -> print_dominfo d) domains
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.pod.1.in | 13 domains. It can also be used to list current domains, enable or pin 294 Displays information about one or more domains. If no domains are 295 specified it displays information about all domains. 428 careful when using this command on running domains. 726 This command is only available for HVM domains. 904 claimed for domains. 947 Prints the current uptime of the domains running. 1164 all the domains: 1370 Only works with HVM domains. 1376 I<virtualdevice>. Only works with HVM domains. [all …]
|
A D | xentop.pod.1 | 3 xentop - displays real-time information about a Xen system and domains 12 B<xentop> displays information about the Xen system and domains, in a
|
/xen-4.10.0-shim-comet/tools/flask/policy/policy/ |
A D | security_classes | 3 # These classes are not used by the hypervisor, but may be used by domains or
|