]> code.delx.au - pulseaudio/commit
xen: Add Xen paravirtualized sink support.
authorGiorgos Boutsioukis <gboutsioukis@gmail.com>
Sun, 26 Feb 2012 23:34:09 +0000 (15:34 -0800)
committerColin Guthrie <colin@mageia.org>
Sun, 11 Mar 2012 21:15:14 +0000 (21:15 +0000)
commit50a7bf1175eaf07521c00bde8eed2f820e64437f
treed012df4caf91fcc831b965096e5780aeef92cb3e
parente02cb7fb2e7865affed612693935c7fd698e3a6b
xen: Add Xen paravirtualized sink support.

A part of Xen's paravirtualized audio driver has been developed as a
pulseaudio module. This module acts as a tunnel over Xen's shared memory
mechanism and allows a domU guest to send audio data to a dom0 backend.

Reference: https://bugs.freedesktop.org/show_bug.cgi?id=43503
configure.ac
src/Makefile.am
src/modules/xen/gntalloc.h [new file with mode: 0644]
src/modules/xen/gntdev.h [new file with mode: 0644]
src/modules/xen/module-xenpv-sink.c [new file with mode: 0644]