1. 29 1月, 2016 1 次提交
    • P
      usb: Clean up includes · e532b2e0
      Peter Maydell 提交于
      Clean up includes so that osdep.h is included first and headers
      which it implies are not included manually.
      
      This commit was created with scripts/clean-includes.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1453832250-766-20-git-send-email-peter.maydell@linaro.org
      e532b2e0
  2. 08 1月, 2016 2 次提交
  3. 15 12月, 2015 4 次提交
  4. 06 11月, 2015 1 次提交
  5. 08 5月, 2015 2 次提交
  6. 23 9月, 2014 1 次提交
  7. 15 8月, 2014 1 次提交
  8. 23 7月, 2014 1 次提交
  9. 11 7月, 2014 1 次提交
    • G
      mtp: linux guest detection fix. · 13d54125
      Gerd Hoffmann 提交于
      Attach a name to the MTP interface (android phones have this too).
      
      With this patch recent linux guests such as fedora 20 happily detect and
      use the device.  It shows up in nautilus file manager automatically, and
      simple-mtpfs can mount it.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      13d54125
  10. 26 5月, 2014 3 次提交
  11. 05 5月, 2014 9 次提交
  12. 23 4月, 2014 1 次提交
    • G
      usb: mtp filesharing · 840a178c
      Gerd Hoffmann 提交于
      Implementation of a USB Media Transfer Device device for easy
      filesharing.  Read-only.  No access control inside qemu, it will
      happily export any file it is able to open to the guest, i.e.
      standard unix access rights for the qemu process apply.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      840a178c