From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMzEh-0002s6-JG for qemu-devel@nongnu.org; Mon, 10 Mar 2014 08:23:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WMzEZ-00085u-VR for qemu-devel@nongnu.org; Mon, 10 Mar 2014 08:23:15 -0400 Received: from mail-pd0-f170.google.com ([209.85.192.170]:58176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMzEZ-00085g-P9 for qemu-devel@nongnu.org; Mon, 10 Mar 2014 08:23:07 -0400 Received: by mail-pd0-f170.google.com with SMTP id v10so7038884pde.29 for ; Mon, 10 Mar 2014 05:23:07 -0700 (PDT) Message-ID: <531DAEA5.50208@ozlabs.ru> Date: Mon, 10 Mar 2014 23:23:01 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1394185045-24868-1-git-send-email-wudxw@linux.vnet.ibm.com> <1394185045-24868-2-git-send-email-wudxw@linux.vnet.ibm.com> <531994DF.4000503@redhat.com> <531B1A95.4030603@ozlabs.ru> <531CADCE.1080802@redhat.com> In-Reply-To: <531CADCE.1080802@redhat.com> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 2/2] Fix return value of vga initlization on ppc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Mark Wu , qemu-devel@nongnu.org, qemu-ppc@nongnu.org Cc: afaerber@suse.de, aliguori@amazon.com, Alex Graf On 03/10/2014 05:07 AM, Paolo Bonzini wrote: > Il 08/03/2014 14:26, Alexey Kardashevskiy ha scritto: >>> > I think that after this patch, "-nodefaults -device VGA" will get a USB >>> > controller that it didn't get before. >> >> I suspect what was meant by "the machine not aware of the graphics device" >> is that the guest won't work with VGA and without keyboard (default >> console will be vga + keyboard and not serial) which is USB and this is why >> the patch is trying to add USB. > > But with -nodefaults QEMU should never be adding USB. As I was told in this list before, even with -nodefaults, QEMU should not create a machine which is known for not working or not being supported. Having VGA and not having any input device is kind of such a config, no? -- Alexey