From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSKZn-0006RL-VP for qemu-devel@nongnu.org; Mon, 02 Mar 2015 02:15:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSKZk-0004hb-ND for qemu-devel@nongnu.org; Mon, 02 Mar 2015 02:15:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSKZk-0004hW-EY for qemu-devel@nongnu.org; Mon, 02 Mar 2015 02:15:36 -0500 Date: Mon, 2 Mar 2015 12:45:16 +0530 From: Amit Shah Message-ID: <20150302071516.GA1780@grmbl.mre> References: <1424235661-29296-1-git-send-email-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424235661-29296-1-git-send-email-david@gibson.dropbear.id.au> Subject: Re: [Qemu-devel] [PATCH] Make sysbus EHCI devices ARM only by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: peter.maydell@linaro.org, kraxel@redhat.com, qemu-devel@nongnu.org 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 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