index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-18
audio: use correct email address
malc
2
-2
/
+2
2009-09-18
audio: internal API change
malc
12
-81
/
+33
2009-09-18
sdlaudio: use correct function names in sdl_XXX calls
malc
1
-3
/
+3
2009-09-18
oss: use audio_pcm_hw_clip_out
malc
1
-47
/
+46
2009-09-18
alsa: use audio_pcm_hw_clip_out
malc
1
-45
/
+43
2009-09-18
audio: introduce audio_pcm_hw_clip_out helper function
malc
2
-0
/
+25
2009-09-18
audio: use muldiv64 where it makes sense
malc
4
-5
/
+8
2009-09-18
coreaudio: fix sloppy "posixification" by 1ea879e5580f63414693655fcf0328559cd...
malc
1
-1
/
+1
2009-09-14
alsa: Use proper value when testing returned events in alsa_poll_handler
malc
1
-4
/
+6
2009-09-14
alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handle
malc
2
-27
/
+32
2009-09-13
audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLL
Jan Kiszka
1
-1
/
+1
2009-09-13
oss: Simplify mmap code
malc
1
-22
/
+5
2009-09-13
oss: OSS v4 support
malc
1
-9
/
+50
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
4
-43
/
+43
2009-09-12
audio: remove lsbindex/popcount in favour of host-utils's ctz32
malc
3
-21
/
+2
2009-09-12
alsa: poll mode handling
malc
1
-21
/
+204
2009-09-12
oss: poll mode handling
malc
1
-5
/
+74
2009-09-12
audio: poll mode infrastructure
malc
2
-11
/
+87
2009-09-12
oss: Unbreak mmaping the ability to mmap oss fd on Linux
malc
1
-1
/
+4
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
3
-4
/
+4
2009-09-10
Remove bit-rotten threshold handling
malc
1
-13
/
+2
2009-09-02
Fix warning on x86_64
Kirill A. Shutemov
1
-2
/
+2
2009-08-26
Fix dsound typos
Consul
1
-3
/
+3
2009-08-12
Fix typo
malc
1
-1
/
+1
2009-08-11
Aesthetics
malc
10
-288
/
+394
2009-08-11
use C99 initializers for all audio/*
Juan Quintela
8
-53
/
+56
2009-08-11
use C99 initializers for audio_pcm_ops
Juan Quintela
10
-109
/
+92
2009-08-11
Use C99 initializers for audio_option
Juan Quintela
10
-168
/
+258
2009-08-11
Use proper struct initializers and remove INIT_FIELD() macro
Juan Quintela
11
-116
/
+110
2009-07-31
Fix Sparse warnings: "Using plain integer as NULL pointer"
Blue Swirl
2
-2
/
+2
2009-07-30
alsa: add host suspend/resume support
Bjørn Mork
1
-2
/
+47
2009-07-27
Generate config-host.h from config-host.mak
Juan Quintela
1
-1
/
+6
2009-07-27
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
1
-1
/
+1
2009-07-24
Fix period initialization
malc
1
-1
/
+1
2009-07-22
use struct initializer for audio.c
Juan Quintela
1
-26
/
+26
2009-07-17
Ignore -Waddress for alsaaudio.c
malc
1
-0
/
+4
2009-06-19
fix qemu_alloc/qemu_free for audio subsystem
Jean-Christophe Dubois
1
-2
/
+2
2009-06-18
alsa: fix warning
Gerd Hoffmann
1
-4
/
+6
2009-05-14
Remove any pretense that there can be more than one AudioState
malc
5
-80
/
+68
2009-05-12
Make AUD_init failure fatal
Paul Brook
1
-24
/
+20
2009-05-01
Remove redundant #define
Consul
1
-1
/
+0
2009-03-07
Support for DragonFly BSD (Hasso Tepper)
blueswir1
1
-1
/
+1
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
2
-13
/
+14
2009-02-18
Avoid running audio ctl's when vm is not running
malc
2
-2
/
+10
2009-02-05
audio: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2
-20
/
+8
2009-01-22
Fix NAME2/FIELD2 warnings
malc
1
-0
/
+2
2009-01-22
Rework vm_state_change notifiers (Jan Kiszka)
aliguori
1
-1
/
+2
2008-12-22
Use the ARRAY_SIZE() macro where appropriate.
malc
2
-6
/
+6
2008-12-03
Make audio violate POSIX less
malc
20
-119
/
+123
2008-11-16
Attached patch fixes a series of this warning
blueswir1
1
-2
/
+2
[next]