I have few instance of server 2008 running on xen. i want to configure them to redirect sound. I guess I need xen to emulate sound card, Somone had stated that they are working on patch that will support intel hda emulation was this ever acomplished? Xen supports ac97 is there 64 bit driver for ac97 on server 2008 ? _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Fri, Jun 29, 2012 at 1:35 PM, jacek burghardt <jaceksburghardt@gmail.com> wrote:> I have few instance of server 2008 running on xen. i want to configure them > to redirect sound. I guess I need xen to emulate sound card, Somone had > stated that they are working on patch that will support intel hda emulation > was this ever acomplished? Xen supports ac97 is there 64 bit driver for ac97 > on server 2008 ?No, there is no driver working with Xen's AC97 that I know of. The closest I've come to that was with Conexant AC97 driver, but that produces a nasty looped chopped audio. However, you could instead use the new qemu with Intel HDA support instead of the old bundled qemu-dm. You will need qemu newer than 0.14, which is already very old, and point to it in the Xen VM configuration, as described here: http://wiki.xensource.com/xenwiki/QEMUUpstream The system will automatically detect the HDA. -- Radosław Szkodziński _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
Thank you for that information. I wonder iuf anyone knows how to include qemu 0.15 into xen 4.2 unstable at time I compile arch linux package On 6/29/12, Radoslaw Szkodzinski <astralstorm@gmail.com> wrote:> On Fri, Jun 29, 2012 at 1:35 PM, jacek burghardt > <jaceksburghardt@gmail.com> wrote: >> I have few instance of server 2008 running on xen. i want to configure >> them >> to redirect sound. I guess I need xen to emulate sound card, Somone had >> stated that they are working on patch that will support intel hda >> emulation >> was this ever acomplished? Xen supports ac97 is there 64 bit driver for >> ac97 >> on server 2008 ? > > No, there is no driver working with Xen''s AC97 that I know of. > The closest I''ve come to that was with Conexant AC97 driver, but that > produces a nasty looped chopped audio. > > However, you could instead use the new qemu with Intel HDA support > instead of the old bundled qemu-dm. > You will need qemu newer than 0.14, which is already very old, and > point to it in the Xen VM configuration, as described here: > http://wiki.xensource.com/xenwiki/QEMUUpstream > > The system will automatically detect the HDA. > > -- > Radosław Szkodziński >
On Fri, Jun 29, 2012 at 4:39 PM, jacek burghardt <jaceksburghardt@gmail.com> wrote:> Thank you for that information. I wonder iuf anyone knows how to > include qemu 0.15 into xen 4.2 unstable at time I compile arch linux > packageYou shouldn't have to - you only have to build qemu with Xen support and adjust the configuration. (e.g. set soundcard to intel-hda and point at the new qemu) -- Radosław Szkodziński _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users