From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMi8G-0001oF-Jy for qemu-devel@nongnu.org; Sun, 09 Mar 2014 14:07:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WMi86-0006CE-Fj for qemu-devel@nongnu.org; Sun, 09 Mar 2014 14:07:28 -0400 Sender: Paolo Bonzini Message-ID: <531CADCE.1080802@redhat.com> Date: Sun, 09 Mar 2014 19:07:10 +0100 From: Paolo Bonzini 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> In-Reply-To: <531B1A95.4030603@ozlabs.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed 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: Alexey Kardashevskiy , Mark Wu , qemu-devel@nongnu.org, qemu-ppc@nongnu.org Cc: afaerber@suse.de, aliguori@amazon.com 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. Paolo