From: Vincent Hanquez Date: Tue, 26 May 2009 17:52:33 +0000 (+0100) Subject: plumb the sound option from the config to Dm parameter X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1439be45f3db60f85eb56c9d11effbd8f64c5073;p=xenclient%2Ftoolstack.git plumb the sound option from the config to Dm parameter --- diff --git a/xenvm/vmact.ml b/xenvm/vmact.ml index d7dfb94..429dab6 100644 --- a/xenvm/vmact.ml +++ b/xenvm/vmact.ml @@ -128,7 +128,7 @@ let dm_info_of_cfg cfg = Device.Dm.vcpus = cfg.vcpus; Device.Dm.nics = nics; Device.Dm.pci_emulations = []; - Device.Dm.sound = None; + Device.Dm.sound = cfg.sound; Device.Dm.usb = []; Device.Dm.acpi = cfg.acpi; Device.Dm.disp = disp;