From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162067AbWKPR7t (ORCPT ); Thu, 16 Nov 2006 12:59:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1162068AbWKPR7t (ORCPT ); Thu, 16 Nov 2006 12:59:49 -0500 Received: from mis011-1.exch011.intermedia.net ([64.78.21.128]:14089 "EHLO mis011-1.exch011.intermedia.net") by vger.kernel.org with ESMTP id S1162067AbWKPR7t (ORCPT ); Thu, 16 Nov 2006 12:59:49 -0500 Message-ID: <455CA70C.9060307@qumranet.com> Date: Thu, 16 Nov 2006 19:59:40 +0200 From: Avi Kivity User-Agent: Thunderbird 1.5.0.8 (X11/20061107) MIME-Version: 1.0 To: kvm-devel@lists.sourceforge.net CC: lkml , Andrew Morton , Uri Lublin Subject: [PATCH 0/3] KVM: Save/resume support Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Nov 2006 17:59:47.0724 (UTC) FILETIME=[012DA4C0:01C709A9] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org The following patchset adds the missing bits that allow kvm virtual machines to be suspended and resumed, with appropriate userspace support. The changes are: - expose the pending interrupt bitmap to userspace - tsc save/restore - msr save/restore -- Do not meddle in the internals of kernels, for they are subtle and quick to panic. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [PATCH 0/3] KVM: Save/resume support Date: Thu, 16 Nov 2006 19:59:40 +0200 Message-ID: <455CA70C.9060307@qumranet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Andrew Morton , lkml , Uri Lublin Return-path: To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org The following patchset adds the missing bits that allow kvm virtual machines to be suspended and resumed, with appropriate userspace support. The changes are: - expose the pending interrupt bitmap to userspace - tsc save/restore - msr save/restore -- Do not meddle in the internals of kernels, for they are subtle and quick to panic. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV