1. 19 9月, 2014 10 次提交
  2. 15 9月, 2014 2 次提交
  3. 12 9月, 2014 25 次提交
  4. 11 9月, 2014 2 次提交
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140905-2' into staging · 0dfa7e30
      Peter Maydell 提交于
      console: pixman switchover continued, add some infrastructure to make it
               easier using pixman in display device emulation.
      
      # gpg: Signature made Fri 05 Sep 2014 14:38:57 BST using RSA key ID D3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
      
      * remotes/kraxel/tags/pull-console-20140905-2:
        console: Remove unused QEMU_BIG_ENDIAN_FLAG
        console: add qemu_pixman_linebuf_copy
        console: add dpy_gfx_update_dirty
        console: add qemu_create_displaysurface_guestmem
        console: stop using PixelFormat
        console: reimplement qemu_default_pixelformat
        console: add qemu_default_pixman_format
        console: add qemu_pixelformat_from_pixman
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      0dfa7e30
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140910-1' into staging · fc3b9aa8
      Peter Maydell 提交于
      xhci PCIe endpoint migration compatibility fix
      
      # gpg: Signature made Wed 10 Sep 2014 06:35:20 BST using RSA key ID D3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
      
      * remotes/kraxel/tags/pull-usb-20140910-1:
        xhci PCIe endpoint migration compatibility fix
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      fc3b9aa8
  5. 10 9月, 2014 1 次提交
    • D
      xhci PCIe endpoint migration compatibility fix · e6043e92
      Dr. David Alan Gilbert 提交于
      Add back the PCIe config capabilities on XHCI cards in non-PCIe slots,
      but only for machine types before 2.1.
      
      This fixes a migration incompatibility in the XHCI PCI devices
      caused by:
         058fdcf5 - xhci: add endpoint cap on express bus only
      
      Note that in fixing it for compatibility with older QEMUs, it breaks
      compatibility with existing QEMU 2.1's on older machine types.
      
      The status before this patch was (if it used an XHCI adapter):
         machine type | source qemu
           any           pre-2.1     - FAIL
           any           2.1...      - PASS
      
      With this patch:
         machine type | source qemu
           any           pre-2.1    - PASS
           pre-2.1       2.1...     - FAIL
           2.1           2.1...     - PASS
      
      A test to trigger it is to add '-device nec-usb-xhci,id=xhci,addr=0x12'
      to the command line.
      
      Cc: qemu-stable@nongnu.org
      Signed-off-by: NDr. David Alan Gilbert <dgilbert@redhat.com>
      Acked-by: NMichael S. Tsirkin <mst@redhat.com>
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      e6043e92