]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-6' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 6 May 2014 12:06:32 +0000 (13:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 6 May 2014 12:06:32 +0000 (13:06 +0100)
commit951916d02c59cd0eddd57c3d66f87f921931e394
treecdf31204dc21083e8330a7f9a7b5c5e1a221e644
parent9898370497da3f18e0c9555b65c858eabc78ab50
parent8ebb87635790e7033e19e9a26e8c5eef22560bcc
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-6' into staging

ohci live migration.
mtp bugfixes.

# gpg: Signature made Mon 05 May 2014 12:08:48 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-6:
  usb: mtp: reply INCOMPLETE_TRANSFER on read errors
  usb: mtp: fix possible buffer overflow
  usb: mtp: drop data-out hexdump
  usb: mtp: avoid empty description string
  usb: mtp: fix error path memory leak
  usb: mtp: fix serial (must be exact 32 chars)
  usb: mtp: fix version (is decimal not bcd)
  usb: mtp: fix usb_mtp_add_u64
  usb: mtp: replace debug printfs with trace points
  usb-ohci: Add vmstate descriptor

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>