182e2ae10c
vmmc now has more subcommands - policy [-n name] returns all policies in name and below - add_policy [-n name] [--cpu cpuid] [--mem mem] [--bridge bridge] [--block size] adds a policy - remove [-n name] removes policy at name policy is just the same which is in vmm_req_delegation, and vmm_resources now check them: - you cannot insert a subpolicy violating the prefix - you cannot insert a policy which would forbid current resource usage - you cannot insert a policy with which any subpolicy would be invalid - you can adjust (increase/decrease) a policy if the above invariants are kept implement "force create" directly in vmmd: much nicer to - check resource constraints, - kill vm potentially, - and create a new vm, all as single transaction. |
||
---|---|---|
.. | ||
vmm_asn.ml | ||
vmm_asn.mli | ||
vmm_commands.ml | ||
vmm_compress.ml | ||
vmm_core.ml | ||
vmm_engine.ml | ||
vmm_lwt.ml | ||
vmm_resources.ml | ||
vmm_resources.mli | ||
vmm_ring.ml | ||
vmm_tls.ml | ||
vmm_trie.ml | ||
vmm_trie.mli | ||
vmm_unix.ml | ||
vmm_unix.mli | ||
vmm_wire.ml | ||
vmm_x509.ml |