index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-19
Allow controlling volume with PulseAudio backend
qemu-kvm-1.0-usbredir
Marc-André Lureau
1
-5
/
+94
2012-04-19
configure: pa_simple is not needed anymore
Marc-André Lureau
1
-3
/
+3
2012-04-19
Do not use pa_simple PulseAudio API
Marc-André Lureau
1
-38
/
+339
2012-04-19
audio/spice: add support for volume control
Marc-André Lureau
1
-0
/
+41
2012-04-19
hw/ac97: add support for volume control
Marc-André Lureau
1
-0
/
+81
2012-04-19
hw/ac97: the volume mask is not only 0x1f
Marc-André Lureau
1
-1
/
+0
2012-04-19
hw/ac97: remove USE_MIXER code
Marc-André Lureau
1
-121
/
+0
2012-04-19
audio: don't apply volume effect if backend has VOICE_VOLUME_CAP
Marc-André Lureau
3
-2
/
+14
2012-04-19
audio: add VOICE_VOLUME ctl
Marc-André Lureau
2
-0
/
+13
2012-04-19
qxl: don't assert on guest create_guest_primary
Alon Levy
1
-1
/
+9
2012-04-19
qxl-render: fix broken vnc+spice since commit f934493
Alon Levy
1
-0
/
+1
2012-04-16
qxl: set default values of vram*_size_mb to -1
Alon Levy
1
-2
/
+2
2012-04-16
qxl: add optinal 64bit vram bar
Gerd Hoffmann
2
-7
/
+51
2012-04-06
ui/spice-display: use uintptr_t when casting qxl physical addresses
Alon Levy
1
-5
/
+5
2012-04-06
ui/spice-display.c: Fix compilation warnings on 32 bit hosts
Peter Maydell
1
-6
/
+6
2012-04-06
spice: fix broken initialization
Alon Levy
2
-7
/
+6
2012-04-06
hw/qxl.c: Fix compilation failures on 32 bit hosts
Peter Maydell
1
-8
/
+8
2012-04-06
qxl/qxl_render.c: add trace events
Alon Levy
2
-9
/
+12
2012-04-06
qxl: switch qxl.c to trace-events
Alon Levy
3
-74
/
+140
2012-04-06
qxl: init_pipe_signaling: exit on failure
Alon Levy
1
-10
/
+11
2012-04-06
monitor: fix client_migrate_info error handling
Yonit Halperin
1
-0
/
+5
2012-04-06
spice: set spice uuid and name
Marc-André Lureau
1
-0
/
+6
2012-04-06
qxl: properly handle upright and non-shared surfaces
Gerd Hoffmann
1
-7
/
+13
2012-04-06
Error out when tls-channel option is used without TLS
Christophe Fergeau
1
-1
/
+7
2012-04-06
spice: use error_report to report errors
Christophe Fergeau
1
-11
/
+11
2012-04-06
qxl: make qxl_render_update async
Alon Levy
4
-31
/
+150
2012-04-06
qxl: introduce QXLCookie
Alon Levy
5
-19
/
+82
2012-04-06
qxl: remove flipped
Alon Levy
2
-37
/
+31
2012-04-06
qxl: require spice >= 0.8.2
Alon Levy
5
-74
/
+1
2012-04-06
qxl: drop qxl_spice_update_area_async definition
Alon Levy
1
-6
/
+0
2012-04-06
sdl: remove NULL check, g_malloc0 can't fail
Alon Levy
1
-4
/
+0
2012-04-06
qxl: fix spice+sdl no cursor regression
Alon Levy
3
-9
/
+19
2012-04-06
qxl: add user-friendly bar size properties
Gerd Hoffmann
2
-0
/
+12
2012-04-06
qxl: move ram size init to new function
Gerd Hoffmann
1
-19
/
+22
2012-04-06
qxl: drop vram bar minimum size
Gerd Hoffmann
1
-2
/
+2
2012-04-06
spice: support ipv6 channel address in monitor events and in spice info
Yonit Halperin
1
-5
/
+32
2012-04-06
Add SPICE support to add_client monitor command
Daniel P. Berrange
4
-4
/
+31
2012-04-06
qxl: make sure primary surface is saved on migration also in compat mode
Yonit Halperin
1
-1
/
+1
2012-04-06
qxl: set only off-screen surfaces dirty instead of the whole vram
Yonit Halperin
1
-9
/
+44
2012-04-06
qxl: don't render stuff when the vm is stopped.
Gerd Hoffmann
1
-7
/
+5
2012-04-06
qxl: fix warnings on 32bit
Gerd Hoffmann
1
-3
/
+4
2012-04-06
input: send kbd+mouse events only to running guests.
Gerd Hoffmann
1
-0
/
+6
2012-04-06
qxl: Slot sanity check in qxl_phys2virt() is off by one, fix
Markus Armbruster
1
-1
/
+1
2012-04-03
usb-ehci: Ensure frindex writes leave a valid frindex value
Hans de Goede
1
-0
/
+4
2012-03-31
usb-redir: Not finding an async urb id is not an error
Hans de Goede
1
-1
/
+1
2012-03-31
usb-redir: Reset device address and speed on disconnect
Hans de Goede
1
-0
/
+2
2012-03-31
usb-redir: An interface count of 0 is a valid value
Hans de Goede
1
-2
/
+3
2012-03-29
usb-redir: Notify our peer when we reject a device due to a speed mismatch
Hans de Goede
1
-1
/
+7
2012-03-29
usb-ehci: Drop unused sofv value
Hans de Goede
1
-8
/
+0
2012-03-28
usb-ehci: frindex always is a 14 bits counter
Hans de Goede
1
-2
/
+6
[next]