Use Git master for shared-memory-ring and netchannel

This adds support for HVM and disposable domains.

Also, update the suggested RAM allocation slightly as 20 MB can be too
small with lots of VMs.
This commit is contained in:
Thomas Leonard 2017-11-09 15:20:55 +00:00
parent ef0eb56fb8
commit b114e569f2
4 changed files with 9 additions and 6 deletions

View file

@ -106,7 +106,7 @@ let add_client ~router vif client_ip =
add_vif vif ~client_ip ~router ~cleanup_tasks
)
(fun ex ->
Log.warn (fun f -> f "Error connecting client %a: %s"
Log.warn (fun f -> f "Error with client %a: %s"
Dao.ClientVif.pp vif (Printexc.to_string ex));
return ()
)