1. 21 4月, 2012 7 次提交
  2. 20 4月, 2012 7 次提交
  3. 18 4月, 2012 6 次提交
    • A
      Merge remote-tracking branch 'origin/master' into staging · 51006bbc
      Anthony Liguori 提交于
      * origin/master:
        Allow controlling volume with PulseAudio backend
        configure: pa_simple is not needed anymore
        Do not use pa_simple PulseAudio API
        audio/spice: add support for volume control
        hw/ac97: add support for volume control
        hw/ac97: the volume mask is not only 0x1f
        hw/ac97: remove USE_MIXER code
        audio: don't apply volume effect if backend has VOICE_VOLUME_CAP
        audio: add VOICE_VOLUME ctl
      51006bbc
    • A
      Merge remote-tracking branch 'spice/spice.v52' into staging · 25b9e14e
      Anthony Liguori 提交于
      * spice/spice.v52:
        qxl-render: fix broken vnc+spice since commit f934493
        qxl: set default values of vram*_size_mb to -1
        trace-events: remove unused qxl_vga_ioport_while_not_in_vga_mode
      25b9e14e
    • A
      Merge remote-tracking branch 'kraxel/usb.46' into staging · b26d712e
      Anthony Liguori 提交于
      * kraxel/usb.46: (21 commits)
        usb-ehci: drop assert()
        usb-redir: Notify our peer when we reject a device due to a speed mismatch
        usb-ehci: Drop unused sofv value
        usb-host: rewrite usb_linux_update_endp_table
        usb: use USBDescriptor for endpoint descriptors.
        usb: use USBDescriptor for interface descriptors.
        usb: use USBDescriptor for config descriptors.
        usb: use USBDescriptor for device qualifier descriptors.
        usb: add USBDescriptor, use for device descriptors.
        usb-ehci: frindex always is a 14 bits counter
        usb-ehci: fix ehci_child_detach
        usb-hub: add tracepoints
        usb_packet_set_state: handle p->ep == NULL
        usb-host: add property to turn off pipelining
        usb-host: add usb packet to request tracepoints
        usb-host: trace canceled requests
        usb-host: trace emulated requests
        Add bootindex support to usb-host and usb-redir
        usb-uhci: queuing fix
        usb-uhci: stop queue filling when we find a in-flight td
        ...
      b26d712e
    • A
      qxl-render: fix broken vnc+spice since commit f934493 · 06ddea49
      Alon Levy 提交于
      Notify any listeners such as vnc that the displaysurface has been
      changed, otherwise they will segfault when first accessing the freed old
      displaysurface data.
      Signed-off-by: NAlon Levy <alevy@redhat.com>
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      06ddea49
    • A
      qxl: set default values of vram*_size_mb to -1 · 79ce3567
      Alon Levy 提交于
      The addition of those values caused a regression where not specifying
      any value for the vram bar size would result in a 4096 _byte_ surface
      area. This is ok for the windows driver but causes the X driver to be
      unusable. Also, it's a regression. This patch returns the default
      behavior of having a 64 megabyte vram BAR.
      Signed-off-by: NAlon Levy <alevy@redhat.com>
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      79ce3567
    • A
      trace-events: remove unused qxl_vga_ioport_while_not_in_vga_mode · a9257af0
      Alon Levy 提交于
      The resulting stp file fails to load because of an unresolvable probe.
      Signed-off-by: NAlon Levy <alevy@redhat.com>
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      a9257af0
  4. 17 4月, 2012 20 次提交