summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/none/1858488
blob: a1675dc3b669014dc0707595eef4ebbe7fcd1d22 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
performance: 0.774
files: 0.735
device: 0.711
graphic: 0.697
x86: 0.691
architecture: 0.666
semantic: 0.662
i386: 0.638
peripherals: 0.631
PID: 0.588
user-level: 0.568
ppc: 0.500
KVM: 0.499
kernel: 0.489
socket: 0.449
permissions: 0.439
boot: 0.437
register: 0.420
virtual: 0.420
mistranslation: 0.401
vnc: 0.373
debug: 0.345
risc-v: 0.343
network: 0.316
arm: 0.279
hypervisor: 0.266
VMM: 0.251
assembly: 0.191
TCG: 0.188

qemu git && 4.2:  timed audio issues with sb16,  gus not working?


I have built [both] current git, and 4.2.0, there are issues with audio/soundhw for both.

Specifics:

Linux nullrig 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

Out of source build, successful for both:

../configure --prefix=/opt/qemu --target-list=i386-softmmu,mips64el-softmmu ---enable-sdl --enable-sdl-image --enable-lzo --enable-bzip2 --enable-avx2 --enable-kvm --enable-membarrier --enable-plugin

Call:

./qemu -machine pc,accel=kvm,usb=off -cpu pentium -m 64 -rtc base=localtime -parallel none -soundhw sb16,adlib,pcspk -device cirrus-vga,bus=pci.0 -drive id=disk1,file=doom.cow,format=qcow2,if=virtio -audiodev pa,id=pa 

Audio for sb16 sounds ok,  however if i switch to a timer based audio: -audiodev wav

The output is wrong..  I had assumed it was all timer based audio, however it seems to be limited to sb16.

So I then tried the next popular/compatible audio device for dos games:  gravis ultrasound [gus].

I get no output at all for it.
I have tried more than one piece of software,  DOOM shareware is any easy example.

I realize there are better solutions for playing DOS games, however I am interested in snapshot support which many of them lack.

I am willing to put the work into fixing it myself if need be,  however i'm not very familiar with the audio backend.   Specifically, it is already mixed into a single buffer,  if 'adlib' driver is already working: (audio_pcm_ops.write() output is correct on timer based output) I failed to see how it affects emulation of the sound blaster.

./qemu is a symlink to qemu/build/i386-softmmu/qemu-system-i386

It seems this might be related to buffer/sample size,  spice works and uses timed audio with a larger buffer. 
GUS I have not gotten to work.


Fixed here:
https://git.qemu.org/?p=qemu.git;a=commitdiff;h=fdc8c5f4717f