On (Wed) 18 Feb 2015 [16:01:01], David Gibson wrote: > A number of ARM embedded boards include EHCI USB host controllers which > appear as directly mapped devices, rather than sitting on a PCI bus. > > At present code to emulate such devices is included whenever EHCI support > is included. This patch adjusts teh config options to only include them > in builds targetting ARM by default. > > Signed-off-by: David Gibson <da...@gibson.dropbear.id.au>
After this commit, the 'pc' machine type lost a few devices, as noticed by the vmstate checker nightly run. Is this expected? Section "xlnx,ps7-usb" does not exist in dest Section "fusbh200-ehci-usb" does not exist in dest Section "tegra2-ehci-usb" does not exist in dest Section "sysbus-ehci-usb" does not exist in dest Section "exynos4210-ehci-usb" does not exist in dest Amit