blob: 19ba35c7f8ff17127fdf2f73c7524c5e72c4cea5 (
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
|
KVM: 0.189
boot: 0.149
other: 0.110
graphic: 0.101
semantic: 0.098
device: 0.071
PID: 0.051
files: 0.050
performance: 0.039
vnc: 0.035
network: 0.031
permissions: 0.030
debug: 0.024
socket: 0.022
KVM: 0.757
debug: 0.054
boot: 0.030
files: 0.028
other: 0.023
device: 0.020
socket: 0.017
PID: 0.015
performance: 0.014
semantic: 0.013
network: 0.012
vnc: 0.007
permissions: 0.006
graphic: 0.004
[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.]
|