Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These changes bring in a bunch of audio fixes, including a new audio front/back driver model for QEMU 1.4. The following was addressed: - General quest instability - Performance issues with capture and playback (there were a lot of unneeded world switches due to v4v API) - Security cleanup (the old code had known buffer overflow attacks and handle rewrite attack vulnerabilities) - Added error validation (the old code had little to no error checks) - Bugs with amixer patch. The patch was moved to the audio helper removing the need to patch ALSA. This was a relatively easy thing to do as the audio helper and amixer have to do the same kind of tasks - Changes to init script (the old init script over-wrote the ALSA state on reboot, so settings in the UIVM would roll-back on each reboot) - Patch queue cleanup - Recipe cleanup - SELinux work to support init script OXT-133: Qemu 1.4 crash during tools install OXT-220: Qemu 1.4: sometimes the VM volume defaults to 0 OXT-234: amixer patch OXT-189: Mic mute not working OXT-196: Audio on Dell Latitude E6540 OXT-195: Audio on HP 2570p OXT-194: Audio Capture Setting not working Singed-off-by: Rian Quinn <[email protected]>
- Loading branch information