From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [patch 0/3] synchronized TSC between vcpu's on SMP guests Date: Mon, 08 Dec 2008 23:12:47 -0200 Message-ID: <20081209011247.570596925@localhost.localdomain> Cc: kvm@vger.kernel.org, Benjamin Serebrin To: Avi Kivity Return-path: Received: from mx2.redhat.com ([66.187.237.31]:53532 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751148AbYLIBZi (ORCPT ); Mon, 8 Dec 2008 20:25:38 -0500 Sender: kvm-owner@vger.kernel.org List-ID: Most Intel hosts are supposed to have their TSC's synchronized. This patchset attempts to fix the sites which overwrite the TSC making them appear unsynchronized to the guest. --