summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-19Allow controlling volume with PulseAudio backendqemu-kvm-1.0-usbredirMarc-André Lureau1-5/+94
2012-04-19configure: pa_simple is not needed anymoreMarc-André Lureau1-3/+3
2012-04-19Do not use pa_simple PulseAudio APIMarc-André Lureau1-38/+339
2012-04-19audio/spice: add support for volume controlMarc-André Lureau1-0/+41
2012-04-19hw/ac97: add support for volume controlMarc-André Lureau1-0/+81
2012-04-19hw/ac97: the volume mask is not only 0x1fMarc-André Lureau1-1/+0
2012-04-19hw/ac97: remove USE_MIXER codeMarc-André Lureau1-121/+0
2012-04-19audio: don't apply volume effect if backend has VOICE_VOLUME_CAPMarc-André Lureau3-2/+14
2012-04-19audio: add VOICE_VOLUME ctlMarc-André Lureau2-0/+13
2012-04-19qxl: don't assert on guest create_guest_primaryAlon Levy1-1/+9
2012-04-19qxl-render: fix broken vnc+spice since commit f934493Alon Levy1-0/+1
2012-04-16qxl: set default values of vram*_size_mb to -1Alon Levy1-2/+2
2012-04-16qxl: add optinal 64bit vram barGerd Hoffmann2-7/+51
2012-04-06ui/spice-display: use uintptr_t when casting qxl physical addressesAlon Levy1-5/+5
2012-04-06ui/spice-display.c: Fix compilation warnings on 32 bit hostsPeter Maydell1-6/+6
2012-04-06spice: fix broken initializationAlon Levy2-7/+6
2012-04-06hw/qxl.c: Fix compilation failures on 32 bit hostsPeter Maydell1-8/+8
2012-04-06qxl/qxl_render.c: add trace eventsAlon Levy2-9/+12
2012-04-06qxl: switch qxl.c to trace-eventsAlon Levy3-74/+140
2012-04-06qxl: init_pipe_signaling: exit on failureAlon Levy1-10/+11
2012-04-06monitor: fix client_migrate_info error handlingYonit Halperin1-0/+5
2012-04-06spice: set spice uuid and nameMarc-André Lureau1-0/+6
2012-04-06qxl: properly handle upright and non-shared surfacesGerd Hoffmann1-7/+13
2012-04-06Error out when tls-channel option is used without TLSChristophe Fergeau1-1/+7
2012-04-06spice: use error_report to report errorsChristophe Fergeau1-11/+11
2012-04-06qxl: make qxl_render_update asyncAlon Levy4-31/+150
2012-04-06qxl: introduce QXLCookieAlon Levy5-19/+82
2012-04-06qxl: remove flippedAlon Levy2-37/+31
2012-04-06qxl: require spice >= 0.8.2Alon Levy5-74/+1
2012-04-06qxl: drop qxl_spice_update_area_async definitionAlon Levy1-6/+0
2012-04-06sdl: remove NULL check, g_malloc0 can't failAlon Levy1-4/+0
2012-04-06qxl: fix spice+sdl no cursor regressionAlon Levy3-9/+19
2012-04-06qxl: add user-friendly bar size propertiesGerd Hoffmann2-0/+12
2012-04-06qxl: move ram size init to new functionGerd Hoffmann1-19/+22
2012-04-06qxl: drop vram bar minimum sizeGerd Hoffmann1-2/+2
2012-04-06spice: support ipv6 channel address in monitor events and in spice infoYonit Halperin1-5/+32
2012-04-06Add SPICE support to add_client monitor commandDaniel P. Berrange4-4/+31
2012-04-06qxl: make sure primary surface is saved on migration also in compat modeYonit Halperin1-1/+1
2012-04-06qxl: set only off-screen surfaces dirty instead of the whole vramYonit Halperin1-9/+44
2012-04-06qxl: don't render stuff when the vm is stopped.Gerd Hoffmann1-7/+5
2012-04-06qxl: fix warnings on 32bitGerd Hoffmann1-3/+4
2012-04-06input: send kbd+mouse events only to running guests.Gerd Hoffmann1-0/+6
2012-04-06qxl: Slot sanity check in qxl_phys2virt() is off by one, fixMarkus Armbruster1-1/+1
2012-04-03usb-ehci: Ensure frindex writes leave a valid frindex valueHans de Goede1-0/+4
2012-03-31usb-redir: Not finding an async urb id is not an errorHans de Goede1-1/+1
2012-03-31usb-redir: Reset device address and speed on disconnectHans de Goede1-0/+2
2012-03-31usb-redir: An interface count of 0 is a valid valueHans de Goede1-2/+3
2012-03-29usb-redir: Notify our peer when we reject a device due to a speed mismatchHans de Goede1-1/+7
2012-03-29usb-ehci: Drop unused sofv valueHans de Goede1-8/+0
2012-03-28usb-ehci: frindex always is a 14 bits counterHans de Goede1-2/+6