From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45700 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6yYt-0008Px-RD for qemu-devel@nongnu.org; Tue, 05 Apr 2011 01:12:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6yYs-0002Gw-3x for qemu-devel@nongnu.org; Tue, 05 Apr 2011 01:12:19 -0400 Received: from ozlabs.org ([203.10.76.45]:41885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6yYr-0002GR-ME for qemu-devel@nongnu.org; Tue, 05 Apr 2011 01:12:18 -0400 From: David Gibson Date: Tue, 5 Apr 2011 15:12:08 +1000 Message-Id: <1301980331-21179-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [0/3] pSeries machine improvements List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: agraf@suse.de, qemu-devel@nongnu.org This patch series makes several small cleanups and improvements to the recently added pSeries machine. This include an optimization of the popcntd implementation, as suggested in replies to the original series, and some cleanups of the cpu initialization handling which will assist later kvm enablement.