mbox

[PULL,0/1] xhci PCIe endpoint migration compatibility fix

Message ID 1410328526-14600-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-usb-20140910-1

Message

Gerd Hoffmann Sept. 10, 2014, 5:55 a.m. UTC
Hi,

Qemu 2.1.1 release is delayed a bit, so I have the chance to squeeze
in a last-minute fix for a migration compatibility bug in xhci.

please pull,
  Gerd

The following changes since commit f102f224556f292f55b6e25147741bb8c48c9451:

  Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into staging (2014-09-05 16:03:56 +0100)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-usb-20140910-1

for you to fetch changes up to e6043e92c2812a56b8f6cf35d5512067c746ce21:

  xhci PCIe endpoint migration compatibility fix (2014-09-10 07:20:53 +0200)

----------------------------------------------------------------
xhci PCIe endpoint migration compatibility fix

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
      xhci PCIe endpoint migration compatibility fix

 hw/usb/hcd-xhci.c    | 6 +++++-
 include/hw/i386/pc.h | 5 +++++
 2 files changed, 10 insertions(+), 1 deletion(-)

Comments

Peter Maydell Sept. 11, 2014, 10:43 a.m. UTC | #1
On 10 September 2014 06:55, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Qemu 2.1.1 release is delayed a bit, so I have the chance to squeeze
> in a last-minute fix for a migration compatibility bug in xhci.
>
> please pull,
>   Gerd
>
> The following changes since commit f102f224556f292f55b6e25147741bb8c48c9451:
>
>   Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into staging (2014-09-05 16:03:56 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-usb-20140910-1
>
> for you to fetch changes up to e6043e92c2812a56b8f6cf35d5512067c746ce21:
>
>   xhci PCIe endpoint migration compatibility fix (2014-09-10 07:20:53 +0200)
>
> ----------------------------------------------------------------
> xhci PCIe endpoint migration compatibility fix
>
> ----------------------------------------------------------------
> Dr. David Alan Gilbert (1):
>       xhci PCIe endpoint migration compatibility fix
>
>  hw/usb/hcd-xhci.c    | 6 +++++-
>  include/hw/i386/pc.h | 5 +++++
>  2 files changed, 10 insertions(+), 1 deletion(-)

Applied, thanks.

-- PMM