Re: [Qemu-devel] [PATCH v3 0/3] Make mixer emulation configurable at runtime

2013-09-08 Thread Gerd Hoffmann
On Sa, 2013-09-07 at 00:53 -0400, Bandan Das wrote: > Currently, hda-codec mixer emulation can only be enabled by using the > "--enable-mixemu" option to configure at compile time with the default > value being off. These patches enable making mixer emulation > selectable > at runtime which is more

[Qemu-devel] [PATCH v3 0/3] Make mixer emulation configurable at runtime

2013-09-06 Thread Bandan Das
Currently, hda-codec mixer emulation can only be enabled by using the "--enable-mixemu" option to configure at compile time with the default value being off. These patches enable making mixer emulation selectable at runtime which is more convenient. Consequently, the last patch in this series remo