From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MUU0V-0008PG-DC for qemu-devel@nongnu.org; Fri, 24 Jul 2009 19:16:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MUU0R-0008MW-0N for qemu-devel@nongnu.org; Fri, 24 Jul 2009 19:16:54 -0400 Received: from [199.232.76.173] (port=45175 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MUU0Q-0008MT-OA for qemu-devel@nongnu.org; Fri, 24 Jul 2009 19:16:50 -0400 Received: from cantor.suse.de ([195.135.220.2]:43609 helo=mx1.suse.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MUU0Q-0001Ge-6W for qemu-devel@nongnu.org; Fri, 24 Jul 2009 19:16:50 -0400 Received: from relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 42DA0749C2 for ; Sat, 25 Jul 2009 01:16:48 +0200 (CEST) From: Alexander Graf Date: Sat, 25 Jul 2009 01:16:42 +0200 Message-Id: <1248477406-50728-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PATCH 0/4] PPC KVM bringup patches round 2 v2 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Thanks a lot for commiting the previous patches. I still needed these to get a guest booted almost as broken as with TCG ;-). Please test the dirty log patch thoroughly! V2 changes - remove debug printf - make dirty log handling generic again (thx to Jan) - add patch to make -kernel reserved space bigger on ppc Alexander Graf (4): Move mp_state to CPU_COMMON Use 64bit pointer for dirty log PPC: Round VGA BIOS size to page boundary Give the kernel more room cpu-defs.h | 3 ++- hw/ppc_mac.h | 4 ++-- hw/ppc_newworld.c | 3 +++ hw/ppc_oldworld.c | 3 +++ kvm-all.c | 2 +- target-i386/cpu.h | 1 - 6 files changed, 11 insertions(+), 5 deletions(-)