From: Vincent Hanquez Date: Sat, 16 May 2009 15:18:19 +0000 (+0100) Subject: plumb videoram from the config to xenops build structure X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=beca513839d3537c4cf20422b1a3b1e4a39d24e3;p=xenclient%2Ftoolstack.git plumb videoram from the config to xenops build structure --- diff --git a/xenvm/vmact.ml b/xenvm/vmact.ml index a916c15..965f13b 100644 --- a/xenvm/vmact.ml +++ b/xenvm/vmact.ml @@ -324,6 +324,7 @@ let build_info_of_cfg cfg = Domain.timer_mode = cfg.timer_mode; Domain.hpet = cfg.hpet; Domain.vpt_align = cfg.vpt_align; + Domain.videoram = cfg.videoram; } in Domain.BuildHVM hvminfo | false ->