search for: backdomid

Displaying 2 results from an estimated 2 matches for "backdomid".

Did you mean: backdomain
2008 Sep 30
31
[PATCH] [Xend] Move some backend configuration
This patch moves some dom0 variables and backend device configuration from frontend directories to /local/domain/<backdomid>/backend or /vm. Also, - the first console is created as a xend device and moves from console/0 to device/console/0 - /vm_path/<domid> is introduced, referencing the /vm path - /vm_path/device/backend holds the backend device location, rather than storing it in the frontend directory...
2006 Mar 07
8
[PATCH] xm,xend: flesh out xm sched-sedf
.../slice and\n\ + specifies another way of setting a domain''s\n\ + cpu period/slice." + block_attach_help = """block-attach <DomId> <BackDev> <FrontDev> <Mode> [BackDomId] Create a new virtual block device""" block_detach_help = """block-detach <DomId> <DevId> Destroy a domain''s virtual block device, @@ -377,6 +387,20 @@ } +def parse_sedf_info(info): + def get_info(n, t, d): + ret...