]> xenbits.xensource.com Git - xenclient/toolstack.git/commitdiff
plumb videoram from the config to xenops build structure
authorVincent Hanquez <vincent.hanquez@eu.citrix.com>
Sat, 16 May 2009 15:18:19 +0000 (16:18 +0100)
committerVincent Hanquez <vincent.hanquez@eu.citrix.com>
Sat, 16 May 2009 15:18:19 +0000 (16:18 +0100)
xenvm/vmact.ml

index a916c15f37f2421d242a105623855636f8da41de..965f13b426fb3b7125aa66190a8d43468ced573f 100644 (file)
@@ -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 ->