From: Vincent Hanquez Date: Tue, 8 Sep 2009 14:45:20 +0000 (+0100) Subject: add cpu affinity in the config X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=13e92f0906c52f2e33a91c6837f4707cbcb6624a;p=xenclient%2Ftoolstack.git add cpu affinity in the config --- diff --git a/xenvm/vmconfig.ml b/xenvm/vmconfig.ml index b6b40b8..e68cd00 100644 --- a/xenvm/vmconfig.ml +++ b/xenvm/vmconfig.ml @@ -150,6 +150,7 @@ type config = { sound: string option; inject_sci: int; qemu_pv: bool; + cpus_affinity: (int * (int list)) list; } let default_nic = @@ -598,6 +599,7 @@ let empty = on_halt = ActionDestroy; on_restart = ActionRestart; on_crash = ActionDestroy; + cpus_affinity = []; } let of_file uuid error_report file =