1. 24 4月, 2012 1 次提交
    • S
      qmp: make block job command naming consistent · db58f9c0
      Stefan Hajnoczi 提交于
      The block streaming and job commands used '_' instead of '-' for reasons
      of compatibility with libvirt, which already included support for the
      '_' naming.  However, the semantics of block_job_cancel have changed and
      libvirt now needs to handle the new semantics.
      
      Since the old semantics were never in a QEMU release we can still rename
      the commands to use '-' instead of '_'.  Libvirt is also happy because
      the new name can be used to distinguish QEMU binaries that support the
      latest block-job-cancel semantics from those that include a downstream
      block_job_cancel command.
      
      Therefore, let's apply the QAPI/QMP naming rules to the block streaming
      and job commands.  QEMU 1.1 will be the first release with these
      commands so no upstream users can break.
      
      Note that HMP commands are left with '_' because that is the convention
      there.
      Signed-off-by: NStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      Signed-off-by: NLuiz Capitulino <lcapitulino@redhat.com>
      db58f9c0
  2. 22 4月, 2012 14 次提交
  3. 21 4月, 2012 7 次提交
  4. 20 4月, 2012 7 次提交
  5. 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
  6. 17 4月, 2012 5 次提交