qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 69e25d: usb-ohci: Add vmstate descriptor


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 69e25d: usb-ohci: Add vmstate descriptor
Date: Wed, 07 May 2014 06:00:08 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 69e25d26b46a6e37698de4489eed5b07853bfe9e
      
https://github.com/qemu/qemu/commit/69e25d26b46a6e37698de4489eed5b07853bfe9e
  Author: Alexey Kardashevskiy <address@hidden>
  Date:   2014-05-05 (Mon, 05 May 2014)

  Changed paths:
    M hw/usb/hcd-ohci.c

  Log Message:
  -----------
  usb-ohci: Add vmstate descriptor

This adds migration support for OHCI.

This defines a descriptor for OHCIState.
This changes some OHCIState field types to be migration compatible.
This adds a descriptor for OHCIPort.
This migrates the EOF timer if the USB was started at the time of
migration.

Cc: Gerd Hoffmann <address@hidden>
Cc: Peter Maydell <address@hidden>
Signed-off-by: Alexey Kardashevskiy <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 1c76551fae0daa681f0c3298cc16fcb3d4ee01fd
      
https://github.com/qemu/qemu/commit/1c76551fae0daa681f0c3298cc16fcb3d4ee01fd
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-05-05 (Mon, 05 May 2014)

  Changed paths:
    M hw/usb/dev-mtp.c
    M trace-events

  Log Message:
  -----------
  usb: mtp: replace debug printfs with trace points

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Peter Wu <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>


  Commit: ada435f47ea97546354d6990a952a4825dfb286e
      
https://github.com/qemu/qemu/commit/ada435f47ea97546354d6990a952a4825dfb286e
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-05-05 (Mon, 05 May 2014)

  Changed paths:
    M hw/usb/dev-mtp.c

  Log Message:
  -----------
  usb: mtp: fix usb_mtp_add_u64

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Peter Wu <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>


  Commit: f7eaed85559278556cd4573eeb763475c1c2ff9a
      
https://github.com/qemu/qemu/commit/f7eaed85559278556cd4573eeb763475c1c2ff9a
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-05-05 (Mon, 05 May 2014)

  Changed paths:
    M hw/usb/dev-mtp.c

  Log Message:
  -----------
  usb: mtp: fix version (is decimal not bcd)

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Peter Wu <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>


  Commit: 9e4eff5b54a5f99537420e75fe2c686ec430d32a
      
https://github.com/qemu/qemu/commit/9e4eff5b54a5f99537420e75fe2c686ec430d32a
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-05-05 (Mon, 05 May 2014)

  Changed paths:
    M hw/usb/dev-mtp.c

  Log Message:
  -----------
  usb: mtp: fix serial (must be exact 32 chars)

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Peter Wu <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>


  Commit: 2dc7fdf33d28940255f171b8ea4b692d9d5b7a7d
      
https://github.com/qemu/qemu/commit/2dc7fdf33d28940255f171b8ea4b692d9d5b7a7d
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-05-05 (Mon, 05 May 2014)

  Changed paths:
    M hw/usb/dev-mtp.c

  Log Message:
  -----------
  usb: mtp: fix error path memory leak

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Peter Wu <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>


  Commit: 457d397a2485225a96d6a9fc33cfe04f99e1e0f4
      
https://github.com/qemu/qemu/commit/457d397a2485225a96d6a9fc33cfe04f99e1e0f4
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-05-05 (Mon, 05 May 2014)

  Changed paths:
    M hw/usb/dev-mtp.c

  Log Message:
  -----------
  usb: mtp: avoid empty description string

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Peter Wu <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>


  Commit: 9cd04ccf75759b660ab3d5e98b2653f3e8ee8b3e
      
https://github.com/qemu/qemu/commit/9cd04ccf75759b660ab3d5e98b2653f3e8ee8b3e
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-05-05 (Mon, 05 May 2014)

  Changed paths:
    M hw/usb/dev-mtp.c

  Log Message:
  -----------
  usb: mtp: drop data-out hexdump

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Peter Wu <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>


  Commit: afa82daf1627645d3ad3e05954b098fff001ab32
      
https://github.com/qemu/qemu/commit/afa82daf1627645d3ad3e05954b098fff001ab32
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-05-05 (Mon, 05 May 2014)

  Changed paths:
    M hw/usb/dev-mtp.c

  Log Message:
  -----------
  usb: mtp: fix possible buffer overflow

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Peter Wu <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>


  Commit: 8ebb87635790e7033e19e9a26e8c5eef22560bcc
      
https://github.com/qemu/qemu/commit/8ebb87635790e7033e19e9a26e8c5eef22560bcc
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-05-05 (Mon, 05 May 2014)

  Changed paths:
    M hw/usb/dev-mtp.c

  Log Message:
  -----------
  usb: mtp: reply INCOMPLETE_TRANSFER on read errors

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Peter Wu <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>


  Commit: 951916d02c59cd0eddd57c3d66f87f921931e394
      
https://github.com/qemu/qemu/commit/951916d02c59cd0eddd57c3d66f87f921931e394
  Author: Peter Maydell <address@hidden>
  Date:   2014-05-06 (Tue, 06 May 2014)

  Changed paths:
    M hw/usb/dev-mtp.c
    M hw/usb/hcd-ohci.c
    M trace-events

  Log Message:
  -----------
  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) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* 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 <address@hidden>


Compare: https://github.com/qemu/qemu/compare/9898370497da...951916d02c59

reply via email to

[Prev in Thread] Current Thread [Next in Thread]