qemu-irix/hw/usb
Hans de Goede b90fd157f7 usb-redir: Fix crash on migration with no client connected
If no client is connected on the src side, then we won't receive a
parser during migrate, in this case usbredir_post_load() should be a nop,
rather then to try to derefefence the NULL dev->parser pointer.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit 3713e1485e)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
2013-05-16 12:06:36 -05:00
..
Makefile.objs build: remove CONFIG_SMARTCARD 2013-01-12 17:19:38 +01:00
bus.c HMP: add QDict to info callback handler 2013-01-17 10:24:52 -02:00
combined-packet.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
core.c usb: Fix usb_ep_find_packet_by_id 2013-01-07 12:57:24 +01:00
desc.c usb: split packet result into actual_length + status 2012-11-08 18:41:46 +01:00
desc.h usb: split packet result into actual_length + status 2012-11-08 18:41:46 +01:00
dev-audio.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-bluetooth.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-hid.c usb-tablet: Don't claim wakeup capability for USB-2 version 2013-04-04 15:33:52 -05:00
dev-hub.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-network.c net: intorduce qemu_del_nic() 2013-02-01 11:03:01 -06:00
dev-serial.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-smartcard-reader.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-storage.c usb: add usb-bot device (scsi bulk-only transport). 2013-01-22 11:09:54 +01:00
dev-uas.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-wacom.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
hcd-ehci-pci.c usb/ehci: Clean up SysBus and PCI EHCI split 2013-01-07 12:57:24 +01:00
hcd-ehci-sysbus.c usb/ehci: Add SysBus EHCI device for Exynos4210 2013-01-07 12:57:24 +01:00
hcd-ehci.c ehci: Assert state machine is sane w.r.t. EHCIQueue 2013-01-14 12:47:11 +01:00
hcd-ehci.h usb/ehci: Add SysBus EHCI device for Exynos4210 2013-01-07 12:57:24 +01:00
hcd-musb.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
hcd-ohci.c ohci: add missing break 2013-01-22 11:09:54 +01:00
hcd-uhci.c uhci: stop using portio lists 2013-01-08 10:56:58 +01:00
hcd-xhci.c xhci: nuke transfe5rs on detach 2013-01-14 08:59:40 +01:00
host-bsd.c HMP: add QDict to info callback handler 2013-01-17 10:24:52 -02:00
host-linux.c HMP: add QDict to info callback handler 2013-01-17 10:24:52 -02:00
host-stub.c usb: Fix compilation for MinGW (regression) 2013-01-19 10:30:02 +00:00
libhw.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
quirks-ftdi-ids.h usbredir: Add support for buffered bulk input (v2) 2013-01-08 10:56:58 +01:00
quirks-pl2303-ids.h usbredir: Add support for buffered bulk input (v2) 2013-01-08 10:56:58 +01:00
quirks.c usbredir: Add support for buffered bulk input (v2) 2013-01-08 10:56:58 +01:00
quirks.h usbredir: Add support for buffered bulk input (v2) 2013-01-08 10:56:58 +01:00
redirect.c usb-redir: Fix crash on migration with no client connected 2013-05-16 12:06:36 -05:00