]> git.proxmox.com Git - qemu.git/commit
uhci: zap uhci_pre_save
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 14 May 2012 12:02:14 +0000 (14:02 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 7 Jun 2012 08:02:20 +0000 (10:02 +0200)
commit5852d3bfe16c85d4dabc4e0d21658fc680a756e5
treef5aef0a1f7568c2b3d1033d431e598f072d864b4
parent7dd0dfd7f744b35bcf7b3b0fb7601bd9e88c064f
uhci: zap uhci_pre_save

Cancel transactions before saving vmstate is pretty pointless and just
causes disruptions.  We need to cancel them before *loading* vmstate,
but in that case uhci_reset() handles it already and no special action
is needed.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-uhci.c