From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVlxu-0000ZG-C4 for qemu-devel@nongnu.org; Thu, 03 Apr 2014 14:02:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVlxo-00066J-5m for qemu-devel@nongnu.org; Thu, 03 Apr 2014 14:02:14 -0400 Message-ID: <533DA210.2010303@redhat.com> Date: Thu, 03 Apr 2014 20:01:52 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1396544174-8904-1-git-send-email-nikunj@linux.vnet.ibm.com> In-Reply-To: <1396544174-8904-1-git-send-email-nikunj@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] spapr: skip adding usb keyboard/mouse in case of -nodefaults List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikunj A Dadhania , qemu-devel@nongnu.org, agraf@suse.com Cc: aik@au1.ibm.com, Mark Wu , qemu-ppc@nongnu.org, =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Il 03/04/2014 18:56, Nikunj A Dadhania ha scritto: > The following commit caused the regression in qemu-system-ppc64 > > 7effdaa3: spapr: Fix return value of vga initialization > d44229c5: Fix vga_interface_type for command line argument '-device VGA' > > Even when -nodefaults was provided, USB Keyboard and Mouse was added > to the machine. This breaks libvirt which uses -nodefaults and adds > the keyboard and mouse separately. The machine got 2 USB Keyboards > and 2 USB Mouses. Does libvirt use "-nodefaults -machine usb=true"? It should create the OHCI controller separately instead of using "-machine". Paolo