From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbn8d-0001eg-HG for qemu-devel@nongnu.org; Tue, 05 Jun 2012 02:21:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sbn8b-0004YI-VQ for qemu-devel@nongnu.org; Tue, 05 Jun 2012 02:21:07 -0400 Received: from e23smtp03.au.ibm.com ([202.81.31.145]:50588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbn8b-0004UM-4r for qemu-devel@nongnu.org; Tue, 05 Jun 2012 02:21:05 -0400 Received: from /spool/local by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 5 Jun 2012 05:42:00 +1000 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q555iqq358196130 for ; Tue, 5 Jun 2012 15:44:52 +1000 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q555q1Bg007245 for ; Tue, 5 Jun 2012 15:52:01 +1000 Message-ID: <4FCD9E7F.7060104@linux.vnet.ibm.com> Date: Tue, 05 Jun 2012 13:51:59 +0800 From: Li Zhang MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [qemu-devel][RFC] Enable usb in the default configuration Reply-To: Li Zhang List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Benjamin Herrenschmidt Hi all, For pseries, when creating VMs with default configuration, it requires usb mouse and usb kbd devices to be added. But in the default configuration of qemu, usb is disabled. So we when use the default configuration as the following command: $qemu -M pseries vga is enabled, but usb mouse and usb kbd is disabled. So mouse and kbd can't be used. So I think it's necessary to enable usb in the default configuration. Any comments? -- Best Regards Li IBM LTC, China System&Technology Lab, Beijing