From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1Eux-0005LZ-GF for qemu-devel@nongnu.org; Tue, 14 Aug 2012 07:04:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1Euv-0003lw-Tp for qemu-devel@nongnu.org; Tue, 14 Aug 2012 07:04:11 -0400 Message-ID: <502A30A5.3010600@suse.de> Date: Tue, 14 Aug 2012 13:04:05 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1344307320-25094-1-git-send-email-zhlcindy@linux.vnet.ibm.com> <1344307320-25094-4-git-send-email-zhlcindy@linux.vnet.ibm.com> In-Reply-To: <1344307320-25094-4-git-send-email-zhlcindy@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc][PATCH v7 3/3] spapr: Add support for -vga option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Li Zhang Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, Li Zhang , qemu-ppc@nongnu.org, afaerber@suse.de, david@gibson.dropbear.id.au On 08/07/2012 04:42 AM, Li Zhang wrote: > Also instanciate the USB keyboard and mouse when that option is used > (you can still use -device to create individual devices without all > the defaults) > > Signed-off-by: Benjamin Herrenschmidt > Signed-off-by: Li Zhang > --- > hw/spapr.c | 31 ++++++++++++++++++++++++++++++- > 1 files changed, 30 insertions(+), 1 deletions(-) Thanks, applied to ppc-next without the USB bits. I also get the following warning now: $ ./ppc64-softmmu/qemu-system-ppc64 -nographic -M pseries -kernel /boot/vmlinux -initrd /boot/initrd -enable-kvm -m 1G -append root=/dev/null This vga model is not supported,currently it only supports -vga std [...] Fixing with a follow-up patch. Alex