blob: 19826c30e9d930543374c656221a9e98ca81ed68 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
KVM: 0.952
graphic: 0.948
ppc: 0.939
boot: 0.912
architecture: 0.878
x86: 0.863
device: 0.732
hypervisor: 0.728
kernel: 0.726
semantic: 0.716
performance: 0.711
user-level: 0.686
mistranslation: 0.651
peripherals: 0.650
network: 0.639
files: 0.635
PID: 0.622
permissions: 0.585
register: 0.557
debug: 0.525
i386: 0.510
vnc: 0.491
assembly: 0.468
virtual: 0.423
socket: 0.409
risc-v: 0.407
arm: 0.355
VMM: 0.315
TCG: 0.238
[XEN/KVM] pch audio doesn't work on both Windows and linux guest with soundhw="ac97"
Environment:
when try to boot a guest by qemu with parameter "-soundhw ac97", it showed like below:
"audio: Could no init “oss” audio driver.",
then login the guest and try run audio, no sound output.
Reproduce:
1. kvm: qemu-system-x86_64 -enable-kvm -m 2048 -smp 4 -net nic,model=rtl8139 -net tap,script=/etc/kvm/qemu-ifup -soundhw ac97 -hda [target.img]
xen: add the audio device in guest configure file by soundhw="ac97", xl create $guest-configure
2. it will show "audio: Could no init “oss” audio driver".
3. login in guest, it can detect audio device, but actually it is not working.
The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now.
If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Or mark it as "Fix Released" if the problem has been solved with a newer version of QEMU already. Thank you and sorry for the inconvenience.
[Expired for QEMU because there has been no activity for 60 days.]
|