Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761902AbXH0TmQ (ORCPT ); Mon, 27 Aug 2007 15:42:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758239AbXH0TmH (ORCPT ); Mon, 27 Aug 2007 15:42:07 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:54473 "EHLO e32.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757635AbXH0TmG (ORCPT ); Mon, 27 Aug 2007 15:42:06 -0400 From: Anthony Liguori To: kvm-devel@lists.sourceforge.net Cc: Anthony Liguori , Avi Kivity , linux-kernel@vger.kernel.org Subject: [PATCH 0/3] KVM paravirtualization framework (v2) Date: Mon, 27 Aug 2007 14:42:00 -0500 Message-Id: <1188243723984-git-send-email-aliguori@us.ibm.com> X-Mailer: git-send-email 1.5.2.4 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 652 Lines: 14 This patchset refactors KVM's paravirtualization support to better support guest SMP and cross platform migration. It also introduces a bare-bones KVM paravirt_ops implementation. I've tested this on VT and it works nicely. I'm having trouble getting a bzImage to boot on SVM so I haven't been able to test on SVM yet. I've incorporated all of the feedback into this series from posting the last series. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/