1. 14 1月, 2013 1 次提交
  2. 13 1月, 2013 4 次提交
  3. 12 1月, 2013 2 次提交
  4. 11 1月, 2013 1 次提交
  5. 08 1月, 2013 1 次提交
    • H
      usbredir: Add support for buffered bulk input (v2) · b2d1fe67
      Hans de Goede 提交于
      Buffered bulk mode is intended for bulk *input* endpoints, where the data is
      of a streaming nature (not part of a command-response protocol). These
      endpoints' input buffer may overflow if data is not read quickly enough.
      So in buffered bulk mode the usb-host takes care of the submitting and
      re-submitting of bulk transfers.
      
      Buffered bulk mode is necessary for reliable operation with the bulk in
      endpoints of usb to serial convertors. Unfortunatelty buffered bulk input
      mode will only work with certain devices, therefor this patch also adds a
      usb-id table to enable it for devices which need it, while leaving the
      bulk ep handling for other devices unmodified.
      
      Note that the bumping of the required usbredir from 0.5.3 to 0.6 does
      not mean that we will now need a newer usbredir release then qemu-1.3,
      .pc files reporting 0.5.3 have only ever existed in usbredir builds directly
      from git, so qemu-1.3 needs the 0.6 release too.
      
      Changes in v2:
      -Split of quirk handling into quirks.c
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      b2d1fe67
  6. 06 1月, 2013 1 次提交
  7. 04 1月, 2013 2 次提交
  8. 03 1月, 2013 1 次提交
  9. 02 1月, 2013 1 次提交
  10. 29 12月, 2012 1 次提交
  11. 24 12月, 2012 1 次提交
  12. 22 12月, 2012 1 次提交
  13. 19 12月, 2012 6 次提交
  14. 15 12月, 2012 1 次提交
  15. 09 12月, 2012 1 次提交
    • P
      configure: Default to 'cc', not 'gcc' · e49d021e
      Peter Maydell 提交于
      Default to 'cc' as our compiler, rather than 'gcc'. We used to have
      to insist on gcc when we still kept the CPU env in a fixed global
      register, but this is no longer necessary and we will now compile OK
      on clang as well as gcc.  Using 'cc' should generally result in us
      using the most standard and maintained system compiler for the
      platform.  (For instance on newer MacOS X 'gcc' exists but is an
      elderly compiler provided mostly for legacy reasons, and 'cc'
      (which is clang) is definitely the better choice.) On Linux there
      will generally be no user-visible change since cc will be gcc.
      
      This changeover necessitates a slight reworking of how we set the
      'cc' variable, because GNU cross toolchains generally provide a
      '${cross_prefix}gcc' but not a '${cross_prefix}cc'.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      e49d021e
  16. 08 12月, 2012 1 次提交
  17. 07 12月, 2012 2 次提交
  18. 29 11月, 2012 1 次提交
  19. 19 11月, 2012 1 次提交
  20. 18 11月, 2012 1 次提交
  21. 14 11月, 2012 3 次提交
  22. 04 11月, 2012 1 次提交
  23. 03 11月, 2012 1 次提交
  24. 01 11月, 2012 2 次提交
  25. 31 10月, 2012 1 次提交
  26. 28 10月, 2012 1 次提交