xemu/hw/usb
Markus Armbruster 0360784754 usb-host: Initialize dev->port the obviously safe way
Coverity worries the strcpy() could overrun the destination.  It
can't, because the source always points to usb_host_scan()'s auto
port[], which has the same size.  Use pstrcpy() anyway, to hush the
checker.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2013-01-14 12:47:11 +01:00
..
bus.c Make all static TypeInfos const 2013-01-10 15:11:53 -06: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 Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-hub.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-network.c Make all static TypeInfos const 2013-01-10 15:11:53 -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 Make all static TypeInfos const 2013-01-10 15:11:53 -06: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 Make all static TypeInfos const 2013-01-10 15:11:53 -06: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 Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
host-linux.c usb-host: Initialize dev->port the obviously safe way 2013-01-14 12:47:11 +01:00
host-stub.c monitor: move include files to include/monitor/ 2012-12-19 08:31:32 +01:00
libhw.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
Makefile.objs usbredir: Add support for buffered bulk input (v2) 2013-01-08 10:56:58 +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 Make all static TypeInfos const 2013-01-10 15:11:53 -06:00