From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya6AU-0008Hd-Jo for qemu-devel@nongnu.org; Mon, 23 Mar 2015 13:29:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya6AL-0004CV-Hj for qemu-devel@nongnu.org; Mon, 23 Mar 2015 13:29:38 -0400 Received: from cantor2.suse.de ([195.135.220.15]:52879 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya6AL-0004CL-C2 for qemu-devel@nongnu.org; Mon, 23 Mar 2015 13:29:29 -0400 Message-ID: <55104D32.90707@suse.de> Date: Mon, 23 Mar 2015 18:28:18 +0100 From: Alexander Graf MIME-Version: 1.0 References: <1427130328-3629-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1427130328-3629-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.3] powerpc: fix -machine usb=no for newworld and pseries machines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: marcel.a@redhat.com On 03/23/2015 06:05 PM, Paolo Bonzini wrote: > Capture the explicit setting of "usb=no" into a separate bool, and > use it to skip the update of machine->usb in the board init function. > > Signed-off-by: Paolo Bonzini Thanks, applied to ppc-next (for 2.3). Alex